*{
    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;
    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';
}

.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;
}
.imagen-item {
    position: relative;
}

.imagen-item img {
    width: 100%;
    object-fit: cover;
}

.texto-contenedor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px; 
}

.imagen-item p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    color: #333; 
    margin: 0;
    padding-left: 10px;
}
.imagen-item small {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400; 
    color: #33418B; 
    display: block;
    padding-left: 10px; 
}

.imagen-item .rectangulo-derecha {
    background-color: #A9AFE9;
    height: 100%;
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
}
.abrir-maps {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    color: #33418B;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}
.texto-contenedor {
    position: relative; 
    padding-left: 10px; 
    box-sizing: border-box; 
    display: flex;
    align-items: baseline;
}

.imagen-item p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    color: #333; 
    margin: 0; 
}

.imagen-item small {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400; 
    color: #33418B; 
    display: block; 
    margin-right: 10px;
}

.abrir-maps {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 195px;
    background-color: #33418B;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px; 
}