.elementor-65 .elementor-element.elementor-element-7e316095{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-6c7bea6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-5fb2d544{--display:flex;--min-height:60px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.45;}.elementor-65 .elementor-element.elementor-element-5fb2d544::before, .elementor-65 .elementor-element.elementor-element-5fb2d544 > .elementor-background-video-container::before, .elementor-65 .elementor-element.elementor-element-5fb2d544 > .e-con-inner > .elementor-background-video-container::before, .elementor-65 .elementor-element.elementor-element-5fb2d544 > .elementor-background-slideshow::before, .elementor-65 .elementor-element.elementor-element-5fb2d544 > .e-con-inner > .elementor-background-slideshow::before, .elementor-65 .elementor-element.elementor-element-5fb2d544 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:var(--wpr-bg-352ac5ad-c2d0-4cae-8456-25a249058ffa);--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-65 .elementor-element.elementor-element-35d6cb30{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-0bbb49c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-289ac200{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-6699511e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3ba59cdd *//* ==============================
   MANIFESTO – CONSÓRCIO
   COTA FÁCIL
============================== */

.cotafacil-manifesto {
    position: relative;
    padding: 110px 0;
    background-image: var(--wpr-bg-3dc05054-82b1-4cc7-bf62-3de86f863bc9);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay verde */
.cotafacil-manifesto-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 56, 68, 0.85); /* #003844 */
    z-index: 0;
}

/* Container */
.cotafacil-manifesto-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Conteúdo */
.cotafacil-manifesto-conteudo {
    max-width: 820px;
    text-align: left;
}

/* Título */
.cotafacil-manifesto-conteudo h1 {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 28px;
}

/* Texto */
.cotafacil-manifesto-conteudo p {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ==============================
   BOTÃO LARANJA – COTA FÁCIL
============================== */

.cotafacil-btn-laranja {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 26px;
    padding: 16px 44px;

    background: linear-gradient(
        135deg,
        #FABA1C 0%,
        #EF8123 50%,
        #F39722 100%
    );

    color: #fff;
    text-decoration: none;

    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;

    border-radius: 999px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover */
.cotafacil-btn-laranja:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(250, 186, 28, 0.45);
    color: #fff;
}

/* ==============================
   RESPONSIVO
============================== */

@media (max-width: 1024px) {
    .cotafacil-manifesto-conteudo h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .cotafacil-manifesto {
        padding: 85px 0;
        background-position: top center;
    }

    .cotafacil-manifesto-conteudo h2 {
        font-size: 26px;
    }

    .cotafacil-manifesto-conteudo p {
        font-size: 16px;
    }

    .cotafacil-btn-laranja {
        width: 100%;
        max-width: 360px;
        padding: 16px 20px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ced47dd *//* ==============================
   SEÇÃO SOLUÇÕES – COTA FÁCIL
============================== */
.secao-solucoes {
    position: relative;
    padding: 60px 0px 0px;
    background: #ffffff;
}

/* 🔴 OVERLAY NÃO BLOQUEIA CLIQUE */
.secao-solucoes::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.96);
    z-index: 0;
    pointer-events: none; /* ✅ ESSENCIAL */
}

/* Container */
.solucoes-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==============================
   GRID
============================== */
.solucao {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    margin-bottom: 140px;
}

/* ==============================
   TEXTO
============================== */
.solucao-texto {
    max-width: 520px;
}

.solucao-texto h2 {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #003844;
    margin-bottom: 20px;
}

.solucao-texto p,
.solucao-texto li {
    font-family: 'Galano Grotesque', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #3a3f4b;
}
/* ==============================
   IMAGEM
============================== */
.solucao-imagem {
    max-width: 360px;
    justify-self: center;
}

.solucao-imagem img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 55px rgba(0,0,0,0.15);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Hover desktop */
.solucao-imagem:hover img {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 35px 70px rgba(0,0,0,0.22);
}

/* ==============================
   ✅ BOTÃO LARANJA — AGORA FUNCIONA
============================== */
.btn-cta-laranja {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 22px;
    padding: 16px 44px;

    background: linear-gradient(135deg, #FABA1C, #EF8123);
    color: #ffffff;

    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 16px;

    text-decoration: none;
    border-radius: 999px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cta-laranja:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(239,129,35,0.45);
    color: #ffffff;
}

/* ==============================
   RESPONSIVO
============================== */
@media (max-width: 1024px) {
    .solucao {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 767px) {
    .secao-solucoes {
        padding: 80px 0;
    }

    .btn-cta-laranja {
        width: 100%;
        max-width: 340px;
        padding: 16px 20px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b92e2fa *//* ==============================
   SEÇÃO – COMO A COTA FÁCIL FUNCIONA
============================== */
.secao-como-funciona {
  background: #ffffff;
  padding: 120px 0;
}

/* CONTAINER */
.como-funciona-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* ==============================
   IMAGEM
============================== */
.como-funciona-imagem img {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

/* ==============================
   CONTEÚDO
============================== */
.como-funciona-conteudo {
  text-align: left;
}

/* EYEBROW */
.como-funciona-eyebrow {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;

  font-family: 'Galano Grotesque', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #003844;
}

.como-funciona-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 100%;
  background: #FABA1C;
}

/* TÍTULO */
.como-funciona-conteudo h2 {
  font-family: 'Galano Grotesque', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #003844;
  margin-bottom: 36px;
}

/* ==============================
   ITENS (COM ÍCONE)
============================== */
.como-funciona-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 26px;
}

/* ÍCONE */
.como-funciona-icone {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin-top: 4px;
}

/* TEXTO */
.como-funciona-texto h3 {
  font-family: 'Galano Grotesque', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #003844;
  margin-bottom: 6px;
}

.como-funciona-texto p {
  font-family: 'Galano Grotesque', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #003844;
}

/* ==============================
   RESPONSIVO – TABLET
============================== */
@media (max-width: 1024px) {
  .como-funciona-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .como-funciona-imagem img {
    margin: 0 auto;
  }
}

/* ==============================
   RESPONSIVO – MOBILE
============================== */
@media (max-width: 767px) {
  .secao-como-funciona {
    padding: 80px 0;
  }

  .como-funciona-conteudo h2 {
    font-size: 25px;
  }

  .como-funciona-texto h3 {
    font-size: 18px;
  }

  .como-funciona-texto p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7978e8a *//* ==============================
   SEÇÃO – POR QUE ESCOLHER
   FUNDO LARANJA COTA FÁCIL
============================== */
.secao-inclusos {
    background:  #EF8123;
    padding: 100px 0;
}

/* ==============================
   CONTAINER
============================== */
.inclusos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;

    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 80px;
}

/* ==============================
   IMAGEM
============================== */
.inclusos-imagem {
    display: flex;
    justify-content: flex-start;
}

.inclusos-imagem img {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    transition: transform 0.5s ease;
}

.inclusos-imagem img:hover {
    transform: scale(1.03);
}

/* ==============================
   CONTEÚDO
============================== */
.inclusos-conteudo {
    text-align: left;
}

.inclusos-conteudo h2 {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 28px;
}

/* ==============================
   LISTA
============================== */
.lista-inclusos {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.lista-inclusos li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;

    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
}

/* Ícone check */
.lista-inclusos li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color:     #003844 ; /* amarelo da marca */
    font-weight: 700;
}

/* ==============================
   TEXTO FINAL
============================== */
.inclusos-final {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 520px;
}

/* ==============================
   RESPONSIVO – TABLET
============================== */
@media (max-width: 1024px) {
    .inclusos-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: left;
    }

    .inclusos-imagem img {
        max-width: 420px;
    }
}

/* ==============================
   RESPONSIVO – MOBILE
============================== */
@media (max-width: 767px) {
    .secao-inclusos {
        padding: 80px 0;
    }

    .inclusos-conteudo h2 {
        font-size: 25px;
    }

    .lista-inclusos li,
    .inclusos-final {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d0fb102 *//* ==============================
   FAQ – COTA FÁCIL
============================== */
.cotafacil-faq {
  background: #ffffff;
  padding: 100px 0;
}

.cotafacil-faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* CABEÇALHO */
.cotafacil-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.cotafacil-faq-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #EF8123;
  margin-bottom: 12px;
  font-weight: 600;
}

.cotafacil-faq-header h2 {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #003844;
  margin-bottom: 14px;
}

.cotafacil-faq-header p {
  font-size: 18px;
  color: #3a3f4b;
}

/* LISTA */
.cotafacil-faq-lista {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ITEM */
.cotafacil-faq-item {
  background: #f7f9fa;
  border-radius: 18px;
  padding: 22px 26px;
  border-left: 5px solid #EF8123;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cotafacil-faq-item[open] {
  background: #eef3f5;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* PERGUNTA */
.cotafacil-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 18px;
  color: #003844;
  position: relative;
  padding-right: 34px;
}

.cotafacil-faq-item summary::-webkit-details-marker {
  display: none;
}

/* ÍCONE */
.cotafacil-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #EF8123;
  transition: transform 0.3s ease;
}

.cotafacil-faq-item[open] summary::after {
  content: '–';
}

/* RESPOSTA */
.cotafacil-faq-item p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.6;
  color: #3a3f4b;
}

/* ==============================
   RESPONSIVO
============================== */
@media (max-width: 767px) {
  .cotafacil-faq {
    padding: 80px 0;
  }

  .cotafacil-faq-header {
    text-align: left;
  }

  .cotafacil-faq-header h2 {
    font-size: 26px;
  }

  .cotafacil-faq-header p,
  .cotafacil-faq-item p {
    font-size: 16px;
  }

  .cotafacil-faq-item summary {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41bc67d3 *//* ==============================
   CTA WHATSAPP – COTA FÁCIL
============================== */
.cta-whatsapp-cotafacil {
    position: relative;
    padding: 50px 24px;
    background-image: var(--wpr-bg-aa62ece8-5d40-4dc0-9a98-1221bfc1c1df);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Overlay azul translúcido */
.cta-whatsapp-cotafacil::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 56, 68, 0.82); /* #003844 */
    z-index: 0;
}

/* Container */
.cta-whatsapp-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

/* TÍTULO */
.cta-whatsapp-container h2 {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 18px;
}

/* TEXTO */
.cta-whatsapp-container p {
    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 36px;
}

/* ==============================
   BOTÃO LARANJA – COTA FÁCIL
============================== */
.btn-cta-laranja {
    display: inline-block;
    padding: 16px 44px;

    background: linear-gradient(
        135deg,
        #FABA1C 0%,
        #EF8123 100%
    );

    color: #fff;
    text-decoration: none;

    font-family: 'Galano Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;

    border-radius: 999px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover */
.btn-cta-laranja:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(239, 129, 35, 0.45);
    color: #fff;
}

/* ==============================
   RESPONSIVO
============================== */
@media (max-width: 767px) {
    .cta-whatsapp-cotafacil {
        padding: 80px 20px;
    }

    .cta-whatsapp-container h2 {
        font-size: 26px;
    }

    .cta-whatsapp-container p {
        font-size: 16px;
    }

    .btn-cta-laranja {
        font-size: 16px;
        padding: 14px 32px;
    }
}/* End custom CSS */