@import url('https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet');

* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
font-family: 'Dosis', sans-serif;
list-style: none;
}

body {
background-color: #1C90B0;
min-height: 100vh;
display: flex;
flex-direction: column;
margin-bottom: 5em;;
}

/* logo principal */
.tope1 {
display: flex;
flex-direction: column;
align-items: center;
}
.tope1 img {
max-width: 20em;
height: auto;
margin: 3em 1em 0em 1em;
}
.tope1 p {
color: white;
font-size: 1em;
}
.centrado {
flex-grow: 1;
display: flex;
margin: auto;
flex-direction: column;
justify-content: center;
}


/* botones */
.boton1 {
    background-color: #002D47;
    color: #ffffff;
    padding: 1em 2em;
    margin: 0.5em;
    display: inline-block;
    align-self: center;
    width: 12em;
    border-radius: 1em;
    box-shadow: 0 0 0.5em grey;
    text-align: center;
}
.boton1 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}
.boton2 {
    text-align: center;
    margin: 0.5em
}
.boton2 a {
    color: white;
    text-decoration: none;
    font-size: 1em;
}

.boton3 {
    background-color: #002D47;
    color: #ffffff;
    padding: 1em 2em;
    margin: 1em 0 0 6.5em;
    align-self: center;
    width: 12em;
    border-radius: 1em;
    box-shadow: 0 0 0.5em grey;
    text-align: center;
}
.boton3 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}


/* panel superior */
.material-icons {
    color: white;
    margin: 0.5em;
}


/* barra navegacion */
.barra ul {
display: flex;
justify-content: space-evenly;
background-color: #3A3A3A;
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%;
opacity: 0.95;
}


/* inicio */
.whitebody {
    background-color: white;}

.contenedor1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 5em;

}

h2 {
color:#339999 ;
text-align: center;
font-size: 180%;
margin: 0;
margin-top: 4em;}



h3 {
color: gray;
font-size: 80%;
margin: 2em;
margin-left: 12em;
margin-top: 1,5em;
padding:1em;   
}


.cuerpo {
    display: block;
    margin: auto;
    margin-top: 0em;

}


#icononotificacion {
    display: block;
    margin:auto;
    margin-top: 2em;
    width: 12%;
}

.textohora{
    display: block;
    margin:auto;
    text-align: center;
    font-size: 120%;
}

.dato{
    display: block;
    margin:auto;
    text-align: center;
    font-size: 95%;
}



header {
background: linear-gradient(to right, #04678E, #6EA9A9);
display: flex;
justify-content:space-between;
padding: 0.5em;}
    
#logo {
width: 70%;
margin:0;
padding: 0;
align-items: right;}

#menudesplegado {
background-color: #3A3A3A;
opacity: .95;
height: 100vh;
min-width: 40vw;
width: 10em;
display: flex;
position: fixed;
right: -50vw;
top: 0;
transition: all .6s ease;
z-index: 999;}

.iconos {
width: 2.5em;
height: 2.5em;
margin:0;
padding: 0;
}

#x {
position: absolute;
right: .5em;
top: 0.5em;}

header #menudesplegado:target {
right: 0;}

header {
display: flex; 
justify-content: space-between; 
align-items: center;
position: fixed;
top: 0;
width: 100%;
height: auto;
color: white;
text-transform: uppercase;
font-size: 1em;
}


nav ul li {  

color: white;
margin-left: 1.5em;
padding: 0.4em;
align-items: baseline;
letter-spacing: 0.05em;}

nav ul li a:hover {
color: #6EA9A9;}

nav ul li a {
color: white;
text-decoration: none;}

nav ul {
list-style-type: none;
text-decoration: none;
padding-top: 6em;
}

li {
display: flex;
flex-direction: column;
align-content: space-between;
}

li a {
padding: -10em
}