.contacto{
    background-color: #eef7ff;
    padding: 5rem 0rem;
}

.container-Bq7LkD {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}
.text-content-W9fKpM {
    flex: 1;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-content-W9fKpM h2 {
    color: #2563eb;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.text-content-W9fKpM h1 {
    color: #152956;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
   
}
.text-content-W9fKpM p {
    color: #152956;
    line-height: 1.6;
    font-weight: 500;
}
.form-container-Zp3JrT {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
   
    flex: 1;
}
.form-container-Zp3JrT label {
    font-size: 14px;
    color: #475569;
    margin-bottom: 5px;
    display: block;
}
.form-container-Zp3JrT input,
.form-container-Zp3JrT select,
.form-container-Zp3JrT textarea {
    width: 100%;
	font-family: "Montserrat", sans-serif;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #152956; /* Color de borde ajustado */
    border-radius: 4px;
    font-size: 14px;
    color: #475569;
}
.form-container-Zp3JrT input::placeholder,
.form-container-Zp3JrT select::placeholder,
.form-container-Zp3JrT textarea::placeholder {
    color: #152956; /* Color del placeholder ajustado */
}
.form-container-Zp3JrT select {
	background: white;
	cursor: pointer;
}
.form-container-Zp3JrT textarea {
	resize: none;
}
.form-container-Zp3JrT button {
    width: 45%;
    padding: 12px;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.form-container-Zp3JrT button:hover {
    background-color: #1d4ed8;
}


.cta-contact-button {
    width: 210px;
    position: relative;
    left: 43%;
    background-color: #DAEDFF;
    border: 1px solid #5AB1FF;
    color: #152956;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


@media (max-width: 768px) {
.cta-contact-button {
    width: 210px;
    position: relative;
    left: 17%;
    background-color: #DAEDFF;
    border: 1px solid #5AB1FF;
    color: #152956;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.container-Bq7LkD {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    flex-direction: column;
}
.text-content-W9fKpM {
    flex: 1;
    padding-right: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;;
}
.cta-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 0px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border-radius: 5px;
}
}