*{
    margin: 0;
    padding: 0;
}




@media screen and (max-width: 680px) {

    .off{
        display: none;
    }

    div.logo{
        background: #659cef;
        color: white;
        text-align: left;
        height: 95px;
    }

    nav.menu {
        width: 100%;
        background: #659cef;
        border-top: solid 2px #73C2FB;
        min-height: 45px;
        color: white;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .menu a i{
        font-size: 22px;
        letter-spacing: 1em;
    }
    .titulo2{
        padding-top: 50px;
        color: white;
        font-size: 1em;
        text-align: center;
    }

}

@media screen and (min-width: 768px) {

    .logo h1{
        text-align: left;
    }
    .menu{
        justify-content: flex-end;
    }
    .logo a{
        font-size: 1.5em;

    }
.logo{
    font-size: 2em;
}
    .menu{
        font-size: 1.3em;
    }

    .activo{
        background: #c4c4f3;
        color: coral;
        border-radius: 5px;
        margin-right: 0px;
    margin-left: 0%;

    }


    p.titulo2{
        padding-top: 35%;
        text-align: center;
    }

    .titulo2{
        padding-top: 50px;
        color: white;
        font-size: 1.4em;
        text-align: center;
    }

    .columnas li{
        font-size: 1.5em;
    }
    .datos-consulta a{
        font-size: 1em;
    }

    .datos-consulta b{
        font-size: 1em;
    }

    .consulta{
        font-size: 1.5em;
        height: 40px;
    }

}

@media screen and (min-width: 1440px) {
    .logo h1{
        text-align: left;
    }
    .menu{
        justify-content: flex-end;
    }
    p.titulo2{
        padding-top: 4%;
        text-align: center;
    }

    .titulo2{
        color: white;
        font-size: 1.5em;
        text-align: center;
        font-weight: lighter;
    }
    .especialidades{
        font-size: .8em;
    }

    form{
        padding: 10% 30% 0% 33%;
        margin-left: 10% ;
        }
.datos-consulta{
    width: 80%;
}

}
