*{
    margin: 0;
    padding: 0;
}

header{
    width: 100vw;
    color: #000;
    position: relative;
}

.nav-icono {
    font-size: 2.5rem;
    cursor: pointer;
}

.menu{
    list-style: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #33418B;
    display: none;
}

.menu a{
    color: #fff;
}

.nav-contenedor:hover .menu{
    display: block;
    z-index: 10;
}

.menu-item{
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 20px;
    padding: 0 5.4%;
}

.menu-separador{
    margin: 20px auto;
    width: 90%;

}

.mediturnos-nav{
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

nav{
    height: 5rem;
    background-color: #33418B;
    padding:0 5.4%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
} 

.header-titulo{
    font-family: 'Work Sans';
    font-size: 1.6rem;
}

.header-subtitulo{
    font-family: 'Work Sans';
    font-size: 1.1rem;
}

a{
    text-decoration: none;
}

.sub-header{
    background-color: #BAE5E8;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 5.4%;
}

.saber-mas{
    font-size: 0.625rem;
    width: 5rem;
    height: 1.5rem;
    font-family: 'open sans';
    background-color: transparent;
    border: solid #33418B 1px;
    border-radius: 2rem;
}

.icono-casa{
    font-size: 3rem;
    color: #A9AFE9;
}

.header-texto{
    color: #1e1e1e;
    font-family: 'Work Sans';
}

.primario-hero{
    background-color: #838FFF;
    padding: 35px 3.2%;
    display: flex;
    align-items: end;
    gap: 10px;
}

.primario-hero-contenedor{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 70%;
}

.primario-hero-texto{
    color: #fff;
    font-family: 'Open Sans';
}

.primario-hero-titulo{
    color: #33418B;
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 1.9rem;
}

.primario-icono {
    font-size: 100px;
    color: #fff;
}

.cuidado-primario-datos{
    padding: 30px 5.4%;
    display: flex;
    flex-direction: column;
    gap: 60px;

}

.datos-contenedor{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.datos-texto{
    text-align: center;
    color: #1e1e1e;
    font-family: 'Open Sans';
    font-size: 1.1rem;
}

.datos-icono{
    font-size: 130px;
    color: #33418B;
}

.nuestro-servicio{
    background-color: #D9D9D9;
    padding: 35px 5.4%;
}

.servicio-titulo{
    color: #33418B;
    font-size: 2rem;
    font-family: 'Lilita One';
    font-weight: 300;
    margin-bottom: 20px;
}

.servicio-texto{
    color: #1e1e1e;
    font-size: 1.0625rem;
    font-family: 'Open Sans';
}

.testimonio {
    background-color: #838FFF;
    padding: 45px 5.4%;
}

.testimonio-titulo{
    color: #fff;
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px;
}

.contenedor-tarjetas{
    padding-bottom:20px;
    gap: 20px;
    overflow-x: scroll;
    display: flex;
}

.testimonio-tarjeta{
    background-color: #fff;
    padding: 20px 5.4%;
    border-radius: 1.5rem;
    min-width: 15rem;
    display: block;
}

.icono-testimonio{
    font-size: 80px;
    color: #252948;
}

.testimonio-texto{
    color: #000;
    font-size: 1.0625rem;
    font-family: 'Open Sans';
}


.mujer-hero{
    background-color: #838FFF;
    display: flex;
    align-items: end;
    padding: 25px 3.2%;
}

.icono-hero-mujer{
    font-size: 130px;
    color: #fff;
    z-index: 5;
}

.hero-textos{
    padding-left: 5.4%;
}

.hero-titulo{
    font-size: 2rem;
    color: #33418B;
    font-family: 'Lilita One';
    font-weight: 300;
    margin-bottom: 10px;
}

.hero-subtitulo{
    font-family: 'Lilita One';
    font-weight: 300;
    color: #fff;
    font-size: 1.125rem;
    width: 90%;
    padding-bottom: 20px;
}

.mujer-descripcion{
    padding: 30px 20px;
}

.mujer-descripcion-titulo{
    color: #33418B;
    font-family: 'Lilita One';
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 1.625rem;
}

.mujer-descripcion-parrafo{
    color: #1e1e1e;
    font-family: 'Open Sans';
    font-size: 1.125rem;
}

.mujer-descripcion-imagen{
    width: 100%;
    margin-bottom: 20px;
}

.mujer-cambiandoles{
    background-color: #D9D9D9;
    padding: 30px 5.4%;
}

.mujer-cambiandoles-titulo{
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 2rem;
    color: #33418B;
    width: 70%;
    margin-bottom: 20px;
}

.resaltado{
    color: #838FFF;
    text-transform: uppercase;
}

.mujer-cambiandoles-parrafo{
    font-family: 'Open Sans';
    font-size: 1.125rem;
    color: #1e1e1e;
}

.seccion-servicios {
    background-color: #f8f8f8;
    padding: 40px 0;
    text-align: center;
}

.seccion-servicios h2 {
    color: #33418B;
}

.lista-servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servicio {
    width: 300px;
    margin: 20px;
    padding: 20px 5.4%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.servicio h3 {
    color: #838FFF;
}

.servicio p {
    font-size: 16px;
}


.formulario{
    padding: 30px 5.4%;

}

.formulario-titulo{
    color: #33418B;
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 20px;
}

.formulario-subtitulo{
    color: #838FFF;
    font-family: 'Work Sans';
    font-size: 1.1rem;
    margin-bottom: 5px;
}

form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-text{
    height: 40px;
    outline: none;
    padding: 5px;
}

.enviar-formulario{
    height: 40px;
    background-color: #838FFF;
    border: none;
    border-radius: 5px;
    font-family: 'Work Sans';
    color: #fff;
    cursor: pointer;
}

.enviar-formulario:hover{
    background-color: #33418B;
}

footer{
    background-color: #252948;
    color: #fff;
    padding: 25px 5.4%;
    font-family: 'Work Sans';
}

.footer-contenedor {
    display: flex;
    align-items: center;
    gap: 20px;
}

hr{
    margin: 30px 0;
}

.footer-titulo{
    font-size: 1.75rem;
}
.footer-subtitulo{
    font-size: 1rem;
}

.copyright{
    font-family: 'Work Sans';
    font-size: 0.875rem;
}


.social-titulo{
    font-size: 1.5rem;
    font-family: 'Work Sans';
    margin-bottom: 20px;
    text-align: center;
}

.icons-list{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.icons-social{
    font-size: 40px;
    color: #fff;
}