* {
    margin: 0;
    padding: 0;
}
main {
    background-color: #ffffff;
    padding: 20px 5.4%;
}

.contactos-seccion {
    margin-top: 35px;
    color: #ffffff;
}


h2 {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 1.2rem;
    color: #33418B;
    margin-bottom: 5px;
    padding-left: 0px;
    text-align: center;
}

.rectangulo {
    width: 100%;
    height: 165px;
    background-color: #3f497d;
    margin-bottom: 60px;
    border-radius: 15px;
}

.negrita {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    color: #ffffff;
    padding-left: 7%;
}

p {
    margin: 1%;
    padding-top: 5px;
}

.linea {
    width: 100%;
    height: 1px;
    background-color: #33418B;
    margin-bottom: 0px;
}

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;
    color: #fff;
    text-align: left;
}

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';
}

footer{
    background-color: #252948;
    color: #fff;
    padding: 25px 5.4%;
    font-family: 'Work Sans';
    margin: 0;
}

.footer-contenedor {
    display: flex;
    align-items: center;
    gap: 20px;
}

hr{
    margin: 40px 0;
}

.footer-titulo{
    font-size: 1.75rem;
    color:#fff;
}
.footer-subtitulo{
    font-size: 1rem;
    color: #fff;
}

.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;
    color: #fff;
}

.icons-list{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.icons-social{
    font-size: 40px;
    color: #fff;
}
