body {
    background-color: #ffead8;
}

/*logo*/
.main-menu__logo img {
    width: 80%;
}

/*<------>*/

/*header nav_cta*/
a.main-menu__cta {
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0 8px 23px -21px #000;
}

/*<----->*/

/*header_nav*/
.topbar {
    background-color: #f5841e;
}

.topbar__info li i {
    color: #fddd03;
}

.topbar__social li a {
    color: #fddd03;
}

.main-menu__list>li>a {
    color: #ffb109;
}

nav.main-menu.sticky-header {
    background: #ffffff;
}

.main-menu__list>li:hover>a, .main-menu__list>li>a.current {
    text-shadow: 0 0 1px #f5841e;
    color: #f5841e;
}

.main-menu__cta b:hover {
    background-size: 65% 1px;
}

.topbar__social li a:hover {
    color: #ffffff;
}

/*<----------->*/

/*btn_geral*/
.thm-btn {
    border-radius: 15px;
}

/*<-------->*/

/*elements_slide*/
.slider-one__btns.wow.slideInUp.animated {
    margin-top: 60px;
}

.slider-one__content {
    position: relative;
}

.slider-one__content:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 0%;
    height: 2px;
    top: 60%;
    transition: width 2.5s ease-in-out;
}

.slider-one__content.active:before {
    width: 40%;
}

.slider-one__slide-2 {
    background: linear-gradient(108deg, #000000, transparent);
}

.slider-one__bg {
    opacity: 1;
}

section#section-slide {
    position: relative;
    z-index: 1;
}

#section-slide:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 80px 80px 0 0;
    box-shadow: 0px -8px 16px -13px #000;
}

/*<---------->*/

/*sec_produtos*/
.project-card-one__content__description {
    background: #f5841e;
    top: 35px;
    left: -12px;
    border-radius: 0px 14px 14px 0px;
    box-shadow: 0 9px 20px -16px #000000;
}

.project-card-one {
    overflow: unset;
    text-align: center;
}

.project-one .project-card-one__image img {
    border-radius: 20px;
}

.project-card-one__content__description {
    width: 0%;
    padding: 8px;
    z-index: 2;
}

.project-card-one__content__description.active {
    width: 90%;
    padding: 8px;
}

.project-card-one__more {
    right: -15px;
    border-radius: 7px;
    background-color: #f0be2f;
}

.project-card-one__content__inner {
    position: relative;
    background-image: linear-gradient(55deg, #f5841e 0, #f5841e 100%);
    border-radius: 13px;
    z-index: 3;
}

.project-card-one__image:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 59px;
    background: #753f04;
    left: 0;
    top: 39px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transform: rotate(29deg);
    z-index: -1;
}

.project-card-one__image {
    position: relative;
    z-index: 1;
}

.project-card-one__content__description {
    color: #ffffff;
}

button.owl-dot.active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #f5841e;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

button.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

/*<------>*/

/*sec-empresa*/
#section-empresa {
    background: #ffead8;
}

.about-six__images::after {
    width: 60px;
    height: 60px;
    right: calc(100% + -130px);
    border-radius: 30px;
    filter: drop-shadow(0px 0px 20px #f5841e);
}

.about-six__images::before {
    background-image: url(/arquivos/raio-trovao.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 44% !important;
    filter: invert(1);
    position: absolute;
    z-index: 1;
    display: block !important;
}

.about-six__images img {
    filter: drop-shadow(2px 4px 40px #00000047);
}

.about-five__text p {
    color: #2c2c2c;
}

.section-title__text {
    color: #f5841e;
}

/*<------->*/

/*sec_beneficios*/
.selo-qualidade img {
    position: absolute;
    width: 26px !important;
    left: 0;
    right: 0;
    top: -18px;
    background: unset !important;
    margin: auto !important;
    padding: 0 !important;
}

#section-html-extra .card {
    text-align: center;
    box-shadow: 0 8px 30px -16px #00000040;
    border-radius: 20px;
    overflow: visible !important;
    background: transparent;
    background-color: unset !important;
}

#section-html-extra .card.active {
    background: linear-gradient(0deg, #ffffff, #ffffff66);
}

/*<------>*/

/*sec_vantagens*/
#sec-vantagens {
    position: relative;
    padding: 50px 0px;
    background: url(/arquivos/bg_vantagens.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

#sec-vantagens .cta-two__title {
    color: #2c2c2c;
    max-width: 100% !important;
    text-align: center;
}

#sec-vantagens:before {
    content: "";
    position: absolute;
    background: linear-gradient(91deg, #ffead8, #ffead8, transparent);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.text-vantagem p {
    color: #373737;
}

/*<------>*/

/*sec_chamada*/
#sec-chamada {
    background: #fff;
}

.btn-cta.text-center a {
    position: relative;
    bottom: 25px;
}

/*<------>*/

/*titulos*/
.section-title__title {
    color: #2c2c2c;
}

.vantagem {
    padding: 15px 25px;
    height: 100%;
    border: 1px solid #00000017;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    transition: all .4s;
    width: 57%;
    display: flex;
}

.vantagem img {
    max-height: 70px;
    margin-bottom: 15px;
    margin-right: 50px;
}

.vantagem h4 {
    font-weight: 600;
    color: #212529;
}

#section-html-modulo_1 {
    background: linear-gradient(0deg, #ffffff, transparent);
    padding: 60px 0;
    background-position: center;
    background-size: cover;
}

#section-html-modulo_1 .cta-two__bg {
    display: none;
}

.owl-produtos.owl-theme .owl-nav button {
    background: #fdc800;
    color: #000;
    font-size: 30px;
}

.owl-produtos.owl-theme .owl-nav {
    top: 25%;
}

section#section-html-modulo_2 p {
    margin: 0;
}

section#section-html-modulo_3 {
    padding: 0 !IMPORTANT;
}

#section-html-extra .col-md-3 {
}

#section-html-extra .col-md-3 .text {
    background: linear-gradient(45deg, #f67f13, #f8a40c);
    padding: 15px;
    margin: 10px;
    position: relative;
    height: 100px;
    margin-top: 20px;
    border-radius: 20px;
}

#section-html-extra .col-md-3 .text h4, #section-html-extra .col-md-3 .text p {
    color: #ffffff;
    z-index: 99;
    position: relative;
}

#section-html-extra .col-md-3:hover .text:before {
    height: 190px;
}

#section-html-extra .col-md-3 .text:before {
}

section#section-html-extra img {
    position: relative;
    max-width: max-content;
    margin: auto;
    padding: 16px;
    width: 90px;
    background: #ffead8;
    margin-top: 10px;
    border-radius: 29px;
}

#section-html-extra .col-md-3 .text h4 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}

#section-html-extra .col-md-3 .text p {
    line-height: normal;
}

section#section-produtos {
    padding-bottom: 0;
    background: linear-gradient(0deg, #ffead8, #ffffff);
}

#section-html-extra .cta-two__title {
    color: #2c2c2c;
    max-width: 100% !important;
    text-align: center;
}

#section-html-modulo_3 img.img-fluid {
    padding: 40px 0;
}

/*<-------->*/

/*sec_servicos*/
#section-servicos {
    background-color: unset !important;
    background: linear-gradient(0deg, #ffffff, transparent);
}

.service-card-three {
    border-radius: 20px;
    text-align: left;
}

.service-card-three__icon img {
    border-radius: 15px;
}

/*<------->*/

/*sec_como_funciona*/
#como-funciona {
    padding: 50px 0px;
    background: #fff;
}

.passo-a-passo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.numero-id h1 {
    font-size: 10em;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(180deg, #f5841e, #f5841e, #f7a20d, transparent, transparent);
    background-clip: text;
    text-transform: capitalize;
    -webkit-text-stroke: 8px transparent;
}

.title-como-funciona.text-center h3 {
    color: #2c2c2c;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 50px;
}

.title-passo h3 {
    font-weight: 600;
    color: #f5841e;
}

.desc-passo p {
    color: #2c2c2c;
}

.text-passo {
    background: linear-gradient(90deg, #ffead8, transparent);
    padding: 30px;
    border-radius: 20px;
}

/*<------->*/

/*sec_depoimentos*/
#section-depoimentos {
    background-color: #ffffff !important;
}

/*<---->*/

/*sec_chamada*/
.cta {
    background-position: center;
    background-image: url(/arquivos/bg_cta.webp);
    padding: 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.text-cta h2 {
    color: #fff;
    padding: 55px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    font-weight: 600;
    width: 100%;
    bottom: -107px;
    left: 70%;
}

.text-cta {
    position: relative;
}

.text-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    background: #000000db;
    top: -115px;
    right: -259px;
    border-radius: 22px;
}

/*<----->*/

/*form_contato*/
#section-contato .form-control {
    border-color: #00000000 !important;
}

#section-contato:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #00000000, #ffffff);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#section-contato .form-control::placeholder {
    color: #000 !important;
}

.contact-two .contact-one__form .nice-select, .contact-two .contact-one__form input[type=email],
.contact-two .contact-one__form input[type=text], .contact-two .contact-one__form select,
.contact-two .contact-one__form textarea {
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px !important;
}

#section-contato {
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgb(0 0 0 / 80%) !important;
}

.contact-two__image {
    top: 10px;
}

.contact-two__image img {
  position: relative;
  top: 150px !important;
}

button.thm-btn.contact-one__btn {
    width: 100%;
}

/*<----->*/

/*preloader*/
.preloader {
    background-color: #f5841e;
}

.preloader__circle {
    border-top-color: #c95f00;
}

.preloader__circle:before {
    border-top-color: #fcc808;
}

.preloader__circle:after {
    border-top-color: #ffb701;
}
/*<------>*/

/*sec_blog*/
.blog-one--home-three::before {
    background-color: #ffffff !important;
}

#section-blog {
    background: #ffffff !important;
}

.blog-card-one__content {
    border-radius: 0 0 15px 15px;
}

.blog-card-one__image>img {
    border-radius: 15px 15px 0 0;
}

.blog-card-one__date {
    display: none;
}

.blog-card-one__content {
    background-color: #f5841e;
}

.blog-card-one__more {
    color: #4d2c00;
}

.blog-card-one__more i {
    color: #5b2c00;
}

.blog-details__title {
    color: #000;
}

.blog-card-one__image>a {
    border-radius: 15px 15px 0 0;
}

@media (min-width: 992px) {
    .section-padding--bottom {
        background: #fff;
    }
}
/*<-------->*/

/*sec_parceiros*/
#section-parceiros {
    padding-top: 30px;
}
/*<--->*/

/*footer*/
.footer-main {
    background-color: #000000c4 !important;
}

.footer-bottom {
    background-color: #f5841e;
}

.footer-widget__title {
    margin-bottom: 5px;
}

.footer-widget__contact li {
    margin-bottom: 10px;
}

.footer-widget__newsletter input[type=email], .footer-widget__newsletter input[type=text] {
    border-radius: 10px;
}
/*<---->*/

@media (min-width: 1200px) {
    .funfact-one__inner {
        padding-right: unset;
    }
}

.owl-nav {
    display: none !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.client-carousel .item {
    padding: 0px;
    transition: all .5s ease;
    border-radius: 15px;
}

#section-parceiros .client-carousel--two .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0);
}

#section-parceiros .section-title__title {
    font-size: 48px;
    display: flex;
    justify-content: center;
}

/*<-------->*/

@media screen and (max-width:720px){
  .main-menu .container-fluid {
    flex-wrap: nowrap;
}

.main-menu__right .mobile-nav__toggler span {
    background-color: #f5841e;
}

.slider-one__bg {
    background-position: center center;
}

.mobile-nav__content {
    background-color: #000000;
}

.mobile-nav__close span {
    background-color: #ffffff;
}

.about-six__images::before {
    left: 260px !important;
}

.section-title__text {
    text-align: center;
}

.section-title__title {
    text-align: center;
}

#section-html-extra .card.active {
   margin-bottom: 40px;
}

.section-padding--bottom {
    padding-bottom: 40px;
}

.vantagem {
    width: 100%;
    display: block;
    text-align: center;
}

.vantagem img {
    margin-right: 0;
}

.passo-a-passo {
    margin-bottom: 40px;
}

.text-passo {
    padding: 15px;
}

.numero-id h1 {
    font-size: 2em;
    padding: 10px;
    -webkit-text-stroke: 4px transparent;
}

#como-funciona {
    padding-top: 0;
}

#section-html-extra .col-md-3 .text h4 {
    justify-content: center;
}

.text-cta h2 {
    left: 0;
}

.text-cta:before {
    right: 0;
}

.thm-btn {
    padding: 15px 40px;
}

#section-depoimentos {
    padding-top: 1px;
}

.contact-two__image img {
  max-width: 100% !important;
  margin-left: 0px !important;
  margin-top: -430px !important;
}

 .footer-widget__logo img {
    width: 150px;
  }
}

.contact-two__image img {
  max-width: 950px;
  margin-left: -340px;
  margin-top: 30px;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #f5841e;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.faq .card .card-header:hover {
    background: rgba(245, 132, 30, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    border-radius: 100px;
    text-align: center;
    background: #f5841e;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px 0 16px 35px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

#section-html-modulo_2 {
  padding: 0px;
  margin-top: -45px;
}

.main-menu__list {
  font-size: 12px;
}

#section-slide::before {
  background: #ffead8;
}