/*{padding:0; margin:0;}
*/
* {
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
      align-content: center;
   
}

body {
     background: rgba(79, 235, 109, 0.38);
      width: 100% ;
    height: 80% auto;
    border-bottom: 40px;
  
   
}
header{
     align-content: center;
    margin-top:20 px auto;
}
.grupo, header {

    list-style: none;
    padding: 0;
    background: rgb(28, 130, 217);
    width: 70%;
    max-width: 1000px;
    margin: auto;
   

}

#contenedor {
 
    width: 66% ;
    height: 60px auto; 
  margin-top: 20px auto; 
   
    
}

/* barra de menu
*/

.menu,
nav ul {
   
    background: rgb(28, 130, 217);
    width: 151% ;
   
    
 
}

.menu li a {

    color: black;
    padding: 10px;
    float: left;
     text-align: left;
     text-decoration: none;
    
    

}

.menu li {
    

    display: inline-block;
    

}

.menu li a:hover {

    background: #24d16d;
  

}
/* baner
*/
#enunciado .container {
    margin: 80px;
    position: relative;
    width: 80%;
    align-content: center;
    
    
    
}



#enunciado img {
    
    margin-top: 10px;
    width: 100%;
    height: 80% ;
    align-content: center;
    border: 7px solid rgb(79, 235, 109);

  
}

#enunciado .container{
    position: absolute;
    top: 20%;
    left: 50%;
    color: blue;
    
}

.container{
    background-color: #300f89;
}

#container,h1,h2{
    font-size: 20px;
    color: #fafafa;
    font-family: 'Economica', sans-serif;
    text-align: center;
}
#enunciado h2 {
    font-family: 'Economica', sans-serif;
    font-size: 15px;
    font-weight: normal;
   
}



/*-------------------------------------------------
BOX 1 main CLASSE 
-------------------------------------------------*/

#info{
    background: #0cd460; 
    top:20px;
    align-content: center; 
}
h3{
    color: aliceblue;
    background: #300f89;
    text-align: center;
     font-size: 23px;
    margin-top: 10px;
}
.info2{
    margin-left: 150px;
   
     
   
}
.info2 img{
    align-content: center;
    width: 180px;
    height: 180px;
     margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    
}
.calendario{
     margin-top: 20px;
    text-align: center;
    color: #300f89;
    font-family: 'Economica', sans-serif;
    font-size: 16px;
    font-weight: normal;
     border: 7px solid rgba(79, 235, 109, 0);
}
.calendario a{
    width: 100px;
    color: #f6f8f3;
    background: #300f89;
    text-decoration: none;
    text-align: center;
    border: 10px;
    
}


/* foot----------------

*/


.grupo {
 
    
    flex-wrap: wrap;
    justify-content: center;
    color: aliceblue;
    margin-top: 30px;
    margin-bottom: 40px;
    
    
}

.copy{
    text-align: center;
margin-top: 30px;
    font-size: 20px;
     width: 100% auto;
    height: 60px auto; 
    color: aliceblue;   
}
.pie{
    border: 17px solid rgba(79, 235, 109, 0);
    color: #101010;
    text-align: center;
}






