.directorio{
    display: none;
    width: 100%;
    height: 72.5vw;
    z-index: 1;
}
.directoriomovil{
    width: 100%;
    height: 137vw;
}
.fijadordirectorio{
    width: 10px;
    height: 10px;
    margin: -5vw;
    position: absolute;
}
.titulodirectorio{
    width: 100%;
    height: 8vw;
    font-family: proximablack;
    font-size: 8.1vw;
    color: rgb(10, 37, 76);
    margin-top: .5vw;
    text-align: center;
}
.textodirectorio{
    width: 90%;
    height: 5vw;
    font-family: proximaregular;
    font-size: 3vw;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5vw;
}
.cuadrodeseleccion{
    width: 85%;
    height: 43vw;
    margin-top: 19vw;
    margin-left: auto;
    margin-right: auto;
}
.tituloselect{
    font-family: proximabold;
    font-size: 4vw;
    color: black;
}
.selecciones{
    width: 100%;
    height: 6vw;
    font-family: proximaregular;
    font-size: 3vw;
    background-color: rgb(212, 212, 212);
    border: none;
    border-radius: 2vw;
}
.renglonseparador{
    width: 100%;
    height: 4vw;
}
.opcionesdirectorio{
    font-family: proximaregular;
    font-size: 3vw;
}
.ventanamapamovil{
    width: 100%;
    height: 48vw;
}
.renglon1movilmapa{
    width: 100%;
    height: 28vw;
    margin-top: 5vw;
    background-image: url("../assets/img/barramapamarilla.png");
    background-size: cover;
    text-align: center;
}
.renglon2movilmapa{
    width: 100%;
    height: 28vw;
    overflow: hidden;
}
.tituclinica{
    font-family: proximabold;
    font-size: 3vw;
    padding-top: 1vw;
}
.direccionclinica{
    font-family: proximaregular;
    font-size: 3vw;
}

.fotopresenta{
    width: 100%;
    height: auto;
    margin-top: 6vw;
}
.direcciondos{
    font-family: proximaregular;
    font-size:  1vw;
    margin-top: 1.2vw;
    margin-left: 3.7vw;
}
.direcciondosA{
    font-family: proximaregular;
    font-size:  1vw;
    margin-top: .1vw;
    margin-left: 3.7vw;
}
.direcciontres{
    font-family: proximaregular;
    font-size:  1vw;
    margin-top: 1.4vw;
    margin-left: 3.7vw;
}
.direccioncuatro{
    text-decoration: none;
    font-family: proximabold;
    font-size:  1vw;
    margin-top: 1.4vw;
    margin-left: 3.7vw;
}
.direccion{
    width: 100%;
    height: 20.3vw;
    float: left;
    background-image: url("../assets/img/direcciones.png");
    background-size: cover;
    background-repeat: no-repeat;
}