@charset "utf-8";

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">

body{
    background-color: #d8d8d8;
}
.Logo img{
    margin: auto;
    height: auto;
    display: block;
    max-width: 300px;
    font-family: "Roboto", sans-serif;
    width: 50%;
    margin-bottom: 2rem;
    margin-top: 5rem;
    
}
h1 {
    font-family: "Roboto", sans-serif;
    margin: auto;
    width: 100%;
    color: #5f6db3;
    text-align: center;
    margin-bottom: 2rem;   
}

h2{
    font-family: "Roboto", sans-serif;
    font-size: 20 px;
    color: black;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;   
}

iframe {
    margin: auto;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    }

p {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: black;
    margin-top: 2rem;
    text-align: center;
    
}
.redes{
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.30);
}

.redes div{
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.redes div img{
    width: 2rem;
}

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

/*  menues del header */
nav{
    width: 100%;
    float: left;
}

nav ul li {
    list-style-type: none;
    line-height: 2rem;
    position: relative;
}

nav ul li a{
    text-decoration: none;
    color: black;
    padding: 0 2rem;
    display: block;
    color: white;
    font-family: "Roboto", sans-serif;
}

/*menu hamburguesa*/
nav ul#hamburguesa> li{
    background-color: #5f6db3;
    line-height: 0;
}
nav ul#hamburguesa li:hover>ul{
    max-height: 500px;
    overflow: hidden;
}

/* menu principal*/
ul#principal{
    background-color: #5f6db3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
ul#principal li{
    border-bottom: 0.5px solid #ccc;
}
/* menu secundario */

ul#principal li ul{
    max-height: 0;
    overflow: hidden;
}
ul#principal li ul, ul#principal{
    max-height: 0;
    overflow: hidden;
}
label {
    font-family: "Roboto", sans-serif;
    text-align: center; 
    margin: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer{
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    margin-top: 2rem;
    text-align: center;
}
#sesion {
    padding: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#sesion a {
    text-decoration: none;
    display: inline-block;
    background-color: #000000;
    margin: auto;
    padding: 0.6em;
    font-size: 20px ;
    color: white;
    font-family: "Roboto", sans-serif;
    width: auto;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
}
#sesion a:hover{
    background-color: #5F6DB3; 
}
/*REPONSIVE*/

@media all and (max-width:0rem) (min-width: 0rem) {
    ul#hamburguesa> li img{
    display: none;
    }
    nav ul#principal{
        flex-direction: row;
        max-height: 50rem;
        position: relative;
    }