@media (max-width: 1280px) {
  :root {
    font-size: 14px;
  }

  .elementor-container {
    max-width: 1160px !important;
  }

  .container-elementor {
    max-width: 1160px !important;
  }

  .elementor-section-full_width .container-elementor,
  .elementor-section-full_width .elementor-container {
    max-width: none !important;
  }

  div.header__menu-principal ul li a {
    font-size: 16px;
  }

  .menu__submenu a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /* CELL */

  /* GENERAL */

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: inherit;
  }

  .temas__listagem-container {
    gap: 0rem;
  }

  .eventos_single__banner {
    margin: 0 !important;
    padding: 0 !important;
  }

  .curso__listagem-tema-container,
  .certificados__listagem-normas-container {
    flex-direction: row;
  }

  /* END GENERAL */

  /* SINGLE CURSO */
  .barraflutuante__menu_container {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-start !important;
  }

  .elemento__slide_depoimentos-nome {
    text-align: center !important;
  }

  .elemento__slide_depoimentos-cargo {
    text-align: center !important;
  }

  .curso__interna-barra-flutuante {
    display: none;
  }

  .barraflutuante__topo-placeholder {
    display: none;
  }

  /* END SINGLE CURSO */

  /* BUSCA */
  .busca__input {
    font-size: 1.2rem;
  }

  .elementor-ods-onu-icon {
    width: 33%;
  }

  .curso__interna-conteudo img {
    max-width: 100% !important;
  }
}
