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

body {
    
    font-family: sans-serif;
    background-color: #434142;
    width: 100%;
    height: auto;
}


#padre {
     
    
    
    width: 100%;
    height: auto;
    margin: auto;
    
    
}







.hijo {
    
    position: relative;
    background-color: gainsboro;
    width: 100%;
    height: 150px;
    top: 50px;
    
      
}



.titulo {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: cornflowerblue;
    text-align: center;
    padding-top: 40px;
    background-color: gainsboro;
    border-top: 1px solid white;
    font-size: 3.5em;
    height: 100%;
    
    
    
}


.joven {
    
    position: relative;
    width: 100%;
}


.hijo2 {
    
    position: relative;
    width: 100%;
    height: auto;
    top: 50px;
    
}


.hijo3 {
    
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    background-color: cornflowerblue;
    border-bottom: 1px solid white;
    
    
}

.icon_flecha {
    margin-right: 20px;
    margin-top: 5%;
    
    float: right;
    
}


.icon_flecha:active {
    border-radius: 100px;
    background-color:  #434142;
}




.frase {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 70%;
    padding: 20px;
    color: white;
    font-size: 1.2em; 
}


.hijo4 {
    height: 50px;
    position: relative;
    background-color: gainsboro;
    width: 100%;
}

