*{ margin: 0;
  }
@import url('https://fonts.googleapis.com/css?family=Montserrat');


header img {
    width: auto; 
    height: 3rem; 
    display: flex; 
    justify-content: flex-start; 
    float: left;
    margin:0rem 0rem 0rem 1rem;
    padding: 0.3rem;}

.menu{
    background-color: #19135d;
    height: 4rem;
}

.menu .navegador{
    padding:1.5rem 0rem 0rem 0rem;
}

.menu .navegador ul li { 
    list-style-type: none;
    display:inline;
    padding: 0rem;
}

.menu .navegador ul li a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none; 
    display:inline;
    color: #fff;
    float: right;
    padding: 0rem 1rem 0rem 0.25rem;
    font-size: 1rem;
}

.menu ul li a:hover {
    text-decoration: none; 
    display:inline;
    color: #e2192c;
    float: right;}

.banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: auto;
}

.banner .logo img {
    max-width: 100%;
    height: auto;
    display: inline-flex;
    padding: 2rem 0rem 0rem 2rem;
    justify-content: center;
}

.banner h2{
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 1rem 0rem 0rem 5rem;
    font-size: 1rem; 
}

.banner .android{
    width: 10rem; 
    height:auto;
    padding: 3rem 0rem 0rem 8rem;
}

.banner .ios{
    width: 11rem; 
    height:auto;
    padding: 3rem 0rem 1rem 7rem;
}

.social{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centro {
    display:flex;
    flex-direction:column; 
    width: 100%;
    background-color: #e2192c;
    padding: 3rem 0rem 3rem 0rem;
   
}

.centro article {
    width: 100%; 
    min-height: 10rem;
    position: relative;
    text-align:center;
}

.centro h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 0.5rem 0rem 2rem 0rem;
    text-align: center;
}

.centro h2 {
    color: #fff;
    padding: 0.5rem 0rem 0rem 0rem;
    text-align: center;
}

.centro img {
    
    padding: 0.7rem;
    width: 12rem;
    border:5px solid #19135d;
    border-radius: 20px;
    
}

.centro h2 .fa-music{
    font-size: 3rem;
}

.centro h2 .fa-comments{
    font-size: 3rem;}

.centro h2 .fa-calendar{
    font-size: 3rem;}

.video{
   
    height: 20rem;
    background-color: #0A0C32;
}

.video h2{
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 1.5rem;
}

.video video{
    width: 100%;
    display: flex;
    height: auto;
    
}

footer{ 
    background-color:#0A0C32;
    padding-bottom: 5rem;
    font-size: 1rem;
    color: #fff;
    width: 100%;
    height:6rem;
    font-family: 'Montserrat', sans-serif; 
}
footer h6{
    padding-top: 1rem;
    padding-left: 1rem;
}

footer h6 a{
    text-decoration: none;
    color: #e2192c;
    font-size: 1.2rem;
    
}

footer h6 a:hover{
    color: #fff;
}

footer p{
    padding: 1rem 2rem 0rem 2rem;
    text-align: left;
    font-size: 0.8rem;
}  

@media(min-width:60rem){
    

    .centro {display: flex;
            flex-direction: row;
    }
    .centro article{ min-width: 33%;
    }
    
    
 }   