*{
    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 8%;
}

.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';
}

.home-hero{
    background: url('./img/familia.jpg') fixed no-repeat center center/cover;
    height: 38vh;
    position: relative;
}

.home-hero-title{
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 65, 139, 0.7);
    border-radius: 0rem 1.25rem 0rem 0.0625rem;
    width: 70%;
}
.home-hero-title h2{
    padding: 7px;
    font-size: 1.8rem;
    font-family: 'Lilita One';
    color: #fff;
    opacity: 1;
    font-weight: 300;
}

.acercamiento{
    background-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 35px 5.4%;
}

.acercamiento-subtitulo{
    color: #33418B;
    font-size: 0.8125rem;
    font-family: 'Work Sans', sans-serif;

}

.acercamiento-titulo{
    color: #33418B;
    font-size: 2rem;
    width: 80%;
    font-family: 'Lilita One';
    font-weight: 300;
}

.acercamiento-parrafo{
    color: #000;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.opciones{
    padding: 35px 5.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opciones-contenido {
    display: flex; 
    align-items: end;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding:5px 0px;
    border-bottom: 2px#000 solid ;
    font-family: 'Work Sans', sans-serif;
}

.opciones-contenido-fila{
    display: flex;
    align-items: end;
    gap: 10px;
}

.opciones-contenido-fila a{
    color: #1E1E1E;
    font-family: Work Sans;
    font-size: 16px;
}

.opciones-icono{
    font-size: 32px;
    color: #33418B;
    width: 50px;
}

.proveedores{
    background-color: #838FFF;
    display: flex;
    flex-direction: column;
    padding: 35px 5.4%;
    gap: 20px;
}

.proveedores-sobretitulo{
    color: #AFFAFF;
    font-family: 'Open Sans';
    font-size: 1rem;
}

.proveedores-titulo{
    color:#fff;
    font-size: 2rem;
    font-weight: 300;
    font-family: 'Lilita One';
}

.proveedores-parrafo{
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Open Sans';
}

.proveedores-lista{
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    gap: 30px;
}

.proveedores-img{
    border-radius: 50%;
}

.proveedores-nombre{
    text-align: center;
    font-family: 'Open Sans';
    font-size: 0.7rem;
    color: #fff;
}

.proveedores-profesion{
    margin-top: 4px;
    text-align: center;
    font-family: 'Work Sans';
    color: #AFFAFF;
}

.servicios{
    padding: 35px 5.4%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.servicios-sobretitulo{
    font-family: 'Work Sans';
    color: #33418B;
}

.servicios-titulo{
    font-family: 'Lilita One';
    font-size: 2rem;
    width: 80%;
    font-weight: 300;
    color: #33418B;
}

.servicios-tarjeta{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #9DBAC7;
    padding: 12px 5.4%;
    border-radius: 0.875rem;
}

.servicios-tarjeta-fila{
    display: flex;
    gap: 10px;
    font-size: 1.5rem;
    font-family: 'Lilita One';
    color: #33418B;
}

.servicios-icono {
    font-size: 55px;
    color: #fff;
}

.servicios-parrafo {
    color: #fff;
    font-family: 'Open Sans';
}

.servicios-link{
    color: #33418B;
    font-family: 'Work Sans';
    font-size: 0.875rem;
}

.servicios-link:hover{
    color: #fff;
}



.primario-hero{
    background-color: #838FFF;
    padding: 35px 5.4%;
    display: flex;
    gap: 7px;
}

.primario-hero-contenedor{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.primario-hero-titulo{
    color: #33418B;
}

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

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: 40px 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;
}

.link-memotest{
    background-color: #838FFF;
    color: #fff;
    font-family: 'Work Sans';
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.link-memotest h2 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.link-memotest a{
    background-color: #33418B;
    color: #fff;
    font-size: 1.5rem;
    padding: 8px;
    width: fit-content;
    border-radius: 10px;
}

.link-memotest a:hover{
    background-color: #fff;
    color: #33418B;
}

.link-memotest div{
    display:flex;
    gap: 20px;
    flex-wrap: wrap;
}