@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --- FAMÍLIA CORES --- */
/* --- TAMANHO DE FONTE --- */
/* --- Icones --- */
@-moz-document url-prefix() {
  .form-checkbox__input {
    visibility: visible !important;
  }
}
@keyframes animation-bounce-in-right {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  80% {
    transform: translateX(-5vw);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animation-spin-infinity {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animation-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation-wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.fake-loader {
  position: relative;
  overflow: hidden;
}

.fake-loader--loading > * {
  visibility: hidden;
}
.fake-loader--loading:before {
  width: 0 !important;
  height: 0 !important;
}
.fake-loader--loading:after {
  animation-name: animation-wave;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: background-image 0.5s;
  background-size: 800px 104px;
  background: #f6f7f8;
  background: linear-gradient(90deg, #dcdcdc 8%, #ededed 18%, #dcdcdc 33%);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

* {
  padding: 0px;
  margin: 0px;
}

.gwf-page-aqq__wrapper {
  font-family: "Poppins";
  font-size: 16px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .gwf-page-aqq__wrapper {
    padding: 20px;
  }
}
.gwf-page-aqq__holder {
  width: 90%;
  max-width: 1200px;
}
.gwf-page-aqq__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 25px 20px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__grid {
    gap: 90px;
  }
}
.gwf-page-aqq__titulo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #3498db;
}
@media (min-width: 992px) {
  .gwf-page-aqq__titulo {
    font-size: 28px;
  }
}
.gwf-page-aqq__cabecalho-fundo {
  background-color: #e67e22;
  color: #ffffff;
  padding: 5px;
}
.gwf-page-aqq__cabecalho-conteudo {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gwf-page-aqq__cabecalho-titulo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .gwf-page-aqq__cabecalho-titulo {
    font-size: 40px;
  }
}
.gwf-page-aqq__cabecalho-subtitulo {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .gwf-page-aqq__cabecalho-subtitulo {
    font-size: 20px;
  }
}
.gwf-page-aqq__cabecalho-acoes {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__cabecalho-acoes {
    flex-direction: row;
    gap: 80px;
  }
}
.gwf-page-aqq__cabecalho-botao-primario {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  background-color: #3498db;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.gwf-page-aqq__cabecalho-botao-primario:hover {
  text-decoration: none;
}
.gwf-page-aqq__cabecalho-botao-primario:hover {
  background-color: #3aa8f1;
}
@media (min-width: 992px) {
  .gwf-page-aqq__cabecalho-botao-primario {
    font-size: 20px;
  }
}
.gwf-page-aqq__cabecalho-botao-secundario {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  background-color: #3498db;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.gwf-page-aqq__cabecalho-botao-secundario:hover {
  text-decoration: none;
}
.gwf-page-aqq__cabecalho-botao-secundario:hover {
  background-color: #3aa8f1;
}
@media (min-width: 992px) {
  .gwf-page-aqq__cabecalho-botao-secundario {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .gwf-page-aqq__beneficios-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
}
.gwf-page-aqq__beneficios-item {
  padding: 30px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
}
.gwf-page-aqq__beneficios-item:hover {
  border-color: #e67e22;
}
.gwf-page-aqq__beneficios-item-icone {
  font-size: 32px;
  color: #e67e22;
  margin-bottom: 10px;
}
.gwf-page-aqq__beneficios-item-titulo {
  color: #3498db;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.gwf-page-aqq__produtos-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.gwf-page-aqq__produtos-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  transition: transform 0.3s ease;
}
.gwf-page-aqq__produtos-card:hover {
  transform: translateY(-5px);
}
.gwf-page-aqq__produtos-card-imagem {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.gwf-page-aqq__produtos-card-nome {
  padding: 15px;
  font-size: 18px;
  color: #3498db;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}
.gwf-page-aqq__produtos-card-descricao {
  min-height: 60px;
  padding: 0 15px 15px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__produtos-card-descricao {
    min-height: 85px;
  }
}
.gwf-page-aqq__produtos-link-acao {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  padding: 10px;
  background-color: #3498db;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size: 20px;
}
.gwf-page-aqq__produtos-link-acao:hover {
  text-decoration: none;
}
.gwf-page-aqq__equipe-mosaico-conteudo {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__equipe-mosaico-conteudo {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.gwf-page-aqq__equipe-fotos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .gwf-page-aqq__equipe-fotos-grid {
    width: 50%;
  }
}
.gwf-page-aqq__equipe-fotos-grid .gwf-page-aqq__equipe-foto-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.gwf-page-aqq__equipe-fotos-grid .gwf-page-aqq__equipe-foto-item.item-geral {
  grid-column: span 2;
}
.gwf-page-aqq__equipe-fotos-grid .gwf-page-aqq__equipe-foto-item.item-geral img {
  height: 300px;
}
.gwf-page-aqq__equipe-texto-bloco {
  width: 100%;
}
@media (min-width: 992px) {
  .gwf-page-aqq__equipe-texto-bloco {
    width: 45%;
    padding-top: 20px;
  }
}
.gwf-page-aqq__equipe-selo {
  font-size: 24px;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 30px;
  line-height: 1.2;
  border-left: 5px solid #e67e22;
  padding-left: 20px;
}
.gwf-page-aqq__equipe-descricao p {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}
.gwf-page-aqq__equipe-descricao p:last-child {
  margin-bottom: 0;
}
.gwf-page-aqq__depoimentos-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gwf-page-aqq__depoimentos-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.gwf-page-aqq__depoimentos-card-citacao {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__depoimentos-card-citacao {
    font-size: 18px;
  }
}
.gwf-page-aqq__depoimentos-card-autor {
  font-weight: 600;
  color: #3498db;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__depoimentos-card-profissao {
    font-size: 14px;
  }
}
.gwf-page-aqq__contato-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__contato-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
  }
}
.gwf-page-aqq__contato-bloco-info {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease;
  padding: 30px;
  border-left: 5px solid #3498db;
}
.gwf-page-aqq__contato-bloco-info:hover {
  transform: translateY(-5px);
}
.gwf-page-aqq__contato-info-titulo {
  color: #3498db;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .gwf-page-aqq__contato-info-titulo {
    font-size: 24px;
  }
}
.gwf-page-aqq__contato-localizacao {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .gwf-page-aqq__contato-localizacao {
    flex-direction: row;
  }
}
.gwf-page-aqq__contato-localizacao-item {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  background-color: #e67e22;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
}
.gwf-page-aqq__contato-localizacao-item:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .gwf-page-aqq__contato-localizacao-item {
    font-size: 18px;
  }
}
.gwf-page-aqq__contato-mapa-placeholder {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 60px;
}

.descricao {
  font-size: 16px;
}
@media (min-width: 992px) {
  .descricao {
    font-size: 18px;
  }
}

/*# sourceMappingURL=gwf-tabuleiro-martins.css.map */
