@media screen and (max-width: 480px) {
  .info-topo p {
    font-size: 0.9em;
      margin-left: 0 !important;
  }
  .tabela-inscricoes td, .tabela-inscricoes th {
    font-size: 14px;
    line-height: normal;
  }
    .areas{
        float:left;
    }
    .col-video-topo{
        padding-right: 0;
    }
    
    .mob-linha{display:block}
    .comp-linha{display:none}
    .video-home{
        max-width: 100% !important;
    }
    
}

@media screen and (max-width: 768px) {
  .logo-banner {
    display: none;
  }
}

@media screen and (min-width: 769px) {}