/* TELA MAIOR QUE NOTE */
@media screen and (min-width: 1500px) {
}
/* RESPONSIVO ABAIXO DE NOT */
@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 750px) {
  div#faleconos p {
    font-size: 16px;
  }
  div#faleconos2 {
     width: auto;
  }
  .col-md-12.evento {
     grid-template-columns: initial;
    grid-template-areas:
        "a1 a2"
        "a3 a3"
        "a4 a4";
    padding: 8px;
    place-items: center;
  }

  .btn-ev {
      grid-area: a4;
  }

  .conteudoEvento {
      grid-area: a3;
  }
  #banner > div > div > div > div {
    height: 385px;
}
  .foto-slide.slick-slide.slick-current.slick-active{
    place-content: center;
    text-align: -webkit-center;
  }
  p.galeriatxt {
      text-align: -webkit-center;
    }
#galeria .slick-slide img {
    display: block;
    width: 100%;
}
.servico-card {
    width: 44%;
  }
  .multi-slide-banner.slick-slide {
    place-content: center;
  }
  div#fx-group {
    background-size: cover;
  } 
  div#fx2 {
    background-size: cover;
}
.metrica {
    background-size: contain;
    justify-items: anchor-center;
    background-position-x: center;
        margin-bottom: 5%;
}
.metrica__icone img {
    width: 70px;
    height: 69px;
    object-fit: contain;
}
.footer-column:nth-child(3) {
    margin-left: 0;
}
.footer-bottom img{
    width: 48%;
 }
 .banner-content {
    text-align: -webkit-center;
}
img.imgban {
    display: none !important;
}
.icone-servico img {
    width: 60%;
}
.toggle-menu {
    border: 1px solid black;
    background: #9494c7;
  }
  div#busca-topo {
    margin-top: 0;
    float: right;
  }
nav.menu-padrao > div {
    place-self: center;
}

ul.lista-menu-principal {
    display: grid;
    position: absolute;
    background: #9494c7 !important;
    z-index: 9;
    justify-self: anchor-center;
    justify-items: center;
    padding: 0 !important;
}

.menu-padrao ul.lista-menu-principal li {
    padding: 15px;
}

nav.menu-padrao {
    position: relative;
}
div#galeria {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slick-dots2 {
    position: relative;
    margin-top: 16% !important;
    margin-bottom: 25% !important;
}
div#tradutor {
    margin-left: 0;
    margin-top: 0;
  }
  #mod-finder-searchword {
    width: 85%;
    height: 18vw;
  }
  .mod-finder.js-finder-searchform.form-search{
    height: 20vw;
    display: flex;
    flex-direction: row;
    padding-right: 3%;
}
p.subtitulo-servicos {
    padding: 24px;
}
div#botaoagenda {
    margin-bottom: 9%;
}
.linha-contato p {
    font-size: 12px !important;
}

.slick-dots {
    position: absolute;
    bottom: 4% !important;
    display: block;
}
button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}
.banner-content .buttons .btn{
    padding: 7px 22px;
  }
}