/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 20:50:42 */
.roteiros-relacionados .slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.album-de-fotos img.swiper-slide-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.galeria-roteiro img.swiper-slide-image,.galeria-roteiro-2 img.swiper-slide-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.mid-bottom-roteiro {
	  flex: 1 !important;
  	display: flex !important; 
}


.see-more-iti {
    margin-right: 0;
    margin-left: auto;
}

.hide-on-reservar {
  display: none !important;
}
.reserve-agora-float {
  display: flex;                  
  opacity: 1;                     
  transition: opacity 1s ease; 
  pointer-events: auto;          
}

.reserve-agora-float.hide-on-reservar {
  opacity: 0;                     
  pointer-events: none;          
}


.album-de-fotos .elementor-image-carousel-wrapper {
  overflow: visible !important;
}

.album-de-fotos .swiper-wrapper {
  display: block !important;
  position: relative !important;
  height: auto !important;
  transform: none !important;
  transition: none !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.album-de-fotos .swiper-slide:nth-child(n+4) {
  opacity: 0;
  pointer-events: none;
}

.album-de-fotos .swiper-slide:nth-child(n+4) {
  display: none !important;
}

.album-de-fotos .swiper-wrapper {
  touch-action: none !important;
  pointer-events: none !important;
  cursor: default !important;
}

.album-de-fotos .swiper-wrapper .swiper-slide {
  pointer-events: auto !important;
}

.album-de-fotos .swiper-slide img {
  -webkit-user-drag: none;
  user-drag: none;
}






.elementor-location-header .cabec.solid-menu-color {
  background: #EFE7DD !important;  
  transition: background-color .3s ease;
}


.full-width-reserve .elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;     
}

.full-width-reserve .elementor-button .elementor-button-text {
  order: 1;               
  flex: 1;                        
  text-align: center;         
}

.full-width-reserve .elementor-button .elementor-button-icon {
  order: 1;                 
  flex: 0 0 auto;
}

.slide-in-up {
  opacity: 1;
  transform: translateY(50px);
  animation-delay: 0.8s;
  animation: slideInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;

}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
div.title-hero-home {
	position:absolute;
    place-self: center;
    width: 100% !important;
    white-space: normal;
    word-wrap: break-word;
	text-align:center;
	top: 120px;
}

::marker {
    color: #d1774c !important;
}

@media (min-width:1025px) {
	
	.secondary-menu-color .menu-item-link-top{
	color:#EFE7DD !important;
	}
	
	.main-menu-color .menu-item-link-top {
		color: #efe7dd !important;
	}
	
	.slide-in-up.elementor-widget-image:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 9;
    position: absolute;
	background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 60%, rgba(239, 231, 221, 0.72) 80%, rgba(239, 231, 221, 0.90) 90%);
    background-blend-mode: multiply, normal, normal, normal, normal;
	}
	
	.body-privacy p,.body-privacy ul {
    color: var(--Text-dark, #4F2612);
    font-family: var(--font-family-Body, Montserrat);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	}
	
	.body-privacy ul {
		margin-bottom:24px;
	}

	.body-privacy h2 {
		color: var(--Text-main, #9B4922);
		font-family: var(--font-family-Body, Montserrat);
		font-size: var(--font-size-24, 24px);
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
	}
	
	.body-privacy h3,.body-privacy h4,.body-privacy h5,.body-privacy h6 {
	color: var(--Text-main, #9B4922);
	font-family: var(--font-family-Body, Montserrat);
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%; 
	}
		
	.album-de-fotos .swiper-slide:nth-child(1) { --tx: -220px; }
	.album-de-fotos .swiper-slide:nth-child(2) { --tx: -127px; }
	.album-de-fotos .swiper-slide:nth-child(3) { --tx: 0px; }

	.album-de-fotos .swiper-slide:nth-child(-n+3):hover {
	  transform: translate(var(--tx), -50%) rotate(0deg) scale(1.05) !important;
	  z-index: 99;
	  transition: transform 0.8s ease !important;
	}

	.album-de-fotos .swiper-slide:nth-child(1) {
	  transform: translate(-220px, -50%) rotate(0deg);
	  z-index: 1;
	}

	.album-de-fotos .swiper-slide:nth-child(2) {
	  transform: translate(-127px, -50%) rotate(4deg);
	  z-index: 2;
	}

	.album-de-fotos .swiper-slide:nth-child(3) {
	  transform: translate(0, -50%) rotate(8deg);
	  z-index: 3;
	}
	
	.album-de-fotos .swiper-slide {
	  position: absolute !important;
	  top: 50% !important;
	  left: 50% !important;
	  width: 300px !important;    /* ajuste conforme o tamanho real */
	  margin: 0 !important;
	  transform-origin: center center !important;
	  transition: transform .4s ease, box-shadow .4s ease !important;
	  pointer-events: auto !important;  /* para hover ainda funcionar */
	}
	
	.hero-archive-roteiros {
    height: 816px;
	}
	
	#colecoes:after {
    content: '';
    z-index: 2;
    height: 300px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 0%, rgba(239, 231, 221, 0.90) 80%, #EFE7DD 100%);
	}

	.roteiros-relacionados .jet-listing-grid__slider .jet-slick-dots {
		justify-content: flex-start !important;
		margin: 0 10px !important;
		position: absolute;
		bottom: -70px;
		top: auto;
	}

	.galeria-roteiro-2:before {
    content: '';
    z-index: 2;
    height: 300px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 0%, rgba(239, 231, 221, 0.90) 80%, #EFE7DD 100%);
	}
	.porque-unico:before {
    content: '';
    width: 100%;
    position: absolute;
    background: #d1774c;
    height: 1px;
    top: 50%;
	}
}

@media (min-width: 2561px) {
  .title-hero-home h1 {
        font-size: 200px !important;
        margin-top: 96px;
	}
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .title-hero-home h1 {
        font-size: 200px !important;
        margin-top: 48px;
	}
}


@media (min-width: 1441px) and (max-width: 1920px) {
  .title-hero-home h1 {
    font-size: 132px  !important;
	margin-top: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .title-hero-home h1 {
    font-size: 132px  !important;
	margin-top: 0px;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  .title-hero-home h1 {
	font-size: 168px !important;
	margin-top: 12px  !important;
  }
}


@media (min-width: 768px) and (max-width: 820px) {
  .title-hero-home h1 {
	font-size: 118px !important;
	margin-top: 0px  !important;
  }
}

@media (min-width: 676px) and (max-width: 767px) {
  .title-hero-home h1 {
	font-size: 128px !important;
	margin-top: 40px  !important;
  }
}

@media (min-width: 476px) and (max-width: 675px) {
  .title-hero-home h1 {
	font-size: 80px  !important;
	margin-top:32px  !important;
  }
}

@media (min-width: 376px) and (max-width: 475px) {
  .title-hero-home h1 {
	font-size: 72px  !important;
	margin-top: 16px  !important;
  }
}

@media (max-width: 375px) {
  .title-hero-home h1 {
	font-size: 64px  !important;
	margin-top: 0px  !important;
  }
	.box-home-banner .e-con-inner {
    padding-bottom: 64px !important;
	}
}

	
@media (max-width:1024px){	
		
	.button-effect.full-width span.elementor-button-text {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	

	.slide-in-up.elementor-widget-image:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 9;
    position: absolute;
	background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 40%, rgba(239, 231, 221, 0.72) 60%, rgba(239, 231, 221, 0.90) 70%);
    background-blend-mode: multiply, normal, normal, normal, normal;
	}
	
	.body-privacy p,.body-privacy ul {
	color: var(--Text-dark, #4F2612);
	font-family: var(--font-family-Body, Montserrat);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	}
	
	.body-privacy ul {
		margin-bottom:16px;
	}

	.body-privacy h2 {
	color: var(--Text-main, #9B4922);
	font-family: var(--font-family-Body, Montserrat);
	font-size: var(--font-size-20, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	}
	
	.body-privacy h3,.body-privacy h4,.body-privacy h5,.body-privacy h6 {
	color: var(--Text-main, #9B4922);
	font-family: var(--font-family-Body, Montserrat);
	font-size: var(--font-size-20, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 140%; 
	}
	
	.album-de-fotos .swiper-slide:nth-child(1) { --tx: -180px; }
	.album-de-fotos .swiper-slide:nth-child(2) { --tx: -127px; }
	.album-de-fotos .swiper-slide:nth-child(3) { --tx: -24px; }

	.album-de-fotos .swiper-slide:nth-child(-n+3):hover {
	  transform: translate(var(--tx), -50%) rotate(0deg) scale(1.05) !important;
	  z-index: 99;
	  transition: transform 0.4s ease !important;
	}

	.album-de-fotos .swiper-slide:nth-child(1) {
	  transform: translate(-180px, -50%) rotate(0deg);
	  z-index: 1;
      margin-left: 24px !important;

	}

	.album-de-fotos .swiper-slide:nth-child(2) {
	  transform: translate(-127px, -50%) rotate(4deg);
	  z-index: 2;
	}

	.album-de-fotos .swiper-slide:nth-child(3) {
	  transform: translate(-24px, -50%) rotate(8deg);
	  z-index: 3;
     margin-right: 24px !important;

	}
	
	.album-de-fotos .swiper-slide {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		width: 210px !important;
		margin: 0 !important;
		transform-origin: center center !important;
		transition: transform .4s ease, box-shadow .4s ease !important;
		pointer-events: auto !important;  /* para hover ainda funcionar */
	}
	
	.hero-archive-roteiros {
		overflow:hidden;
	}
	
	div#colecoes {
    height: 480px;
	}
	
	#colecoes:after {
    content: '';
    z-index: 2;
    height: 240px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 0%, rgba(239, 231, 221, 0.90) 80%, #EFE7DD 100%);
	}
	
	
.roteiros-relacionados .jet-listing-grid__slider .jet-slick-dots {
    justify-content: flex-start !important;
    margin: 0 10px !important;
    position: absolute;
    bottom: -64px;
    top: auto;
}
	
	.galeria-roteiro-2:before {
    content: '';
    z-index: 2;
    height: 168px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(239, 231, 221, 0.00) 0%, rgba(239, 231, 221, 0.90) 80%, #EFE7DD 100%);
	}
	
	#ver-roteiro-nav {
	display:none;
	}
	.js-enabled #ver-roteiro-nav {
	  opacity: 1;
	}
	
	.porque-unico:before {
    content: '';
    width: 1px;
    position: absolute;
    background: #d1774c;
    height: 100%;
	left:50%;
	}

	
	.light {
        align-self: flex-start !important;
	}
	
	.jet-nav .button-effect {
    align-self: center;
	}
	.menu-color a.menu-item-link {
		justify-content: center !important;
	}
	
	.mobile-menu-open .cabec,.jet-mobile-menu-active .cabec {
	  background: #EFE7DD !important;
	  transition: background-color 0.3s ease;
	}
		

	.menu-color span.jet-nav-link-text {
		text-align: center;
	}


	.menu-color .jet-nav.m-layout-tablet.jet-nav--horizontal {
		display: flex !important;
		gap: 32px !important;
	}

	.menu-color a.menu-item-link {
		justify-content: center !important;
		
	}
	.menu-color .jet-nav__sub.jet-nav-depth-0 {
		background: transparent !important;
		padding: 8px 16px !important;
	}
}

header.elementor-location-header .cabec {
	background: linear-gradient(180deg, #4F2612 0%, rgba(79, 38, 18, 0.00) 92.5%);
	background-blend-mode: multiply; 
	transition: background-color 0.3s ease;
    backdrop-filter: blur(2px);
}

header.elementor-location-header.scrolled-header .cabec {
  background: #EFE7DD; 
  transition: background-color 0.3s ease;
}

.scrolled-header .secondary-menu-color .menu-item-link-top {
    color: #9B4922 !important;
}


.scrolled-header .main-menu-color .menu-item-link-top {
    color: #9B4922 !important;
}

.button-effect.light span.elementor-button-icon {
    background: #EFE7DD !important;
    padding: 12px 10px;
}

.button-effect.light span.elementor-button-icon {
    fill: #EFE7DD !important;
}

.button-effect span.elementor-button-icon {
    background: #96481f;
    padding: 12px 10px;
}

.button-effect .elementor-button-content-wrapper {
    align-items: center;
	padding-left:12px;
}

.button-effect:hover span.elementor-button-icon {
    background-color: #C88A36;
    transition: background-color 1s ease !important;
}

.button-effect .elementor-button .elementor-button-icon svg {
  display: inline-block;
  animation: none;
}

.button-effect .elementor-button:hover .elementor-button-icon svg {
  animation: slideFadeUp 1s ease;
}

@keyframes slideFadeUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}




nav.breadcrumb {
    gap: 8px 16px;
    display: flex;
    color: #D1774C;
    font-family: var(--font-family-Body, Montserrat);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    flex-direction: row;
    flex-wrap: wrap;
}

nav.breadcrumb a {
    color: #4F2612;
}

nav.breadcrumb a:hover {
    color: #C88A36;
} 

.breadcrumb a i.bi.bi-house {
    margin-right: 8px;
}

p.jet-listing-dynamic-field__content {
    margin: auto;
}


.reserve-agora-float .dialog-widget-content {
	box-shadow: 0 4px 6px -2px rgba(12, 11, 11, 0.04), 0 12px 16px -4px rgba(12, 11, 11, 0.08) !important;
}

.reserve-agora-float .dialog-message.dialog-lightbox-message {
    overflow: visible!important;
}

.reserve-agora-float .elementor-element.elementor-element-32e3847 {
    overflow: visible !important;
}

.ico-float-reserve {
	box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
}

#elementor-popup-modal-660:focus-visible,
#elementor-popup-modal-660:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

#elementor-popup-modal-660:focus-within * {
  outline: none !important;
  box-shadow: none !important;
}


.roteiros-relacionados .jet-listing-grid__slider .jet-slick-dots li {
    border-radius: 0;
}





[data-id="096357d"] .elementor-widget-image {
  overflow: hidden;
}

[data-id="096357d"] .elementor-widget-image img {
  transition: transform 0.6s ease;
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
}

[data-id="096357d"]:hover .elementor-widget-image img {
  transform: scale(1.20);
}


.blog-card-horizontal {
	height: 200px !important;
}

.jet-nav .menu-item-link.menu-item-link-depth-0::after {
	height: 1px !important;
}

	
@media (max-width:1024px){	
	
	.menu-item-link-top, .jet-nav-item-sub span {
    color: #9B4922 !important;
	}
	
	.elementor-649 .elementor-element.elementor-element-f2babc0:not(.elementor-motion-effects-element-type-background), .elementor-649 .elementor-element.elementor-element-f2babc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
			height: 501px !important;
	}

}


.jet-listing-grid--1469 .jet-listing-grid__item:last-child {
  border-bottom: 1px solid #C88A36;
}
.elementor-649 .elementor-element.elementor-element-ca832d9:not(.elementor-motion-effects-element-type-background), .elementor-649 .elementor-element.elementor-element-ca832d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	height: 465px !important
}

.elementor-649 .elementor-element.elementor-element-f2babc0:not(.elementor-motion-effects-element-type-background), .elementor-649 .elementor-element.elementor-element-f2babc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	height: 465px !important;
}

@media (max-width:769px){	
	.jet-nav .menu-item-link.menu-item-link-depth-0::after {
		height: 0px !important;
}
	.elementor-649 .elementor-element.elementor-element-ca832d9:not(.elementor-motion-effects-element-type-background), .elementor-649 .elementor-element.elementor-element-ca832d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	height: auto !important;
		display: block !important;

}

.elementor-649 .elementor-element.elementor-element-f2babc0:not(.elementor-motion-effects-element-type-background), .elementor-649 .elementor-element.elementor-element-f2babc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	height: auto !important;
	display: block !important;
}

}





.elementor-element-096357d {
  transition: box-shadow .3s ease;
}


.jet-listing-grid__item:hover [data-id="082f60b"] h4.elementor-heading-title {
  color: #C88A36 !important;
}

.elementor-1597 .elementor-element.elementor-element-2c1b37d .jet-listing-dynamic-terms__link {
    width: fit-content !important;
}

/* Home card Shadow */
.box-shadow_list_card [data-id="096357d"],
.box-shadow_list_card .elementor-element-096357d {
  transition: box-shadow .3s ease;
}

.box-shadow_list_card [data-id="096357d"]:hover,
.box-shadow_list_card .elementor-element-096357d:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}

/* Aplica em todos os containers com essa class */
/* só aplica o efeito nos cards dentro do pai .box-shadow_blog */
.box-shadow_blog .elementor-element-096357d {
  transition: box-shadow .3s ease;
}

.box-shadow_blog .elementor-element-096357d:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
}



