@charset "utf-8";



*{box-sizing: border-box;
     font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;

}




.contenedor{ width: 100%;
    background-color: #CE6B00;
    
}


.contenedormenu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    align-items: center;
    overflow: hidden;
    margin:0;
    padding: .4em;
}

.contenedormenu img{
    width: 90%;
    
}
    



nav ul {
    list-style: none;
    padding:.5em;
    display: flex;
    margin: 0;
    

}


nav ul li{
   padding: .5em;
    margin: .3em;
background-color:  #212121;
    font-size: .9em;
    
    }




nav ul li a {
    
  color: yellow;
    
    
 
}

nav ul li a:hover{
    background-color: cadetblue;
    transform: scale(1.2);
    opacity: .9;
    
}







.perfil{
    margin: .9em;
    padding: .9em;
    margin-top: 0;
    display: flex;
    flex-direction: column;
   
    background-color:azure;
    
    
}






h1 { 
  
   font-family: 'Raleway', sans-serif;
   
    font-size: 1.5em;
    padding: .2em;
    margin-top: .5em;
    border-bottom: 1px solid;
    
    }




main section >img { 
    width: 130px;
    
   
    border-radius: 6em;
   }


.perfil h3{
    font-family: 'Raleway', sans-serif;
    padding: .3em;
    font-size: .9em;
    color: orange;
    
}

main section >p {
       padding: .3em;
    font-size: .8em;
    
    
}


.historial {
   
    margin: .9em;
    padding: .9em;
     background-color:azure;
    }
    
.historial h3{font-family: 'Raleway', sans-serif;
    font-size: .9em;
    text-align: center;
    color: orange;
    
    
}

.responsivee h2{
    
   
  font-family: 'Raleway', sans-serif;
    font-weight: 400;
   
  padding: .2em;
    margin-top: .8em;
    font-size: 1.3em;
    border-bottom: 1px solid;
  
   
}

.responsivee > ul > li {
    list-style: none;
    font-size:.9em;
    padding: .2em;
    
   
  
  
    
}


#integrantes { 
    margin: .9em;
    padding: .9em;
     background-color:azure;
}

#integrantes > h3 {  font-family: 'Raleway', sans-serif;
    font-size: .9em;
    text-align: center;
    color: orange;
    
  
  
}

#integrantes >ul li {
    margin: 1em;
    padding: 1em;
    list-style: none;
    text-align:center;
    text-transform: uppercase;
   letter-spacing: .1em;
    font-size: .9em;
   border:1px solid orange;
    
    
}


 ul li a{
    color: orangered;
    text-decoration: none;
    transition: .0s all;
    z-index: 1;
     transform: scale(1.2);
     transition: .2s all;
    
}

 ul li a:hover{
    background-color: yellow;
    transform: scale(1.2);
    transition: .2s all;
   
    
}

ul li:hover{
    transform: scale(1.2);
    transition: .2s all;
}



footer {
    margin-top: 7em;
    margin-bottom: 2em;
    padding: 1em;
    font-family: monospace;
    text-align: center;
    background-color: yellow;
}



.galeria{
       margin: .3em;
    padding: .3em;
}


.galeria h3{
    font-family: 'Raleway', sans-serif;
    font-size: .9em;
    text-align: center;
    color: orange;
    margin-bottom: 1em;
}

.galeria img{
    width: 120px;
    margin: .4em;
}

.roow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}




@media (min-width: 900px){
    
    body{
         background-color: #CC4900;
    }
    .contenedor{
  
    margin: 2em;
    
    
    padding 2em;
    box-sizing: border-box;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0rem;
       
    
 
     
    }
    
    .perfil{
       
        align-items: center;
        
        
    }
    
    
    .cajarespon{display: flex;
        flex-direction: row;
        justify-content: space-around;
        
    }
    
    .cajarespon{
        align-content: center;
        align-items: center;
        align-self: center;
    }
    
    .respons2{
        display: flex;
    }
    
    .galeria{
        width: 70%;
    }
    
    
    
    #integrantes{
      
        align-self: center;
      
    }
    
    #integrantes h3{
        margin-bottom: 2em;
        font-size: 1.3em;
    }
    
    
   .galeria h3{font-size: 1.3em;
       
        
    }
    
    
    .historial h3{font-size: 1.3em;
       }
    
    .contenedormenu{
        padding: 1em;
        background-image: url(mady.gif.gif);
        background-position: center;
        background-size: cover;
        
    }
}












    
















    
    
