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

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


header {
    width: 100%;
    height: 50px;
    background-color: #434142;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
     
}

.contenedor  {
    width: 98%;
    margin: auto;
    display: flex;
    
    
}

.contenedor h1 {
    
    text-align: center;
    margin: auto;
    margin-top: 7px;
    
}

h1 {
      
   font-family: 'Roboto', sans-serif; font-weight: 500;  
    position: fixed;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.6em;
    width: 100%;
 

}





.titulo {
    
    font-family: 'Roboto', sans-serif; font-weight: 400;  
    position: relative;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: dimgray;
    border-top: 1px solid white;
    font-size: 1.3em;
    margin-top: 50px;
    
}


section {
    
    margin: auto;
    width: 100%;
    height: auto;
    
}

#padre {
    
    position: relative;
    top: 140px;
    background-color: gainsboro;
    width: 90%;
    height: auto;
    margin: auto;
    
  
    
}

.texto1 {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    
}

.texto2 {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 40px;
    text-align: center;
    
}







.hijo1 {
    
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ea8004;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px gray;
    margin-top: 20px;
    
   
}


.hijo1:active {
    background-color: dimgray;
        
}

.subtitulo {
    
    position: relative;
    font-size: 1.2em;
    color: white;
    text-align: left;
    padding-top: 20px;
    margin-left: 80px;
    
    
    
    
}

.hijo2 {
    
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: cornflowerblue;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px gray;
    
    
}

.hijo2:active {
    background-color: dimgray;
        
}


#padre .boton {
    
    width: 100%;
    height: 40px;
    background-color: gray;
    padding: 10px;
    margin: auto;
    text-align: center;
    color: white;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 1.12em;
    font-family: 'Montserrat', sans-serif; font-weight: 400;
    box-shadow: 0px 3px 5px 0px gray;
        
    
}


#padre .boton:active {
    background-color: dimgray;
    
       
}

a {
    text-decoration: none;
}

img {
   
    width: 60px;
    float: left;
    background-color: gray;
    border-radius: 10px;
    border: 2px solid white;
    
}
