@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');

html{
box-sizing:border-box;
}
*:before,*:after{box-sizing:inherit}
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway',sans-serif;
    }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

/* menu ---------------------------------------------------------------------*/

/* barra*/
/* right */

.menu-desplegable {
    
    background-color: lightseagreen; 
    padding-top: 0.5em;
    padding-bottom: 1em;
    height: 3em;
    
}
.menu-desplegable ul{
    list-style: none;
}

.menu-desplegable > .right-navbar{
    right: 0;
    }

.menu-desplegable > .center-navbar{
    left: 2em;
    }

.menu-desplegable > ul {
    display: flex;
    margin-right: 15px;
    margin-top: 0;
    position: absolute;
    top: 5px;
}

.menu-desplegable nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    top: 0;
    height: 100vh;
    min-width: 30vw;
    transition: all .6s ease;
    z-index: 999;
}

.menu-desplegable nav#menu{
    right: -60vw;
}

.menu-desplegable nav#hamb{
    left: -60vw;
}

.menu-desplegable nav#menu:target {
    right: 0;
    transition: all .6s ease;
}

.menu-desplegable nav#hamb:target {
    left: 0;
    transition: all .6s ease;
    height: 52vh;
    min-width: 20vw;
}

.mat  .mat-sub-menus{
    display: none;
    transition: all .6s ease;
}

.mat:hover .mat-sub-menus{
    display: block;
    transition: all .6s ease;
}

.ex  .ex-sub-menus{
    display: none;
    transition: all .6s ease;
}

.ex:hover .ex-sub-menus{
    display: block;
    transition: all .6s ease;
}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 85%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}
.usuario h3{
    
    font-size: 2em;
    margin-bottom: 0;
    
}

.usuario img {

    max-width: 15em;
    max-height: 15em;
    border: 4px solid gray;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}


.menu-desplegable nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .7em 1em;
    text-decoration: none;
}

.menu-desplegable nav a:hover {
    color: white;
}

#Cerrar{
    max-width: 0.1em;
    max-height: 0.1em; 
}

#x {
    position: absolute;
    right: 0;
    top: 0;
    
}

#textousuario{
    text-align: center;
}
#menufoto{
    display: block;
	height: 60px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

#menufoto img{
	height: 70%;
    margin-bottom: 0.5em;
    margin-right: 1em;
}


.logonav img {
    height: 60px;
    display: flex;
    justify-content: center;

}


#menuhamb{
    display: block;
	height: 60px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

#menuhamb img{
	height: 40%;
    margin-bottom: 1em;
    
}


.hambnav img {
    height: 60px;
    display: flex;
    justify-content: center;

   }


/* footer---------------------------------------------------------------------*/

footer {
    background: #efefef;
    color: black; 
    margin-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.6rem;
    font-weight: 400; 
    padding-top: 1.8em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    margin-right: 0;
    width: 100%;
}



    
 

}
.aligner {
  display: flex;

}

main section img {
    
    height: 12rem;
    margin-top: 2em;
    
}


.destacado{
    background-color: #ffffff;
}

main section{
    
   text-align: center;
   font-family: 'oswaldregular', serif;
     
}


main section h2{
    color: rgba(0, 255, 196, 0.83);
    font-size: 2.5em;  
    text-align: center
    padding: 0em;  
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    
}

main section p{
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 0.9em;
    margin-left: 2em;
    margin-top: 0em;
    margin-bottom: 3em;
    
}
main section a{
    text-decoration: none;
    font-size: 0.8em;
    color: lightseagreen;
    margin-left: 1em;       

       
}

h1{
    
    text-align: center;
    font-family: 'raleway', Sans-serif;
    color: white;
    font-size: 1.5em;
    padding:0.2em 8em 4em 7em;
    justify-content: center;
    
    
}
article h3{
    padding: 1em ;
    margin-top: 0.5em;
    font-family: 'raleway', sans-serif;
    font-size: 1em;   
    letter-spacing: 0.2em;
    color:black;
    text-align: center;
    border-style:double; 
    border-color: lightcoral;
   


}
article p{
   font-family: 'Ralewayregular', sans-serif;
    font-size:0.9em;
    line-height: 2em;
    justify-content: flex-start;
    display: block;
    margin-bottom: 2em;
    
}

aside{ 
  
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;    
    padding: 1em;
    align-content: center;
    line-height: 3em;
    font-size: 0.7em;
    font-weight: bold;
    color: crimson;
   
}




















