/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
}
ul, ol {list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p {margin:0; line-height:normal;}

/*Default*/
html {scroll-behavior:smooth; scroll-padding-top:30px;}
body {width:100%; height:100%; font-family:'Plus Jakarta Sans', sans-serif; font-weight:400; font-optical-sizing:auto; margin:0;}
a {text-decoration:none; transition:all 0.3s linear;}
a:hover {text-decoration:underline; transition:all 0.3s linear;}
a img {border:none;}
*:focus {outline:none;}
a:focus{outline:0}
hr {opacity:1;}
input[type=search]::-ms-clear {display:none; width:0; height:0;}
input[type=search]::-ms-reveal {display:none; width:0; height:0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}

a.btTop {right:20px; bottom:90px; z-index:100; width:60px; height:60px;}
a.btWhatsDefault {background:#24D284; width:60px; height:60px; z-index:110; right:20px; bottom:160px;}
.aligncenter, 
.alignleft,
.alignright,
.alignnone {display:block; margin:0 auto 30px; max-width:100%; height:auto;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}
.p-last-mg-0 p:last-child {margin-bottom:0!important;}
.lkCTA {border-radius:8px 8px 16px 8px; height:60px;}
	.lkCTA span {border-radius:4px 4px 12px 4px; width:48px; height:48px;}
	.lkCTA.bg-green-default span {color:var(--green-default);}
	.lkCTA.bg-gray-light span {color:var(--gray-light);}
	.lkCTA.bg-green-default:hover span {color:var(--green-light);}
	.lkCTA.bg-gray-light:hover span {color:var(--bs-white);}

#popupVideo .btFechar {width:50px; height:50px; left:inherit; right:inherit; background:url(../images/bt-close.webp) no-repeat 0 0; text-indent:-5000em; opacity:1;}
#popupVideo .modal-content {border-radius:0!important; background:none!important;}
#popupVideo .modal-body {padding:0!important;}
#popupApp .btFechar {width:40px; height:40px; left:inherit; right:inherit; position:relative;}
#popupApp .modal-body {border-radius:20px; max-width:930px; margin:0 auto;}

.pageDefault p,
.pageDefault ul {margin-bottom:20px; line-height:26px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(--green-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--green-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--green-light);}
.pageDefault h1 {font-size:36px; color:var(--green-dark); font-weight:500; margin-bottom:20px;}
.pageDefault h2 {font-size:28px; color:var(--green-dark); font-weight:500; margin-bottom:20px;}
.pageDefault h3 {font-size:24px; color:var(--green-dark); font-weight:500; margin-bottom:20px;}
.pageDefault h4 {font-size:22px; color:var(--green-dark); font-weight:500; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font-size:20px; color:var(--green-dark); font-weight:500; margin-bottom:20px;}
.pageDefault hr {border-color:rgba(107, 114, 128, 0.25);}
.grecaptcha-badge {z-index:10;}

/*Header - Footer*/
.site-header {z-index:90; height:145px;}
.site-header:before {
	content:" "; display:block; top:0; left:0; width:55%; height:170px; position:absolute; z-index:0; background:url(../images/bg-logo.webp) no-repeat right top;
}
	.site-header .topBar a:hover img {filter:brightness(0) invert(1);}
	.site-header .lkHome {max-width:138px;}
	.site-header .header-overlay {
		position:fixed; z-index:199; top:0; left:0; width:100%; height:100vh; background-color:rgba(0,0,0,0.7); transition:0.25s; transform:translateX(-100%);
	}
	.site-header .main-nav {
		display:flex; flex-direction:column; position:fixed; z-index:600; top:0; left:0; bottom:0; width:370px; overflow-x:hidden; overflow-y:hidden; 
		transition:0.35s; transform:translateX(-100%); -webkit-overflow-scrolling:touch;
	}
.nav-is-toggled .site-header .header-overlay,
.nav-is-toggled .site-header .main-nav {transform:translateX(0);}
	.site-header .btnOpenMenu {width:40px; height:40px; border-radius:6px;}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 120px); position:relative;overflow-y:auto; overflow-x:hidden;}
	.site-header .nav-items {width:100%; margin-bottom:30px;}
	.site-header .nav-items.no-scroll {overflow-y:hidden;}
	.site-header .nav-items::-webkit-scrollbar {width:8px;}
	.site-header .nav-items::scrollbar {width:8px;}
	.site-header .nav-items::-webkit-scrollbar-track {background:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-track {background:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::-webkit-scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-item {margin-bottom:15px; border-bottom:none;}
	.site-header .nav-link {display:block; color:var(--green-dark); font-size:16px; font-weight:700; padding:0; position:relative; text-decoration:none;}
	.site-header .nav-link:hover {color:var(--green-light);}
.site-footer {clear:both;}
	.site-footer .navFooter ul li {margin-bottom:10px;}
		.site-footer .navFooter ul li a {color:var(--gray-default); text-decoration:none;}
		.site-footer .navFooter ul li a:hover {color:var(--green-dark);}
	.site-footer .social a {width:38px; height:38px; border-radius:10px;}
	.site-footer hr {border-color:rgba(107, 114, 128, 0.25);}
.baseSlide .swiper {width:100%; height:750px;}
	.baseSlide .swiper-slide {height:auto!important; background-size:cover;}
	.baseSlide .swiper-wrapper .filtro {z-index:10; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper a.lkOverlay {z-index:35; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper .container {z-index:30;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:34px; font-weight:700; color:var(--bs-white); margin-bottom:15px;}
	.baseSlide .swiper-wrapper p {margin-bottom:25px; line-height:24px;}
.baseSlide .swiper-wrapper .topoVideo {width:100%; height:100%;}			
	.baseSlide .swiper-wrapper .topoVideo video {width:100%; height:100%; object-fit:cover;}
.baseSlide .swiper-wrapper .baseTxt {z-index:20; left:0; top:0; bottom:0; right:0;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:100%;}
.baseSlide .slide-pagination {width:auto; left:0; right:0; bottom:30px; z-index:50;}
	.baseSlide .slide-pagination span {
		width:16px; height:16px; margin:0 5px!important; background-color:var(--bs-white); border:none; border-radius:8px; opacity:0.4; 
		transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {opacity:1; width:32px; transition:all 0.2s linear;}
.spotAcessos ul li {width:100%;}
	.spotAcessos ul li a {width:100%; height:120px; border-radius:10px;}
	.spotAcessos ul li a:hover img {filter:brightness(0) invert(1);}
.sobretitulo {border-radius:20px;}
	.sobretitulo span {border-radius:16px;}
#sobre .colImg img {border-radius:10px; max-width:100%; height:auto;}
#sobre .colDestaques ul li {border-radius:10px; width:47%;}
#sobre .colTxt p {margin-bottom:20px; line-height:20px;}
#cotacao {background-image:url(../images/bg-cotacao.webp);}
	#cotacao .boxAlign {border-radius:10px;}
	#cotacao form {margin-top:45px;}
	#cotacao .boxForm .campo-txt {width:100%; height:50px; border-radius:8px;}
	#cotacao .boxForm .wpcf7-spinner {margin-right:0;}
	#cotacao .boxForm .wpcf7-not-valid-tip {font-size:12px; font-weight:700; color:var(--green-light);}
	#cotacao .boxForm .wpcf7-response-output {margin:20px 0 0!important; font-size:14px; font-weight:500; color:var(--gray-default); text-align:center;}
	#cotacao .boxForm .wpcf7-acceptance {display:block;}
		#cotacao .boxForm .wpcf7-acceptance span.wpcf7-list-item {margin:0; text-align:left;}
		#cotacao .boxForm .wpcf7-acceptance input[type=checkbox] {
			position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
		}
		#cotacao .boxForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
			padding-left:22px; min-height:22px; display:block; font-size:12px; color:var(--gray-default); font-weight:700; line-height:18px; vertical-align:middle; 
			background:url(../images/bg-checkbox-off.webp) no-repeat 0 2px; cursor:pointer;
		}
		#cotacao .boxForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label {background:url(../images/bg-checkbox-on.webp) no-repeat 0 2px;}
		#cotacao .boxForm .wpcf7-acceptance .wpcf7-list-item-label {
			 -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
		}
	#cotacao .colImg img {border-radius:10px; width:100%; height:635px; object-fit:cover;}
	#cotacao .sobretitulo {
		border-radius:10px; border-color:rgba(243,244,246,0.5); background-color:rgba(250,250,250,0.2); z-index:10; top:20px; right:35px; backdrop-filter:blur(10px);
	}
		#cotacao .sobretitulo span {border-radius:6px;}
	#cotacao .boxContato {
		border-color:rgba(243,244,246,0.5); background-color:rgba(250,250,250,0.2); z-index:10; left:35px; right:35px; bottom:20px; border-radius:10px; 
		backdrop-filter:blur(10px);
	}
		#cotacao .boxContato img {border-radius:0; width:initial; height:initial;}
		#cotacao .boxContato a {border-bottom:2px solid var(--gray-light);}
#como-funciona h2 strong {font-weight:500; color:var(--green-light); display:block;}
#como-funciona ul {border-radius:10px;}
	#como-funciona ul li {border-radius:10px; min-height:390px;}
	#como-funciona ul li:last-child {margin-bottom:0;}
		#como-funciona ul li div span {width:64px; height:64px; border-radius:10px;}
		#como-funciona ul li hr {border-color:rgba(107, 114, 128, 0.25);}
		#como-funciona ul li .tag {left:30px; bottom:30px; border-radius:30px;}
#beneficios {background-image:url(../images/bg-beneficios.webp);}
	#beneficios .box {border-radius:10px; background:rgba(255, 255, 255, 0.1); width:100%;}
	#beneficios .protecoes ul li {border-radius:5px; width:47%;}
		#beneficios .protecoes ul li img {width:auto; height:23px;}
		#beneficios .protecoes .slideGaleria {width:100%; max-width:580px; border-radius:10px;}
			#beneficios .protecoes .slideGaleria .swiper-slide {opacity:0;}
			#beneficios .protecoes .slideGaleria .swiper-slide.swiper-slide-active {opacity:1!important;}
				#beneficios .protecoes .slideGaleria .swiper-slide .swiper-lazy-preloader {border-color:var(--green-light); border-top-color:transparent;}
	#beneficios .protecoes .galeria-pagination {width:100%; left:inherit; right:inherit; height:10px;}
		#beneficios .protecoes .galeria-pagination span {
			width:10px; height:10px; margin:0 10px!important; background-color:var(--gray-light); border:none; border-radius:5px; opacity:1; 
			transition:all 0.2s linear;
		}
		#beneficios .protecoes .galeria-pagination span.swiper-pagination-bullet-active {background-color:var(--gold-default); transition:all 0.2s linear;}
	#beneficios .indices ul li:after {
		content:" "; display:block; position:absolute; bottom:0; height:1px; width:46px; left:50%; margin-left:-23px; background:rgba(255, 255, 255, 0.5);
	}
	.spotNumeros .numeros ul li:after {
		content:" "; display:block; position:absolute; bottom:0; height:1px; left:0; right:0; background:rgba(255, 255, 255, 0.5);
	}
	#beneficios .indices ul li:last-child {margin-bottom:0; padding-bottom:0;}
	#beneficios .indices ul li:last-child:after,
	.spotNumeros .numeros ul li:last-child:after {display:none;}
		#beneficios .indices ul li p,
		.spotNumeros .numeros ul li p {opacity:0.8;}
	#beneficios .adicionais ul li:last-child {margin-bottom:0;}
	#beneficios .carroReserva img,
	#beneficios .cobertura img {border-radius:10px;}
	#beneficios .cobertura hr {border-color:rgba(255, 255, 255, 0.1);}
#depoimentos .slideDep {width:100%;}
	#depoimentos .slideDep .swiper-slide {width:360px; height:auto!important; border-radius:10px; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.15);}
		#depoimentos .slideDep .swiper-slide p {line-height:20px; margin-top:15px;}
#faq .boxContato,
.topoFAQ .boxContato {width:100%; height:290px;}
	#faq .boxContato img,
	.topoFAQ .boxContato img {border-radius:10px; width:100%; height:100%; object-fit:cover;}
	#faq .boxContato div,
	.topoFAQ .boxContato div {
		border-color:rgba(243,244,246,0.5); background-color:rgba(250,250,250,0.2); z-index:10; left:20px; right:20px; bottom:40px; border-radius:10px; 
		backdrop-filter:blur(10px);
	}
	.accordion-item {border-radius:10px; border-top:1px solid var(--gray-light);}
	.accordion-item .accordion-header {color:var(--green-light);}
	.accordion-item .accordion-header:after {content:"\F286"; font:23px 'bootstrap-icons'; right:0; top:0; position:absolute;}
	.accordion-item .accordion-header.collapsed {color:var(--green-dark);}
	.accordion-item .accordion-header.collapsed:after  {content:"\F282";}
	.accordion-item .accordion-collapse p {line-height:22px; padding-top:20px; margin-bottom:0;}
.spotNumeros:before {content:" "; display:block; position:absolute; left:0; right:0; bottom:0; top:170px; z-index:0; background-color:var(--gray-light);}
	.spotNumeros .box {background-image:url(../images/bg-numeros.webp); border-radius:10px;}
	.spotNumeros .numeros {background:rgba(255, 255, 255, 0.1); border-top:1px solid rgba(255, 255, 255, 0.5);}
.topoFAQ p {margin-top:15px;} 
.spotProtecoes ul li {border-radius:12px;}
.bannerMultas {width:100%; max-width:420px; border-radius:12px;}
    .bannerMultas .colImg:before {
        content:" "; display:block; position:absolute; z-index:10; top:0; left:0; right:0; height:50px; background:linear-gradient(to bottom,  rgba(6,90,102,1) 4%,rgba(6,90,102,0) 90%,rgba(6,90,102,0) 100%);
    }
    .bannerMultas .colImg:after {
        content:" "; display:block; position:absolute; z-index:10; bottom:0; left:0; right:0; height:50px; background:linear-gradient(to top,  rgba(6,90,102,1) 4%,rgba(6,90,102,0) 90%,rgba(6,90,102,0) 100%);
    }
    .bannerMultas .colImg img {width:100%; height:auto;}
    .bannerMultas .colTxt h4 {border-radius:20px;}
    .bannerMultas .colTxt a {border-radius:8px;}
    

@media only screen and (min-width : 576px) {
	.site-header:before {width:50%;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:540px;}
	.spotAcessos ul li,
	#beneficios .adicionais ul li {width:46%;}
}

@media only screen and (min-width : 768px) {
	.aligncenter {display:block; margin:0 auto 30px;}
	.alignleft {float:left; margin:0 30px 20px 0; max-width:40%;}
	.alignright {float:right; margin:0 0 20px 30px; max-width:40%;}
	.alignnone {margin:0;}
	.site-header .lkHome {max-width:initial; margin-top:-15px;}
	.baseSlide .swiper {height:600px;}
	.baseSlide .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:720px;}
	#sobre .colImg img {max-width:initial; width:100%; height:100%; object-fit:cover;}
	#sobre .colDestaques ul li {width:100%; min-height:210px;}
	#cotacao .boxContato div {width:230px;}
	#beneficios .protecoes ul li {width:auto;}
	#beneficios .indices ul li {width:26%;}
	.spotNumeros .numeros ul li {width:25%;}
	#beneficios .indices ul li:after {bottom:inherit; height:46px; width:1px; left:inherit; margin-left:0; right:0; top:50%; margin-top:-23px;}
	.spotNumeros .numeros ul li:after {height:100%; width:1px; left:inherit;}
	#beneficios .indices ul li:last-child {margin-right:0; padding-right:0;}
	#depoimentos .slideDep .swiper-slide {width:450px;}
	.spotProtecoes ul li {width:48%;}
}

@media only screen and (min-width : 992px) {
	.baseSlide .swiper {height:507px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:cover;}
	.site-header:before {width:33%;}
	.site-header .lkHome {margin-top:-5px;}
	.site-header .main-nav {
		position:relative; top:inherit; left:inherit; bottom:inherit; width:auto; height:100%; transform:none; overflow:inherit; background:none!important; z-index:85;
	}
	.site-header .main-nav .nav-wrapper {height:100%; overflow:initial;}
	.site-header .nav-items {display:flex; align-items:center; overflow:inherit; margin-bottom:0}
	.site-header .nav-item {line-height:normal; margin:0 0 0 20px; padding:0; border-bottom:none; display:flex;}
	.site-header .nav-item:first-child {margin-left:0;}
	.site-header .nav-link {background:none; padding:0; white-space:nowrap; display:inline-block; position:relative; line-height:45px;}
	.site-header .nav-link:after {content:" "; display:block; left:0; right:0; position:absolute; height:5px; bottom:-30px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:42px;}
	.baseSlide .swiper-wrapper p {line-height:28px;}
	.spotAcessos ul li {width:23%;}
	#sobre .colDestaques ul li {height:47%;}
	#como-funciona .boxFloat.sticky {position:sticky; top:30px;}
	#beneficios .box.protecoes {height:auto;}
	#popupApp .btFechar {left:inherit; right:10px; top:10px; position:absolute; z-index:10;}
	#popupApp img {border-radius:20px;}
	.spotProtecoes ul li {width:32%; margin-right:2%;}
	.spotProtecoes ul li:nth-child(3n+0) {margin-right:0;}
	.bannerMultas {max-width:initial; min-height:300px;}
	.bannerMultas .colTxt,
	.bannerMultas .colImg {width:33.333%;}
    .bannerMultas .colImg:before {
        right:inherit; bottom:0; height:auto; width:50px; background:linear-gradient(to right,  rgba(6,90,102,1) 4%,rgba(6,90,102,0) 90%,rgba(6,90,102,0) 100%);
    }
    .bannerMultas .colImg:after {
        left:inherit; top:0; height:auto; width:50px; background:linear-gradient(to left,  rgba(6,90,102,1) 4%,rgba(6,90,102,0) 90%,rgba(6,90,102,0) 100%);
    }
    .bannerMultas .colImg img {width:100%; height:100%; object-fit:cover;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .lkHome {margin-top:-15px;}
	.site-header .nav-item {margin-left:40px;} 
	.baseSlide .swiper {height:600px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:50px;}
	#cotacao .colImg img {height:100%;}
	#beneficios .protecoes ul li {width:auto;}
	#beneficios .indices ul li {width:29%;}
}

@media only screen and (min-width : 1400px) {
	.site-header:before {width:28%;}
	.site-header .nav-item {margin-left:60px;} 
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:60px;}
	.spotAcessos ul li {width:23.5%;}
}

@media only screen and (min-width : 1520px) {
	.site-header:before {width:30%;}
}

@media only screen and (min-width : 1660px) {
	.site-header:before {width:32%;}
}

@media only screen and (min-width : 1820px) {
	.site-header:before {width:34%;}
}