* {
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
    font-family: 'Rosario', sans-serif;
 
}

body {
    background-color: rgba(113, 196, 198, 0.65);
     text-align:  center;
    
    
}


body h2 img {
    padding: 1em 1em 1em 1em;
    margin: 0em 0em 0em 1em;
    border-radius: 50%; 
    max-width: 10%;
    height: auto;

}





/* ----------------- Menu desplegable ----------------*/


body header {
    background: #fdfdfd;
    max-width: 100vw;
}

.barraiconos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    max-width: 100vw;
    margin: 0.4em 0.5em 0.2em 0.5em;
}

.barraiconos img {
    height: 1.7em;
}

.logo {
    height: 3em;
    margin: 0em 3.5em 0em 3.5em;

}

.menudesplegable {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #8BC6C7;
    width: 50vw;
    height: 100vh;
    padding: 2rem 2rem 2rem 1rem;
    z-index: 999;
    left: 0;
    top: 2.6em;
    position: fixed;
}   


#usuario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

#usuario img { 
    height: 20vw;
    width: 20vw; 
    border-radius: 10em;
}

#usuario h4 {
    color: #5E6472;
    margin-top: .5em;
    margin-bottom: 1.5em;
}

.principal {
    list-style: none;
    margin-left: .5em;
    margin-top: .5em;
}

.principal li {
    margin-bottom: .6em;
    background-color: #FAF3DD;
    height: 7.5vh;
    display: flex;
    align-items: center;
}

.principal a {
    text-decoration: none;
    color: #5E6472;
    display: block;
    padding: .6em;
}

.opcionesusuario {
    list-style: none;
    margin-left: .7em;
    margin-top: .5em;
    margin-bottom: .5em;
     
}

.opcionesusuario li {
    margin-bottom: .6em;
    background-color: #FAF3DD;
    height: 7.5vh;
    display: flex;
    align-items: center;
}
    
    .opcionesusuario a {
    text-decoration: none;
    color: #5E6472;
    display: block;
    padding: .6em;
}
    
    .listausuario li {
    margin-bottom: .6em;
    background-color: white;
}



/* TERMINA MENU DESPLEGABLE */






main h1 {padding: 3em 0.2em 0.2em 0.2em;
    
    }

main h1 li{ 
    background-color: rgba(0, 0, 0, 0.86);
    border: 0.6 solid;
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: flex;
    flex-direction:column;
    font-family: 'Rosario', sans-serif;
    text-align: center;
    align-content:space-around;
    justify-content: space-around;
}
main h1 li a {
    text-decoration: none;
    color: white;
    font-size: 0.5em;
    text-decoration-line: underline;
}

.video {
    position: relative;
    align-self: center;
    width: 90vw;
    margin-bottom: 3em;
    margin-top: 3em;
    margin-left: 0.5em;
      margin-left: 0.5em;
    padding-bottom: 2%;
}



  footer {
    display:flex;
    flex-direction:column;
    margin-bottom: 3em;
    max-width: 90vw;
    height: 90vw;
    margin: 1em 1em 1em 1em;
       text-align: center;
    align-self:center;
      width: 90vw;
}
@media (max-width:768px){
  
    
    }
}

@media (max-width:480px){
   
    }
}
  