body {
    background-color: #fff;
}


section {
    margin-bottom: 120px;
}

.logo {
    width: 100%;
    max-width: 80px;
    border-radius: 20px;
    margin-left: 5px;
    padding: 0;
    
}

.menu {
    display: flex;  
    justify-content:right;

}

.nav-item {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

.radio {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

.descricao {
    
    width: 478px;
    min-height: auto;
}

.slideprog {
    
    width: 100%;
    padding: 0;
}

.w-100 {
    height: auto;
    margin: 0;
}

.bbb1 {
    border-top: 2px #eee solid ;
    height: 100px;
  
} 

.iconeplay {
    width: 150px;
    height: auto;
}

.bbb2 {
    border-top: 2px #eee solid ;
    height: 100px;
    background-color: rgb(226, 221, 221);
}

.img_whats {
    width: 70px;
    height: auto;
    padding-top: 10px;
  
}

.numero_zap {
    margin-top: 30px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: red;
}

.bbb3 {
    
    height: 100px;
    width: auto;
    padding-top: 18px;
    display: flex;
    justify-content: center;
    background-color: blue;
    color: #fff;
    
}

.bbb4 {
    
    font-size: 20px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(29, 73, 31);
    
}




.text_app {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    
}

.a {
    text-decoration: none;
}

.footer {
    
    font-size: 13px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.desenvolvimento {
    background-color: #eee;
    color: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
   
}




@media only screen and (max-device-width: 770px) {
  .radio {
      display: none;

  }
  
  .bbb4 {
      display: none;
  }

  .bbb3 {
      height: 158px;
      padding-top: 40px;
  }
   
 

 

  
  

}

@media only screen and (max-device-width: 1030px) {
  .bbb4 {
    max-height: 178px;
   font-size: 15px;
   
  }

.bbb5 {
    display: none;
}

  }

  @media only screen and (max-device-width:1900px) {
    .bbb4 {
        height: 268px;
  
    }

    .bbb5 {
    display: none;
    }

  }
