/* TITULO DE LA PAGINA CONTACTO */

.contenedorCabecera{
    display: flex;
    text-align: center;
    margin-bottom: 0; 
    margin-top: 50px;
  }
  
  .columnaCabecera {
    flex: 1;
  }
  
  .columnaCabecera h2 {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-size: clamp(24px, 4vw, 38px); 
    color: #ffffff;
    font-weight: 700; 
    margin-bottom: 0px;
    word-wrap: break-word; 
    margin-top: 0;
  }
  
  .lineaVerdeCabecera {
    width: 150px; 
    height: 2px; 
    background-color: #00761a; 
    margin: 10px auto 0;
    margin-bottom: 50px;
  }

/* CONTENEDOR FORMULARIO CONTACTO V2*/

.contenedorFormularioContactoV2 {
    display: flex;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.columnaFormularioContactoV2 {
    flex: 2;
    background-color: #EEEEEE;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 800px;

}

.columnaFormularioContactoV2 h1 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-size: 30px;
    font-style: normal;
    color: #3e3e3e;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
}

.descripcionFormularioContactoV2{
    font-family: "DM Sans", serif;
    font-size: 18px;
    font-weight: 220;
    font-style: normal;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
}

.descripcionFormularioContactoV2_2 {
    font-family: "DM Sans", serif;
    font-size: 18px;
    font-weight: 220;
    font-style: normal;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.tituloCampoFormularioContactoV2{

    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 220;
    font-style: normal;
    text-align: left;
    padding-left: 40px;
}

.form-container {

    /* Dejado vavío intencionalmente */
    
}

.form-container p {
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 520;
    font-style: normal;
    padding-left:40px;
    margin-bottom: 5px;
}

.form-container input,
.form-container textarea {
    width: 90%;
    height: 50px;
    margin-left: 35px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 220;
    font-style: normal;
}

.form-container textarea {
    height: 150px;
}


.captcha-container {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.g-recaptcha {
    flex: 1;
    margin-left: 35px;
    
    
}

.botonEnviarV2 {
    flex:1;
    display: inline-block;
    background-color: #28a745;
    font-family: "Inter", serif;
    font-size: 20px;
    font-weight: 750;
    font-style: normal;
    color: white;
    height: 75px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
}

.botonEnviarV2:hover {
    background-color: #218838;
}

.columnaFormularioContactoV2_2 {

    flex: 1;
    height: 800px;
    background-image: url("../imagenes/fondo_figma_2.jpg");
    border-radius: 0px 30px 30px 0;
}

.leyenda{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-weight: bold;                   /* Eliminar márgenes adicionales */
    color: #23ba44;
    text-align: center;
}

.rectangulo-blanco{
    display: flex;                    /* Flexbox para colocar imagen y texto horizontalmente */
    align-items: center;              /* Centra verticalmente la imagen respecto al texto */
    border: 2px solid white;          /* Borde blanco */
    border-radius: 15px;              /* Bordes redondeados */
    background-color: transparent;    /* Fondo transparente */
    padding: 10px 20px;               /* Espaciado interno */
    max-width: 270px;                 /* Ancho máximo del rectángulo */
    margin: 20px auto;                /* Centrar horizontalmente */
    color: white;                     /* Color del texto */                   /* Color del texto */ 
}

.columnaFormularioContactoV2_2 img{
    width: 60px;                      /* Tamaño de la imagen */
    height: 60px;                     /* Ajuste de altura */
    margin-right: 15px;               /* Espacio entre la imagen y el texto */
}

.txt-rect-blanco{
    display: flex;
    flex-direction: column;     
}

.columnaFormularioContactoV2_2 h3{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    color: #ffffff;
    margin: 0;                        /* Eliminar márgenes adicionales */
    line-height: 1.5;                 /* Espaciado vertical entre líneas más reducido */
}

.columnaFormularioContactoV2_2 h2{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 80px;
}

.columnaFormularioContactoV2_2 p{
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 220;
    font-style: normal;
    margin: 0;                        /* Eliminar márgenes adicionales */
    line-height: 1.5;                 /* Espaciado vertical entre líneas más reducido */
}

.linea-horizontal-blanca{
    background-color: white;
    height: 1px;
    width: 300px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.centrar-linea{
    display: flex;                   /* Activa flexbox */
    justify-content: center;         /* Centra horizontalmente */
    align-items: center;             /* Centra verticalmente */    
}

.centrar-linea img{
    width: 40px;                      /* Tamaño de la imagen */
    height: 40px;                     /* Ajuste de altura */ 
    margin-bottom: 30px;
}

.fondoContacto {
    background-image: url("../imagenes/fondo_cabecera_contacto_tb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


@media (max-width: 500px){
    .contenedorFormularioContactoV2{
        flex-direction: column;
        margin-left: 1px;
        padding-right: 0px;
    }

    .columnaFormularioContactoV2{
        margin-left: -125px;
        background-color: #EEEEEE;
        width: 380px;
        border-radius: 30px;
    }

    .form-container input,
    .form-container textarea {
    width: 80%;
    }

    .form-container textarea {
        height: 100px;
    }

    .captcha-container {
        display: flex;
        text-align: center;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .g-recaptcha {
        flex: 1;
        margin-left: 35px;
        
        
    }
    
    .botonEnviarV2 {
        flex:1;
        display: inline-block;
        background-color: #28a745;
        font-family: "Inter", serif;
        font-size: 20px;
        font-weight: 750;
        font-style: normal;
        color: white;
        height: 75px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
        margin-right: 40px;
        margin-left: 40px;
        margin-bottom: 20px;
    }
    
    .columnaFormularioContactoV2_2{
        margin-left: -125px;
        width: 380px;
        border-radius: 30px;
        margin-top: 20px;
        padding-bottom: 20px;
    }

}
