/*
@media screen and (max-width:576px) {

}

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

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

}

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

}
*/
html {
  scroll-behavior: smooth;
}

.WhatsAppButton {
  box-sizing: border-box;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 10;
  background-image: url(../principal/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 50%;
  transition: 0.3s ease;
}
.WhatsAppButton:hover {
  background-color: #128c73;
}
.WhatsAppButton::before {
  animation: whatsScale 2000ms ease infinite;
}
.WhatsAppButton::after {
  animation: whatsScale 2000ms ease infinite 500ms;
}
.WhatsAppButton::before, .WhatsAppButton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #128c73;
  border-radius: 50%;
  transition: 0.3s ease;
  box-sizing: border-box;
  transform: scale(0);
}

@keyframes whatsScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#topoSite {
  font-family: "Poppins";
  width: 100%;
  z-index: 2;
  min-height: 110px;
}
#topoSite .redesSociais {
  background-color: #42474c !important;
  text-align: left;
  padding: 0px 0px;
  color: #919191;
  font-size: 15px;
  min-height: 55px;
}
#topoSite .redesSociais .boxflexTopo {
  display: flex;
  flex-wrap: wrap;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-emails {
  width: 50%;
  height: 55px;
  display: flex;
  align-items: center;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-emails img {
  margin-left: 10px;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-emails a {
  color: #fff;
  text-decoration: none;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-links a {
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  filter: grayscale(100%) brightness(100%);
  transition: all ease 0.3s;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-links a:hover {
  filter: none;
}
#topoSite .redesSociais .boxflexTopo .redesSociais-links a img {
  margin-left: 3px;
}
#topoSite .container-fluid {
  background-color: #3C0F1E;
}
#topoSite .container-fluid nav {
  display: flex;
  flex-wrap: nowrap;
  float: right;
  min-height: 110px;
  display: flex;
  align-items: center;
}
#topoSite .container-fluid nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px !important;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  #topoSite .container-fluid nav a {
    padding: 0px 6px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #topoSite .container-fluid nav a {
    padding: 0px 10px;
    font-size: 15px;
  }
}
#topoSite .container-fluid nav a:hover {
  color: #E2B04F;
}
#topoSite .cxBotoesAcordion {
  background-color: #fff;
}
#topoSite .cxBotoesAcordion a {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #000;
  border-bottom: dotted 1px #043968;
  text-decoration: none;
}
#topoSite .cxBotoesAcordion a:last-child {
  border: none;
}
#topoSite .cxBotoesAcordion a:hover {
  font-weight: bold;
}

#bannerPrincipal a {
  display: table;
  width: 100%;
  height: 100%;
}
#bannerPrincipal a#btBannerPrincipal {
  height: 40px;
  padding: 20px;
  width: 90px;
  margin: -90px auto auto;
  position: relative;
  border-radius: 25px;
}

#btBannerPrincipal {
  position: absolute;
  width: 100%;
  display: block;
  margin: -60px auto auto;
  color: #fff;
}
#btBannerPrincipal img {
  margin: auto;
  width: 47px;
  height: 47px;
}

#saibaMaisPrincipal {
  background-color: #3C0F1E;
  padding: 40px 0px;
  color: #fff;
  font-size: 17px;
  font-family: "Poppins";
}
#saibaMaisPrincipal .container {
  display: flex;
  flex-wrap: wrap;
}
#saibaMaisPrincipal .saibaMaisPrincipal_subtitulo {
  color: #fff;
  font-size: 37px;
  line-height: 43px;
  font-family: "Poppins";
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0px 20px;
}
#saibaMaisPrincipal .imagemSaibaPrincipal {
  display: flex;
  align-items: center;
}

#saibaMaisPrincipal-imagemGrande {
  height: 600px;
  /*background-image: url("../principal/sobre.jpeg");*/
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#movitosTitulo {
  background-color: #f7f7f7;
  text-align: center;
  padding: 40px 0px 60px;
  color: #666666;
  font-family: "Poppins";
  font-size: 18px;
}
#movitosTitulo h1 {
  font-size: 35px;
  font-family: "Poppins";
  font-weight: bold;
  color: #000;
  padding: 0px;
  margin: 0px;
}
#movitosTitulo hr {
  width: 70px;
  border-color: #d6d6d6;
  margin: 35px auto;
}

#motivosCaixas {
  display: table;
}
#motivosCaixas .motivosCaixas_item {
  height: 460px;
  padding: 0px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#motivosCaixas .motivosCaixas_item .motivosCaixas_conteudo {
  background-color: rgba(0, 0, 0, 0.5);
  height: 460px;
  color: #fff;
  font-family: "Poppins";
  text-align: center;
  font-size: 35px;
  line-height: 38px;
  font-style: italic;
  display: flex;
  align-items: center;
  padding: 0px 70px;
  margin-top: -460px;
  opacity: 1;
  transition: all 0.45s ease-in-out;
}
@media screen and (max-width: 768px) {
  #motivosCaixas .motivosCaixas_item .motivosCaixas_conteudo {
    margin-top: 0px;
  }
}
#motivosCaixas .motivosCaixas_item .motivosCaixas_conteudo p {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 24px;
  margin-top: 7px;
}
#motivosCaixas .motivosCaixas_item:hover .motivosCaixas_conteudo {
  opacity: 1;
  margin-top: 0px;
}

#fazemosTitulo {
  text-align: center;
  padding: 40px 0px 30px;
  color: #666666;
  font-family: "Poppins";
  font-size: 18px;
  background-color: #eaf4f6;
}
#fazemosTitulo h1 {
  font-size: 35px;
  font-family: "Poppins";
  font-weight: bold;
  color: #000;
  padding: 0px;
  margin: 0px;
}

#fazemosCaixas {
  background-color: #eaf4f6;
  font-family: "Poppins";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 0px 30px;
}
#fazemosCaixas .fazemosCaixas_item {
  font-size: 15px;
  height: 325px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 260px;
  padding: 0px 10px;
}
@media screen and (max-width: 992px) {
  #fazemosCaixas .fazemosCaixas_item {
    text-align: center;
    height: auto;
    margin-bottom: 15px;
  }
}
#fazemosCaixas .fazemosCaixas_item a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: solid 1px #eaf4f6;
  text-align: center;
}
#fazemosCaixas .fazemosCaixas_item a .saibaMais {
  border: solid 1px #000;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 10px auto 0px;
  background-color: #3C0F1E;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
}
#fazemosCaixas .fazemosCaixas_item a:hover {
  border: solid 1px #ddd;
  border-radius: 10px;
}
#fazemosCaixas .fazemosCaixas_item a .fazemosCaixas_item_titulo {
  min-height: 46px;
  margin: 5px 0px;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #000;
}

#clientesTitulo {
  background-color: #fff;
  padding-bottom: 0px;
  background-image: url("../principal/sombra-titulo-clientes.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#clientesTitulo .titulo {
  color: #666;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

#clientes {
  background-color: #ebebeb;
  padding: 30px 0px;
}
#clientes .linhaClientes {
  align-items: center;
  justify-content: center;
}
#clientes .linhaClientes a {
  padding: 15px;
  height: 175px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(100%) brightness(100%);
  transition: all ease 0.3s;
}
#clientes .linhaClientes a:hover {
  opacity: 1;
  filter: none;
}

.depoimentosTitulo {
  background-color: #eaf4f6;
  padding: 40px 0px 20px !important;
}

#depoimentos, #depoimentos2 {
  background-color: #eaf4f6;
  padding-bottom: 30px;
  font-family: "Poppins";
}
#depoimentos .depoimentos-item, #depoimentos2 .depoimentos-item {
  text-decoration: none;
  outline: none;
  color: #000;
  padding: 20px;
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem {
  width: 100%;
  margin-left: 0%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem .depoimentos-caixa, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem .depoimentos-caixa {
  width: 100%;
  margin-left: 0%;
  margin-top: 15px;
  height: auto;
  overflow: hidden;
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto {
  width: 100%;
  margin-left: 0%;
  margin-top: 0px;
  height: 80px;
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaFoto, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaFoto {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-size: cover;
  outline: dashed 2px #c69b7b;
  border: solid 5px #f9f9f9;
  float: left;
  margin-right: 15px;
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaTexto, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaTexto {
  font-size: 18px;
  font-weight: bold;
}
#depoimentos .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaTextoEmpresa, #depoimentos2 .depoimentos-item .depoimento-caixa-imagem .depoimentos-foto .caixaTextoEmpresa {
  font-size: 14px;
  font-weight: normal;
  padding-top: -5px;
  line-height: 17px;
}

#depoimentos2 {
  background-color: #fff;
  font-size: 15px;
}

#rodape {
  font-family: "Poppins";
  padding: 30px 0px 0px;
  background-image: url("../principal/rodape-sombra.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
#rodape .container {
  color: #666;
  font-size: 16px;
  padding-bottom: 50px;
  border-bottom: solid 1px #aaa;
}
#rodape .container .textoRodape {
  padding: 10px 0px 20px 17px;
  max-width: 320px;
}
#rodape .container .navegacaoRodape {
  font-family: "Poppins";
}
#rodape .container .navegacaoRodape h1 {
  color: #000;
  font-size: 28px;
}
#rodape .container .navegacaoRodape ul {
  margin: 0px;
  padding: 0px;
}
#rodape .container .navegacaoRodape ul li {
  list-style: none;
}
#rodape .container .navegacaoRodape ul li a {
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
#rodape .container .navegacaoRodape .linhaContato {
  height: 40px;
  line-height: 40px;
}
#rodape .container .navegacaoRodape .linhaContato img {
  margin-right: 5px;
}

#direitosReservados {
  color: #666;
  font-family: "Poppins";
  padding: 25px 40px 20px;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ebebeb;
}
#direitosReservados a {
  float: right;
}
@media screen and (max-width: 768px) {
  #direitosReservados a {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
#direitosReservados a img {
  margin-top: -3px;
}

.popup {
  position: fixed;
  height: 100% !important;
  width: 100%;
  z-index: 1001;
  background-image: url(../principal/fundo-popup.png);
  margin: 0px;
  height: 0px;
}

.cxPopup {
  position: absolute;
  height: 100% !important;
  width: 100%;
  z-index: 1002;
  margin: 0px;
  height: 0px;
}
.cxPopup .caixaFechar {
  margin: 50px auto auto auto;
  text-align: right;
}
.cxPopup .caixaFechar a {
  color: #fff;
  font-size: 20px;
}
.cxPopup .caixaConteudoPopup {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.cxPopup .caixaConteudoPopup h1 {
  padding: 15px 0px 15px;
}

#fotoPopup {
  width: 100%;
}

.avisoAdm {
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 1px;
}

#txtCorpo, #txtCorpo2 {
  padding: 50px 0px 81px;
  color: #666666;
  font-size: 18px;
  line-height: 35px;
  font-family: "Poppins";
  text-align: center;
}
#txtCorpo .mapa iframe, #txtCorpo2 .mapa iframe {
  width: 100%;
  height: 350px;
}
#txtCorpo .titulo, #txtCorpo2 .titulo {
  font-family: "Poppins";
  font-weight: bold;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  margin: 0px 0px 30px 0px;
}
#txtCorpo .fotoPrincipal, #txtCorpo2 .fotoPrincipal, #txtCorpo .fotoPrincipal2, #txtCorpo2 .fotoPrincipal2 {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 420px;
}
#txtCorpo .fotoPrincipal img, #txtCorpo2 .fotoPrincipal img, #txtCorpo .fotoPrincipal2 img, #txtCorpo2 .fotoPrincipal2 img {
  width: 100%;
}
@media screen and (max-width: 479px) {
  #txtCorpo .fotoPrincipal, #txtCorpo2 .fotoPrincipal, #txtCorpo .fotoPrincipal2, #txtCorpo2 .fotoPrincipal2 {
    width: 100%;
  }
}
#txtCorpo .fotoPrincipal2, #txtCorpo2 .fotoPrincipal2 {
  width: 100%;
}
@media screen and (min-width: 779px) {
  #txtCorpo .fotoPrincipal2, #txtCorpo2 .fotoPrincipal2 {
    width: 320px;
  }
}
@media screen and (min-width: 992px) {
  #txtCorpo .fotoPrincipal2, #txtCorpo2 .fotoPrincipal2 {
    width: 420px;
  }
}
#txtCorpo .maisFotos, #txtCorpo2 .maisFotos, #txtCorpo .maisFotos-clientes, #txtCorpo2 .maisFotos-clientes {
  margin: 0px 0px 20px;
  padding: 0px;
  clear: both;
}
#txtCorpo .maisFotos li, #txtCorpo2 .maisFotos li, #txtCorpo .maisFotos-clientes li, #txtCorpo2 .maisFotos-clientes li {
  margin-bottom: 20px;
  text-align: center;
  height: 260px;
  font-size: 16px;
  line-height: 18px;
  list-style: none;
}
#txtCorpo .maisFotos li a, #txtCorpo2 .maisFotos li a, #txtCorpo .maisFotos-clientes li a, #txtCorpo2 .maisFotos-clientes li a {
  display: block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
#txtCorpo .maisFotos-clientes li a, #txtCorpo2 .maisFotos-clientes li a {
  background-size: contain;
}
#txtCorpo .basicoBotoes li, #txtCorpo2 .basicoBotoes li {
  list-style: none;
  text-align: center;
  padding-bottom: 50px;
}
#txtCorpo .basicoBotoes li a, #txtCorpo2 .basicoBotoes li a {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#txtCorpo .videoYoutube iframe, #txtCorpo2 .videoYoutube iframe {
  width: 100%;
  height: 450px;
}
#txtCorpo .videoBasicoBotaoCaixa, #txtCorpo2 .videoBasicoBotaoCaixa {
  margin: 30px 0px;
}
#txtCorpo .videoBasicoBotaoCaixa .videoBasicoBotaoIncorporar iframe, #txtCorpo2 .videoBasicoBotaoCaixa .videoBasicoBotaoIncorporar iframe {
  width: 100%;
  height: 450px;
}
#txtCorpo .videoBasicoBotaoCaixa .videoBasicoBotaoTitulo, #txtCorpo2 .videoBasicoBotaoCaixa .videoBasicoBotaoTitulo {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
#txtCorpo .falarComConsultor, #txtCorpo2 .falarComConsultor {
  display: block;
  text-align: center;
}

#txtCorpo2 {
  text-align: left;
}

/*# sourceMappingURL=estilo.css.map */
