@font-face {
  font-family: Ppneuemontreal;
  src: url("../fonts/PPNeueMontreal-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url("../fonts/PPNeueMontreal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde-destaque: #a8ca47;
  --verde-escuro: #5a9151;
  --cinza: #666d65;
  --white: #fff;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-page {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--verde-destaque);
  color: #3e633a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: var(--verde-escuro);
  color: var(--verde-destaque);
}

.button.header {
  margin-top: 0;
}

.button.cta-servicos {
  margin-top: 20px;
}

.body {
  color: var(--cinza);
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.icon-whatsapp-button {
  margin-left: 5px;
}

.banner-principal-fixo {
  background-image: url("../images/banner-topo3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.conteudo-destaque-topo-banner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bloco-texto-banner {
  width: 100%;
  max-width: 620px;
}

.titulo-h1-principal-banner {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 70px;
}

.text-subtitulo {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.formulario {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 438px;
  padding: 40px;
}

.titulo-formulario-topo {
  color: var(--verde-escuro);
  width: 100%;
  max-width: 324px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.campo-preenchimento {
  color: #3e633a;
  background-color: #eee;
  border: 1px #000;
  border-radius: 15px;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.campo-preenchimento::placeholder {
  color: var(--cinza);
  font-size: 18px;
}

.button-enviar {
  background-color: var(--verde-destaque);
  color: #3e633a;
  border-radius: 50px;
  width: 100%;
  height: 68px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.section-dores {
  padding-top: 100px;
  padding-bottom: 100px;
}

.titulo-dores {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.h2-titulo {
  color: var(--verde-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 45px;
}

.imagem-dores-text {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.textos-dores {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.textos-dores.zero-margin-bloc {
  margin-bottom: 0;
}

.titulo-dor-itens {
  color: var(--verde-escuro);
  font-size: 25px;
  font-weight: 700;
}

.icone-x-dores {
  margin-right: 30px;
}

.text-block {
  width: 100%;
  max-width: 433px;
}

.text-block-2 {
  width: 100%;
  max-width: 360px;
}

.text-block-3 {
  width: 100%;
  max-width: 340px;
}

.text-block-4 {
  width: 100%;
  max-width: 290px;
}

.text-block-5 {
  width: 100%;
  max-width: 340px;
}

.bloco-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-servicos {
  background-color: #f3f5eb;
  padding-top: 100px;
}

.titulo-servicos {
  text-align: center;
}

.subtitulo-servico {
  margin-top: 10px;
}

.servicos-lista-fotochef {
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin-top: 40px;
  display: flex;
  padding-bottom: 40px;
}

.servicos-lista-fotochef.mobile {
  display: none;
}

.info-servico {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 490px;
  padding-top: 30px;
  display: flex;
}

.text-block-6 {
  color: var(--verde-destaque);
  text-align: center;
  font-weight: 700;
}

.text-block-7 {
  color: var(--verde-escuro);
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-8 {
  text-align: center;
  width: 100%;
  max-width: 308px;
}

.section-diferenciais {
  background-color: var(--verde-destaque);
  padding-top: 100px;
  padding-bottom: 100px;
}

.conteudo-diferenciais {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: flex;
}

.diferencial {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 355px;
  height: 250px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
}

.titulo-cione-diferencial {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin-bottom: 10px;
  display: flex;
}

.titulo-cione-diferencial.ajust-atendimento {
  max-width: 260px;
}

.icone-diferenciais {
  margin-right: 10px;
}

.titulo-diferencial {
  color: var(--verde-escuro);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.cta-formulario {
  color: var(--verde-destaque);
  text-align: center;
  background-color: #3e633a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 250px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  display: flex;
}

.cta-formulario:hover {
  background-color: var(--white);
  color: var(--verde-escuro);
}

.text-block-9 {
  width: 100%;
  max-width: 234px;
}

.text-block-10 {
  width: 100%;
  max-width: 224px;
}

.section-numeros-cancian {
  padding-top: 100px;
  padding-bottom: 100px;
}

.titulo-numeros-cancian {
  text-align: center;
}

.numero-bloco-3-partes {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lista-numeros-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.numero {
  border: 2px solid var(--verde-destaque);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 382px;
  max-width: 100%;
  height: 200px;
  display: flex;
}

.text-block-11 {
  color: var(--verde-destaque);
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 45px;
}

.slider-fotos-institucionais {
  border-radius: 15px;
  width: 100%;
  max-width: 396px;
  height: 420px;
}

.left-arrow,
.right-arrow {
  display: none;
}

.slider {
  background-color: #fff;
  border-radius: 15px;
  height: 420px;
}

.bolinhas-passando {
  font-size: 12px;
}

.section-comentarios {
  background-color: #f3f5eb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.conteudo-comentarios {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.titulo-comentario {
  width: 100%;
  max-width: 402px;
}

.titulo-comentario-grande {
  color: var(--verde-escuro);
  font-size: 105px;
  font-weight: 700;
  line-height: 100px;
}

.text-span,
.aspas-verde {
  color: var(--verde-destaque);
}

.comentario {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textos-comentarios {
  width: 100%;
  max-width: 420px;
}

.cargo-pessoa {
  color: #3e633a;
  margin-bottom: 20px;
}

.nome-pessoa {
  color: var(--verde-escuro);
  font-size: 25px;
  font-weight: 700;
}

.logotipo-cliente-depoimento {
  margin-right: 33px;
}

.linha-verde {
  background-color: var(--verde-destaque);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
}

.section-comofundiona {
  padding-top: 100px;
  padding-bottom: 100px;
}

.titulo-comofunciona {
  text-align: center;
}

.caixa-numero-comofunciona {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.titulo-processo {
  color: var(--verde-escuro);
  font-size: 25px;
  font-weight: 700;
}

.linha-itens-comofunciona {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-comofunciona {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 600px;
  padding-right: 40px;
  display: flex;
}

.number {
  color: var(--verde-destaque);
  text-align: right;
  font-size: 105px;
  font-weight: 700;
  line-height: 76px;
}

.number-box-240px {
  width: 250px;
  margin-right: 30px;
}

.linkform-topo-funciona {
  background-color: var(--verde-destaque);
  color: #3e633a;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  height: 130px;
  padding-left: 110px;
  padding-right: 110px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: none;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  display: flex;
}

.linkform-topo-funciona:hover {
  background-color: var(--verde-escuro);
  color: var(--verde-destaque);
}

.foto-100 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section-faq {
  background-color: #f3f5eb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.conteudo-faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo-faq {
  text-align: center;
  width: 100%;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
}

.perguntas-e-respostas-faq {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.dropdown-titulo-descricao {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  position: static;
}

.dropdown-toggle {
  color: #3e633a;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.5s ease-in-out, background-color 50ms ease-in-out;
}

.dropdown-toggle:hover {
  background-color: var(--verde-escuro);
  color: var(--white);
}

.dropdown-toggle.w--open {
  background-color: #014c39;
  border-radius: 10px 10px 0 0;
}

.icon-seta-dropdown {
  color: #3e633a;
  margin-right: 40px;
  font-size: 28px;
}

.h3-titulos {
  color: #c78e53;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.h3-titulos.ajust-text-faq {
  color: #3e633a;
  white-space: pre-wrap;
  white-space: pre-wrap;
  padding-right: 50px;
}

.dropdown-aberto {
  width: 100%;
  position: static;
  overflow: hidden;
}

.dropdown-aberto.w--open {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 20px 20px 20px 40px;
}

.text-dropdrown-conteudo {
  margin-bottom: 20px;
  padding-right: 100px;
}

.dropdown-titulo-descricao-2 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  transition: background-color 0.5s;
  position: static;
}

.dropdown-titulo-descricao-2:hover {
  background-color: var(--verde-destaque);
}

.dropdown-toggle-2 {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 40px;
}

.dropdown-toggle-2.w--open {
  background-color: var(--verde-destaque);
  border-radius: 10px 10px 0 0;
}

.icon-seta-dropdown-2 {
  color: var(--verde-escuro);
  margin-right: 40px;
  font-size: 28px;
}

.footer {
  background-color: #5a9151;
  padding-bottom: 60px;
}

.conteudo-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.titulo-footer-infos {
  color: var(--verde-destaque);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.link {
  color: var(--white);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.link:hover {
  color: var(--verde-destaque);
}

.endere-o-telefone {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 175px;
  display: flex;
}

.link-socialmedia {
  margin-right: 20px;
}

.link-socialmedia.zero-margin-socialmedia {
  margin-right: 0;
}

.linha-verde-footer {
  background-color: var(--verde-destaque);
  height: 1px;
}

.assinatura-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-12 {
  color: var(--white);
}

.cta-fixo-whastapp {
  z-index: 5000;
  background-color: #25d366;
  border-radius: 40px;
  align-items: center;
  width: 227px;
  height: 60px;
  padding: 13px 30px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.imagem-icone-whatsapp {
  align-items: center;
  display: flex;
  position: relative;
}

.icon-whatsapp {
  margin-right: 10px;
}

.text-whatsapp {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.link-whastapp {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .conteudo-destaque-topo-banner {
    flex-flow: column;
  }

  .formulario {
    margin-top: 40px;
  }

  .imagem-dores-text {
    flex-flow: column;
  }

  .img-dores {
    margin-bottom: 60px;
  }

  .servicos-lista-fotochef.mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .servicos-lista-fotochef.desktop {
    display: none;
  }

  .info-servico {
    margin-bottom: 20px;
  }

  .numero-bloco-3-partes {
    flex-flow: column;
  }

  .slider-fotos-institucionais {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .conteudo-comentarios {
    flex-flow: column;
  }

  .titulo-comentario {
    margin-bottom: 60px;
  }

  .linha-itens-comofunciona,
  .conteudo-footer {
    flex-flow: column;
  }

  .logotipo-cancian-footer,
  .endere-o-telefone {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.header {
    display: none;
  }

  .caixa-numero-comofunciona {
    justify-content: center;
    align-items: flex-start;
  }

  .box-comofunciona {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 400px;
    padding-right: 0;
  }

  .number-box-240px {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .linkform-topo-funciona {
    min-width: auto;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-13 {
    width: 100%;
    max-width: 420px;
  }

  .text-block-14 {
    width: 100%;
    max-width: 370px;
  }

  .text-block-15 {
    width: 100%;
    max-width: 400px;
  }

  .text-block-16 {
    width: 100%;
    max-width: 350px;
  }

  .text-block-17 {
    width: 100%;
    max-width: 370px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-color: #121f12;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-page {
    padding-left: 15px;
    padding-right: 15px;
  }

  .conteudo-header {
    justify-content: center;
    align-items: center;
  }

  .button {
    text-align: center;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cancian-logotipo {
    width: 100%;
    max-width: 120px;
  }

  .banner-principal-fixo {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titulo-h1-principal-banner {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-subtitulo {
    font-size: 18px;
    line-height: 26px;
  }

  .formulario {
    margin-top: 20px;
    padding: 20px;
  }

  .titulo-formulario-topo {
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 20px;
  }

  .button-enviar {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .section-dores {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-titulo {
    font-size: 30px;
    line-height: 40px;
  }

  .imagem-dores-text {
    margin-top: 20px;
  }

  .textos-dores {
    justify-content: flex-start;
    align-items: center;
  }

  .icone-x-dores {
    margin-right: 20px;
  }

  .img-dores {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .section-servicos {
    padding-top: 60px;
  }

  .info-servico {
    height: 450px;
  }

  .textos-info-servicos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-diferenciais {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diferencial {
    justify-content: center;
    align-items: flex-start;
    height: 250px;
    padding: 20px 20px 20px 30px;
  }

  .cta-formulario {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .section-numeros-cancian {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .numero {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    font-size: 50px;
  }

  .slider-fotos-institucionais,
  .slider {
    height: auto;
  }

  .section-comentarios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo-comentario-grande {
    font-size: 70px;
    line-height: 68px;
  }

  .comentario {
    flex-flow: column;
  }

  .logotipo-cliente-depoimento {
    margin-bottom: 20px;
  }

  .section-comofundiona {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .linha-itens-comofunciona {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .box-comofunciona {
    min-width: auto;
  }

  .number-box-240px {
    margin-bottom: 10px;
  }

  .linkform-topo-funciona {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-toggle {
    padding-left: 15px;
  }

  .icon-seta-dropdown {
    margin-right: 10px;
  }

  .h3-titulos.ajust-text-faq {
    padding-right: 20px;
    font-size: 18px;
  }

  .dropdown-toggle-2 {
    padding-left: 15px;
  }

  .icon-seta-dropdown-2 {
    margin-right: 10px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .logotipo-cancian-footer {
    max-width: 70%;
  }

  .assinatura-copy {
    text-align: center;
    flex-flow: column;
  }

  .link-site-genia {
    margin-top: 20px;
  }

  .image-cozinheira {
    max-width: 70%;
  }
}

@font-face {
  font-family: "Ppneuemontreal";
  src: url("../fonts/PPNeueMontreal-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ppneuemontreal";
  src: url("../fonts/PPNeueMontreal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
