
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

header{
    color: white;
}

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

.logo a{
    font-size: 50px;
    line-height: 110px;
    color: red;
}


.menu {
    background: #659cef;
    border-top: solid 2px #73C2FB;
    min-height: 35px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav.menu a{
    color: white;
    padding-right: 6px;
    padding-left: 6px;
    line-height: 33px;
    text-decoration: none;

}

.menu a {
    padding-left: 40px;
}

.menu i{
    padding-right: 1.2px;
    padding-left: 1.2px;
}

/* .off{
    display: none;
} */

.activo{
    background: #c4c4f3;
    color: coral;
    border-radius: 5px;
}

.container{
    background: url(imagenes/fondo.jpg) no-repeat;
    background-size: 100% 80%;
    width: 100%;
    height: 100vh;
}


.container::before{
    content: "";
    width: 100%;
    height: 100%;
	background-color:rgba(0,0,100, 0.5);
	position: absolute;
}


.container .titulo2, ul, form{
    position:  relative;
}

p.titulo2{
padding: 20px 15px 0px 40px;
}


.especialidades{
    color: white;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .8em;
}


.columnas li{
    margin: 5px 0px 5px 30px;
}

form{
padding: 15% 30% 0% 33%;
}

.datos-consulta{
    height: 300px;
    display: flex;
    flex-direction: column;
    color: white;
}

.datos-consulta a{
    font-size: 0.9em;
    color: rgb(0, 255, 145);
}

.datos-consulta b{
    padding-top: 1em;
    font-size: .8em;
    color: rgb(0, 255, 145);

}

.datos-consulta #instancia, select{
    background: #CCCCFF;
}

 .consulta{
    height: 30px;
    color: white;
}

.consulta {
    margin-top: 2em;
    line-height: 30px;
    text-align: center;
    background-color:rgba(0,0,100, 0.3);
    border: groove .2em rgb(226, 216, 216);
    border-radius: .5em;
}

.footer{
    background: #659cef;
    width: 100%;
    min-height: 60px;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.footer a{
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
}

.icono {
    width: 15px;
    height: 15px;
}