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

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

#altura {
    height: 100vh;
}

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


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


.softGray{
    background-color: #eaefe2;
}

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

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

#guarda {
    height: 5rem;
    background-image: url(img/guarda.svg);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    transform: rotate(180deg);    
}

.datos {
    color: #375f9b;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;   
}

.datos p {
    margin-bottom: 1rem;
}


#boton { 
    border-radius: 7rem;
    background-color: #1ae2bc;
    width: 18rem;
    height: 5rem;
    box-shadow: 0.3rem 0.3rem #328878;
    text-align: center;
    padding-top: 0.7rem;
    margin: 2rem; 
}

#boton a {
    color: white;
    font-size: 3rem;
    text-decoration: none;
}

#main {
     
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;

}

main div p img {
    height: 1.6rem;
}

#madre img {
    height: 14rem;
    margin-bottom: 3rem;
}