/* TELA MAIOR QUE NOTE */
@media screen and (min-width: 1500px) {}

/* RESPONSIVO ABAIXO DE NOT */
@media screen and (max-width: 1300px) {
  .texto-cont p {
    font-size: 1.8rem;
  }

  #menu a {
    font-size: 1.6rem;
  }

  .infraestrutura-img {
    width: 40%;
    right: -21px;
    bottom: -107px;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 800px) {

  div#menu ul.lista-menu-principal>li a,
  div#menu ul.lista-menu-principal>li span {
    color: black;
  }

  .cont-menu {
    opacity: 1;
  }

  .banner-cont {
    flex-direction: column-reverse;
  }

  .titulo-banner {
    width: 100%;
  }

  .banner-img {
    width: 100%;
  }

  .titulo-banner h1 {
    font-size: 3.2rem;
    text-align: center;
  }

  .apresentacao-cont {
    flex-direction: column;
  }

  .apresentacao-img {
    width: 100%;
  }

  .texto-apresentacao {
    width: 100%;
  }

  .infraestrutura-cont {
    flex-direction: column-reverse;
  }

  .infraestrutura-img {
    width: 85%;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }

  .conteudo-infra {
    width: 100%;
  }

  .texto-infraestrutura p {
    text-align: justify;
  }

  h1.titulo-infraestrutura {
    text-align: center;
  }

  div#infraestrutura h3 {
    /* top: 52px; */
    padding: 8px 30px;
  }

  div#infraestrutura h3 {
    font-size: 2.5rem;
  }

  img.img-infraestrutura {
    margin-top: 55px;
  }

  .texto-infraestrutura {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }

  .faleconosco-cont {
    flex-direction: column;
    padding: 4%;
  }

  .faleconosco-img {
    width: 80%;
  }

  .texto-faleconosco {
    width: 100%;
  }

  h1.titulo-faleconosco {
    font-size: 5rem;
  }

  .texto-cont p {
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 1.5rem;
  }

  div#developer-logo a {
    flex-direction: column;
  }

  div#developer-logo img {
    width: 110px;
  }

  header#headerPrincipal .container-fluid {
    flex-direction: column;
    margin-right: 0;
    padding: 0 !important;
  }

  img.img-apresentacao {
    max-width: 85px;
  }

  .apresentacao-img {
    text-align: center;
  }

  .texto-apresentacao {
    place-items: center;
  }

  h3.trabalho1 {
    text-align-last: center;
    text-align: -webkit-center;
  }

  .trabalho-subt.fade-scroll.apareceu p {
    width: 100%;
  }

  .trabalho-card {
    width: 100%;
  }

  .cont-menu {
    display: flex;
    width: 100%;
    order: 1;
    justify-content: center;
    padding-bottom: 20px;
  }

  /* .toggle-menu {
    background: #973d3d;
    margin: 0;
  } */
  .cont-busca {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logos-topo .lg-tp {
    column-gap: 15px;
  }

  nav.menu-padrao>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .menu-padrao ul.lista-menu-principal li {
    width: fit-content;
    /* border-left: 3px solid #973d3d; */
  }

  .menu-padrao ul.lista-menu-principal {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 66px;
    padding: 20px;
    border-radius: 20px;
    z-index: 4;

  }

  div#wrapperMenu {
    width: 100%;
  }

  .container-fluid .col-md-3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-equipe {
    background-color: #fff;
  }

  .btn-card {
    opacity: 1;
  }

  .btn-card a {
    color: #fff;
  }

  .parceiros-cont {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .parceiros-card {
    width: 30%;
  }

  .faixa-imagem {
    overflow: hidden;
  }

  img.faixa-img {
    width: 180%;
    margin: 5vh 0px;
  }

  .redes-cont {
    display: none;
  }
}

@media screen and (max-height: 550px) {
  section.djacc.djacc-container.djacc-popup.djacc--dark.djacc--sticky.djacc--bottom-right {
    bottom: -80px;
    right: -12px;
  }
}