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

#ceibo {
    display:flex;
    height: 6rem;
    margin: auto;
    
}

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



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



.noti {
    display: flex;
    justify-content: space-between;
    height: 20rem;    
}

.fotonoti{
    text-align: center;
    padding: 1rem;
    height: 15rem;
    margin: auto;
    
}

.divfoto {
    display: flex;
    width: 30%;
    
}

.divtexto {
    width: 68%;
    height: 100%;   
    margin: auto;   
}

main div h2 {
    font-size: 3.3rem;
    color: #fc6880;
    padding-top: 3rem;
}

main div p {
    font-size: 2rem;
    color: #375f9b;
    padding-top: 2rem;
}

.noleido { 
    background-color: #d6d6d6;
}

a {
    text-decoration: none;
}

#ceibomenu {
    height: 5rem;
}

header{    
    position: fixed;
    width: 100%;
    z-index: 1;
}

main {
    padding-top: 12rem;
    padding-bottom: 5rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}