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


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

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


.informate {
    display: flex;
    align-items: end;
    background-color: #6974D4;
    padding: 35px 5%;
}

.fa-virus{
    font-size: 130px;
    color: #fff;
}

.informate-titulo{
    font-size: 32px;
    color: #1E2D7D;
    font-family: 'Lilita One';
    font-weight: 300;
}

.informate-subtitulo{
    color: #FFF;
    font-family: 'Lilita One';
    font-weight: 300;
    margin-top: 10px;
    font-size: 18px;
}


.sintomas-imagen{
    background: url('./img/poggiCovid.png') no-repeat center center / cover;
    height: 277px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.sintomas-texto{
    background: #BABFE8;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sintomas-violeta{
    width: 228px;
    height: 49px;
    border-radius: 15px;
    background: #838FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -75px;
}

.sintomas-violeta h5 {
    color: #33418B;
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 24px;
}

.sintomas-blanco{
    width: 240px;
    height: 164px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 8%;
}

.sintomas-blanco h3{
    color: #252948;
    font-family: 'Work Sans';
    font-size: 21px;
}

.sintomas-blanco i {
    font-size: 30px;
    color: #252948;
}


.sintomas-separador{
    height: 3px;
    width: 100%;
    background-color: #000;
    margin: 24px 0;
}

.experiencia{
    background-color: #BABFE8;
    padding-top: 50px;
    padding-bottom: 100px;
}

.caja-experiencia{
    width: 247px;
    background: #33418B;
    text-align: center;
    padding: 5px 0;
}

.caja-experiencia h2{
    color: #FFF;
    font-family: 'Work Sans';
    font-size: 24px;
}

.experiencia-parrafo{
    color: #FFF;
    font-family: 'Work Sans';
    font-size: 18px;
    padding: 20px 5.5% 40px 5.5%;
}

.experienca-datos{
    width: 90%;
    border-bottom: 2px solid #33418B;
    margin-bottom: 20px;
}

.experiencia-fila{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experienca-datos h3{
    color: #33418B;
    font-family: 'Work Sans';
    font-size: 23px;
    margin-left: 8%;
}

.experienca-datos p{
    color: #fff;
    padding: 20px 8%;
    font-size: 18px;
    font-family: 'Work Sans';
}

.conoce{
    background-color: #A9AFE9;
    display: flex;
    align-items: end;
    padding: 30px 5%;
}

.conoce h1{
    color: #1E2D7D;
    font-family: 'Lilita One';
    font-weight: 300;
    font-size: 28px;
}

.conoce i {
    font-size: 100px;
    color: #fff;
}

.atencion{
    display: flex;
}

.atencion-contenedor{
    background-color: #33418B;
    display: flex;
    align-items: center;
    padding-left: 3%;
}

.atencion-contenedor h2{
    color: #A9AFE9;
    font-family: Lilita One;
    font-size: 26px;
}

.texto-dental-contenedor{
    padding: 20px 5%;
}

.texto-dental{
    color: #33418B;
    font-family: Work Sans;
    font-size: 18px;
}

.formulario-titulo{
    background-color: #A9AFE9;
    width: 70%;
    padding: 15px;
}

.formulario-dental p {
    color: #33418B;
    font-family: Work Sans;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 20px;
}

.formulario-titulo h3{
    color: #1E2D7D;
    font-family: Lilita One;
    font-size: 29px;
}

.boton-turno{
    border-radius: 12px;
    background: #33418B;
    font-size: 16px;
    font-family: Work Sans;
    padding: 8px;
    margin-bottom: 20px;
    margin-left: 5%;
    border: none;
    color: #fff;
}

.preguntas-frecuentes {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.pregunta-frecuente {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
}

.titulo-pregunta-frecuente{
    font-family: Lilita One;
    text-align: center;
    color: #33418B;
    margin-top: 30px;
    font-size: 30px;
}

.pregunta-frecuente h3 {
    color: #838FFF;
    font-family: Work sans;
    margin-bottom: 8px;
}

.pregunta-frecuente p {
    font-size: 18px;
    font-family: Work Sans;
    margin: 0;
}

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