@import url('https://fonts.googleapis.com/css?family=Raleway:400,600'); 

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

body{
    font-family: raleway, sans-serif;
    height: 575px;
}

#superior{
    height: 8rem;
    padding: 1rem;
    background-color: #375f9b;
}

#titulo {
    color: white;
    display: flex;
    font-size: 3rem;
    font-weight: 900;
}


.headerImg{
    margin: 0 1rem 0 1rem;
    width: 3rem;
    height: 3rem;
    display: flex;    
}

#guarda {
    height: 5rem;
    text-align: center;
    background-image: url(img/guarda.svg);
    background-repeat: repeat-x;
}

#contenedor {
    flex-direction: column;
    padding-bottom: 6rem;
    padding-top: 4rem;
    margin-left: 8.5rem;
    margin-right: 8.5rem;
}

#inferior {
    height: 7rem;
    background-color: #fc6880;
       
}

footer img { 
    display: flex;
    width: 5rem;
    height: 5rem;
}

.softGray{
    background-color: #eaefe2;
}

.flex{ 
    display: flex;
    align-items:center;
    justify-content: space-around;
}

.centered{
    margin-right: auto;
    margin-left: auto;     
}

.textohamb {
    font-size: 3rem;
    margin-bottom: 5rem;
    color: #375f9b;
    text-decoration: none;
    
}


.sidenav {
    
    display: flex;
    flex-direction: column;
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 1; 
    top: 0;
    right: 0;
    background-color: #11ce8f; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s;
    border-color: black;
    border-width: thick;
    box-shadow: 0rem 5rem 10rem
}


.sidenav a {
    padding: 10px 8px 10px 32px;
    margin-top: 10rem;
    text-decoration: none;
    font-size: 45px;
    color: #eaefe2;
    display: block;
    transition: 0.3s
}


.sidenav a:hover, .offcanvas a:focus{
    
    color:  #fc6880;
}


.sidenav .closebtn {
    flex-direction: column;
    position: absolute;
    top:0;
    font-size: 100px;
    margin: auto;

}


#main {
      transition: margin-left .5s;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    
    
}

#contenedor h1 {
    color: #fc6880;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
}

.notificacion {
    color: #375f9b;
    font-size: 2.7rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 4rem;   
}


.notificacion img {
    width: 3.5rem;
}


