/* 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#fale-conosco h3 {
    justify-self: center;
    font-size: 5.2rem;
  }
  .area-produtos {
    grid-template-columns: 1fr;
  }
  .banner-cont {
    flex-direction: column-reverse;
  }
  .titulo-banner {
    width: 100%;
  }
  .banner-img {
    width: 100%;
  }
  .titulo-banner h1 {
    font-size: 2.2rem;
    text-align: left;
  }

  .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; */
  }
  .itens img {
    width: 31px;
  }
  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;
  }
  .cont-menu {
    display: flex;
    width: 100%;
    order: 1;
    justify-content: center;
    padding-bottom: 20px;
  }
  .toggle-menu {
    background: #090f41;
    margin: 0;
  }
  .cont-busca {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
  .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: 100%;
    border-left: 3px solid #090f41;
  }
  .menu-padrao ul.lista-menu-principal {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 66px;
    padding: 20px;
    border-radius: 20px;
  }
  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;
  }
  .itens p {
    color: white;
    font-size: 0.9rem;
  }
  .fundo-contato {
    width: 102%;
    /* background: red; */
    margin: auto;
    display: flex;
    row-gap: 23px;
    padding: 13% 12%;
  }
  .card-produtos {
    border-radius: 27px;
  }
  .tt-produtos h2 {
    font-size: 2.6rem;
  }
  .texto-infraestrutura h5 {
    font-size: 1.7rem;
  }
  .texto-infraestrutura p {
    font-size: 1.3rem;
  }
  .conteudo-infra {
    background-size: 114% 119%;
  }
  .texto-apresentacao p {
    color: white;
    font-size: 1rem;
    padding: 22px 6px 0px 6px;
    line-height: 1.4;
  }
  .titulo-banner p {
    color: white;
    font-size: 1.6rem;
  }
  .titulo-banner p {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    border: 3px solid white;
    border-radius: 51px;
    width: 100%;
    padding: 5% 0% 5% 6%;
    margin-left: 0%;
    line-height: 1.5;
  }
  .logos-topo img {
    width: 60%;
    padding-top: 10%;
    margin: auto;
    display: block;
    margin-bottom: 7%;
  }
  .texto-apresentacao {
    background-size: 99% 63%;
  }
}
@media screen and (max-height: 550px) {
  section.djacc.djacc-container.djacc-popup.djacc--dark.djacc--sticky.djacc--bottom-right {
    bottom: -80px;
    right: -12px;
  }
}
