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


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

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



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

#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 {
  padding-bottom: 1rem;
    padding-top: 1rem;
  
}



#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;
}
.perfil {
    margin: 0rem 1rem 1rem;
    
} 

#fotoperfil {
    border-radius: 100%;
    height: 12rem
}
    
#nombre {
 color: #fc6880;
    display: flex;
    font-size: 4rem;
    font-weight: 900;
   
}

}
.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;
    
    
}

.datos {
    color: #375f9b;
    font-size: 2.5rem;    
    margin-top: 4rem;   
    
}

div h3 {
    color: #fc6880;
}

.ancho {
    width: 50%;
    
}

#cajadatos {
    margin-top: -1rem;
    border-width: thick;
    border: 20rem #fc6880;
    border-radius: 1rem; 
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
}

.boton { 
    border-radius: 7rem;
    text-decoration: none;
    background-color: #1ae2bc;
    width: 20rem;
    height: 6rem;
    box-shadow: 0.3rem 0.3rem #328878;
    text-align: center;
    margin: auto;
    padding-top: 1.25rem;
    margin-bottom: 2rem;
}

.boton p {
    color: white;
    font-size: 3rem;
    text-decoration:  none;
}