@media (max-width: 980px) {
  header .topo {
    flex-direction: column;
    row-gap: 30px;
  }
  header .topo .navbar-brand {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  header .topo .logo {
    width: 100%;
  }
  header .topo .btn {
    font-size: 24px;
  }
  .video-responsive {
    aspect-ratio: 9/16;
  }
  section.choose ul {
    grid-template-columns: 1fr;
  }
  section.work .item {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  section.work .item span {
    font-size: 140px;
    line-height: 110px;
    text-align: center;
  }
  section.dream p {
    margin-top: 30px;
  }
  section.programs::before {
    display: none;
  }
  section .tab-content {
    padding: 30px;
    border-radius: 0 0px 10px 10px !important;
  }
  .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    overflow-y: hidden;
    margin-bottom: -1px;
  }
  .nav-tabs button {
    font-size: 20px !important;
    padding: 5px 15px !important;
  }
  section .tab-content .tab-pane {
    padding: 0px !important;
  }
  section .tab-content .tab-pane p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  section {
    padding: 70px 0 !important;
  }
  section.video p {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .title h3 {
    font-size: 26px !important;
  }
  footer ul {
    flex-direction: column;
    text-align: center;
    align-items: center;
    row-gap: 30px;
  }
  footer ul .redes {
    align-items: center;
    justify-content: center;
  }
  .btn,
  .button,
  button {
    display: block !important;
    width: 100% !important;
  }
  .btn .content,
  .button .content,
  button .content {
    width: 100% !important;
  }
  .nav-link {
    display: block !important;
    line-height: normal !important;
    margin: 0px !important;
    padding: 0px 10px !important;
  }
  .nav-link .icone {
    display: none !important;
    line-height: normal !important;
  }
  .video {
    padding-top: 100px !important;
  }
}/*# sourceMappingURL=responsive2.css.map */