:root {
  /* IDV =========================================== */
  --bd-fs-p: 16px !important;
  --bd-fs-h2: 40px !important;
  --bd-theme-primary: #bba48d !important;
  --color1: #f8ecdb !important;
  --color2: #bba48d !important;
  --color3: #19293a !important;
  --gradient-idv: linear-gradient(
    90deg,
    rgba(187, 164, 141, 1) 0%,
    rgba(248, 236, 219, 1) 77%
  ) !important;

  /* White ========================================= */
  --white-005: rgba(255, 255, 255, 0.05);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-09: rgba(255, 255, 255, 0.9);
  --white: #ffffff;

  /* Black ======================================== */
  --black-005: rgba(0, 0, 0, 0.05);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-03: rgba(0, 0, 0, 0.3);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-06: rgba(0, 0, 0, 0.6);
  --black-07: rgba(0, 0, 0, 0.7);
  --black-08: rgba(0, 0, 0, 0.8);
  --black-09: rgba(0, 0, 0, 0.9);
  --black: #0c0c0c !important;
}
/* Tipografia ======================================= */
@import url("https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&family=Spline+Sans:wght@300..700&display=swap");

body {
  font-family: "Spline Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  color: var(--color3);
}

/* White ========================================== */
.white-005 {
  color: var(--white-005);
}
.white-01 {
  color: var(--white-01);
}
.white-02 {
  color: var(--white-02);
}
.white-03 {
  color: var(--white-03);
}
.white-04 {
  color: var(--white-04);
}
.white-05 {
  color: var(--white-05);
}
.white-06 {
  color: var(--white-06);
}
.white-07 {
  color: var(--white-07);
}
.white-08 {
  color: var(--white-08);
}
.white-09 {
  color: var(--white-09);
}
.white {
  color: var(--white);
}

/* Black ========================================== */
.black-005 {
  color: var(--black-005);
}
.black-01 {
  color: var(--black-01);
}
.black-02 {
  color: var(--black-02);
}
.black-03 {
  color: var(--black-03);
}
.black-04 {
  color: var(--black-04);
}
.black-05 {
  color: var(--black-05);
}
.black-06 {
  color: var(--black-06);
}
.black-07 {
  color: var(--black-07);
}
.black-08 {
  color: var(--black-08);
}
.black-09 {
  color: var(--black-09);
}
.bgcolor1 {
  background-color: var(--color1);
}
.bgcolor2 {
  background-color: var(--color2);
}

.font_20 {
  font-size: 1.25rem;
  line-height: calc(1.25rem * 1.5);
}
.font_24 {
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.5);
}
.font_28 {
  font-size: 1.75rem;
  line-height: calc(1.75rem * 1.5);
}
.font_32 {
  font-size: 2rem;
  line-height: calc(2rem * 1.5);
}
.font_36 {
  font-size: 2.2rem;
  line-height: calc(2.2rem * 1.5);
}
.font_40 {
  font-size: 2.5rem;
  line-height: calc(2.5rem * 1.5);
}
.font_44 {
  font-size: 2.75rem;
  line-height: calc(2.75rem * 1.5);
}
.font_48 {
  font-size: 3rem;
  line-height: calc(3rem * 1.5);
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}

/* BTN ============================================================================================ */

.btn-01 {
  all: unset;
  width: max-content;
  /* height: 30px; */
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02rem;
  background: transparent;
  border: none;
  position: relative;
  color: var(--white);
  cursor: pointer;
  z-index: 1;
  /* padding: 10px 20px; */
  padding: 18px 38px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* white-space: nowrap; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-align: center;
}
.btn-p-h {
  padding: 12px 32px !important;
}
.btn-p-c {
  display: inline-block;
  width: calc(100% - 60px) !important;
  padding: 12px 32px !important;
}
.btn-01::after,
.btn-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.btn-01::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: linear-gradient(
    47deg,
    rgba(187, 164, 141, 1) 57%,
    rgba(215, 197, 177, 1) 82%,
    rgba(248, 236, 219, 1) 100%
  );
  border-radius: 4px;
}

.btn-01::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  color: var(--white);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 4px;
}

.btn-01:hover::before {
  transform: translate(2%, 10%);
  width: 100%;
  height: 100%;
}

.btn-01:hover::after {
  border-radius: 4px;
  /* transform: translate(0, 0); */
  transform: translate(-5px, -5px);
  width: 100%;
  height: 100%;
}

.btn-01:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
.btn-01:hover {
  color: var(--white) !important;
}
.btn-02 {
  width: max-content;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--color3);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.02rem;
  padding: 14px 38px;
  text-align: center;
  transition: 0.2s;
  border-radius: 4px;
}
.btn-02:hover {
  background: var(--color3);
  transform: scale(1.05);
  color: var(--white) !important;
}
.bd-theme-light .header-4.bd-sticky {
  background-color: var(--color3);
}
/* Default ============================================================================================ */
.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color3) !important;
  background-color: #121212;
}
#preloader img {
  width: 70px;
  animation: pulse-scale 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.home {
  height: 800px;
  background-color: #fff;
}
.slider__content {
  padding: 160px 0 160px;
}
.header__logo {
  max-width: 240px;
}
.header-4 {
  border-radius: 0px;
  margin: 0px !important;
}
.sider__area {
  padding: 0px;
}
.parallax-slider {
  border-radius: 0px !important;
  border-bottom: none;
}
.bd-theme-light .header-4 {
  background: var(--color3);
}
.slider-overlay:before {
  border-radius: 0px !important;
  background: linear-gradient(
    180deg,
    var(--color3) 0%,
    rgba(25, 41, 58, 0.7) 100%
  );
}
.main-menu ul li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-transform: none;
}
.bd-gradient-btn {
  font-size: 14px;
  letter-spacing: 0.05rem;
  border-radius: 4px;
  height: 50px;
  padding: 0 30px;
}
.header-4 .bd-gradient-btn {
  height: 50px;
  padding: 0 30px;
}
.bar-icon {
  width: 24px;
  height: 20px;
}
.offcanvas-close-icon .offcanvas-m-lines {
  width: 26px;
}
.offcanvas__area {
  background: var(--color3) none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  text-transform: none;
  padding: 20px 0;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: var(--white);
}
.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 20px 7%;
  background-color: rgba(255, 255, 255, 0.02);
  text-shadow: none !important;
  visibility: visible;
}
.fa-angle-right:before {
  content: "\f105";
  font-weight: 600;
  /* color: var(--white); */
  border: none;
}
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: end;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 2;
  font-weight: 600;
  background: transparent;
  border: 0px solid transparent !important;
  font-size: 14px !important;
  margin-top: 0;
  height: 62px;
  width: 100%;
  color: var(--bd-text-body);
  line-height: 63px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container
  .mean-nav
  ul
  li.dropdown-opened
  > span.mean-expand.mean-clicked
  i {
  color: var(--color2);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: transparent !important;
  color: var(--bd-common-white);
  border-color: transparent !important;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container
  .mean-nav
  ul
  li.dropdown-opened
  > span.mean-expand.mean-clicked {
  background: transparent !important;
  color: var(--bd-common-white);
  border-color: transparent !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: transparent !important;
  color: var(--bd-common-white);
  border-color: transparent !important;
}
.slider__navigation button {
  font-size: 14px;
}
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 600 !important;
}
.mean-container .mean-nav ul li li li a {
  width: 100%;
  padding: 8px 9%;
  border-top: none;
}
.main-menu-2 ul li:hover > a,
.main-menu-2 ul li:hover > a::after,
.main-menu-2 ul li.active > a,
.main-menu-2 ul li.active > a::after,
.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title,
.main-menu-2 ul li .mega-menu li ul li:hover > a,
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover,
.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--color2);
}
.main-menu-2 ul li .mega-menu li ul li:hover > a::before {
  background: var(--color2);
}
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand:hover {
  color: var(--white);
}
.offcanvas__social {
  margin-top: 60px;
  margin-bottom: 0;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 10px;
}
.offcanvas__social ul li a {
  background: rgba(255, 255, 255, 0.08);
  /* border: 1px solid var(--color2); */
  color: var(--white);
  font-size: 15px;
  border-radius: 4px;
}
.offcanvas__social ul li a:hover {
  background: var(--color2);
}
.w-100 {
  width: 100% !important;
}
.slider__navigation button:hover {
  background: var(--color3);
  color: var(--bd-common-white);
  border-color: transparent;
}
.slider__sbutitle {
  background: linear-gradient(
    47deg,
    rgba(187, 164, 141, 1) 57%,
    rgba(215, 197, 177, 1) 82%,
    rgba(248, 236, 219, 1) 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 14px;
  font-weight: 600;
}
.slider__content > p {
  margin-bottom: 50px;
  font-weight: 400;
  color: rgb(255, 255, 255, 0.7);
  max-width: 550px;
}
.footer__social a {
  background: var(--color3);
  font-size: 15px;
  border-radius: 4px;
}
.footer__social a:hover {
  background: var(--color2);
  font-size: 15px;
  border-radius: 4px;
}
.footer__logo img {
  max-width: 240px;
}
.footer__widget:nth-child(1),
.footer__widget:nth-child(2),
.footer__widget:nth-child(3) {
  width: 33.3% !important;
}
.footer__main {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--black-005);
  border-bottom: 1px solid var(--black-005);
}
.footer__content p {
  font-size: 24px;
  font-weight: 600;
  color: var(--color3);
}
.footer__bottom {
  border-top: none;
}
.footer__link ul li a:hover {
  color: var(--color2);
}
.footer__conditions a:hover {
  color: var(--color2) !important;
}
.footer__area-common {
  background: #f5f5f5;
}
.footer__widget-title h5 {
  color: var(--color3);
}
.breadcrumb-space {
  padding: 70px 0 100px;
}
.breadcrumb__menu ul li:not(:last-child)::before {
  font-size: 14px;
}
.breadcrumb__menu ul li span a:hover {
  color: var(--color3);
  border-bottom: 1px solid var(--color3);
  /* padding-bottom: 1px; */
  transition: 0.3s;
}
.bd-theme-light:root .theme-bg-1 {
  background: #f5f5f5;
  border-radius: 12px;
  margin: 40px 40px 0 40px;
}
.gradient-text-3 {
  background: var(--gradient-idv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-1 {
  background: linear-gradient(
    47deg,
    rgba(187, 164, 141, 1) 57%,
    rgba(215, 197, 177, 1) 82%,
    rgba(248, 236, 219, 1) 100%
  );
  color: var(--bd-gradient-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-2 {
  background: linear-gradient(
    12deg,
    rgba(187, 164, 141, 1) 76%,
    rgba(215, 197, 177, 1) 89%,
    rgba(248, 236, 219, 1) 100%
  );
  color: var(--bd-gradient-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breadcrumb__menu ul li:last-child span {
  color: var(--color2);
}
.bd-theme-light .contact__input textarea:focus,
.bd-theme-light .contact__input input:focus,
.bd-theme-light .contact__input select:focus {
  background-image: linear-gradient(#ececec, #ececec),
    linear-gradient(to right, rgb(215, 197, 177), rgb(187, 164, 141));
  color: var(--bd-common-placeholder);
}
.contact__checkbox input {
  display: inline-block;
  margin-right: 5px;
}
.contact__checkbox a:hover {
  color: var(--color2);
}
.contact__content {
  padding-left: 70px;
}
.contact__input-title label span {
  color: var(--bd-theme-primary);
}
.contact__info-icon span {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(25, 41, 58, 0.05); */
  background-color: #f5f5f5;
  border-radius: 8px;
}
.contact__info-wrapper ul li:nth-child(2) .contact__info-icon span,
.contact__info-wrapper ul li:nth-child(3) .contact__info-icon span,
.contact__info-wrapper ul li:nth-child(4) .contact__info-icon span {
  background-color: #f5f5f5;
}
.grayscale {
  filter: grayscale(1);
  transition: 1s;
}
.grayscale:hover {
  filter: grayscale(0);
}
.bd-theme-light .contact__wrapper {
  background: var(--bd-bg-2);
}
.contact__input-title label {
  text-transform: none;
}
.contact__info-content h6 {
  font-weight: 700;
}
.contact__info-content span a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}
input[type="checkbox"] {
  accent-color: var(--color2);
}
.bd-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  z-index: 2;
}
.mb-h3 h3 {
  margin-bottom: 20px !important;
}
.breadcrumb__menu ul li:last-child span {
  color: var(--color3);
  border-bottom: 1px solid var(--color3);
  /* padding-bottom: 1px; */
}
.logo-csw img {
  width: 24px;
}
.footer__bottom {
  padding: 30px 0 10px 0;
}
.error__thumb h1 {
  font-size: 220px;
  line-height: 1;
  font-weight: 700;
  color: var(--color3);
}
.obrigado__thumb h1 {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: var(--color3);
}
.blog__thumb-overlay {
  background: var(
    --btn-gradient,
    linear-gradient(
      90deg,
      rgba(187, 164, 141, 1) 0%,
      rgba(248, 236, 219, 1) 77%
    )
  );
  pointer-events: all;
}
.blog__title {
  font-size: 20px;
}
.blog__grid-thumb img {
  mix-blend-mode: normal;
  border-radius: 8px;
}
.blog__thumb-overlay {
  opacity: 0.6;
  border-radius: 8px;
}
.blog__grid-item {
  border-radius: 8px;
}
.blog__link {
  background: #19293a;
}
.termos {
  font-size: 12px !important;
  line-height: 1.4;
  margin-top: 15px;
}
.termos a:hover {
  color: var(--color2) !important;
}
.rc__post-title {
  font-size: 16px;
}
.rc__post-thumb img {
  border-radius: 4px;
}
.bd-theme-light .sidebar__subcribe {
  border-radius: 8px;
  background: #f5f5f5;
}
.postbox__thumb img {
  border-radius: 8px;
  mix-blend-mode: normal;
}
.sidebar__subscribe button.btn-01 {
  width: calc(100% - 150px);
}
.sidebar__widget-title::before {
  background: linear-gradient(
    47deg,
    rgba(187, 164, 141, 1) 57%,
    rgba(215, 197, 177, 1) 82%,
    rgba(248, 236, 219, 1) 100%
  );
}
.bd-theme-light .sidebar__subscribe input {
  background-color: rgba(235, 235, 235, 0.9);
  color: rgba(124, 126, 130, 0.69);
  border: none;
  border-radius: 6px;
}
.revolution__number h2:before {
  background-color: var(--bd-bg-5);
}
.bd-theme-light .revolution__number h2:before {
  /* border: 1px solid #dddddd; */
  border: none;
}
.bd-theme-light .revolution__grid::before {
  border-top: 1px solid #dddddd;
}
.bd-theme-light .mission__thumb {
  background: var(--bd-bg-5);
}
.revolution__wrapper {
  border: none;
  padding: 0 40px;
}
.bd-theme-light .section__subtitle-7 {
  background: rgba(187, 164, 141, 0.1);
}
.our-values__icon span::after {
  background: var(--color2);
}
.our-values__icon span::before {
  background: rgba(187, 164, 141, 0.1);
}
.our-values__item::before {
  background: linear-gradient(
    180deg,
    rgba(187, 164, 141, 0.15) 0%,
    rgba(187, 164, 141, 0) 100%
  );
}
.mission__content {
  padding: 0 60px;
}
.team__item {
  padding: 25px;
  border: none;
  background: #f5f5f5;
}
.team__thumb {
  max-width: 100%;
  margin: 0;
}
.team__thumb img {
  border-radius: 8px;
  filter: grayscale(1);
  max-width: auto;
  margin-bottom: 20px;
}
.team__contenrt span {
  font-size: 16px;
  text-transform: none;
}
.blog__grid-item {
  border: none;
  background: #f5f5f5;
}
.bg-light {
  background: #f5f5f5 !important;
}
.mission__thumb img {
  border-radius: 8px;
}
.mission__thumb__home img {
  border-radius: 8px;
}
.revolution__number h2 {
  letter-spacing: -1px;
  font-size: 40px;
}
.our-values__icon span {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
}
.our-values__content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.our-values__icon span::after,
.our-values__icon span::before {
  border-radius: 8px;
}
.bd-theme-light
  .bd-swiper-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color3);
}
.section__subtitle-3 {
  background: linear-gradient(
    45deg,
    rgba(187, 164, 141, 1) 57%,
    rgba(215, 197, 177, 1) 82%,
    rgba(248, 236, 219, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 600;
}
.pbh-100 {
  padding-bottom: calc(100px - 40px);
}
.feedback__item-3 {
  border: none;
  background: var(--white);
}
.position-sticky {
  position: sticky;
  top: 120px;
}
.service__icon-2 span {
  width: 80px;
  height: 80px;
  border-radius: 8%;
}
.service__item-2 {
  background: rgba(187, 164, 141, 0.08);
}
.service__icon-2 span {
  background: rgba(187, 164, 141, 0.1);
  font-size: 24px;
}
.service__item-2:hover .service__icon-2 span {
  background-color: rgb(187, 164, 141);
  color: var(--bd-common-white);
}
.bd__faq .accordion-item:first-of-type {
  border-top: 1px solid var(--bd-border-primary) !important;
  border-bottom: 1px solid var(--bd-border-primary) !important;
}
.banner__content > p {
  max-width: 545px;
  margin: 0px 0px 20px 0px;
}
.banner__content h1 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: var(--bd-fw-sbold);
}
span.simule-home {
  font-weight: 600;
  border-bottom: 1px solid var(--color3);
  padding-bottom: 1px;
  color: var(--color3);
  display: inline-block;
}
span.simule-home i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.3s;
}
a span.simule-home:hover {
  margin-left: 15px;
}
.banner__glow .glow-1 {
  background: #8a7663;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  position: absolute;
  top: -400px;
  z-index: -1;
  left: 80%;
}
.banner__glow .glow-2 {
  background: var(--color2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 500px;
  height: 797px;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  position: absolute;
  z-index: -1;
  top: -200px;
  right: 34%;
}
.border-radius-8px {
  border-radius: 8px;
}
.why__choose-item {
  border: none;
}
.why__choose-icon span {
  background: rgba(187, 164, 141, 0.15);
  border-radius: 6px;
  width: 80px;
  height: 80px;
}
.why__choose-icon span:before {
  background: rgba(187, 164, 141, 0);
  border-radius: 6px;
  width: 100px;
  height: 100px;
}
.why__choose-item::before {
  background: linear-gradient(
    180deg,
    var(--color2) 0%,
    rgba(187, 164, 141, 0) 100%
  );
}
.why__choose-icon i {
  color: var(--color2);
  font-size: 24px;
}
.bd-theme-light .fap__style-2 .bd__faq .accordion-button:not(.collapsed) {
  background: #f5f5f5;
}
.bd-theme-light .fap__style-2 .bd__faq .accordion-body {
  background: #f5f5f5;
}
.frase-atencao {
  background: var(--color2);
  font-size: 1.45rem;
  font-weight: 400;
  padding: 10px 0;
  color: var(--color3);
  letter-spacing: -0.1px;
  line-height: 1.3;
}
.frase-atencao a {
  text-decoration: underline;
  margin-left: 5px;
}
.frase-atencao a:hover {
  font-weight: 900;
}
.sobre-solucao p {
  margin-bottom: 20px !important;
}
.btn-ver-mais {
  font-weight: 600;
  border-bottom: 1px solid var(--color3);
  padding-bottom: 1px;
  color: var(--color3);
  display: inline-block;
  /* padding-top: 10px; */
}
.brand__inner {
  padding: 60px 0;
  /* border: none; */
  border-top: 1px solid var(--bd-border-primary);
  border-bottom: 1px solid var(--bd-border-primary);
}
.brand__thumb img {
  max-height: 50px;
  width: 150px;
  opacity: 25%;
  object-fit: contain;
}
.mb-100 {
  margin-bottom: 100px;
}
/* Formulário ========================================================================================== */
.form-box {
  max-width: 420px;
  margin: 80px auto;
  background: #f9f9f9;
  border: 2px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 4px 90px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.form-box-header h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
.form-box-header > div,
.form-box-valor > div,
.form-box-parcelas > div {
  margin-bottom: 30px;
}
#menos,
#mais {
  font-size: 32px;
  color: var(--color3);
  padding: 0 10px;
}
#menos:active,
#mais:active {
  border: 1px solid #f9f9f9 !important;
}
.bg-valor {
  background: #ececec;
  padding: 20px;
  border-radius: 4px;
}
.btn #menos {
  background: transparent;
  border: none;
}
.btn {
  padding: 12px 20px;
  color: #121212;
}
#simulador label,
#dados label {
  color: var(--color3);
}

#avancar.btn,
#simular-agora.btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  padding: 14px 20px;
}
.btn-parcela {
  border: none;
  background: #ececec;
  font-size: 16px;
  transition: 0.2s;
}
.btn-parcela:hover {
  background: #c8c7c7;
  color: var(--color3);
}
button.btn.w-100.btn-parcela.btn-warning {
  background-color: #c8c7c7;
  color: var(--color3);
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}

.tab-btn {
  width: 50%;
  border: none;
  background: #efeeee;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02rem;
  border-radius: 4px;
  color: #19293a;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: var(--color3);
  /* background: var(--color2); */
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
}

.hidden {
  display: none;
}

.range-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

input[type="range"] {
  flex: 1;
}

.valor-display {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 5px 0;
  color: var(--color3);
}

.btn-yellow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  padding: 14px 20px;
  background: var(--color3);
  color: var(--white);
  font-weight: 600;
  border: none;
  transition: 0.2s;
}
.btn-yellow:hover {
  transform: scale(1.03);
  background: var(--color3);
  color: #fff;
}
.ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: #d6d5d5;
  height: 6px;
  border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color3);
  margin-top: -6px;
  cursor: pointer;
  transition: 0.2s;
}
input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--color3);
}
input[type="range"]::-webkit-slider-thumb:focus {
  border: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea,
select {
  height: 50px;
  color: rgba(124, 126, 130, 0.69);
  border-radius: 6px;
  background-color: rgba(235, 235, 235, 0.9);
  color: rgba(124, 126, 130, 0.69);
  width: 100%;
  padding: 0 20px;
}
input[type="date"] {
  font-size: 17px;
  /* text-transform: uppercase; */
  color: rgba(124, 126, 130, 0.69);
}
input[type="date"]:not(:valid) {
  color: rgba(124, 126, 130, 3.69);
}
input[type="date"]:valid {
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(124, 126, 130, 0.69);
  background-color: rgba(235, 235, 235, 0.9);
  background-clip: padding-box;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px sold transparent;
  transition: 0s;
}
.form-control:focus,
.form-control:active {
  color: #212529;
  background-color: #ececec;
  outline: 0;
  box-shadow: none !important;
  border: 1px solid var(--color2) !important  ;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(124, 126, 130, 3.69);
  background-color: rgba(235, 235, 235, 0.69);
  background-clip: padding-box;
  border: 1px solid #ececec;
}
.form-select:focus {
  border-color: var(--color2);
  outline: 0;
  box-shadow: none !important;
}
select.form-select option {
  background-color: #fff;
  color: rgba(124, 126, 130, 3.69);
}
select:not(:valid) {
  color: rgba(124, 126, 130, 3.69);
}
select:valid {
  color: #000;
}
.form-label {
  margin-bottom: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill,
input[type="number"]:-webkit-autofill {
  background-color: rgba(235, 235, 235, 0.69) !important;
  color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  box-shadow: none !important;
}
input[type="number"]:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.input-group-text {
  padding: 0.375rem 1.4rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: var(--color3);
  /* border: 1px solid #ced4da; */
  border-radius: 4px;
}
.form-check-input:checked {
  background-color: var(--color3);
  border-color: var(--color3);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 41, 58, 0.25);
  border-color: var(--color3);
}
/* Responsive ========================================================================================== */
@media (max-width: 1300px) {
  .contact__content {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .bd-theme-light:root .theme-bg-1 {
    border-radius: 0px;
    margin: 0px;
  }
  .main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    width: 950px;
  }
  .parallax-slider,
  .header-4,
  .slider-overlay:before {
    border-radius: 0;
    top: -1px;
  }
}
@media (max-width: 991px) {
  .banner__content h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: var(--bd-fw-sbold);
  }
  .form-box {
    max-width: 100%;
    margin: 0px auto 40px auto;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  .error__thumb h1 {
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    color: var(--color3);
  }
  .offcanvas__logo a img {
    width: 220px !important;
  }
  .offcanvas__top {
    border-bottom: none;
  }
}
@media (max-width: 800px) {
  .frase-atencao {
    font-size: 12px;
  }
  .mission__content {
    padding: 0 15px;
  }
  .btn-p-c {
    width: calc(100% - 65px) !important;
  }
}
@media (max-width: 600px) {
  .mb-100 {
    margin-bottom: 70px;
  }
  .banner__glow .glow-1 {
    top: -880px;
  }
  .banner__content h1 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .banner__content-wrapper {
    padding: 40px 0;
  }
  .breadcrumb-space {
    padding: 80px 0;
  }
  .footer__grid {
    flex-direction: column;
  }
  .footer__widget:nth-child(1),
  .footer__widget:nth-child(2),
  .footer__widget:nth-child(3) {
    width: 100% !important;
  }
  .offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mean-container .mean-nav ul li li li a {
    max-width: 280px;
  }
  .list-last-child {
    padding-bottom: 36px !important;
  }
}
@media (max-width: 500px) {
  .slider__content {
    padding: 120px 0 150px;
  }
}
@media (max-width: 400px) {
  .mean-container .mean-nav ul li li li a {
    max-width: 270px;
  }
}

/* Min Width =========================================================================================== */
@media (min-width: 1300px) {
  .main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    width: 1100px;
  }
}
