@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,700');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    text-align: center;
    background: black;
}

.navbar {
    margin: auto;
    width: 100%;
    
}
.bannerContainer {
    
}
.bannerClass {
    width: 100%;
    margin:auto;

}

header {
    width: 100%;
    background-color: #8b8888;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    text-decoration: none;
}

.descargalaYa {
    color: white;
}



.btnMenu {
    padding: 30px;
}
.btnMenu:hover {
    background-color: #ff9f31;
    font-size: 24px;
}

.mainContainer {
    display: inline;
}

.w50 {
    width: 50%;
}

.columnLeft {
    float: left;
    width: 50%;
}

.sectionButton {
    display: inline;
    position: relative;
    top: 100px;
}

header nav a {
    font-size: 1.3rem;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
}


.sectionInformativa {
width: 100%;
}

 h2{ color: #ff9f31;
    
}


.fa-calendar-plus{ 
font-size: 3rem; 
}
.fa-university{ 
font-size: 3rem; 
}
.fa-comments{ 
font-size: 3rem; 
}


.descripcion { color: white;
             }



.info{ margin: 2%; 
     }




article {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.5rem;
}

article i {
    color: white;
    font-size: 10ram;
    font-weight: 200;
}

footer {
    max-width: 100%;
    padding: 1%;
    color: white;
    background-color: #313131;
    font-weight: 300;
    font-size: 0.7rem;
    display: inline-block;
}

section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: baseline;
    align-content: stretch;
}

.contenedor {
    max-width: 60rem;
    margin: auto;
}

.info2 {
    display: inline;
    float: left;
}
.columnaizquierdat {
    
    width: 50%;}
    
 .sobre {
    display: inline;
    position: relative;
     top: 100px; 
 width: 50%;
float: left;}
    

         
     
.laapptexto{ color: white; 
             text-align: center;

}    


 .info2 { display: inline;
}   
    

.Columnas  {width: 50%;
}
    

    
    
    
@media screen and (max-width: 60rem) {

 .bannerClass {
     width: 100%;
 }

 .sectionInformativa {
     display: inline;
 }

 .columnLeft {
    float: none;
    width: auto;
 }

 .sectionButton{
    width: auto;
 }
    
  .columnas{
    float: none;
    width: auto;
 }  
    
  .sobre{
    width: auto;
 }  

 footer {
     margin-top: 100px;
 }


