/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

::selection {
	background: #533C35;
	color: #fff;
}

#diferenciais {
	scroll-margin-top: 45px;
}
#lazer {
	scroll-margin-top: 60px;
}
#galeria {
	scroll-margin-top: 50px;
}

#tour {
	scroll-margin-top: 80px;
}

#ficha {
	scroll-margin-top: 40px;
}

@media (max-width: 767px) {
	#diferenciais {
	scroll-margin-top: 65px;
}
}


header {
	height: 80px !important;
	transition: all .5s;
}

header .box-logo,
header .btn-header {
	transition: all .5s;
}

header.header-scroll .btn-header{
	transition: all .5s;
}

header.header-scroll {
	transition: all .5s;
    padding: 0 20px;
    height: 75px;
	background-color: #533C35 !important;
}

header.header-scroll .box-logo {
    min-height: 60px;
	    padding: 15px;
    width: 120px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

header .nav-menu li a {
	transition: all .5s;
}

@media (min-width: 1024px) and (max-width: 1070px) {
	header .nav-menu li a {
		font-size: 12px !important;
	}
}

@media (max-width: 1024px) {
	header .elementor-menu-toggle {
		border: 1px solid var(--Primary, #C89B7E);
    width: 40px;
    height: 40px;
	}
	
	header .box-logo {
		    width: 166px;
    min-height: 185px;
    padding: 20px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	}
	
	header .elementor-nav-menu--dropdown {
		width: 80vw !important;
		    height: 101vh ;
		padding-top: 60px !important;}
}


.banner-topo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 69.92%, rgba(0, 0, 0, 0.43) 88.46%, rgba(0, 0, 0, 0.52) 102.32%);
}

.banner-topo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: radial-gradient(93.17% 104.76% at 92.88% 4.93%, rgba(0, 0, 0, 0.00) 33.27%, rgb(0 0 0 / 17%) 47.01%, rgba(0, 0, 0, 0.43) 77.07%, rgba(0, 0, 0, 0.52) 100%);
}

@media (max-width: 767px) {
	.banner-topo::before {
        background: radial-gradient(150.1% 66.22% at 51.01% 1.99%, rgba(0, 0, 0, 0.00) 56.91%, rgba(0, 0, 0, 0.79) 150%, rgb(0 0 0 / 61%) 100%);
	}
}

.img-diferenciais {
    max-width: 1070px;
    width: 58%;
}
@media (min-width: 1024px) and (max-width: 1100px) {
	.img-diferenciais {
		    width: 55%;
	}
}

@media (max-width: 1024px) {
	.img-diferenciais {
	position: static;
    transform: none !important;
		max-width: 100% !important;
		width: 100% !important;
}
}

.slide-lazer .slick-list {
	overflow: visible;
}

.slide-lazer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -300%;
    width: 300%;
    height: 103%;
    background: #FFFAF7;
    z-index: 2;
}

@media (max-width: 767px) {
	.img-arvore {
	right: -92px !important;
		left: auto !important;
}
}

.item-galeria {
	overflow: hidden;
	transition: all .5s;
		cursor: pointer;
}

.item-galeria::after {
		content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background: radial-gradient(233.67% 112.73% at 51.74% 0%, rgba(0, 0, 0, 0.00) 77.84%, rgba(0, 0, 0, 0.43) 85.48%, rgba(0, 0, 0, 0.52) 100%);
	transition: all .5s;
	opacity: 0;
	pointer-events: none;
}

.item-galeria:hover::after {
	opacity: 1;
}
	.item-galeria a {
		width: 100%;
	}

.item-galeria .infogaleria {
	transition: all .5s;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}
.item-galeria img {
	transition: all .5s
}

.item-galeria:hover .infogaleria {
	opacity: 1;
}

.item-galeria:hover img {
	transform: scale(1.05);
}

@media (max-width: 767px) {
	.item-galeria a {
		width: 100%;
	}
}






#tour .box-tour {
	transition: all .5s;
}

#tour .box-tour::after {
	content: '';
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%);
		display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: all .5s;
}

#tour .box-tour:hover::after {
	opacity: 0.7;
}
#tour .box-tour #icontour,
#tour .box-tour .btntour {
	transition: all .5s;
}

#tour .box-tour:hover .btntour {
	background: #533C35;
}
#tour .box-tour:hover #icontour {
    transform: scale(1.1);
    opacity: .8;
}

#elementor-popup-modal-489 .dialog-lightbox-widget-content {
	    background: transparent;
	box-shadow: none !important;
}

#elementor-popup-modal-489 .dialog-message {
	height: auto !important;
}

#elementor-popup-modal-489 .dialog-message iframe {
	height: 85vh !important;
}

@media (max-width: 1024px) {
	.box-loc {
		position: static;
		transform: none !important;
	}
}

.bannerfolder::after {
		content: '';
background: radial-gradient(140.38% 105.78% at 59.24% 0%, rgba(0, 0, 0, 0.00) 45.6%, #000 100%);
		display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.bannerfolder::after  {
		    background: radial-gradient(140.38% 105.78% at 59.24% 0%, rgb(0 0 0 / 61%) 45.6%, #000 100%);
	}
	
	.bannerfolder .conteudo {
		border: 0 !important;
	}
}

.formpadrao .formflex {
	display: flex;
}

.formpadrao .formflex .left,
.formpadrao .formflex .right {
	padding: 0 5px;
	width: 50%;
}

.formpadrao input,
.formpadrao textarea {
	    display: flex
;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 0;
    padding: 16px 18px;
    color: rgba(79, 79, 79, 0.70);
    font-family: Karla;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
	background: #fff;
}

.formpadrao textarea {
    height: 173px;
}

.formpadrao *::placeholder {
	    color: rgba(79, 79, 79, 0.60);
    font-family: Karla;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.formpadrao .form-bottom {
	    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
	    margin-top: 10px;
}

.formpadrao .form-bottom .politica label {
	    display: flex
;
    align-items: center;
    gap: 10px;
}

.formpadrao .form-bottom .politica input {
	margin: 0;
	width: 18px;
height: 18px;
}

.formpadrao .form-bottom .politica span {
	color: var(--Gray-900, #4F4F4F);
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 14px; /* 116.667% */
}
.formpadrao .form-bottom .politica span a {
	    text-decoration: underline;
	color: var(--Gray-900, #4F4F4F);
}

.formpadrao .botao {
	color: var(--Gray-200, #FFF);
    text-align: center;
    font-family: Karla;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-right: 2px solid var(--Primary, #C89B7E);
    background: var(--Secunday, #8E6F5B);
    border-radius: 0;
    margin: 0;
    padding: 14px 20px;
    transition: all .5s;
	cursor: pointer;
}

.formpadrao .botao:hover {
	background: var(--Secundary-Darker, #533C35);
}

@media (max-width: 767px)  {
	.formpadrao .formflex {
		display: block;
	}
	.formpadrao .formflex .left, .formpadrao .formflex .right {
		    padding: 0;
    width: 100%;
	}
	
	.formpadrao textarea {
		height: 95px;
	}
	
	.formpadrao .form-bottom {
		flex-direction: column;
    margin-top: 20px;
	}
}

.dialog-lightbox-message {
	overflow: visible !important;
}

.modal .formpadrao input {
	background: rgba(79, 79, 79, 0.02) !important;
}

.modal .formpadrao .botao {
	border-radius: 8px !important;
border: 1px solid rgba(98, 76, 62, 0.00) !important;
background: radial-gradient(879.37% 572.01% at -7.37% -169.2%, #533C35 0%, #C89B7E 100%) !important;
}

.modal .formpadrao .botao:hover {
	transform: scale(1.05);
}

.modal.modalwpp .formpadrao .formflex {
	display: block;
}

.modal.modalwpp .formpadrao .formflex .left, .modal.modalwpp .formpadrao .formflex .right {
	    padding: 0;
    width: 100%;
}

.modal.modalwpp .formpadrao textarea {
	display: none;
}

.modal.modalwpp .formpadrao .form-bottom {
	flex-direction: column;
    margin-top: 25px;
}

.politicascroll {
	    height: 60vh;
    overflow: auto;
}

.politicascroll::-webkit-scrollbar {
  width: 8px; /* largura da barra vertical */
  height: 8px; /* altura da barra horizontal */
  background: transparent; /* fundo da scrollbar */
}

.politicascroll::-webkit-scrollbar-thumb {
  background-color: #533C35; /* cor da barrinha */
  border-radius: 10px;       /* borda arredondada */
  border: 2px solid transparent; /* dá espaçamento interno */
}

.politicascroll::-webkit-scrollbar-track {
  background: transparent; /* fundo da trilha */
}


@media (max-width: 767px) {
	.barrafixa {
		background: transparent !important;
    border: none !important;
	}
	
	.barrafixa a  {
		background: transparent !important;
	}
}
