*{
    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;
}

.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: 30px 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';
}

.menu-separador{
    margin: 20px auto;
    width: 90%;
}

.menu a{
    color: #fff;
}

.fondo-lila{
    background-color: #838FFF;
}

.solicita{
    padding-top: 35px;
    padding-left: 5%;
    font-family:  'Lilita One', sans-serif;
    color: #33418B;
    font-size: 32px;

}

.sub-solicita{
    padding-top: 18px;
    padding-left: 5%;
    padding-bottom: 42px;
    font-family:  'Lilita One', sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calendario-vector{
position: absolute;
    padding-left: 254px;
    margin-top: -130px;
    width: 90px;
    height: 106.721px;
}

.paso-1{
    padding-top: 18px;;
}

.instruccion-1{
    background-color: #A9AFE9;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
    padding: 1%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.buscador{
    margin: 20px auto;
    text-align: center;
}

.buscar{
    text-align: center;
   
}

.especialidades-container{
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.especialidades-medicas{
    background-color: #D9D9D9;
    padding-left: 5%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-right: 20%;
    font-family: 'Arimo', sans-serif;
    border-radius: 20px 0 0 20px;

}

.lista-medica{
    background-color: #D9D9D9;
    padding-left: 5%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-right: 5%;
    border-radius: 0 20px 20px 0;
}

.mas-span{
    color: #40488a;
    text-decoration: underline;
}

.paso-2{
    padding-top: 18px;
}

.instruccion-2{
    background-color: #A9AFE9;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
    padding: 1%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.meses-contenedor{

    display: flex;
    justify-content: space-around;
    background-color: #33418B;
    border-radius: 50px;
    width: 212px;
    height: 38px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    margin: 16PX auto;
}

.meses{
    text-align: center;
    font-family:  'Lilita One', sans-serif;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    
}

.calendario{
    padding-top: 24px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arimo', sans-serif;
}

.linea{
    background-color: rgb(110, 112, 235);
}

td{
    padding: 7px;
    border: 0px solid black;
    background-color: #D9D9D9;
    font-family: 'Arimo', sans-serif;
}


.paso-3{
    padding-top: 18px;
}

.instruccion-3{
    background-color: #A9AFE9;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
    padding: 1%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
}

.horarios-container{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.horario{
    background-color: #D9D9D9;
    padding-left: 5%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-right: 20%;
    font-family: 'Arimo', sans-serif;
    border-radius: 20px 0 0 20px;
}

.lista-horarios{
    background-color: #D9D9D9;
    padding-left: 5%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-right: 5%;
    border-radius: 0 20px 20px 0;
}

.paso-4{
    padding-top: 18px;
}

.instruccion-4{
    background-color: #A9AFE9;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
    padding: 1%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
}

.formulario-container{
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

.mail{
    width: 297px;
    height: 46px;
    outline: none;
    font-family: 'AR One Sans', sans-serif;
    color:#33418B;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: large;
    padding-left: 10px;
}

.c-cuenta{
    text-align: center;
    color: #33418B;
    text-decoration: underline;
}

.pagar-container{
   padding-top: 37px; 
   display: flex;
   justify-content: center;
   font-weight: normal;
   padding-bottom: 60px;
}

.pagar{
    background-color: #33418B;
    width: 212px;
    height: 38px;
    text-align: center;
    border-radius: 50px;
    font-family:  'Lilita One', sans-serif;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-top: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

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;
}