@charset "UTF-8";
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* Custom cursor */
html, body {
  cursor: url("https://cdn.custom-cursor.com/db/20852/32/gradient-dark-chocolate-cursor.png") 8 0, auto;
}

a, button, [role=button], .btn-main, .nav-link {
  cursor: url("https://cdn.custom-cursor.com/db/20851/32/gradient-dark-chocolate-pointer.png") 8 0, pointer;
}

img {
  width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

.go-top-btn {
  background: #84582e;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 999999;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sticky-div {
    position: static !important;
    top: auto;
    width: 100%;
  }
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #fbc412 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #fbc412;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #fbc412;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Smooch Sans", sans-serif; /* títulos: Smooch Sans */
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #171717;
}

a {
  color: #171717;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Smooch Sans", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  font-size: 1.2em;
  display: block;
  font-family: "Smooch Sans", sans-serif; /* subtítulos usam Smooch Sans */
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

.divider {
  background: #44A5FF;
  -webkit-mask-image: url(../img/logo/divider.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo/divider.svg);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 55px;
  height: 25px;
}

.title-brown {
  color: #8B4513;
}

header .top_menu {
  display: none !important;
  border-bottom: 1px solid #e8edf1;
  background-color: #c4c4c4;
  padding: 5px;
  position: relative;
}
header .top_menu::before {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 20vw;
  height: 100%;
  content: "";
  background: #032F9F;
  transform: skewX(20deg);
  border-right: 5px solid #fff;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 400;
  color: #000;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 20px;
  }
}
header .top_menu .dn_btn:hover {
  color: #1070C9;
}
header .top_menu .header-social {
  position: relative;
  z-index: 1;
}
header .top_menu .header-social a {
  color: #fff;
  transition: all 300ms linear 0s;
}
header .top_menu .header-social a:hover {
  color: #44A5FF;
}
header .top_menu .header-social a i {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 6px;
  }
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .header-area {
  background-color: transparent;
  box-shadow: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: box-shadow 0.25s ease;
}
header .header-area.sticky {
  background: transparent;
  box-shadow: none !important;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 0; /* remove padding esquerdo */
  height: 106px;
  align-items: center;
  background-color: #fbc412;
  border-radius: 9999px;
  max-width: 1040px;
  margin: 10px auto;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  border: none !important;
  transition: box-shadow 0.25s ease;
  padding-left: 0;
  animation: navbar-float 5s ease-in-out infinite;
}
header .header-area .header-main .logo {
  padding: 0;
  margin-left: -45px; /* encosta ainda mais a logo à esquerda do pill */
  margin-right: 0;
  position: relative;
}
header .header-area .header-main .logo img {
  height: 120px; /* aumenta a logo */
  object-fit: contain;
}
header .header-area .header-main .logo::after {
  display: none;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: "Smooch Sans", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 18px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #84582e;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
  background-color: #84582e;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #84582e;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #84582e;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #84582e;
  padding-left: 4px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 60vw;
    height: 100vh;
    overflow-y: auto;
    background-color: #fbc412;
    z-index: 1000;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    margin-right: 0 !important;
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease-out;
  }
  header .header-area .header-main .nav-menu .sidebar-logo {
    text-align: center;
    padding: 10px 20px 0 20px;
    margin-bottom: 12px; /* espaço entre logo e links */
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  header .header-area .header-main .nav-menu .sidebar-logo img {
    height: 70px;
    object-fit: contain;
  }
  header .header-area .header-main .nav-menu .close-nav-menu {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #84582e;
  }
  header .header-area .header-main .nav-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* encosta no topo para deixar social perto */
    flex: 0;
    margin: 0;
    align-items: stretch;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #84582e;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
    background-color: #84582e;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #84582e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  header .header-area .header-main .nav-menu .sidebar-weather {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 16px 10px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  header .header-area .header-main .nav-menu .sidebar-weather .top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  header .header-area .header-main .nav-menu .sidebar-weather .top i {
    color: #84582e;
    font-size: 16px;
  }
  header .header-area .header-main .nav-menu .sidebar-weather .top #weather-side-desc {
    font-size: 13px;
    color: #5a5a5a;
  }
  header .header-area .header-main .nav-menu .sidebar-weather .temp {
    font-size: 18px;
    font-weight: 800;
    color: #84582e;
    line-height: 1;
  }
  header .header-area .header-main .nav-menu .sidebar-weather .place {
    font-size: 12px;
    font-weight: 600;
    color: #84582e;
  }
  header .header-area .header-main .nav-menu .sidebar-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: auto;
  }
  header .header-area .header-main .nav-menu .sidebar-social a {
    color: #84582e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }
  header .header-area .header-main .nav-menu .sidebar-social a.tripadvisor {
    margin-top: 8px !important;
  }
  header .header-area .header-main .nav-menu .sidebar-social a:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    background: #fff;
    color: #6a441f;
  }
  header .header-area .header-main .nav-menu .sidebar-social a i {
    font-size: 16px;
    line-height: 1;
  }
  header .header-area .header-main .nav-menu .sidebar-social img {
    display: inline-block;
    width: 18px;
    height: 18px;
    /* não deslocar o ícone; deslocamos a bolinha via classe no <a> */
    /* aproxima a cor do marrom #84582e */
    filter: invert(33%) sepia(23%) saturate(1036%) hue-rotate(355deg) brightness(92%) contrast(90%);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #84582e;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #84582e;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #44A5FF;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu {
    transition: right 0.4s ease;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .header-social a img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
header .header-area .contact-btn .btn-main {
  padding: 18px 36px;
  border-radius: 999px;
  background: #fff;
  color: #84582e;
  border: 2px solid #84582e;
  box-shadow: 0 6px 16px rgba(132, 88, 46, 0.25);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.15s ease;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
header .header-area .contact-btn .btn-main::after {
  display: none;
}
header .header-area .contact-btn .btn-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  height: 100%;
  width: 30%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
header .header-area .contact-btn .btn-main {
  /* mini clima removido */
}
header .header-area .contact-btn .btn-main:hover {
  background: #84582e;
  color: #fff;
  transform: translateY(-1px);
}
header .header-area .contact-btn .btn-main:hover::before {
  animation: btn-shine 0.8s ease forwards;
}
header .header-area .contact-btn .btn-main:active {
  transform: translateY(0);
}

.padding-banner {
  padding-top: 0;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 0;
  }
}

@keyframes navbar-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main {
    height: 86px;
    padding: 0 12px 0 0;
    margin: 8px 12px;
    animation: none;
    transform: none;
  }
  header .header-area .header-main .logo {
    margin-left: -16px;
  }
  header .header-area .header-main .logo img {
    height: 84px;
  }
  header .header-area .header-main .contact-btn .btn-main {
    padding: 12px 22px;
    font-size: 14px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
  /* Sidebar mobile em tela cheia (acima de tudo) */
  header .header-area .header-main .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100vh;
    visibility: hidden;
    overflow-y: auto;
    background-color: #fbc412;
    z-index: 99999; /* acima de quaisquer elementos */
    padding: 16px 0;
    display: block;
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease-out;
  }
  header .header-area .header-main .nav-menu.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu.open .sidebar-logo {
    opacity: 1;
    transition-delay: 0.05s;
  }
  /* Overlay abaixo do menu, mas acima do conteúdo */
  header .header-area .header-main .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99990;
  }
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes btn-shine {
  0% {
    left: -30%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}
.footer-area {
  background: #fbc412;
  padding: 65px 0 0;
  overflow-x: hidden; /* evita scroll horizontal causado por full-bleed */
}
.footer-area .footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #84582e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #84582e;
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #84582e;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: rgb(94.1797752809, 62.7865168539, 32.8202247191);
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #84582e;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #84582e;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #84582e;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: rgb(94.1797752809, 62.7865168539, 32.8202247191);
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: #84582e;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: 0.4s ease;
  line-height: 1.5;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn i {
  flex-shrink: 0;
  font-size: 18px;
  margin-top: 2px;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn[href^="mailto:"] {
  white-space: nowrap;
  align-items: center;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn[href^="mailto:"] i {
  margin-top: 0;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn[href*=maps] {
  word-break: break-word;
  overflow-wrap: break-word;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn:hover {
  color: rgb(94.1797752809, 62.7865168539, 32.8202247191);
  padding-left: 5px;
}
@media (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-cap .dn_btn {
    font-size: 14px;
  }
  .footer-area .footer-top .single-footer-caption .footer-cap .dn_btn[href^="mailto:"] {
    white-space: normal;
    word-break: break-all;
  }
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
  background: #84582e;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* faixa em largura total, sem overflow */
  overflow-x: hidden;
}
.footer-area .footer-bottom .container,
.footer-area .footer-bottom .row {
  padding-left: 40px;
  padding-right: 40px;
}
.footer-area .footer-bottom img {
  filter: none;
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-bottom .footer-copy-right {
    margin-left: 0;
    text-align: center;
  }
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-bottom .footer-copy-right p {
    text-align: center;
  }
}
.footer-area .footer-bottom .footer-copy-right a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-bottom .f-left {
    text-align: center;
    margin-top: 20px;
  }
  .footer-area .footer-bottom .f-left img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-bottom .row {
    justify-content: center !important;
    text-align: center;
  }
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #84582e;
  color: #fbc412;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  line-height: 41px !important;
  transition: 0.4s ease;
}
.social_links ul li a:hover {
  background: #fbc412;
  color: #84582e;
}
.social_links ul li a img {
  width: 18px;
  height: 18px;
  filter: invert(77%) sepia(81%) saturate(1544%) hue-rotate(348deg) brightness(106%) contrast(101%) !important;
  transition: filter 0.4s ease;
}
.social_links ul li a:hover img {
  filter: invert(33%) sepia(23%) saturate(1036%) hue-rotate(355deg) brightness(92%) contrast(90%) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.blog-area {
  padding: 65px 0;
  overflow-y: hidden;
}
.blog-area .home-blog-single {
  transition: 0.4s ease;
}
.blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  max-width: 100%;
  height: 344px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap ul {
  background: #f3f3f3;
}
.blog-area .home-blog-single .blog-img-cap ul li {
  background: #032F9F;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #787878;
  padding: 20px 30px 20px 120px;
  margin-right: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding: 20px 30px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #f3f3f3;
  padding: 20px 20px 20px 30px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
  color: #191d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  position: relative;
  padding-left: 50px;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.blog-area .home-blog-single:hover {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.blog-area .home-blog-single:hover .blog-img img {
  transform: scale(1.1);
}

.brands-area {
  background: #032F9F;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}

.slider-area {
  position: relative;
  margin-top: 0;
  padding-top: 142px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    padding-top: 107px;
  }
}
.slider-area::before {
  content: "";
  position: absolute;
  top: -142px;
  left: 0;
  width: 100%;
  height: calc(100% + 142px);
  background-image: url(../img/banners/banner-bread.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area::before {
    top: -107px;
    height: calc(100% + 107px);
    background-attachment: scroll;
  }
}
.slider-area::after {
  content: "";
  position: absolute;
  top: -142px;
  left: 0;
  width: 100%;
  height: calc(100% + 142px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area::after {
    top: -107px;
    height: calc(100% + 107px);
  }
}
.slider-area .slider-height {
  height: 350px;
  background-size: cover;
  min-height: 350px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.slider-area .slider-height .hero-cap {
  margin-top: -50px;
}
.slider-area .slider-height .hero-cap h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  font-family: "Smooch Sans", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 42px;
  }
}
.slider-area .slider-height .hero-cap .divider {
  display: none;
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #fff;
  font-weight: 500;
  font-family: "Smooch Sans", sans-serif;
  font-size: 16px;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #fff;
  opacity: 0.8;
}
.slider-area .slider-height .hero-cap .color-w {
  color: #fff;
  margin: 0;
  font-family: "Smooch Sans", sans-serif;
  font-size: 16px;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.breadcrumb-empresa .slider-area::before {
  background-image: url(../img/banners/bg-bread-empresa.jpg);
}

.breadcrumb-roteiro .slider-area::before {
  background-image: url(../img/roteiros/bg-roteiro3dias.jpg);
}

.breadcrumb-roteiro-4dias .slider-area::before {
  background-image: url(../img/roteiros/bg-roteiro4dias.jpg);
}

.breadcrumb-roteiro-5dias .slider-area::before {
  background-image: url(../img/roteiros/bg-roteiro5dias.jpg);
}

.breadcrumb-roteiro-6dias .slider-area::before {
  background-image: url(../img/roteiros/bg-roteiro6dias.jpg);
}

.breadcrumb-roteiros .slider-area::before {
  background-image: url(../img/roteiros/bg-roteiros.jpeg);
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #1070C9;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #44A5FF;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:after {
  left: 0;
  width: 100%;
}
.btn-main:active {
  top: 2px;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #44A5FF;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #1070C9;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #44A5FF;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #44A5FF;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #032F9F;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #1070C9;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-product h2,
.card-product h3 {
  background-color: #032F9F;
  border-radius: 15px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.card-product p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.card-product p span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #1070C9;
  border: 1px solid #1070C9;
  padding: 8px;
  border-radius: 8px;
  width: 80%;
  display: inline-block;
  transition: 0.4s ease;
  margin-bottom: 20px;
}
.card-product img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #1070C9;
}
.card-product:hover p span {
  color: #fff;
  border: 1px solid #1070C9;
  background-color: #1070C9;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.cta-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(132, 88, 46, 0.1) 0%, rgba(132, 88, 46, 0.05) 100%);
  overflow: hidden;
}
.cta-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/banners/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.4;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-modern::before {
    background-attachment: scroll;
  }
}
.cta-modern .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.cta-modern .container {
  position: relative;
  z-index: 2;
}
.cta-modern .cta-content {
  text-align: center;
  padding: 0 20px;
}
.cta-modern .cta-text {
  margin-bottom: 50px;
}
.cta-modern .cta-text .cta-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #84582e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.cta-modern .cta-text .cta-title {
  font-size: 56px;
  font-weight: 800;
  color: #84582e;
  margin-bottom: 20px;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-modern .cta-text .cta-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-modern .cta-text .cta-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cta-modern .cta-text .cta-title {
    font-size: 36px;
  }
}
.cta-modern .cta-text .cta-description {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-modern .cta-text .cta-description {
    font-size: 18px;
  }
}
.cta-modern .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cta-modern .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
.cta-modern .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 40px;
  min-width: 220px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
}
.cta-modern .cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.cta-modern .cta-btn:hover::before {
  left: 100%;
}
.cta-modern .cta-btn i {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.cta-modern .cta-btn:hover i {
  transform: scale(1.2);
}
.cta-modern .cta-btn span {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .cta-modern .cta-btn {
    width: 100%;
    min-width: auto;
    padding: 16px 30px;
    font-size: 16px;
  }
}
.cta-modern .cta-btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
}
.cta-modern .cta-btn-whatsapp:hover {
  background: #128c7e;
  border-color: #128c7e;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}
.cta-modern .cta-btn-email {
  background: #fbc412;
  color: #fff;
  border: 2px solid #fbc412;
}
.cta-modern .cta-btn-email:hover {
  background: #84582e;
  color: #fff;
  border-color: #84582e;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(132, 88, 46, 0.4);
}

.cta-area {
  background-image: url(../img/banners/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #44A5FF;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #44A5FF;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #44A5FF;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #44A5FF;
  border: 1px solid #44A5FF;
}
.accordion button .accordion-title {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  width: 90%;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #032F9F;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #1070C9;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #44A5FF;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #032F9F;
    padding-bottom: 5px;
  }
}

.btn-display .btn-main {
  min-width: 200px;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display .btn-main {
    width: 100%;
  }
  .btn-display .btn-main.whats-form {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display {
    flex-direction: column;
  }
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #1070C9, #fff 65%);
  padding: 65px 0;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #000 !important;
}
.home-form .contact-card .fa-contact {
  background: color-mix(in srgb, #1070C9, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.home-form .contact-card .fa-contact i {
  font-size: 25px;
  color: #1070C9;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  display: flex;
  align-items: center;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #44A5FF;
}

.form-contact label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 2px solid #e5e6e9;
  border-radius: 8px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: #fff;
  width: 100%;
  color: #333;
  transition: all 0.3s ease;
}
.form-contact .form-control:hover {
  border-color: color-mix(in srgb, #84582e, #fff 60%);
}
.form-contact .form-control:focus {
  outline: 0;
  border-color: #84582e;
  box-shadow: 0 0 0 3px color-mix(in srgb, #84582e, #fff 85%);
  background: #fff;
}
.form-contact .form-control::placeholder {
  font-weight: 400;
  color: #999999;
}
.form-contact textarea.form-control {
  border-radius: 8px;
  height: 120px !important;
  padding-top: 15px;
  resize: vertical;
  min-height: 120px;
}
.form-contact button {
  border: none;
}
.form-contact .btn-main {
  background: #84582e;
}
.form-contact .btn-main::after {
  background-color: color-mix(in srgb, #84582e, #000 15%);
}
.form-contact .btn-main:hover {
  background: color-mix(in srgb, #84582e, #000 10%);
}
.form-contact .btn-main.whats-form {
  background: #22ba59 !important;
}
.form-contact .btn-main.whats-form::after {
  background-color: #01a43d !important;
}
.form-contact .btn-main.whats-form:hover {
  background: #01a43d !important;
}

#form-prod-int {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  background: #fff;
  border-top: 3px solid #84582e;
}

.h3-form {
  font-size: 20px;
  color: #84582e;
  font-weight: 600;
}
.h3-form i {
  color: #84582e;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
  z-index: 100000; /* acima de banner e demais elementos flutuantes */
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp-message {
  position: fixed;
  bottom: 75px;
  right: 85px;
  background: #fbc412;
  color: #84582e;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 100001;
  opacity: 0;
  transform: translateX(20px) scale(0.9);
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  text-decoration: none;
  cursor: pointer;
}
.whatsapp-message::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fbc412;
}
.whatsapp-message.show {
  opacity: 1;
  transform: translateX(0) scale(1);
  visibility: visible;
  pointer-events: all;
}
.whatsapp-message:hover {
  background: rgb(239.4585062241, 183.887966805, 4.0414937759);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.whatsapp-message .message-content {
  flex: 1;
}
.whatsapp-message .message-content span {
  font-size: 15px;
  font-weight: 700;
  color: #84582e;
  line-height: 1.4;
  display: block;
}
.whatsapp-message .message-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: #84582e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.whatsapp-message .message-close:hover {
  background: #84582e;
  color: #fff;
  transform: rotate(90deg);
}
.whatsapp-message .message-close i {
  font-size: 12px;
}
@media (max-width: 767px) {
  .whatsapp-message {
    right: 85px;
    max-width: 240px;
    padding: 12px 16px;
  }
  .whatsapp-message .message-content span {
    font-size: 14px;
  }
}

.weather-card {
  position: fixed;
  left: 14px;
  right: auto;
  top: auto;
  bottom: 12px; /* canto inferior esquerdo - desce mais */
  z-index: 9998;
  background: rgba(255, 255, 255, 0.85);
  color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  padding: 4px 6px;
  min-width: 110px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  outline: 1px solid rgba(251, 196, 18, 0.35);
  backdrop-filter: saturate(130%) blur(3px);
  transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.weather-card:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
}
.weather-card .weather-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.weather-card .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.weather-card .top i {
  font-size: 14px;
  color: #84582e;
  line-height: 1;
}
.weather-card .top .desc {
  font-size: 12px;
  color: #555;
}
.weather-card .temp {
  font-size: 16px;
  font-weight: 800;
  color: #84582e;
  line-height: 1;
}
.weather-card .meta {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.weather-card .place {
  font-weight: 700;
  font-size: 11px;
  color: #84582e;
}
.weather-card .desc {
  font-size: 10px;
  color: #555;
}
.weather-card .close {
  display: none;
}
@media (max-width: 991px) {
  .weather-card {
    display: none;
  }
}
.weather-card.hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.contact-section {
  padding: 80px 0 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}
.contact-section .section-title {
  margin-bottom: 50px;
}
.contact-section .section-title .section-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #84582e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.contact-section .section-title .section-heading {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
}
.contact-section .section-title .section-heading::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .section-title .section-heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-section .section-title .section-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .contact-section .section-title .section-heading {
    font-size: 32px;
  }
}
.contact-section .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.contact-section .section-title .section-description {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .contact-section .section-title .section-description {
    font-size: 16px;
  }
}
.contact-section .contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.contact-section .contact-cards .contact-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-left: 4px solid #84582e;
}
.contact-section .contact-cards .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-left-color: #fbc412;
}
.contact-section .contact-cards .contact-card .contact-card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #fbc412;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.contact-section .contact-cards .contact-card .contact-card-icon i {
  font-size: 20px;
  color: #84582e;
  transition: all 0.3s ease;
}
.contact-section .contact-cards .contact-card:hover .contact-card-icon {
  background: #84582e;
  transform: scale(1.1);
}
.contact-section .contact-cards .contact-card:hover .contact-card-icon i {
  color: #fbc412;
}
.contact-section .contact-cards .contact-card .contact-card-content {
  flex: 1;
}
.contact-section .contact-cards .contact-card .contact-card-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family: "Smooch Sans", sans-serif;
}
@media (max-width: 575px) {
  .contact-section .contact-cards .contact-card .contact-card-content h3 {
    font-size: 16px;
  }
}
.contact-section .contact-cards .contact-card .contact-card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-section .contact-cards .contact-card .contact-card-content p a {
  color: #84582e;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-section .contact-cards .contact-card .contact-card-content p a:hover {
  color: #fbc412;
  text-decoration: underline;
}
.contact-section .contact-cards .contact-card .contact-card-content p.contact-time {
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 0;
}
.contact-section .form-wrapper .form-contact {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #84582e;
  min-height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .contact-section .form-wrapper .form-contact {
    padding: 30px 20px;
    min-height: auto;
  }
}
.contact-section .form-wrapper .form-contact .h3-form {
  font-size: 24px;
  color: #84582e;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Smooch Sans", sans-serif;
}
.contact-section .form-wrapper .form-contact .h3-form i {
  color: #84582e;
  font-size: 20px;
  margin-right: 8px;
}
.contact-section .form-wrapper .form-contact label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.contact-section .form-wrapper .form-contact .form-control {
  border: 2px solid #e5e6e9;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  background: #fff;
  width: 100%;
  color: #333;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.contact-section .form-wrapper .form-contact .form-control:hover {
  border-color: color-mix(in srgb, #84582e, #fff 60%);
}
.contact-section .form-wrapper .form-contact .form-control:focus {
  outline: 0;
  border-color: #84582e;
  box-shadow: 0 0 0 4px color-mix(in srgb, #84582e, #fff 85%);
  background: #fff;
}
.contact-section .form-wrapper .form-contact .form-control::placeholder {
  font-weight: 400;
  color: #999999;
}
.contact-section .form-wrapper .form-contact textarea.form-control {
  border-radius: 10px;
  height: 140px !important;
  padding-top: 15px;
  resize: vertical;
  min-height: 140px;
  margin-bottom: 20px;
}
.contact-section .form-wrapper .form-contact .btn-contact {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .contact-section .form-wrapper .form-contact .btn-contact {
    flex-direction: column;
  }
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main {
  background: #84582e;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main::after {
  background-color: color-mix(in srgb, #84582e, #000 15%);
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main:hover {
  background: color-mix(in srgb, #84582e, #000 10%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(132, 88, 46, 0.3);
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main.whats-form {
  background: #25d366 !important;
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main.whats-form::after {
  background-color: #128c7e !important;
}
.contact-section .form-wrapper .form-contact .btn-contact .btn-main.whats-form:hover {
  background: #128c7e !important;
}
@media (max-width: 576px) {
  .contact-section .form-wrapper .form-contact .btn-contact .btn-main {
    width: 100%;
    margin-left: 0;
  }
}
.contact-section .form-wrapper #form-prod-int {
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  border-top: 4px solid #84582e;
}
@media (max-width: 575px) {
  .contact-section .form-wrapper #form-prod-int {
    padding: 30px 20px;
  }
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-section .info-container .contact-info h3 a {
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #44A5FF;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #84582e;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #84582e, #fff 40%);
  background: #84582e;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}

.btn-banner-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 16px 42px;
  min-width: 220px;
  border-radius: 999px;
  overflow: hidden;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #84582e;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease, filter 0.2s ease;
}
.btn-banner-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
.btn-banner-cta::after {
  content: "➜";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  font-size: 1.1em;
  line-height: 1;
  color: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0;
  pointer-events: none;
}
.btn-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  filter: saturate(1.05);
  background: #fbc412;
  color: #fff;
}
.btn-banner-cta:hover::before {
  animation: banner-btn-shine 0.9s ease forwards;
}
.btn-banner-cta:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(4px);
  animation: arrow-wiggle 0.6s ease-in-out infinite alternate;
}

.about-highlight {
  background: #fbc412;
  padding: 40px 0; /* mais compacto */
}
.about-highlight .about-copy {
  color: #1a1a1a;
  text-align: left;
}
.about-highlight .about-copy p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: left;
}
.about-highlight .about-copy .section-title {
  text-align: left;
}
.about-highlight .about-copy .section-title span {
  color: #84582e;
  font-weight: 800;
}
.about-highlight .about-copy .section-title h2 {
  color: #1a1a1a;
  text-align: left;
}
.about-highlight .about-copy .section-title .divider,
.about-highlight .about-copy .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px 0 0;
}
.about-highlight .about-copy .section-title h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px 0 0;
}
.about-highlight .about-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 260px); /* imagens ainda maiores */
  column-gap: 10px; /* lateral */
}
.about-highlight .about-gallery .img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.about-highlight .about-gallery .img-1 {
  grid-column: 1;
  grid-row: 1;
}
.about-highlight .about-gallery .img-2 {
  grid-column: 2;
  grid-row: 1;
}
.about-highlight .about-gallery .img-3 {
  grid-column: 1;
  grid-row: 2;
}
.about-highlight .about-gallery .img-4 {
  grid-column: 2;
  grid-row: 2;
}
.about-highlight .about-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  will-change: transform;
}
.about-highlight .about-gallery .img:hover img {
  transform: scale(1.06);
}
@media (max-width: 991px) {
  .about-highlight .about-gallery {
    margin-bottom: 12px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 180px);
    column-gap: 10px;
  }
}
.about-highlight {
  /* Botão no mesmo estilo do banner, mas reutilizável aqui */
}
.about-highlight .btn-banner-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 16px 42px;
  min-width: 220px;
  border-radius: 999px;
  overflow: hidden;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #84582e;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease, filter 0.2s ease;
}
.about-highlight .btn-banner-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
.about-highlight .btn-banner-cta::after {
  content: "➜";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  font-size: 1.1em;
  line-height: 1;
  color: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0;
  pointer-events: none;
}
.about-highlight .btn-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  filter: saturate(1.05);
  background: #fbc412;
  color: #fff;
}
.about-highlight .btn-banner-cta:hover::before {
  animation: banner-btn-shine 0.9s ease forwards;
}
.about-highlight .btn-banner-cta:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(4px);
  animation: arrow-wiggle 0.6s ease-in-out infinite alternate;
}

.banner-area {
  position: relative;
}
.banner-area .swiper-slide img {
  position: relative;
  height: 600px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.15) translateX(20px);
  filter: blur(8px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide img {
    object-position: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide::before {
    content: "";
    box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
  }
}
.banner-area .swiper-slide-active img {
  opacity: 1;
  transform: scale(1) translateX(0);
  filter: blur(0);
}
.banner-area .swiper-slide-prev img,
.banner-area .swiper-slide-next img {
  opacity: 0.3;
  transform: scale(1.08);
  filter: blur(4px);
}
.banner-area .swiper-pagination-bullet {
  height: 38px;
  width: 64px;
  margin: 0 8px !important;
  transition: 0.3s ease;
  background: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  border: 2px solid #fbc412; /* borda amarela quando inativa */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.banner-area .swiper-pagination-bullet:hover {
  transform: translateY(-2px);
}
.banner-area .swiper-pagination-bullet-active {
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  border-color: #84582e; /* borda marrom quando ativa */
}
.banner-area .content {
  position: absolute;
  top: 0;
  padding-left: 8vw;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .content {
    padding-left: 7vw;
    width: 55vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .content {
    width: 90vw;
    justify-content: initial;
    padding-top: 130px; /* empurra o conteúdo para baixo da navbar fixa */
  }
}
.banner-area .content h1,
.banner-area .content span {
  color: #fff;
  font-size: 3.6em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: initial;
  font-family: "Smooch Sans", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 3.2em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 3em;
  }
}
@media (max-width: 575px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2.6em;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.banner-area .content p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  width: 70%;
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
  font-family: "Smooch Sans", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .banner-area .content p {
    margin-bottom: 35px;
    width: 100%;
    font-size: 18px;
  }
}
.banner-area .content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 16px 42px; /* espaço extra para a seta */
  min-width: 220px;
  width: fit-content;
  border-radius: 999px;
  overflow: hidden; /* impede o brilho de ultrapassar o botão */
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; /* texto branco */
  background: #84582e; /* marrom */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background-color 0.18s ease, filter 0.2s ease;
}
.banner-area .content a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
.banner-area .content a::after {
  content: "➜"; /* seta simples, compatível cross-font */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  font-size: 1.1em;
  line-height: 1;
  color: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0; /* escondida até o hover */
  pointer-events: none;
}
.banner-area .content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  filter: saturate(1.05);
  background: #fbc412; /* amarelo */
  color: #fff; /* mantém texto branco */
}
.banner-area .content a:hover::before {
  animation: banner-btn-shine 0.9s ease forwards;
}
.banner-area .content a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(4px);
  animation: arrow-wiggle 0.6s ease-in-out infinite alternate;
}
@keyframes banner-btn-shine {
  0% {
    left: -35%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}
@keyframes arrow-wiggle {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(6px);
  }
}
@media (max-width: 575px) {
  .banner-area .content a {
    padding: 14px 32px;
    min-width: 190px;
    font-size: 0.95em;
    letter-spacing: 0.06rem;
  }
}
.banner-area .media-icons {
  position: absolute;
  top: 50%;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  transition: 0.5s ease;
  z-index: 3; /* garante que fique acima da imagem */
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .media-icons {
    display: none; /* não exibe no mobile/tablet */
  }
}
.banner-area .media-icons a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area .media-icons a img {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1) brightness(2);
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 18px;
}
.banner-area .media-icons a:hover {
  transform: scale(1.15);
  color: #84582e;
}
.banner-area .media-icons a:hover img {
  filter: invert(33%) sepia(23%) saturate(1036%) hue-rotate(355deg) brightness(92%) contrast(90%);
}
.banner-area .media-icons::before, .banner-area .media-icons::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  margin: 14px 0;
}

.cta-parallax {
  position: relative;
  padding: 80px 0;
  /* melhor qualidade com image-set (fallback + retina) */
  background-image: url("../img/banners/cta-banner.jpeg");
  background-image: image-set(url("../img/banners/cta-banner.jpeg") 1x, url("../img/banners/cta-banner.jpeg") 2x);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* efeito parallax simples */
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-parallax {
    background-attachment: scroll;
  }
}
.cta-parallax .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.cta-parallax .container {
  position: relative;
  z-index: 1;
}
.cta-parallax .section-title span {
  color: #fff;
  font-weight: 700;
}
.cta-parallax .section-title h2 {
  color: #fff;
}
.cta-parallax .section-title h2::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.cta-parallax .section-title .divider {
  width: 80px;
  height: 3px;
  background: #fff;
  opacity: 0.9;
  border-radius: 2px;
}
.cta-parallax p.lead {
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
}
.cta-parallax {
  /* usa o mesmo botão global do banner (.btn-banner-cta) */
}
.cta-parallax .btn-banner-cta {
  background: #fbc412;
  color: #fff;
  border: 2px solid #fbc412;
}
.cta-parallax .btn-banner-cta:hover {
  background: #84582e;
  color: #fff;
  border-color: #84582e;
}

.roteiros-area {
  padding: 60px 0;
  background: #fff;
  background-image: url("../img/banners/cta-banner.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* parallax simples */
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiros-area {
    background-attachment: scroll;
  }
}
.roteiros-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
}
.roteiros-area .container {
  position: relative;
  z-index: 1;
}
.roteiros-area .section-title span {
  color: #84582e;
  font-weight: 800;
}
.roteiros-area .section-title h2 {
  color: #1a1a1a;
}
.roteiros-area .section-title h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.roteiros-area .section-title .divider,
.roteiros-area .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.roteiros-area .route-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.roteiros-area .route-card .thumb {
  height: 180px;
  overflow: hidden;
}
.roteiros-area .route-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.roteiros-area .route-card:hover .thumb img {
  transform: scale(1.06);
}
.roteiros-area .route-card:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.25s ease;
}
.roteiros-area .route-card .content {
  padding: 14px;
}
.roteiros-area .route-card .content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.roteiros-area .route-card .content p {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}
.roteiros-area .route-card .content .btn-banner-cta {
  padding: 12px 28px 12px 24px; /* menor que o padrão */
  min-width: 0;
  font-size: 0.9em;
  position: relative;
}
.roteiros-area .route-card .content .btn-banner-cta::after {
  display: none !important;
  content: none !important;
}

.about-area {
  padding: 65px 0;
}
.about-area .about-content {
  padding: 0 10px;
}
.about-area .about-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.about-area .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin: 8px 0;
}
.about-area .about-content .about-list {
  margin: 10px 0;
}
.about-area .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #44A5FF;
}
.about-area .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
  margin-bottom: 35px;
  padding: 0 20px;
}
.about-area .image-about .inner-about {
  position: relative;
  padding-right: 100px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about-area .image-about .inner-about .image-1 {
  width: 100%;
  height: 570px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 {
    padding-right: 60px;
    height: 460px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 {
    height: 420px;
  }
}
.about-area .image-about .inner-about .image-1 img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
.about-area .image-about .inner-about .image-1::before {
  position: absolute;
  left: -30px;
  bottom: -63px;
  width: 61%;
  height: 105px;
  background-image: radial-gradient(#44A5FF 18%, transparent 18%);
  background-position: 14px 14px;
  background-size: 16px 16px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1::before {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
.about-area .image-about .inner-about .image-2 {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-2 {
    width: 225px;
    height: 320px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
.about-area .image-about .inner-about .image-2 img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.about-area .image-about .inner-about .experience {
  width: 290px;
  background-color: #032F9F;
  box-shadow: 3px 5px 18px 0 rgba(6, 22, 58, 0.18);
  position: absolute;
  top: 30px;
  left: -37px;
  height: 100px;
  padding: 15px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience {
    width: 60%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .image-about .inner-about .experience {
    width: 50%;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .experience {
    left: -18px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience {
    left: -4px;
    bottom: 15px;
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience {
    width: 98%;
  }
}
.about-area .image-about .inner-about .experience {
  animation: movedup 2s ease-in-out infinite alternate forwards;
}
@keyframes movedup {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
.about-area .image-about .inner-about .experience .left-number {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.about-area .image-about .inner-about .experience .left-number span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about-area .image-about .inner-about .experience .left-number .counter span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 40px;
  }
}
.about-area .image-about .inner-about .experience .right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 12px;
  }
}
.about-area .image-about .inner-about .experience .right-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 16px;
  }
}
.about-area .image-about .inner-about .experience .right-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 11px;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1070C9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #44A5FF !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.product-area {
  padding: 65px 0;
  background: #f8f8f8;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.gallery-3d {
  padding: 40px 0 10px 0;
  background: radial-gradient(circle at 20% 20%, rgba(251, 196, 18, 0.08) 0, rgba(251, 196, 18, 0) 40%), radial-gradient(circle at 80% 0%, rgba(132, 88, 46, 0.07) 0, rgba(132, 88, 46, 0) 45%), linear-gradient(180deg, #fbfbfb 0%, #f2f2f2 100%);
  overflow: hidden;
}
.gallery-3d .section-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.gallery-3d .section-title h2 {
  margin-bottom: 0 !important;
}
.gallery-3d .section-title h2::after {
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
}
.gallery-3d .section-title span {
  color: #84582e;
  font-weight: 800;
}
.gallery-3d .container {
  margin-bottom: 0 !important;
}
.gallery-3d .slider-container {
  perspective: 1500px;
  perspective-origin: 50% 50%;
  cursor: grab;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 0 0 80px 0;
  height: 450px;
  max-height: 450px;
}
.gallery-3d .slider-container.dragging {
  cursor: grabbing;
}
.gallery-3d .slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform-style: preserve-3d;
}
.gallery-3d .card {
  flex-shrink: 0;
  width: 240px;
  background: white;
  overflow: hidden;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}
.gallery-3d .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.15));
  transform: translateZ(-8px);
  pointer-events: none;
}
.gallery-3d .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  transform: translateZ(-16px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.gallery-3d .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.gallery-3d .card .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.gallery-3d .card:hover .hover-overlay {
  opacity: 1;
}
.gallery-3d .card .hover-overlay span {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gallery-3d .slider-track.blurred .card:not(.expanded) {
  filter: blur(8px);
  transition: filter 0.6s ease;
}
.gallery-3d .card.expanded {
  z-index: 1000 !important;
}
.gallery-3d .close-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.gallery-3d .close-btn.visible {
  opacity: 1;
  pointer-events: all;
}
.gallery-3d .close-btn:hover {
  background: #ff6b35;
  color: white;
  transform: rotate(90deg) scale(1.1);
}
.gallery-3d .close-btn svg {
  width: 24px;
  height: 24px;
}
.gallery-3d .gallery-arrows {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 10;
}
.gallery-3d .gallery-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #84582e;
  background: #fff;
  color: #84582e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.gallery-3d .gallery-arrow:hover {
  background: #fbc412;
  color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.diferenciais-section {
  padding: 60px 0;
  background: #fff;
}
.diferenciais-section .section-title span {
  color: #84582e;
  font-weight: 800;
}
.diferenciais-section .section-title h2 {
  color: #1a1a1a;
}
.diferenciais-section .section-title .divider,
.diferenciais-section .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.diferenciais-section .section-title h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.diferenciais-section .diferencial-card {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.diferenciais-section .diferencial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.diferenciais-section .diferencial-card .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fbc412;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.diferenciais-section .diferencial-card .icon i {
  font-size: 32px;
  color: #84582e;
  transition: all 0.3s ease;
}
.diferenciais-section .diferencial-card:hover .icon {
  background: #84582e;
  transform: scale(1.1);
}
.diferenciais-section .diferencial-card:hover .icon i {
  color: #fbc412;
  transform: scale(1.1);
}
.diferenciais-section .diferencial-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.diferenciais-section .diferencial-card p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin: 0;
}

.roteiros-info {
  padding: 60px 0;
  background: #f8f8f8;
}
.roteiros-info .info-card {
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.roteiros-info .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.roteiros-info .info-card .info-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fbc412;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.roteiros-info .info-card .info-icon i {
  font-size: 32px;
  color: #84582e;
  transition: all 0.3s ease;
}
.roteiros-info .info-card:hover .info-icon {
  background: #84582e;
  transform: scale(1.1);
}
.roteiros-info .info-card:hover .info-icon i {
  color: #fbc412;
  transform: scale(1.1);
}
.roteiros-info .info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.roteiros-info .info-card p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin: 0;
}

.frota-section {
  padding: 60px 0 0 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%), radial-gradient(circle at 70% 50%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, #00a859 0%, #008a4a 100%);
}
.frota-section .section-title span {
  color: #fbc412;
  font-weight: 700;
}
.frota-section .section-title h2 {
  color: #fff;
}
.frota-section .section-title h2::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.frota-section .section-title .divider {
  width: 80px;
  height: 3px;
  background: #fff;
  opacity: 0.9;
  border-radius: 2px;
}
.frota-section .owl-carousel {
  display: block !important;
  position: relative;
}
.frota-section .owl-stage {
  margin: 0;
  display: flex;
}
.frota-section {
  /* Fallback quando Owl não carrega/inicializa */
}
.frota-section .custom-carousel-frota:not(.owl-loaded) {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
}
.frota-section .custom-carousel-frota:not(.owl-loaded) .item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.frota-section .item {
  margin: 0;
  height: 600px;
  background: #343434 no-repeat center center/cover;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
}
@media (max-width: 991px) {
  .frota-section .item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .frota-section .item {
    height: 320px;
  }
}
.frota-section .owl-dots {
  display: none !important;
}
.frota-section {
  /* Arrows no mobile */
}
@media (max-width: 767px) {
  .frota-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
  }
  .frota-section .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #84582e !important;
    border: 2px solid #84582e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all 0.2s ease;
  }
  .frota-section .owl-nav button i {
    font-size: 16px;
  }
  .frota-section .owl-nav button:hover {
    background: #fbc412 !important;
    color: #1a1a1a !important;
    border-color: #fbc412;
    transform: scale(1.08);
  }
  .frota-section .owl-nav button.owl-prev {
    margin-left: 0;
  }
  .frota-section .owl-nav button.owl-next {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float img {
  border-radius: 5px;
  min-height: 400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.int-page-1 .boxExpand {
  margin: 10px 0;
  padding: 10px 0;
}
.int-page-1 .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.int-page-1 .boxExpand #contentExpand ul li {
  list-style-position: inside;
}
.int-page-1 .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-1 .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-1 .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-1 .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
}
.int-page-1 .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #44A5FF;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.jpg);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
}
.int-page-2 .img-text .content-padding {
  padding: 32px;
}
.int-page-2 .img-text .content-padding h2,
.int-page-2 .img-text .content-padding p {
  color: #FFF;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.int-page-3 .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-3 .title-text01 .title {
  position: relative;
}
.int-page-3 .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #44A5FF;
  opacity: 0.2;
}
.int-page-3 .title-text01 .title h1,
.int-page-3 .title-text01 .title h2,
.int-page-3 .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#44A5FF, #1070C9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-3 .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #44A5FF;
  background: linear-gradient(120deg, #1070C9 45%, #44A5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #1070C9 60%, #44A5FF 100%);
  border-color: #dee2e6;
  border: 0;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: zoomIn 1s ease 0s 1 normal forwards;
}
.int-page-3 .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #032F9F;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #032F9F;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #44A5FF;
}
.int-page-3 .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1070C9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .int-page-3 .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #44A5FF;
}
.int-page-3 .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.int-page-3 .section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.int-page-3 .section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.int-page-3 .section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #1070C9;
  background: linear-gradient(90deg, #44A5FF 45%, #1070C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 16px;
  }
}
.int-page-3 .section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .title {
    font-size: 22px;
  }
}
.int-page-3 .section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #44A5FF 45%, #1070C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .section-title02 .desc {
  margin: 5px 0;
}
.int-page-3 .section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.int-page-3 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #44A5FF;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.int-page-3 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #44A5FF;
  background: linear-gradient(180deg, #44A5FF 40%, rgba(255, 255, 255, 0) 100%);
}
.int-page-3 .style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.int-page-3 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.int-page-4 .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.int-page-4 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-4 .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #1070C9;
}
.int-page-4 .service-content .titles2 {
  color: #1070C9;
  font-size: 24px;
  margin: 15px 0;
}
.int-page-4 .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.int-page-4 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #44A5FF;
  margin: 20px 0;
}
.int-page-4 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #44A5FF;
}
.int-page-4 .service-details-card .details {
  margin-left: 20px;
}
.int-page-4 .service-details-card .details h2,
.int-page-4 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-4 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.int-page-4 .sidebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-4 .sidebar02 .box-categoria ul li {
  padding: 18px 25px;
  list-style: none;
  background: #fff;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #44A5FF;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.int-page-4 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.int-page-4 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.int-page-4 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #44A5FF;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner h2,
.int-page-4 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #44A5FF;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #44A5FF;
}
.int-page-4 .swiper-button-prev,
.int-page-4 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-4 .swiper-button-prev::after,
.int-page-4 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.roteiro-page {
  background: #fff;
}
.roteiro-page .roteiro-header .roteiro-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #84582e;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-header .roteiro-title {
    font-size: 2rem;
  }
}
.roteiro-page .roteiro-header .roteiro-subtitle {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-header .roteiro-subtitle {
    font-size: 1rem;
  }
}
.roteiro-page .roteiro-hero-section .roteiro-video {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #000;
  height: 100%;
  min-height: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-hero-section .roteiro-video {
    min-height: 280px;
    margin-bottom: 1.5rem;
  }
}
.roteiro-page .roteiro-hero-section .roteiro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.roteiro-page .roteiro-hero-section .roteiro-hero-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-hero-section .roteiro-hero-image {
    min-height: 280px;
  }
}
.roteiro-page .roteiro-hero-section .roteiro-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.roteiro-page .roteiro-hero-section .roteiro-hero-image img:hover {
  transform: scale(1.05);
}
.roteiro-page .roteiro-content-section .roteiro-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-content-section .roteiro-content p {
    font-size: 1rem;
  }
}
.roteiro-page .roteiro-content-section .roteiro-cta {
  margin-top: 2rem;
}
.roteiro-page .roteiro-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roteiro-page .roteiro-content p {
    font-size: 1rem;
  }
}
.roteiro-page .roteiro-features .feature-card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}
.roteiro-page .roteiro-features .feature-card:hover {
  border-color: #fbc412;
  box-shadow: 0 8px 25px rgba(251, 196, 18, 0.2);
  transform: translateY(-5px);
}
.roteiro-page .roteiro-features .feature-card .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fbc412 0%, #84582e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}
.roteiro-page .roteiro-features .feature-card .feature-icon i {
  font-size: 2rem;
  color: #fff;
}
.roteiro-page .roteiro-features .feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}
.roteiro-page .roteiro-features .feature-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #84582e;
  margin-bottom: 1rem;
  font-family: "Smooch Sans", sans-serif;
}
.roteiro-page .roteiro-features .feature-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.roteiro-page .roteiro-cta {
  margin: 3rem 0;
  text-align: center;
}
.roteiro-page .boxExpand {
  margin: 3rem 0;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}
.roteiro-page .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.roteiro-page .boxExpand #contentExpand h3 {
  color: #84582e;
  font-family: "Smooch Sans", sans-serif;
  margin-bottom: 1rem;
}
.roteiro-page .boxExpand #contentExpand ul {
  margin: 1.5rem 0;
}
.roteiro-page .boxExpand #contentExpand ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0.8rem;
  color: #444;
  line-height: 1.6;
}
.roteiro-page .boxExpand #contentExpand p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.roteiro-page .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.roteiro-page .boxExpand #contentExpand.expanded::before {
  display: none;
}
.roteiro-page .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, #f9f9f9 20%, rgba(0, 0, 0, 0) 100%);
}
.roteiro-page .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
  color: #84582e;
}
.roteiro-page .boxExpand .btn-expand:hover {
  color: #fbc412;
}
.roteiro-page .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #84582e;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}
.roteiro-page .boxExpand .btn-expand span {
  margin-top: 0.5rem;
  font-weight: 600;
}

.empresa-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}
.empresa-hero .empresa-image-wrapper {
  position: relative;
  padding: 20px;
}
.empresa-hero .empresa-image-wrapper .main-image {
  position: relative;
  width: 85%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.empresa-hero .empresa-image-wrapper .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.empresa-hero .empresa-image-wrapper .main-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(132, 88, 46, 0.1) 0%, rgba(251, 196, 18, 0.05) 100%);
  z-index: 1;
}
.empresa-hero .empresa-image-wrapper .main-image:hover img {
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .empresa-hero .empresa-image-wrapper .main-image {
    width: 100%;
    height: 400px;
  }
}
.empresa-hero .empresa-image-wrapper .secondary-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border: 5px solid #fff;
}
.empresa-hero .empresa-image-wrapper .secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.empresa-hero .empresa-image-wrapper .secondary-image:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .empresa-hero .empresa-image-wrapper .secondary-image {
    display: none;
  }
}
.empresa-hero .empresa-content {
  padding: 0 20px;
}
.empresa-hero .empresa-content .section-title .section-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #84582e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.empresa-hero .empresa-content .section-title .section-heading {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
}
.empresa-hero .empresa-content .section-title .section-heading::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .empresa-hero .empresa-content .section-title .section-heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .empresa-hero .empresa-content .section-title .section-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .empresa-hero .empresa-content .section-title .section-heading {
    font-size: 32px;
  }
}
.empresa-hero .empresa-content .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin-top: 15px;
}
.empresa-hero .empresa-content .empresa-text .lead-text {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Smooch Sans", sans-serif;
}
@media (max-width: 575px) {
  .empresa-hero .empresa-content .empresa-text .lead-text {
    font-size: 18px;
  }
}
.empresa-hero .empresa-content .empresa-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}
.empresa-hero .empresa-content .empresa-stats {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e5e5e5;
}
.empresa-hero .empresa-content .empresa-stats .stat-item {
  text-align: center;
}
.empresa-hero .empresa-content .empresa-stats .stat-item .counter {
  margin-bottom: 8px;
}
.empresa-hero .empresa-content .empresa-stats .stat-item .stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #84582e;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1;
  display: block;
}
@media (max-width: 575px) {
  .empresa-hero .empresa-content .empresa-stats .stat-item .stat-number {
    font-size: 36px;
  }
}
.empresa-hero .empresa-content .empresa-stats .stat-item .stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.empresa-mvv {
  padding: 80px 0;
  background: #fff;
}
.empresa-mvv .section-title .section-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #84582e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.empresa-mvv .section-title .section-heading {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
}
.empresa-mvv .section-title .section-heading::after {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .empresa-mvv .section-title .section-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .empresa-mvv .section-title .section-heading {
    font-size: 32px;
  }
}
.empresa-mvv .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin: 15px auto 0;
}
.empresa-mvv .mvv-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
}
.empresa-mvv .mvv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.empresa-mvv .mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.empresa-mvv .mvv-card:hover::before {
  transform: scaleX(1);
}
.empresa-mvv .mvv-card:hover .mvv-icon {
  background: #84582e;
  transform: scale(1.1) rotate(5deg);
}
.empresa-mvv .mvv-card:hover .mvv-icon i {
  color: #fbc412;
}
.empresa-mvv .mvv-card .mvv-icon {
  width: 90px;
  height: 90px;
  background: #fbc412;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}
.empresa-mvv .mvv-card .mvv-icon i {
  font-size: 40px;
  color: #84582e;
  transition: all 0.4s ease;
}
.empresa-mvv .mvv-card .mvv-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Smooch Sans", sans-serif;
}
@media (max-width: 575px) {
  .empresa-mvv .mvv-card .mvv-title {
    font-size: 24px;
  }
}
.empresa-mvv .mvv-card .mvv-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: center;
  margin: 0;
}

.empresa-diferenciais {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}
.empresa-diferenciais .diferenciais-content .section-title .section-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #84582e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.empresa-diferenciais .diferenciais-content .section-title .section-heading {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: "Smooch Sans", sans-serif;
  line-height: 1.2;
}
.empresa-diferenciais .diferenciais-content .section-title .section-heading::after {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .empresa-diferenciais .diferenciais-content .section-title .section-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .empresa-diferenciais .diferenciais-content .section-title .section-heading {
    font-size: 32px;
  }
}
.empresa-diferenciais .diferenciais-content .section-title .title-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #84582e 0%, #fbc412 100%);
  border-radius: 2px;
  margin-top: 15px;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list {
  margin-top: 40px;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item .diferencial-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #fbc412;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item .diferencial-icon i {
  font-size: 20px;
  color: #84582e;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item .diferencial-content {
  flex: 1;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item .diferencial-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family: "Smooch Sans", sans-serif;
}
.empresa-diferenciais .diferenciais-content .diferenciais-list .diferencial-item .diferencial-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.empresa-diferenciais .diferenciais-image {
  position: relative;
  padding: 20px;
}
.empresa-diferenciais .diferenciais-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .empresa-diferenciais .diferenciais-image img {
    height: 400px;
  }
}
.empresa-diferenciais .diferenciais-image .image-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #fbc412;
  border-radius: 20px;
  z-index: -1;
  transform: translate(20px, -20px);
  opacity: 0.3;
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #1070C9;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #44A5FF;
  padding-left: 5px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.roteiros-content .content-section-collapsed {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}
.roteiros-content .content-section-collapsed.collapsed {
  max-height: 700px;
}
.roteiros-content .content-section-collapsed.expanded {
  max-height: 3000px;
}
.roteiros-content .content-section-collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgb(255, 255, 255));
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.roteiros-content .content-section-collapsed.expanded::after {
  opacity: 0;
}
.roteiros-content .content-section-more {
  display: none;
}
.roteiros-content .content-section-collapsed.expanded .content-section-more {
  display: block;
}
.roteiros-content .content-section {
  margin-bottom: 2rem;
}
.roteiros-content .content-section:last-child {
  margin-bottom: 0;
}
.roteiros-content .section-title {
  margin-bottom: 1.5rem !important;
}
.roteiros-content .features-list,
.roteiros-content .criteria-list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.roteiros-content .btn-read-more {
  background: transparent;
  border: 2px solid #8B4513;
  color: #8B4513;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.roteiros-content .btn-read-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #8B4513;
  transition: left 0.3s ease;
  z-index: -1;
}
.roteiros-content .btn-read-more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(139, 69, 19, 0.4);
}
.roteiros-content .btn-read-more:hover::before {
  left: 0;
}
.roteiros-content .btn-read-more i {
  transition: transform 0.3s ease;
  margin-left: 8px;
}
.roteiros-content .btn-read-more.expanded i {
  transform: rotate(180deg);
}
.roteiros-content .title-brown {
  color: #8B4513;
}

/*# sourceMappingURL=style.css.map */
