/* ###########################################
// ##  GENERAL CSS  ##########################
// ######################################## */

body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Sora", "helvetica", "arial", sans-serif;
  color: #353535;
  scroll-behavior: smooth;
}
body.no-overflow {
  height: 100vh;
  overflow-y: hidden;
}

.layout-canvas-g > .section {
  margin: 0 !important;
}

a,
a:hover,
button,
button:hover {
  transition: 0.15s;
}

.grid {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.main {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.title {
  font-weight: 700;
}
.title-1 {
  font-size: 70px;
  line-height: 78px;
}
.title-2 {
  font-size: 40px;
  line-height: 48px;
}
.title-3 {
  font-size: 24px;
  line-height: 28px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

strong {
  font-weight: 700;
}

.button {
  width: auto;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #e6c780;
  border: none;
  border-radius: 12px;
  padding: 0 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #3d3935;
  font-family: "Sora", "helvetica", "arial", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
}
.button:hover {
  background-color: #d1b574;
}

/* ###########################################
// ##  TEMPLATE CSS  #########################
// ######################################## */

/* Header */

.header {
  max-width: 100vw;
  background-color: #1e1e1e;
  text-align: center;
  height: 130px;
  padding: 0 30px;
}
.header img {
  display: inline-block;
}

.header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header div span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}

.header div span strong {
  font-size: 20px;
}

/* Footer */

.footer {
  width: 100%;
  max-width: 100vw;
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  padding: 100px 30px;
}
.footer img {
  display: inline-block;
  margin-bottom: 60px;
}

.footer p {
  max-width: 950px;
  margin: 0 auto;
}

.footer a {
  text-decoration: underline;
  color: #fff;
}

/* ###########################################
// ##  MAIN CSS  #############################
// ######################################## */

/* Banner */

.intro {
  background-color: #fff;
  position: relative;
  height: 570px;
  padding: 0 30px;
}

.intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1eeeb;
  background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/f94088c4-4520-49f2-9cf7-3718661afcf6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.intro h1 {
  color: #fff;
  max-width: 660px;
}

.intro h1 span {
  display: block;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 36px;
}

.intro h1 strong {
  color: #998542;
}

/* Coomarca */

.coomarca {
  padding: 0 30px;
}

.coomarca > div {
  display: flex;
  justify-content: space-between;
  padding: 95px 0px;
  gap: 4.69vw;
}

.coomarca .blocks {
  max-width: 506px;
  width: 100%;
}

.coomarca .blocks section:last-child {
  margin-top: 8.33vh;
}

.coomarca .blocks section h2 {
  color: #998542;
  margin-bottom: 40px;
}
.coomarca .blocks section p {
  color: #323232;
  font-size: 18px;
  line-height: 26px;
}

/* Formulario */

.lead .form {
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lead .title-3 {
  margin-bottom: 20px;
}

.lead .toggle-container {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #eeeada;
  border-radius: 4px;
  margin-bottom: 17px;
  padding:8px;
}
.lead .toggle-container label span {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
  position:relative;
  z-index:2;
  text-align: center;
  pointer-events: none;
}

.lead .toggle-container .toggle-background {
  position: absolute;
  width: calc(50% - 8px);
  height: calc(100% - 16px);
  background-color: #998542;
  border-radius: 2px;
  transition: transform 0.3s ease;
  z-index: 1;
}

.lead .toggle-container label{
  padding: 8px;
  cursor: pointer;
}

.lead .toggle-container label input{
  width:1px;
  height: 1px;
  position:absolute;
  top:0;
  left:0;
  opacity: 0;
  visibility: hidden;
}

.lead .toggle-container input.active + span {
  color: #fff;
}
.lead form {
  width: 100%;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 0;
}
.lead .field {
  width: calc(50% - 6.5px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  text-align: left;
}
.lead .field.full {
  width: 100%;
}
.lead .field.radio{
  display: flex;
  gap:20px;
}
.lead .field.radio label{
  width:auto;
  cursor:pointer;
}
.lead .field.radio label input{
  margin-right:2px;
}
.lead .field.hidden {
  display: none;
}
.lead .field.terms {
  position: relative;
}
.lead .field.checkboxes {
  display: flex;
}
.lead .field.checkboxes > span {
  font-size: 12px;
  line-height: 24px;
}
.lead .field.checkboxes label {
  width: auto;
  cursor: pointer;
}
.lead .field.terms p {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 12px;
  line-height: 24px;
  pointer-events: none;
}
.lead .field.terms p a {
  font-size: 12px;
  line-height: 24px;
  color: #998543;
  text-decoration: underline;
  pointer-events: all;
}
.lead .field.terms label {
  width: 100%;
}
.lead .field.submit {
  justify-content: flex-start;
  margin-top: 80px;
}
.lead .field.submit button {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #998542;
}
form label {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
}
form input,
form select,
form textarea {
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
}
form select {
  appearance: none;
}
select {
  color: #999;
}

select:has(option[value]:checked:not([value=""])) {
  color: #000 !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  cursor: pointer;
  display: unset;
}

form .state,
form .select {
  position: relative;
  color:#000;
}
form .select:after,
form .state:after {
  content: "";
  background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/a9ec07f1-ec29-445d-9475-7faf8fcc74cc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.15s ease-in;
  height: 7px;
  width: 13px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}

/* Grupos */

.groups {
  background-color: #f5f5f5;
  padding: 92px 30px 102px;
}

.groups .title-2 {
  color: #998542;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 40px;
}

.groups h2 + p {
  max-width: 803px;
  margin: 0 auto 45px;
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  text-align: center;
}
.groups .questions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  gap: 18px;
}
.groups .question {
  text-align: left;
  background-color: #d9d9d9;
  border-radius: 4px;
  width: calc(50% - 18px);
}
.groups .question.active h3 {
  color: #998543;
}
.groups .question.active h3:after {
  transform: rotate(-180deg) translateY(50%);
}
.groups .question.active .answer p,
.groups .question.active .answer a,
.groups .question.active .answer li {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  padding-bottom: 20px;
}
.groups .question.active .answer ul {
  padding: 0 60px 40px;
}
.groups .question.active .answer a {
  font-weight: 700;
  color: #353535;
}
.groups .question.active .answer a:hover {
  text-decoration: underline;
}
.groups .question.active .answer li {
  line-height: normal;
  padding-bottom: 0;
  list-style: disc inside;
}
.groups .question h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  transition: 0.15s ease-in;
  cursor: pointer;
  position: relative;
  padding: 30px 45px;
}
.groups .question h3:after {
  content: "";
  background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/13bbf645-6f6f-49fa-8fcb-520511bca681.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  transition: 0.15s ease-in;
  width: 26px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
.groups .question .answer p,
.groups .question .answer a,
.groups .question .answer li {
  font-size: 0;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.15s ease-in, padding 0.15s ease-in;
}

/* Vantagens */

.advantages {
  padding: 95px 30px 100px;
}

.advantages h2 {
  color: #998542;
  max-width: 533px;
  margin: 0 auto 40px;
  text-align: center;
}

.advantages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 75px;
}

.advantages ul li {
  width: calc(25% - 57px);
  text-align: center;
}

.advantages ul li .image {
  width: 176px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeada;
  border-radius: 4px;
  margin: 0 auto 32px;
}

.advantages ul li .title {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.advantages ul li .description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.advantages a {
  margin-top: 95px;
 max-height: 415px;
  display: block;
}

.advantages a img {
  width: 100%;
  height: auto;
}

.advantages ul li .description small {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-top: 15px;
}

/* Produtos */

.products {
  background-color: #f5f5f5;
  padding: 92px 30px 102px;
}

.products .title-2 {
  color: #998542;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 40px;
}

.products h2 + p {
  max-width: 790px;
  margin: 0 auto 45px;
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  text-align: center;
}
.products .questions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  gap: 18px;
}
.products .question {
  text-align: left;
  background-color: #d9d9d9;
  border-radius: 4px;
  width: 100%;
}
.products .question.active h3 {
  color: #998543;
}
.products .question.active h3:after {
  transform: rotate(-180deg) translateY(50%);
}
.products .question.active .answer p,
.products .question.active .answer a,
.products .question.active .answer li {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  padding-bottom: 20px;
}
.products .question.active .answer {
  padding: 0 60px 40px;
}
.products .question.active .answer a {
  font-weight: 700;
  color: #353535;
}
.products .question.active .answer a:hover {
  text-decoration: underline;
}
.products .question.active .answer li {
  line-height: normal;
  padding-bottom: 0;
  list-style: disc inside;
}
.products .question h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  transition: 0.15s ease-in;
  cursor: pointer;
  position: relative;
  padding: 30px 45px;
}
.products .question h3:after {
  content: "";
  background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/13bbf645-6f6f-49fa-8fcb-520511bca681.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  transition: 0.15s ease-in;
  width: 26px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
.products .question .answer p,
.products .question .answer a,
.products .question .answer li {
  font-size: 0;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.15s ease-in, padding 0.15s ease-in;
}

/* Faq */

.faq-container {
  padding: 100px 30px;
}

.faq-container .grid > a {
  height: 100%;
  width: 100%;
  display: block;
}

.faq-container .grid img {
  height: auto;
  width: 100%;
}

.faq-container .title-2 {
  color: #998542;
  max-width: 700px;
  text-align: left;
  margin: 0 auto 40px;
}

.faq-container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5.21vw;
  margin-top: 102px;
}

.faq-container section {
  max-width: 370px;
  width: 100%;
}

.faq-container .faq {
  max-width: 644px;
  width: 100%;
}

.faq-container section p {
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  margin-bottom: 40px;
  margin-top: 40px;
}

.groups section > a{
  width:315px;
  margin:50px auto 0;
}

.groups section > a,
.faq-container section a {
  color: #fff;
  background-color: #998542;
  padding: 17px 20px;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.faq .questions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  gap: 18px;
}
.faq .question {
  text-align: left;
  background-color: #323232;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}
.faq .question.active h3 {
  color: #998543;
}
.faq .question.active h3:after {
  transform: rotate(-180deg) translateY(50%);
}
.faq .question.active .answer p,
.faq .question.active .answer a,
.faq .question.active .answer li {
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  padding-bottom: 20px;
}
.faq .question.active .answer {
  padding: 0 80px 40px 40px;
}
.faq .question.active .answer a {
  font-weight: 700;
  color: #353535;
}
.faq .question.active .answer a:hover {
  text-decoration: underline;
}
.faq .question.active .answer li {
  line-height: normal;
  padding-bottom: 0;
  list-style: disc inside;
}
.faq .question h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  transition: 0.15s ease-in;
  cursor: pointer;
  position: relative;
  padding: 30px 40px;
}
.faq .question h3:after {
  content: "";
  background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/13bbf645-6f6f-49fa-8fcb-520511bca681.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  transition: 0.15s ease-in;
  width: 26px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
.faq .question .answer p,
.faq .question .answer a,
.faq .question .answer li {
  font-size: 0;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.15s ease-in, padding 0.15s ease-in;
}

.header.success {
 position: absolute;
 width: 100%;
 height: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.main-success {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.main-success .title {
  margin-bottom: 10px;
}

.main-success .button {
  width: 200px;
  max-width: 100%;
  display: inline-block;
  margin-top: 30px;
 border-radius: 4px;
}

.floated-whatsapp{
  position:fixed;
  bottom:15px;
  right:15px;
  z-index:999;
}

/* ###########################################
// ##  MOBILE CSS  ###########################
// ######################################## */

@media (max-width: 1279.95px) {
  .advantages ul {
    gap: 90px 30px;
  }

  .advantages ul li {
    width: calc(33.3334% - 20px);
  }
}

@media (max-width: 991px) {
  .header {
    height: 80px;
    padding: 0 16px;
  }
  .header img {
    width: 140px;
    height: auto;
  }
  .header div span {
    font-size: 12px;
    line-height: 18px;
  }
  .header div span strong {
    font-size: 12px;
  }

  .footer {
    padding: 40px 30px;
  }

  .footer img {
    width: 240px;
    margin-bottom: 30px;
  }

  .footer p {
    font-size: 14px;
    line-height: 22px;
  }

  .intro {
    height: 460px;
    padding: 0 16px;
  }

  .intro::after {
    background-image: url("https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/d1d7f437-8057-4610-9a4b-28587f5863ed.jpg");
  }

  .intro .container {
    align-items: flex-start;
    padding-top: 40px;
  }

  .intro h1 span {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .intro h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .intro h1 strong {
    display: block;
    color:#FFF;
  }

  .coomarca {
    padding: 0 16px;
  }

  .coomarca > div {
    flex-direction: column;
    gap: 50px;
    padding: 40px 0;
  }

  .coomarca .blocks {
    max-width: 100%;
    text-align: center;
  }
  .coomarca .blocks section:last-child {
    margin-top: 20px;
  }
  .coomarca .blocks section h2 {
    margin-bottom: 20px;
  }
  .coomarca .blocks section p {
    font-size: 14px;
    line-height: 22px;
  }

  .lead .field {
    width: 100%;
  }

  .button {
    height: 40px;
    line-height: 40px;
  }

  .groups {
    padding: 40px 16px;
  }

  .groups .title-2 {
    margin-bottom: 20px;
  }

  .groups h2 + p {
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .groups .questions {
    gap: 10px;
  }

  .groups .question {
    width: 100%;
  }

  .groups .question.active .answer p,
  .groups .question.active .answer a,
  .groups .question.active .answer li {
    font-size: 12px;
    line-height: 22px;
    opacity: 1;
  }
  .groups .question.active .answer ul {
    padding: 0 40px 20px;
  }
  .groups .question h3 {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 15px 20px;
  padding-right: 40px;
  }
  .groups .question h3:after {
    width: 20px;
    height: 20px;
  right: 20px;
  }
  .groups section > a{
    margin-top: 30px;
  }
  .advantages {
    padding: 40px 16px;
  }
  .advantages h2 {
    margin-bottom: 20px;
  }

  .advantages ul {
    gap: 40px 20px;
  }

  .advantages ul li {
    width: calc(50% - 10px);
  }
  .advantages ul li .image {
    width: 130px;
    height: 130px;
  }
  .advantages ul li .image img {
    width: 50%;
    height: auto;
  }

  .advantages ul li .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .advantages ul li .description {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .advantages ul li .description small {
    font-size: 8px;
    line-height: 12px;
    white-space: initial;
    margin-top: 10px;
  }

 .advantages a {
  margin-top: 30px;
 }

 .products {
  padding: 40px 16px;
 }

 .products .title-2 {
    margin-bottom: 20px;
  }

 .products h2 + p {
  margin: 0 auto 20px;
    font-size: 14px;
    line-height: 22px;
 }

 .products .questions {
    gap: 10px;
  }

  .products .question {
    width: 100%;
  }

  .products .question.active .answer p,
  .products .question.active .answer a,
  .products .question.active .answer li {
    font-size: 12px;
    line-height: 22px;
    opacity: 1;
  }
  .products .question.active .answer ul {
    padding: 0 40px 20px;
  }
  .products .question h3 {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 15px 20px;
  padding-right: 40px;
  }
  .products .question h3:after {
    width: 20px;
    height: 20px;
  right: 20px;
  }
 .products .question.active .answer {
  padding: 0 40px 20px;
 }

 .products .question.active .answer ul{
  padding: 0;
 }

 .faq-container {
  padding: 40px 16px;
 }

 .faq-container .wrapper {
  flex-direction: column;
  margin-top: 30px;
  gap: 50px;
  text-align: center;
 }

 .faq-container section {
  max-width: 100%;
 }

 .faq-container section p {
  font-size: 14px;
    line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
 }

 .faq-container .title-2 {
  margin-bottom: 20px;
  text-align: center;
 }

 .faq-container .faq {
  max-width: 100%;
 }

 .faq .questions {
    gap: 10px;
  }

  .faq .question {
    width: 100%;
  }

  .faq .question.active .answer p,
  .faq .question.active .answer a,
  .faq .question.active .answer li {
    font-size: 12px;
    line-height: 22px;
    opacity: 1;
  }
  .faq .question.active .answer ul {
    padding: 0 40px 20px;
  }
  .faq .question h3 {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 15px 20px;
  padding-right: 40px;
  }
  .faq .question h3:after {
    width: 20px;
    height: 20px;
  right: 20px;
  }
 .faq .question.active .answer {
  padding: 0 40px 20px;
 }

  .title-2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .header img{
    width:120px;
  }
  .header div span br {
    display: none;
  }
  .intro .container h1 {
    max-width: 375px;
  }
  .groups .question.active .answer ul,
  .products .question.active .answer {
  padding: 0 20px 20px;
 }
  .footer img{
    width:180px;
    height:auto;
  }
  .groups section > a{
    margin-top: 20px;
  }
}

@media (max-width: 420px) {
  .lead .field.submit{
    margin-top:90px;
  }
}

@media (max-width: 374px) {
  .header div span,
  .header div span strong{
    font-size:11px;
  }
  .lead .field.submit{
    margin-top:100px;
  }
}