/** JSDB CSS **/

.renovavel-slide-mt {
    margin: 120px 0 0 0;
}

/** FORÇAR STYLE ***/

.hero-2 {
  padding: 200px 0 0 0;
}

.hero-img-center {text-align: center}

.style-footer-area-3 p b {
  color: var(--theme4) !important;
}

.footer-widget-wrapper.style-2 .footer-widget-items .gt-list-area li:hover a {
  color: var(--theme4);
}

.footer-widget-wrapper.style-2 .footer-widget-items .footer-content .social-icon a:hover {
  background-color: var(--theme4);
}

.footer-bottom.footer-bottom-2 .footer-list li a:hover {
  color: var(--theme4);
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(244, 144, 33) 50%, rgb(0, 0, 0) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}


.testimonial-box-style-4 .quote-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme4);
  margin-bottom: 40px;
  overflow: hidden;
}

.testimonial-box-style-4 h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--header4);
  opacity: 0.8;
  line-height: 125%;
}

.sticky.header-1 {
  background-color: var(--header4);
  padding: 12px 0;
}


.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: var(--theme4);
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.back-to-top {
  border-radius: 50% !important;
  background-color: var(--theme4);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.header-1 .mean__menu-wrapper .main-menu ul li a:hover {
  color: var(--theme4) !important;
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 72px;
  position: relative;
  text-transform: none;
  z-index: 9;
  font-weight: 500;
  letter-spacing: -2px;
}

.gt-theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: none;
}

/** CONTATO **/

.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme4);
  margin-right: 5px;
}

.section-title .sub-title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme4);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.contact-info-box .icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme4);
  color: var(--white);
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}

.contact-info-box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 8px;
}

/** FAQ **/

.faq-items-2.style-faq-2 .accordion-box .block {
  position: relative;
  background-color: #fbf9f0;
  margin-bottom: 10px;
  border-bottom: none;
  margin-bottom: 30px;
  border-radius: 8px;
  line-height: 1;
  padding: 30px 30px;
}

.section-bg-6 {
  background-color: var(--bg5);
}

.faq-items-2.style-faq-2 .accordion-box .block .acc-btn.active {
  color: var(--theme4);
}

.faq-items-2.style-faq-2 .accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme4);
  color: var(--white);
}