

.titleNosotros {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    z-index: 2;
}

/* Línea decorativa debajo del título */
.lineas {
    width: 90%;
    height: 1px;
    background-color: var(--blanco, #fff);
    margin: 0 auto 20px auto;
    z-index: 2;
}

/* Texto de ruta (“Inicio / Nosotros”) */
.contenedorLineaYinicio {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 3;
    font-size: 1rem;
    width: 100%;
}
.inicioNosotros , .inicioNosotros span{
    font-size: 18px;
    font-weight: 500;
}
.inicioNosotros span{
    color: var(--secundario);
}


/**/
.FlexContenedorFormularioTwo{
    display: flex;
    gap: 20px;

    justify-content: space-between;
    margin: 60px 0px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.ContenedorFormulario{
    width: 48%;
}
.maps{
    width: 48%;

    border-radius: 10px;
    border: 2px solid #efefef;
    padding: 5px;
}

.maps iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.FlexInput{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px 0px;
}
.inputs{
    width: 50%;

}
.inputs label span{
    color: var(--rojo);
}
.inputs input{width: 100%;
    padding: 15px 10px;
    border-radius: 8px;
    outline: none;
    border: 2px solid #efefef;
}
.ContenedorFormulario h2{
    font-size: 30px;
}
.ContenedorFormulario p {
   font-size: 18px;
   line-height: 1.4;
   padding: 10px 0px;
}
.ContenedorFormulario p span{
    color: var(--verde);
    text-decoration: underline;
}

.btnEnviarConsulta{
    width: 100%;
    padding: 12px 0px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background-color: var(--principal);
    transition: all ease .3s;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}
.btnEnviarConsulta:hover{
    background-color: var(--principalhover);
}

.btnEnviarConsulta:focus{
    outline: 3px solid var(--principalhover);
}

input[type="checkbox"]{
    margin-right: 5px;
}


/*EL CODIGO EXTRA DE LA IMAGEN PARA CONTACTOS*/
.separacionContacto{
    margin: 100px 0px;
}
.ContenedorImgContacto{
    width: 620px;
    height: auto;

}
.ContenedorImgContacto img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.map{
    margin: 70px 0px;
    width: 100%;
    height: 400px;
    border-radius: 8px;

}
.map iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

@media (max-width:1255px ) {
 .ContenedorImgContacto{
    width: 550px;

}
}

@media (max-width:1140px ) {
 .ContenedorImgContacto{
    width: 500px;

}
}




@media (max-width:1000px ) {
 .ContenedorFormulario{
    width: 55%;
}
.maps{
    width: 45%;
    border-radius: 10px;
    border: 2px solid #efefef;
    padding: 5px;
}

.FlexContenedorFormularioTwo{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

}

@media (max-width:900px ) {
    .FlexContenedorFormulario{
        flex-direction: column;
        gap: 50px;
    }
    .ContenedorFormulario{
        width: 100%;
    }
    .maps{
        width: 100%;
        height: 400px;
    }
    .ContenedorImgContacto{
        width:100%;
        order:2;
    }



}

@media (max-width:600px ) {
 .FlexInput{
    flex-direction: column;

 }
 .inputs{
    width: 100%;
 }
 .inputs input{
    width: 100%;
 }
}

@media (max-width:500px ) {
 .ContenedorImgContacto{
    width: 100%;
    height: 100%;
}

.titleNosotros{
    font-size:35px;
}
}
