body{
    font-family: 'Poppins';
    color: #071033;
}

.bg-primary{
    background: #018e4a !important;
}
.bg-secondary{
    background: #f6ad00 !important;
}
.bg-light{
    background: #eff0f5 !important;
}

.btn{
    border-radius: 80px;
}
.btn.btn-light{
    background: #ffffff;
    color: #f6ad00;
}
.btn.btn-light:hover{
    background: #ffffff !important;
    color: #018e4a !important;
}
.btn.btn-primary{
    background: #018e4a !important;
    color: #ffffff !important;
    border-color: #018e4a !important;
}
.btn.btn-secondary{
    background: #f6ad00 !important;
    color: #018e4a !important;
    border-color: #f6ad00 !important;
}

.btn, a{
    transition: 1s;
}
.btn:hover{
    transform: scale(1.1);
    transition: 1s;
}

.text-primary{
    color: #018e4a !important;
}
.text-secondary{
    color: #f6ad00 !important;
}
.text-muted{
    color: #505A80 !important;
}

.accordion-button:not(.collapsed){

    font-weight: bold;
    color: #071033;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    border-left: none;
    border-right: none;
    background-color: transparent;
}
.accordion-button {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.accordion-button::after {
    background-image: url(../img/add.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/remove.png);
}
.accordion-body{
    padding-left: 0;
    padding-right: 0;
}

/* header */

header .navbar-brand img{
  
}



.title{
    
}
.fs-64{
    font-size: 64px;
    letter-spacing: -3px;
}
@media (max-width: 767px) {
    .fs-64{
        font-size: 50px;
    }
}

/* home */
.home-banner{ 
    background-color: #ffffff;
    background-image: url("../img/debut-light.png");
}
/**.home-banner h1{
    font-family: 'Playfair Display';
    font-size: 80px;
    letter-spacing: -3px;
}
@media (max-width: 767px) {
    .home-banner h1{
        font-size: 60px;
    }
}*/
.line-lead::after {
    content: "";
    display: block;
    background-image: url("../img/line-lead.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 14px;
    margin-top: -16px;
}
.home-banner .insights{
    position: relative;
    width: 700px;
    z-index: 1;
}
@media (max-width: 767px) {
    .home-banner .insights{
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 40px;
    }
    .home-banner .ceo{
        width: 100%;
    }
}
.home-numbers{
    background: #018e4a;
}
.home-numbers .number{
    font-family: 'Playfair Display';
    font-size: 80px;
}
.line-greater::after {
    content: "";
    display: block;
    background-image: url("../img/line-greater.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 151px;
    height: 14px;
    margin-top: -16px;
}

.insights-banner{
    background-image: url("../img/insights-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.insights2-bg{
    background-image: url("../img/insights2-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.post-bg{
    background-image: url("../img/post-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer */
footer{
    background: #018e4a;
}
footer h2{
   
    font-size: 80px;
}
@media (max-width: 767px) {
    footer h2{
        font-size: 50px;
    }
}


footer form .form-control{
    background: transparent !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    border-bottom: 2px solid #f6ad00 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff !important;
}


footer form .form-control::placeholder {
    color: #ffffff;
}
footer hr{
    border-top: #887487 solid 3px;
}

/* whatsapp */
@keyframes gradient {
    0% {
        background-color: #18c139;
    }
    50% {
        background-color: #0da52b;
    }
    100% {
        background-color: #18c139;
    }
}
@keyframes posicao {
    0% {
        bottom: 130px;
        right: 20px;
    }
    50% {
        bottom: 125px;
        right: 20px;
    }
    100% {
        bottom: 130px;
        right: 20px;
    }
}
.balaoWhatsapp:hover .balaoWhatsappLegenda, .balaoWhatsapp:hover .balaoWhatsappLink{
    background: #0da62b;
}
.balaoWhatsapp:hover .balaoWhatsappLegenda:after, .balaoWhatsapp:hover .balaoWhatsappLink:after{
    border-top: 20px solid #0da62b;
}
.balaoWhatsappLegenda{
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 200px;
    height: auto;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 130px;
    right: 20px;
    text-align: center;
    z-index: 9999999;
    background: #18c139;
    animation: posicao 1s ease infinite;
}
.balaoWhatsappLegenda:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #18c139;
    bottom: -18px;
    right: 20px;
}
.balaoWhatsappLink{
    width: 80px;
    height: 80px;
    padding: 4px;
    text-align: center;

    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 9999999;
    background: purple;
    animation: gradient 1s ease infinite;
}
.balaoWhatsappLink i{
    font-size: 50px;
    color: #ffffff;
}

/* CSS FAQ */

.faq_3 * {
  /* font-family: Nunito, sans-serif; */
}

.faq_3 .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 60px; /* 10px */
  padding-left: 60px;
}

.faq_3 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.faq_3 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.faq_3 .answer-box {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: max-height;
}

.faq_3 .faq.active .openimg {
  transform: rotate(180deg);
}

.faq_3 .openimg {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-property: transform;
}

.faq_3 .faq.active .answer-box {
  max-height: 550px;
}

.faq_3 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.faq_3 .responsive-container-block.container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.faq_3 .responsive-container-block.faqheading-bg {
  background-color: #018e4a; /* #03a9f4 */
  height: 200px; /* 500px */
  flex-direction: column;
  text-align: center;
  color: white;
  align-items: center;
  margin-top: 3rem;
  border-radius: 12px;
}
}

.faq_3 .text-blk.faq-heading {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_3 .text-blk.faq-subhead {
  max-width: 650px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_3 .input {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: 45px;
  width: 100%;
  font-size: 15px;
  padding-top: 1px;
  padding-right: 24px;
  padding-bottom: 1px;
  padding-left: 24px;
}

.faq_3 .input-box {
  background-color: white;
  max-width: 550px;
  width: 100%;
  height: 45px;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.faq_3 .search-btn {
  height: 45px;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  cursor: pointer;
}

.faq_3 .heading-content {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.faq_3 .form-box {
  float: none;
  display: flex;
  justify-content: center;
}

.faq_3 .responsive-container-block.dropdown-container {
  background-color: white;
  max-width: 1060px; /* 850px */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  height: auto;
  flex-direction: column;
  display: block;
  margin-top: -120px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-radius: 18px;
}

.faq_3 .search-svg {
  width: 20px;
  height: 20px;
}

.faq_3 .responsive-container-block.dropdown-container-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.faq_3 .text-blk.faq-head2 {
  text-align: center;
  font-size: 42px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.faq_3 .faq {
  display: block;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaaaaa;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.faq_3 .faq-question-container {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_3 .text-blk.faq-questions {
  color: #525252;
  font-size: 22px;
}

.faq_3 .text-blk.faq-answer {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #9c9c9c;
  font-size: 19px;
  line-height: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_3 .faq-question-container:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .faq_3 .responsive-container-block.faqheading-bg {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    height: 120px !important;
  }

  .faq_3 .text-blk.faq-heading {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-head2 {
    font-size: 38px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 22px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 20px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  .faq_3 .responsive-container-block.dropdown-container-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .faq_3 .text-blk.faq-heading {
    font-size: 38px;
  }

  .faq_3 .heading-content {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-subhead {
    font-size: 18px;
  }

  .faq_3 .text-blk.faq-head2 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .faq_3 .container-block {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .faq_3 .faq-question-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .faq_3 .text-blk.faq-questions {
    font-size: 19px;
  }

  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .faq_3 .responsive-container-block.dropdown-container {
    margin-top: -100px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  }
}