@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

:root {
	--orange: #D63F0A;
	--orange-l: #F4561E;

	--blue: #144471;
	--blue-l: #C0E6ED;

	--green-l: #04C4C8;
	--green: #198BA4;
	--green-d: #0A424D;
	--green-li: #00A0A5;

	--sans-font: 'Poppins', sans-serif;

	--extra: 20px;
}

@media ( min-width: 1240px ){
	:root {
		--extra: calc( ( 100vw - 1240px ) / 2 );
	}
}

*,
*::before,
*::after { box-sizing: border-box; border: 0; margin: 0; padding: 0; outline: 0; }


html { scroll-behavior: smooth; }

body { background-color: #fff; }

body,
button,
input,
textarea,
select { font: 16px/1.5 var(--sans-font); color: #222; }

a,
button,
label,
input[type="submit"],
summary { transition: all .3s ease-out; text-decoration: none; cursor: pointer; }

img { display: block; width: auto; height: auto; max-width: 100%; margin: 0 auto; }

input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }

h1,
h2,
h3,
h4,
h5,
h6 { font-family: var(--serif-font); }

[hidden] { display: none; }

.wrap { width: 100%; max-width: 1240px; padding: 0 20px; margin: 0 auto; position: relative; z-index: 3; }

.row { display: flex; flex-wrap: wrap; --gap: 0px; width: calc(100% + var(--gap)); }
	.row.m-gap { --gap: 20px; gap: var(--gap) 0; }
		.col { width: calc(100% - var(--gap)); margin-right: var(--gap); }

@media (min-width: 600px) {
	.w-1of2-tb { width: calc(50% - var(--gap)); }
	.w-1of3-tb { width: calc(33.33% - var(--gap)); }
	.w-2of3-tb { width: calc(66.66% - var(--gap)); }
}

@media (min-width: 900px) {
	.w-1of2-dt { width: calc(50% - var(--gap)); }
	.w-1of3-dt { width: calc(33.33% - var(--gap)); }
	.w-2of3-dt { width: calc(66.66% - var(--gap)); }
}

.content { text-wrap: pretty; }
	.content > * + * { margin-top: 20px; }



/*
#navbar { position: fixed; right: 20px; top: 120px; z-index: 99; }
	#access { list-style: none; }
		#access li + li { margin-top: 12px; }
		#access li a { position: relative; display: flex; align-items: flex-end; justify-content: center; width: 60px; height: 60px; transition: all .3s ease-out; }
			#access li a.whatsapp { background: var(--orange) url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.6911 4.12688C21.2103 1.58231 17.8206 0.12701 14.1878 0.124676C6.80108 0.119931 0.742505 6.17073 0.73776 13.5574C0.736204 15.9793 1.40074 18.2805 2.54985 20.2793L0.668424 27.241L7.75357 25.4291C9.75096 26.4597 11.9303 27.0666 14.1705 27.068C21.6178 27.0728 27.7974 21.0221 27.8022 13.6354C27.8045 10.0026 26.2324 6.67148 23.6911 4.12688ZM14.172 24.7673C12.1739 24.766 10.2368 24.2198 8.48157 23.1894L8.11845 22.947L3.87943 24.0946L5.03246 19.9782L4.73 19.5542C3.64133 17.737 3.03718 15.6781 3.03854 13.5589C3.04247 7.44369 8.07109 2.42153 14.2469 2.4255C17.2137 2.4274 19.9981 3.57958 22.1159 5.70008C24.2336 7.82058 25.5033 10.6066 25.5014 13.6339C25.4975 19.7491 20.3477 24.7712 14.172 24.7673ZM20.3531 16.4157C19.99 16.2339 18.3557 15.4457 18.053 15.3244C17.7504 15.2031 17.5082 15.1424 17.2658 15.5056C17.084 15.8082 16.4175 16.5949 16.2357 16.8369C15.9934 17.0184 15.8117 17.0788 15.5091 16.897C13.5116 15.927 12.2407 15.1391 10.9101 12.898C10.5472 12.2923 11.2737 12.3533 11.88 11.0822C12.0012 10.8401 11.9408 10.6584 11.8804 10.4767C11.8199 10.295 11.0944 8.6598 10.8527 7.99363C10.5504 7.32742 10.3081 7.38781 10.0659 7.38766C9.8843 7.38754 9.64212 7.38738 9.46048 7.38727C9.21829 7.38711 8.85497 7.44742 8.552 7.81051C8.24903 8.1736 7.40087 8.96016 7.39982 10.5949C7.39873 12.2902 8.54811 13.8652 8.7296 14.1075C8.91112 14.2893 11.0886 17.6813 14.4783 19.1366C16.5968 20.1067 17.4445 20.1678 18.5344 19.9868C19.1399 19.9267 20.4724 19.201 20.7757 18.4141C21.0789 17.6272 21.0793 16.9611 20.9583 16.84C20.8979 16.6583 20.6557 16.5976 20.3531 16.4157Z' fill='white'/%3E%3C/svg%3E") no-repeat center; border-radius: 50%; border: 1px solid var(--blue); }
			#access li a.chat { background: var(--caqui) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28px' height='36px' viewBox='0 0 28 36'%3E%3Cpath fill='black' d='M23.4,9.9c-2.5-2.5-5.9-4-9.5-4C6.6,5.9,0.5,12,0.5,19.4c0,2.4,0.7,4.7,1.8,6.7l-1.9,7l7.1-1.8 c2,1,4.2,1.6,6.4,1.6c7.4,0,13.6-6.1,13.6-13.4C27.6,15.8,26,12.5,23.4,9.9z M13.9,30.6c-2,0-3.9-0.5-5.7-1.6l-0.4-0.2l-4.2,1.2 l1.2-4.1l-0.3-0.4c-1.1-1.8-1.7-3.9-1.7-6c0-6.1,5-11.1,11.2-11.1c3,0,5.8,1.2,7.9,3.3c2.1,2.1,3.4,4.9,3.4,7.9 C25.3,25.5,20.1,30.6,13.9,30.6z'/%3E%3Cpath fill='black' d='M7,19.8c0-0.4,0.1-0.7,0.4-0.9c0.3-0.3,0.6-0.4,1-0.4c0.4,0,0.7,0.1,0.9,0.4c0.3,0.3,0.4,0.6,0.4,0.9 c0,0.4-0.1,0.7-0.4,1C9,21,8.7,21.1,8.3,21.1c-0.4,0-0.7-0.1-1-0.4C7.1,20.5,7,20.2,7,19.8z M12.4,19.8c0-0.4,0.1-0.7,0.4-0.9 c0.3-0.3,0.6-0.4,1-0.4c0.4,0,0.7,0.1,0.9,0.4c0.3,0.3,0.4,0.6,0.4,0.9c0,0.4-0.1,0.7-0.4,1c-0.3,0.3-0.6,0.4-0.9,0.4 c-0.4,0-0.7-0.1-1-0.4C12.5,20.5,12.4,20.2,12.4,19.8z M17.9,19.8c0-0.4,0.1-0.7,0.4-0.9c0.3-0.3,0.6-0.4,1-0.4 c0.4,0,0.7,0.1,0.9,0.4c0.3,0.3,0.4,0.6,0.4,0.9c0,0.4-0.1,0.7-0.4,1c-0.3,0.3-0.6,0.4-0.9,0.4c-0.4,0-0.7-0.1-1-0.4 C18,20.5,17.9,20.2,17.9,19.8z'/%3E%3C/svg%3E%0A") no-repeat center; }
			#access li a > span { position: absolute; top: 0; right: calc(100% + 10px); height: 60px; display: flex; align-items: center; font-size: .75rem; text-align: right; text-transform: capitalize; transform: translateX(60px); opacity: 0; visibility: hidden; transition: all .3s ease-out; z-index: 2; color: white; background: rgba(0 0 0 / 50%); width: 10vw; text-align: center; justify-content: center; border-radius: 20px; }
				#access li a:hover > span { transform: translateX(0); opacity: 1; visibility: visible; }

@media (max-width: 899px) {
	#navbar { top: auto; right: 0; left: 0; padding: 10px 0 0; height: 70px; text-align: center; display: flex; margin: 0; }
	#access { width: 100%; display: flex; justify-content: flex-end; align-items: center; }
		#access li { width: 50%; padding: 0; justify-content: flex-end; display: flex; }
			#access li a { width: 50px; height: 50px; }
				#access li a.whatsapp,
				#access li a.chat { /* width: 100%; * / margin: 0 10px; }
				#access li a.chat{ filter: invert(1); }
}
*/


/* colorbox */
#cboxContent, #cboxLoadingOverlay, #cboxOverlay { background: #000; } #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active, #colorbox { outline: 0; } #cboxContent { position: relative; } #cboxOverlay, #cboxWrapper, #colorbox { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); } #cboxOverlay { position: fixed; width: 100%; height: 100%; opacity: .9; } #cboxBottomLeft, #cboxMiddleLeft { clear: left; } #cboxContent { margin-top: 32px; overflow: visible; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; background: #000; padding: 1px; } #cboxTitle { margin: 0; position: absolute; top: -22px; left: 0; color: #fff; } #cboxLoadingGraphic, #cboxLoadingOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100% } #cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {  cursor: pointer; border: 0; padding: 0; margin: 0; overflow: visible; text-indent: -9999px; width: 20px; height: 20px; position: absolute; top: -20px; background: url(../img/controls.png) no-repeat; } .cboxPhoto { float: left; margin: auto; border: 0; display: block; -ms-interpolation-mode: bicubic; } .cboxIframe { padding: 0; margin: 0; width: 100%; height: 100%; display: block; border: 0; background: #fff; } #cboxContent, #cboxLoadedContent, #colorbox { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } #cboxError { padding: 50px; border: 1px solid #ccc; } #cboxLoadingGraphic { background: url(../img/loading.gif) center center no-repeat; } #cboxCurrent { position: absolute; top: -22px; right: 205px; text-indent: -9999px; } #cboxPrevious { background-position: 0 0; right: 44px; } #cboxPrevious:hover { background-position: 0 -25px; } #cboxNext { background-position: -25px 0; right: 22px; } #cboxNext:hover { background-position: -25px -25px; } #cboxClose { background-position: -50px 0; right: 0; } #cboxClose:hover { background-position: -50px -25px; } .cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #cboxPrevious { right: 66px; } .cboxSlideshow_on #cboxSlideshow { background-position: -75px -25px; right: 44px; } .cboxSlideshow_on #cboxSlideshow:hover { background-position: -100px -25px; } .cboxSlideshow_off #cboxSlideshow { background-position: -100px 0; right: 44px; } .cboxSlideshow_off #cboxSlideshow:hover { background-position: -75px -25px; }

/* Slick */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px;height:inherit!important}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-track{display:flex!important}


/* project */
#wrap {}



#head {background: url(../img/sevilha-new-bg-1440.webp) no-repeat center bottom / cover; position: relative; display: flex; flex-direction: column-reverse; justify-content: space-between;}
/* #head { background: var(--blue); display: flex; flex-direction: column-reverse; position: relative; } */
	 /* #head::before { content: ''; display: block; width: calc( 804px + var(--extra ) ); height: 100%; position: absolute; top: 0; right: 0; background: var(--blue) url(../img/portaria.webp) no-repeat center / cover; z-index: 1; }  */
	#head .row { padding: 20px 0; align-items: center; }
	#head-intro {display:flex; flex-direction: column; gap: 90px 0; padding: 60px 20px }
		#head-intro hgroup { position: relative; max-width: 201px;}
			#head-intro h1 { display: block; width: 201px; height: 201px; background: url(../img/sevilha.svg) no-repeat center / contain; font-size: 1px; color: transparent; }
			#head-intro h2 { display: block; width: 60px; height: 60px; background: #fff url(../img/icon-mcmv.webp) no-repeat center / 75% auto; font-size: 1px; color: transparent; position: absolute; bottom: 0; right: 0; border-radius: 50%; }
		#head-infos { display:flex; flex-direction: row; margin-top: 40px; gap:0 20px; align-items: center;}
			#head-infos .infos { line-height: 1; color: #fff; display: flex; flex-direction: row; padding-left: 110px; position: relative; flex-wrap: wrap; align-items: center; height: 140px; margin-bottom: 20px; max-width: 360px; }
				#head-infos .vendas {text-align:center; text-transform: uppercase; font-weight: 700; font-size:1.25rem ; color:#fff; width: 285px; height: 189px; background: url(../img/sevilha-star-banner-189.webp) no-repeat; line-height: 1; padding: 40px 0}
				#head-infos .vendas strong {display: block; font-weight: 700; font-size:2.5rem ;}
				#head-infos .vendas span { display: block; font-size: 0.938rem;}
				#head-infos .infos strong { display: block; font-size: 10rem; font-weight: 900; color: var(--blue-l); text-shadow: 8px 8px 0 var(--orange); position: absolute; top: -8px; left: 0; }
				#head-infos .infos span:nth-of-type( 1 ) { font-size: 3rem; font-weight: 900; text-transform: uppercase; }
				#head-infos .infos span:nth-of-type( 2 ) { font-size: 1.45rem; }
				#head-infos .infos span:nth-of-type( 3 ) { font-size: 1.75rem; font-weight: 600; }
			#head-infos .preco { border-top: 2px solid var(--orange); border-bottom: 2px solid var(--orange); padding: 10px 20px; display: flex; justify-content: center; }
				#head-infos .preco span { color: #FFF; font-size: 1.60rem; font-weight: normal; line-height: 1.4; }
			/* #head-infos .pin { color: var(--blue-l); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='30' viewBox='0 0 20 30'%3E%3Cg fill='%23f4561e' stroke-width='0'%3E%3Cpath class='cls-1' d='M10,30.1h0c-.2,0-.5-.1-.7-.3,0,0-2.4-2.7-4.6-6.3C1.6,18.6,0,14.4,0,11,0,5,4.5.1,10,.1s10,4.9,10,10.8-1.6,7.4-4.7,12.4c-2.3,3.6-4.6,6.4-4.6,6.4-.2.2-.4.3-.7.3ZM10,1.9C5.5,1.9,1.8,6,1.8,11s6.2,14.3,8.2,16.9c2.1-2.6,8.3-11,8.3-16.9S14.5,1.9,10,1.9'/%3E%3Cpath class='cls-1' d='M10,16c-3.1,0-5.6-2.6-5.6-5.7s2.5-5.7,5.6-5.7,5.6,2.6,5.6,5.7-2.5,5.7-5.6,5.7ZM10,6.3c-2.1,0-3.8,1.8-3.8,3.9s1.7,3.9,3.8,3.9,3.8-1.8,3.8-3.9-1.7-3.9-3.8-3.9Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; padding: 3px 0 3px 36px; max-width: 345px; margin: 15px auto 0; font-size: 1.4rem; } */
	#head-form { padding: 40px; margin-left: auto; background: rgba( 255 255 255 / 90% ); }
		#head-form h2 { font-size: 1.5rem; font-weight: bold; color: var(--green-d); }
		#head-form .form { margin-top: 20px; }
		#head-form .field-wrap {}
			#head-form .field-wrap + .field-wrap { margin-top: .75rem; }
			#head-form .field-wrap label { display: block; padding-left: 12px; font-size: .875rem; }
				#head-form .field-wrap.field-cb label { padding-left: 0; font-size: .75rem; }
			#head-form .field-wrap .text { display: block; width: 100%; padding: 9px 11px; border: 1px solid #222; border-radius: 22px; background: transparent; }
				#head-form .field-wrap.field-cb input { accent-color: var(--orange); }
				#head-form .field-wrap.field-cb label a { color: var(--green); text-decoration: underline; }
					#head-form .field-wrap.field-cb label a:hover { color: var(--orange); }
		#head-form .submit-btn { margin-top: 20px; display: block; width: 100%; padding: 8px 12px; background: var(--orange); color: #fff; text-transform: uppercase; }
			#head-form .submit-btn:hover { background: var(--blue); }
			#head-form .submit-btn[disabled] { opacity: .5; pointer-events: none; }

	#head-bar { background: var(--green); padding: 8px 20px; position: relative; z-index: 2; }
		#head-bar h2 { font-size: 1.25rem; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 8px; text-align: center; }

@media ( max-width: 1239px ){
	/* #head-infos .infos { padding-left: 100px; height: 120px; max-width: 280px; margin: 40px auto 30px; } */
		#head-infos .infos strong { font-size: 9rem; }
		#head-infos .infos span:nth-of-type( 1 ) { font-size: 2.25rem; }
		#head-infos .infos span:nth-of-type( 2 ) { font-size: 1rem; }
		#head-infos .infos span:nth-of-type( 3 ) { font-size: 1.25rem; }
		#head-infos .infos span {display: block; width: 100%;}
		#head-infos .infos {height: 110px; padding-top: 10px;}
		#head-infos .vendas {background-position-x: 50%;}
}

@media ( max-width: 991px ){
	#head-intro hgroup { max-width: 200px; }
		#head-intro h1 { width: 200px; height: 200px; }
		#head-intro h2 { width: 60px; height: 60px; }
	#head-infos .infos { padding-left: 0; height: auto; max-width: 180px; justify-content: center; gap: 8px; }
		#head-infos .infos strong { font-size: 9rem; position: relative; top: 0; }
		#head-infos .infos span:nth-of-type( 1 ) { font-size: 2.25rem; }
		#head-infos .infos span:nth-of-type( 2 ) { font-size: 1rem; }
		#head-infos .infos span:nth-of-type( 3 ) { font-size: 1.25rem; }
	#head-infos .preco span { text-align: center; }
	#head-infos .infos {height: initial; padding-top: initial;}
	
}

@media ( max-width: 899px ){
	#head { background: var(--blue); display: flex; flex-direction: column-reverse; position: relative; }
	#head::before { content: ''; display: block; width: 100%; height: 50vh; position: absolute; top: 0; right: 0; background: var(--blue) url(../img/sevilha-new-bg.webp) no-repeat center bottom / cover; z-index: 1;}
	#head > .wrap { padding-top: calc(50vh + -8%); }
	#head .row { padding: 0; }
		#head-intro hgroup { max-width: 140px; margin: -80px 0 0 auto; }
			#head-intro h1 { width: 140px; height: 140px; }
			#head-intro h2 { width: 40px; height: 40px; }
		#head-infos { margin-top: 0; gap: 0 }
			#head-infos .infos { padding-left: 110px; height: 140px; max-width: 345px; margin-top: 20px;  }
				#head-infos .infos strong { font-size: 10rem; position: absolute; top: -8px; left: 0; }
				#head-infos .infos span:nth-of-type( 1 ) { font-size: 3rem; }
				#head-infos .infos span:nth-of-type( 2 ) { font-size: 1.45rem; }
				#head-infos .infos span:nth-of-type( 3 ) { font-size: 1.75rem; }
	#head-form { margin: 0 -20px; width: calc( 100% + 20px ); background: #fff; }
		#head-form h2 { text-align: center; }
		#head-intro {gap: 0; padding: 0}
		#head-intro .vendas {background-position-x: 50%; margin-left: 20px;}
		
}

@media ( max-width: 699px ){
	#head-infos {display:flex; flex-direction: column-reverse;} 
}


@media ( max-width: 554px ){
	#head::before { top: 40px; min-height: 240px;  }
	#head-bar h2 { font-size: 1rem; letter-spacing: 4px; }
}

@media ( max-width: 419px ){
	#head-infos .infos { padding-left: 0; height: auto; max-width: 180px; justify-content: center; gap: 8px; }
		#head-infos .infos strong { font-size: 9rem; position: relative; top: 0; }
		#head-infos .infos span:nth-of-type( 1 ) { font-size: 2.25rem; }
		#head-infos .infos span:nth-of-type( 2 ) { font-size: 1rem; }
		#head-infos .infos span:nth-of-type( 3 ) { font-size: 1.25rem; }
}

@media ( max-width: 401px ){
	#head-bar h2 { font-size: .75rem; line-height: 40px; letter-spacing: 2px; }
}



#whatsapp { display: block; width: 70px; height: 70px; border-radius: 50%; background: var(--orange) url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3608 4.50244C20.8784 1.95947 17.4878 0.506348 13.855 0.506348C6.46826 0.506348 0.413574 6.56104 0.413574 13.9478C0.413574 16.3696 1.07959 18.6704 2.22998 20.6685L0.353027 27.6313L7.43701 25.8149C9.43506 26.8442 11.6147 27.4497 13.855 27.4497C21.3022 27.4497 27.478 21.395 27.478 14.0083C27.478 10.3755 25.9038 7.04541 23.3608 4.50244ZM13.855 25.1489C11.8569 25.1489 9.91943 24.604 8.16357 23.5747L7.80029 23.3325L3.56201 24.4829L4.7124 20.3657L4.40967 19.9419C3.31982 18.1255 2.71436 16.0669 2.71436 13.9478C2.71436 7.83252 7.73975 2.80713 13.9155 2.80713C16.8823 2.80713 19.6675 3.95752 21.7866 6.07666C23.9058 8.1958 25.1772 10.981 25.1772 14.0083C25.1772 20.1235 20.0308 25.1489 13.855 25.1489ZM20.0308 16.7935C19.6675 16.6118 18.0327 15.8247 17.73 15.7036C17.4272 15.5825 17.1851 15.522 16.9429 15.8853C16.7612 16.188 16.0952 16.9751 15.9136 17.2173C15.6714 17.3989 15.4897 17.4595 15.187 17.2778C13.189 16.3091 11.9175 15.522 10.5854 13.2817C10.2222 12.6763 10.9487 12.7368 11.5542 11.4653C11.6753 11.2231 11.6147 11.0415 11.5542 10.8599C11.4937 10.6782 10.7671 9.04346 10.5249 8.37744C10.2222 7.71143 9.97998 7.77197 9.73779 7.77197C9.55615 7.77197 9.31396 7.77197 9.13232 7.77197C8.89014 7.77197 8.52686 7.83252 8.22412 8.1958C7.92139 8.55908 7.07373 9.34619 7.07373 10.981C7.07373 12.6763 8.22412 14.2505 8.40576 14.4927C8.5874 14.6743 10.7671 18.0649 14.1577 19.5181C16.2769 20.4868 17.1245 20.5474 18.2144 20.3657C18.8198 20.3052 20.1519 19.5786 20.4546 18.7915C20.7573 18.0044 20.7573 17.3384 20.6362 17.2173C20.5757 17.0356 20.3335 16.9751 20.0308 16.7935Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center; position: fixed; bottom: 40px; right: 40px; z-index: 99; }
	#whatsapp:hover { background-color: var(--blue); }
	#whatsapp span { display: flex; position: absolute; top: 0; right: 82px; width: 120px; height: 70px; background: var(--blue); color: #fff; align-items: center; justify-content: center; font-size: .75rem; border-radius: 35px; text-align: center; opacity: 0; visibility: hidden; transition: all .3s ease-out; }
		#whatsapp:hover span { opacity: 1; visibility: visible; }

@media ( max-width: 599px ){
	#whatsapp { width: 40px; height: 40px; background-size:  24px auto; bottom: 20px; right: 20px; }
}



#seu-sonho { padding: 60px 0; }
	#seu-sonho h2 { position: absolute; top: 0; left: 60px; background: var(--blue); padding: 8px 20px; color: #fff; max-width: 300px; text-transform: uppercase; }
	#seu-sonho ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-top: 40px; gap: 20px; }
		#seu-sonho li { flex: 0 0 200px; position: relative; color: var(--blue); text-align: center; }
			#seu-sonho li strong { display: block; }
			#seu-sonho li::before { content: ''; display: block; width: 100%; height: 120px; margin-bottom: 8px; }
			#seu-sonho li:nth-child( 1 )::before { background: url(../img/financiamento.webp) no-repeat center; }
			#seu-sonho li:nth-child( 2 )::before { background: url(../img/subsidio.webp) no-repeat center; }
			#seu-sonho li:nth-child( 3 )::before { background: url(../img/sinal.webp) no-repeat center; }
			#seu-sonho li:nth-child( 4 )::before { background: url(../img/parcelas.webp) no-repeat center; }
	#seu-sonho ul + p { font-size: .75rem; text-align: right; }

@media ( max-width: 599px ){
	#seu-sonho h2 { position: relative; margin-top: 0; left: 0; max-width: 100%; }
}



#lazer { background: var(--green-l); position: relative; }
	#lazer picture { position: relative; z-index: 2 }
	#lazer .wrap { padding: 0; position: relative; z-index: 2 }
		#lazer .col { padding: 40px; position: relative; }
			#lazer .col:first-child { background-color: var(--blue-l); }
				#lazer h2 { color: var(--blue); font-size: 1.5rem; line-height: 1.2; font-weight: 900; }
				#lazer ul { color: var(--blue); }

@media ( min-width: 480px ){
	#lazer ul { columns: 2; column-gap: 40px; }
}

@media ( min-width: 600px ){
	#lazer h2 { font-size: 2rem; }
}

@media ( min-width: 900px ){
	#lazer .row { flex-direction: row-reverse; }
		#lazer .col { padding: 80px 40px; }
			#lazer .col:nth-child( 2 ) { padding-right: 0; }
			#lazer h2 { font-size: 2.5rem; }

}

@media ( min-width: 1240px ){
	#lazer::after { content: ''; display: block; width: var(--extra); height: 100%; position: absolute; bottom: 0; right: 0; background-color: var(--blue-l); z-index: 1; }

}



#caracteristicas { padding: 60px 0; background: var(--blue); }
	#caracteristicas h2 { display: none; }
	#caracteristicas ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-evenly; gap: 40px; }
		#caracteristicas li { flex: 0 0 180px; color: #fff; text-align: center; text-transform: uppercase; }
			#caracteristicas li::before { content: ''; display: block; width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 20px; }
				#caracteristicas li:nth-child( 1 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='46' height='47' viewBox='0 0 46 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.5509 45.739V1.38965L1.45264 45.739H44.5509Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M35.2864 35.9355V21.9304L22.3972 35.9355H35.2864Z' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M20.7863 26.4691L22.4112 28.5424M21.9788 25.2135L23.6038 27.2869M23.1714 23.958L24.7964 26.0313M24.364 22.7024L25.989 24.7757M25.5566 21.4468L27.1815 23.5201M26.7491 20.1913L28.3741 22.2646M27.9417 18.9357L29.5667 21.009M29.1343 17.6801L30.7593 19.7534M30.3269 16.4245L31.9518 18.4979M31.5194 15.169L33.1444 17.2423M32.712 13.9134L34.337 15.9867M33.9046 12.6578L35.5296 14.7311M35.0972 11.4023L36.7221 13.4756M36.2897 10.1467L37.9147 12.22M37.4823 8.89111L39.1073 10.9644M38.6749 7.63554L40.2999 9.70885M39.8675 6.37996L41.4924 8.45328M41.0601 5.12439L42.685 7.19771' stroke='white' stroke-width='0.2' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 2 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='51' viewBox='0 0 51 51' fill='none'%3E%3Cg stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linejoin='round'%3E%3Cpath d='M17.282 49.1886H4.82654V21.1638L17.282 17.012V49.1886Z'/%3E%3Cpath d='M46.3448 49.1887H33.8893V8.70837L46.3448 12.8602V49.1887Z'/%3E%3Cpath d='M33.8893 49.1886H17.282V6.63241L33.8893 1.44263V49.1886Z'/%3E%3Cpath d='M0.674683 49.1886H50.4966'/%3E%3Cpath d='M7.94043 45.0367H14.1682'/%3E%3Cpath d='M7.94043 40.885H14.1682'/%3E%3Cpath d='M7.94043 36.7332H14.1682'/%3E%3Cpath d='M7.94043 32.5813H14.1682'/%3E%3Cpath d='M7.94043 28.4294H14.1682'/%3E%3Cpath d='M7.94043 24.2777H14.1682'/%3E%3Cpath d='M37.0032 45.0367H39.0791'/%3E%3Cpath d='M41.155 45.0367H43.2309'/%3E%3Cpath d='M37.0032 40.885H39.0791'/%3E%3Cpath d='M41.155 40.885H43.2309'/%3E%3Cpath d='M37.0032 36.7332H39.0791'/%3E%3Cpath d='M41.155 36.7332H43.2309'/%3E%3Cpath d='M37.0032 32.5813H39.0791'/%3E%3Cpath d='M41.155 32.5813H43.2309'/%3E%3Cpath d='M37.0032 28.4294H39.0791'/%3E%3Cpath d='M41.155 28.4294H43.2309'/%3E%3Cpath d='M37.0032 24.2777H39.0791'/%3E%3Cpath d='M41.155 24.2777H43.2309'/%3E%3Cpath d='M37.0032 20.1259H39.0791'/%3E%3Cpath d='M41.155 20.1259H43.2309'/%3E%3Cpath d='M37.0032 15.974H39.0791'/%3E%3Cpath d='M41.155 15.974H43.2309'/%3E%3Cpath d='M25.5857 30.5055V8.70837'/%3E%3Cpath d='M25.5857 46.0747V32.5813'/%3E%3Cpath d='M29.7374 18.05V7.67041'/%3E%3Cpath d='M29.7374 46.0748V20.1259'/%3E%3Cpath d='M21.4338 38.8091V9.74634'/%3E%3Cpath d='M21.4338 46.0748V40.885'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 3 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41px' height='41px' viewBox='0 0 41 41' fill='none'%3E%3Cg stroke='%23fff' stroke-width='1.5gs'%3E%3Cline x1='.5' y1='41' x2='.5' y2='0'/%3E%3Cline x1='40.5' y1='41' x2='40.5'/%3E%3Cline x1='40.5' y1='.5' x2='23.7' y2='.51'/%3E%3Cline x1='17.5' y1='.5' x2='.5' y2='.5'/%3E%3Cline x1='6.5' y1='40.5' x2='14' y2='40.5' stroke-dasharray='0 0 1 1'/%3E%3Cline x1='5.5' y1='40.5' x2='.5' y2='40.5'/%3E%3Cline x1='40.5' y1='40.5' x2='36' y2='40.5'/%3E%3Cline x1='26' y1='40.5' x2='14.5' y2='40.5'/%3E%3Cline x1='15' y1='23.5' x2='5' y2='23.5' stroke-dasharray='0 0 1 1'/%3E%3Cline x1='5' y1='23.5' x2='.5' y2='23.5'/%3E%3Cline x1='40.5' y1='23.5' x2='37' y2='23.5'/%3E%3Cline x1='24' y1='23.5' x2='16' y2='23.5'/%3E%3Cline x1='20.5' y1='40.5' x2='20.5' y2='23.5'/%3E%3Cline x1='17.5' y1='9.8' x2='17.5' y2='0'/%3E%3Cpath d='M17.79,9.31s6.39.25,6.39-8.35'/%3E%3Cline x1='25' y1='23.5' x2='38' y2='23.5' stroke-dasharray='0 0 1 1'/%3E%3Cline x1='27' y1='40.5' x2='36' y2='40.5' stroke-dasharray='0 0 1 1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 4 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='58' height='44' viewBox='0 0 58 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.7561 4.89032C54.7431 4.67953 54.6521 4.48077 54.5002 4.33164C54.3484 4.18252 54.1463 4.09338 53.9322 4.0811C42.9212 3.43373 34.1146 6.69218 30.372 12.7753C27.8214 16.9229 27.9244 21.8213 30.6437 26.6313C28.7247 28.7074 27.4574 31.2865 26.9953 34.0567L21.8481 28.9878C23.7391 25.5351 23.7786 22.0112 21.9401 19.0204C19.2186 14.5945 12.8421 12.2294 4.87691 12.689C4.66396 12.7023 4.46324 12.7916 4.31236 12.9401C4.16149 13.0887 4.07083 13.2864 4.05738 13.4961C3.59065 21.3358 5.99225 27.6153 10.4865 30.2955C11.9289 31.1675 13.5884 31.6291 15.2809 31.6291C17.1492 31.5978 18.98 31.1083 20.6078 30.2048L26.7893 36.2988V42.8438C26.7893 43.0727 26.8817 43.2922 27.046 43.4541C27.2104 43.616 27.4334 43.7069 27.6658 43.7069C27.8983 43.7069 28.1212 43.616 28.2856 43.4541C28.45 43.2922 28.5423 43.0727 28.5423 42.8438V36.4801C28.5341 33.2933 29.7281 30.2172 31.8927 27.8484C34.4105 29.2208 36.9479 29.9114 39.3955 29.9114C41.7013 29.9118 43.9621 29.2837 45.9276 28.0966C52.1025 24.4087 55.4048 15.736 54.7561 4.89032ZM11.3937 28.8173C7.60939 26.5644 5.53428 21.1977 5.77094 14.3765C12.6975 14.1413 18.1471 16.187 20.4523 19.9137C21.8722 22.2249 21.8963 24.9568 20.5531 27.7017L14.2598 21.5171C14.0931 21.3683 13.8746 21.2884 13.6497 21.2938C13.4248 21.2993 13.2106 21.3897 13.0515 21.5464C12.8924 21.703 12.8006 21.914 12.7951 22.1355C12.7895 22.357 12.8707 22.5721 13.0218 22.7363L19.304 28.923C16.5146 30.2458 13.7405 30.2221 11.3937 28.8173ZM45.0183 26.6162C41.5013 28.7137 37.3292 28.6857 33.168 26.5623L45.8159 14.1046C45.9735 13.9416 46.0601 13.7243 46.0574 13.4993C46.0547 13.2742 45.9628 13.059 45.8013 12.8997C45.6398 12.7404 45.4215 12.6495 45.193 12.6465C44.9644 12.6434 44.7437 12.7283 44.5778 12.8832L31.9278 25.3409C29.7716 21.2409 29.7365 17.1408 31.873 13.6709C35.184 8.27609 43.0659 5.35643 53.047 5.76428C53.4633 15.5936 50.4876 23.3556 45.0183 26.6162Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 5 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='60' height='55' viewBox='0 0 60 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7422 2L37.197 19.8766L57.248 21.6391L41.8242 33.9765L46.7084 53.112L29.7422 42.7889L12.5189 53.112L17.4031 33.9765L2.23633 21.6391L22.0303 19.8766L29.7422 2Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 6 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='38' height='50' viewBox='0 0 38 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white'%3E%3Cpath d='M37.3666 24.8932C37.3666 32.4259 37.3666 39.9587 37.3666 47.4914C37.3666 49.1681 37.2915 49.2434 35.6677 49.2434C24.3554 49.2434 13.0454 49.2434 1.73312 49.2434C0.0842704 49.2434 0.00239635 49.1658 0.00239635 47.5233C0.00012207 32.4191 0.00012207 17.3149 0.00012207 2.21295C0.00012207 0.602381 0.0751733 0.5271 1.64443 0.5271C12.9931 0.5271 24.3417 0.5271 35.6904 0.5271C37.2801 0.5271 37.3643 0.606944 37.3643 2.18101C37.3666 9.75251 37.3643 17.3217 37.3643 24.8932H37.3666ZM5.61532 17.9605V46.5424C5.61532 47.0807 6.05198 47.5188 6.58871 47.5188H16.8366C17.3734 47.5188 17.81 47.0807 17.81 46.5424C17.81 46.385 17.81 46.2321 17.81 46.0793C17.81 37.8622 17.81 29.6428 17.81 21.4257C17.81 21.1223 17.7145 20.7687 17.8373 20.5292C17.8419 20.5201 17.8464 20.5109 17.851 20.5041C18.1989 19.8539 19.1541 19.8311 19.5203 20.4699C19.5203 20.4744 19.5248 20.4767 19.5271 20.4813C19.6567 20.7117 19.5567 21.0744 19.5567 21.3755C19.5567 29.6702 19.5567 37.9626 19.5567 46.2572V46.5401C19.5567 47.0785 19.9933 47.5165 20.5301 47.5165H30.7962C31.3329 47.5165 31.7695 47.0785 31.7695 46.5401V17.9605C31.7695 17.4221 31.3329 16.9841 30.7962 16.9841H6.58871C6.05198 16.9841 5.61532 17.4221 5.61532 17.9605ZM35.5835 10.0536V3.22811C35.5835 2.68973 35.1469 2.25173 34.6101 2.25173H2.77702C2.24029 2.25173 1.80363 2.68973 1.80363 3.22811V10.0536C1.80363 10.592 2.24029 11.03 2.77702 11.03H34.6101C35.1469 11.03 35.5835 10.592 35.5835 10.0536ZM2.87481 47.5689C3.41154 47.5689 3.8482 47.1309 3.8482 46.5903C3.8482 46.3941 3.8482 46.2025 3.8482 46.0131C3.8482 36.3566 3.8482 26.7023 3.8482 17.0457C3.8482 15.3576 3.98239 15.2184 5.63352 15.2161C13.9847 15.2161 22.3336 15.2161 30.6847 15.2161C32.2494 15.2161 33.5185 16.4891 33.5185 18.0586C33.5185 27.3889 33.5185 36.7215 33.5185 46.0519V46.5378C33.5185 47.0762 33.9551 47.5142 34.4919 47.5142H34.6238C35.1605 47.5142 35.5972 47.0762 35.5972 46.5378V13.8633C35.5972 13.325 35.1605 12.887 34.6238 12.887H2.76337C2.22664 12.887 1.78998 13.325 1.78998 13.8633V46.5926C1.78998 47.1309 2.22664 47.5689 2.76337 47.5689H2.87481Z'/%3E%3Cpath d='M23.3524 6.68426C23.6458 7.00592 24.1507 7.01048 24.4532 6.69795C25.0991 6.0227 25.6517 5.44554 26.2021 4.86838C26.6274 4.42125 27.1732 4.05625 27.6122 4.65622C27.8009 4.91401 27.6463 5.66682 27.3893 5.97023C26.5592 6.94204 25.5949 7.79752 24.7079 8.72143C24.1462 9.30543 23.6458 9.31683 23.0795 8.72827C22.1653 7.77699 21.1805 6.89186 20.3186 5.89723C20.2253 5.79001 20.1775 5.63945 20.1525 5.47291C20.082 5.01438 20.43 4.59691 20.8917 4.59691C21.1146 4.59691 21.3147 4.62429 21.442 4.73379C22.1107 5.3041 22.6997 5.97251 23.3524 6.68882V6.68426Z'/%3E%3Cpath d='M12.2289 6.84622C11.8946 6.47437 11.3101 6.47437 10.978 6.84622C10.3503 7.55341 9.80221 8.18075 9.18133 8.72141C9.11311 8.78072 9.02896 8.8195 8.93344 8.84688C8.31938 9.01569 7.73944 8.43397 7.91684 7.82259C7.94413 7.73134 7.98279 7.64922 8.03965 7.58306C8.72875 6.7755 9.50201 6.04321 10.2593 5.29496C11.0167 4.54671 12.197 4.55127 12.9475 5.28127C13.6981 6.01127 14.444 6.739 15.1172 7.53059C15.1536 7.57394 15.1832 7.62413 15.2059 7.68116C15.4765 8.345 14.767 9.04079 14.1143 8.74422C14.0619 8.72141 14.0142 8.69175 13.971 8.65525C13.3728 8.13741 12.8475 7.53744 12.2289 6.84622Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 7 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='42' height='24' viewBox='0 0 42 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70947 7.27503C7.10942 7.27503 11.1588 0.750732 11.1588 0.750732C11.1588 0.750732 15.2082 7.27503 20.6082 7.27503C26.006 7.27503 31.4059 0.750732 31.4059 0.750732C31.4059 0.750732 36.8058 7.27503 40.8553 7.27503' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.70947 22.4984C7.10942 22.4984 11.1588 15.9741 11.1588 15.9741C11.1588 15.9741 15.2082 22.4984 20.6082 22.4984C26.006 22.4984 31.4059 15.9741 31.4059 15.9741C31.4059 15.9741 36.8058 22.4984 40.8553 22.4984' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 8 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='50' height='54' viewBox='0 0 50 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white'%3E%3Cpath d='M31.2494 22.8484L30.04 23.7357L34.158 29.4922L35.3674 28.6048L31.2494 22.8484Z'/%3E%3Cpath d='M18.1083 3.25476L17.4114 1.94397C19.1537 0.986084 21.1448 0.481934 23.0862 0.381104L23.136 1.89355C21.3937 1.94397 19.6515 2.3977 18.1083 3.25476Z'/%3E%3Cpath d='M32.5439 6.58215C32.1954 6.078 31.7474 5.57385 31.3492 5.17053L32.3946 4.11182C32.8924 4.61597 33.3404 5.17053 33.7884 5.7251L32.5439 6.58215ZM29.9056 3.96057C29.4078 3.60767 28.8602 3.30518 28.3126 3.00269L28.9598 1.64148C29.6069 1.94397 30.2043 2.29687 30.8016 2.70019L29.9056 3.96057ZM26.5704 2.34729C25.973 2.19604 25.3756 2.0448 24.7285 1.99438L24.8779 0.481934C25.5748 0.582764 26.2717 0.683594 26.9686 0.885254L26.5704 2.34729Z'/%3E%3Cpath d='M49.3201 48.5779L41.4051 46.3596L42.2514 41.1669L37.1241 40.3602L37.9703 35.1675L33.2911 34.4112L27.0188 25.639C21.8418 27.1515 16.3162 25.2861 13.1303 20.7992C10.6414 17.2701 9.99422 12.7832 11.5374 8.69958L12.9312 9.20373C11.5872 12.7832 12.1347 16.766 14.3748 19.8917C17.262 23.9753 22.3893 25.5886 27.0686 23.9753L27.5664 23.7737L34.0875 32.8988L39.6628 33.8063L38.8166 38.9486L43.9439 39.7552L43.0976 45.2505L47.9262 46.6117L48.0756 42.7297L32.1461 20.4967L32.4946 20.043C35.4316 16.0602 35.4814 10.6154 32.5444 6.58215L33.7391 5.67468C36.925 10.1112 36.9747 15.9593 33.988 20.4463L49.569 42.2256L49.3201 48.5779Z'/%3E%3Cpath d='M21.4931 15.0015C20.0993 15.0015 18.7552 14.3461 17.909 13.1361C17.3116 12.3295 17.0129 11.3212 17.0627 10.2624L18.5561 10.3633C18.5063 11.0691 18.7054 11.7245 19.1037 12.2286C20.0495 13.5394 21.8913 13.8419 23.2354 12.884C24.5297 11.9261 24.8283 10.0608 23.8825 8.69958C23.3349 7.94336 22.4887 7.48962 21.5429 7.48962V5.97717C22.9367 5.97717 24.2808 6.68298 25.0772 7.84253C25.7741 8.80041 26.0728 10.0104 25.8737 11.1699C25.6746 12.3799 25.0772 13.3882 24.0816 14.094C23.2852 14.7494 22.3891 15.0015 21.4931 15.0015Z'/%3E%3Cpath d='M24.9779 53.3169L20 47.8721L22.24 44.4438L19.8008 41.5702L19.7013 37.9907L20.7466 36.4783L19.5022 34.9658L19.1039 29.2185C14.574 27.9077 11.3383 23.9249 10.9899 19.1355C10.9401 18.228 10.9899 17.2701 11.1392 16.3627L12.6326 16.6147C12.4832 17.4214 12.4832 18.1776 12.533 18.9843C12.8317 23.3199 15.8683 26.8994 20.0497 27.8573L20.5973 27.9581L21.0453 34.3104L22.6881 36.327L21.2942 38.394L21.3938 40.9652L24.1814 44.2926L21.9911 47.7208L24.8784 50.897L26.6704 48.1746L25.3264 28.1598L26.8198 28.059L28.1638 48.5779L24.9779 53.3169Z'/%3E%3Cpath d='M3.7219 20.7991C1.78049 18.6817 0.735123 15.9089 0.784902 13.0352C0.884462 10.1112 2.02939 7.43916 4.12013 5.42256C8.40117 1.28853 15.221 1.43977 19.3029 5.82588C21.3439 7.99372 22.3892 10.9682 22.2399 13.9427L20.7465 13.8419C20.8958 11.2203 19.9998 8.74995 18.2077 6.83418C14.7232 3.10347 8.84919 2.95222 5.1655 6.53169C3.37344 8.2458 2.37785 10.5649 2.27829 13.0856C2.22851 15.6064 3.12454 17.9759 4.81705 19.7908L3.7219 20.7991Z'/%3E%3Cpath d='M6.31042 18.3793C3.52276 15.4048 3.62232 10.6658 6.55931 7.79216C8.00292 6.43096 9.84476 5.67473 11.8359 5.72515C13.8271 5.77556 15.6192 6.5822 17.013 8.04424C18.0584 9.15337 18.7055 10.5146 18.9544 12.027L17.461 12.2791C17.2619 11.0691 16.7641 9.96001 15.9179 9.10295C14.8227 7.94341 13.3791 7.28801 11.7862 7.2376C10.243 7.18718 8.69983 7.79216 7.60468 8.90129C5.26504 11.17 5.16549 14.9511 7.40556 17.3206L6.31042 18.3793Z'/%3E%3Cpath d='M8.94877 23.8745C8.25186 23.7233 7.55495 23.4712 6.95759 23.1687L7.60473 21.8075C8.1523 22.0596 8.74966 22.2612 9.34701 22.4125L8.94877 23.8745ZM5.11575 22.0092C4.61796 21.6562 4.16994 21.2025 3.72192 20.7992L4.81707 19.7405C5.16553 20.1438 5.56377 20.4967 6.01178 20.7992L5.11575 22.0092Z'/%3E%3Cpath d='M47.6279 36.2766L46.483 34.6633L47.6777 33.7559L48.8226 35.3691L47.6279 36.2766ZM45.2882 33.05L44.1433 31.4368L45.338 30.5293L46.483 32.1426L45.2882 33.05Z'/%3E%3Cpath d='M37.504 19.5866L36.2947 20.474L44.1218 31.4154L45.3311 30.528L37.504 19.5866Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 9 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='55' height='32' viewBox='0 0 55 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.5174 27.0651H18.5503C17.1678 30.4426 15.4506 31.832 12.7751 31.7665C10.1706 31.7032 8.35939 30.1579 7.31165 27.0244C5.56694 27.0244 3.78554 27.0267 2.00186 27.0244C0.584996 27.0221 0.562069 26.9973 0.559776 25.5491C0.557484 23.5655 0.555191 21.5797 0.559776 19.5961C0.564362 17.3346 1.59376 15.8707 3.79471 15.1184C6.30976 14.2576 8.83397 13.4262 11.3719 12.6423C12.1262 12.4096 12.571 12.0119 12.9103 11.3161C14.1598 8.75191 15.4804 6.22159 16.7505 3.66868C17.757 1.65347 19.316 0.663934 21.6522 0.684267C28.0831 0.738488 34.514 0.700081 40.9449 0.7046C43.5586 0.7046 45.0213 1.75061 45.8604 4.21315C46.6812 6.62599 47.4561 9.05464 48.3365 11.4471C48.5497 12.0255 49.022 12.5813 49.5195 12.9721C50.4686 13.7177 51.5301 14.3209 52.5251 15.0099C53.9558 16.0017 54.6504 17.3595 54.5106 19.1872C54.3501 21.2702 54.3478 23.3622 54.5175 25.4452C54.6115 26.5951 54.3822 27.0922 53.2978 27.0425C52.007 26.9837 50.7094 26.9905 49.4186 27.056C49.1137 27.0718 48.6276 27.3746 48.5588 27.6321C47.8481 30.3003 45.5165 31.8568 43.0358 31.8252C40.6698 31.7958 38.2396 30.246 37.6527 27.3429C37.6389 27.2729 37.5885 27.2074 37.5197 27.0673L37.5174 27.0651ZM53.1006 25.5469C53.1006 23.1137 53.1373 20.8364 53.0845 18.5591C53.0593 17.5289 52.477 16.7292 51.6035 16.1508C50.5603 15.4618 49.5493 14.7207 48.4717 14.0927C47.9811 13.808 47.3598 13.5957 46.7981 13.5934C35.8346 13.564 24.8688 13.5708 13.903 13.5776C13.4927 13.5776 13.0593 13.6069 12.6719 13.7312C9.75792 14.662 6.85083 15.6154 3.94832 16.5778C2.91663 16.9212 2.18527 17.8407 2.12108 18.9116C1.9881 21.0917 2.08669 23.2854 2.08669 25.5446C3.49438 25.5446 4.86309 25.5085 6.22952 25.5582C7.01131 25.5853 7.4194 25.4136 7.67848 24.5754C8.38003 22.3026 10.5581 20.8364 12.9493 20.8522C15.2924 20.8658 17.491 22.3411 18.1399 24.5302C18.4058 25.4317 18.846 25.5649 19.6691 25.5604C25.2265 25.5311 30.7862 25.5469 36.3436 25.5424C36.715 25.5424 37.0864 25.5062 37.4601 25.4881C37.3753 25.4091 38.3084 22.5828 39.5143 21.8034C43.1596 19.4447 47.3667 20.6331 48.5611 24.8059C48.6483 25.1086 49.1137 25.4881 49.4255 25.5107C50.597 25.5943 51.7777 25.5446 53.1006 25.5446V25.5469ZM30.6348 2.06916C28.1794 2.06916 25.8386 2.26797 23.5437 2.02172C20.2996 1.67154 18.3921 2.91411 17.2457 5.86915C16.4273 7.97926 15.2328 9.94929 14.1552 12.082H30.6371V2.06916H30.6348ZM32.2191 12.0955H46.9654C46.0209 9.32349 45.1474 6.61921 44.1684 3.95108C43.7626 2.84859 42.7722 2.17083 41.6144 2.1392C38.5055 2.05335 35.3944 2.10983 32.2214 2.10983V12.0955H32.2191ZM17.0509 26.254C17.0211 24.0603 15.0792 22.1987 12.8599 22.2349C10.581 22.2733 8.75602 24.1236 8.79271 26.3557C8.83168 28.6081 10.7071 30.4132 12.9699 30.3771C15.2282 30.3387 17.0807 28.4658 17.0509 26.254ZM47.2635 26.2856C47.2497 24.0761 45.34 22.2123 43.1069 22.2326C40.8624 22.2529 38.9572 24.1439 38.9847 26.324C39.0122 28.5516 40.8945 30.3861 43.1482 30.3793C45.3996 30.3725 47.2772 28.5042 47.2635 26.2856Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center; }
				#caracteristicas li:nth-child( 10 )::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56px' height='42px' viewBox='0 0 56 42' fill='none'%3E%3Cg stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'%3E%3Crect x='5.8' y='21.7' width='44.4' height='7.3' rx='3.7' ry='3.7'/%3E%3Cpath d='M5.2,11.4C6,5.4,11.2.8,17.4.8h21.2c6.2,0,11.4,4.6,12.2,10.6'/%3E%3Cpath d='M9,21.7v-6.3c0-2.2-1.8-3.9-3.9-3.9h0c-2.2,0-3.9,1.8-3.9,3.9v13.8s0,0,0,.1c0,0,0,0,0,.1,0,2,1.6,3.7,3.7,3.7h46.4c2,0,3.7-1.6,3.7-3.7s0,0,0,0c0,0,0-.1,0-.2v-13.8c0-2.2-1.8-3.9-3.9-3.9h0c-2.2,0-3.9,1.8-3.9,3.9v6.3'/%3E%3Cpath d='M12.5,33.2v5.3c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.7v-5.3'/%3E%3Cpath d='M48.9,33.2v5.3c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.7v-5.3'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center; }



.form-wrap { padding: 60px 0; background: var(--orange); color: #fff; }
	.form-wrap h2 { font-size: 2.5rem; text-align: center; font-weight: bold; }
	.form-wrap form { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 20px 0; width: calc( 100% + 20px ); }
		.form-wrap form .field-wrap { flex: 0 0 calc( 33.33% - 20px ); margin-right: 20px; }
			.form-wrap form .field-wrap label { display: block; padding-left: 20px; }
			.form-wrap form .field-wrap .text { display: block; width: 100%; padding: 7px 19px; border: 1px solid #fff; border-radius: 20px; background: transparent; color: #fff; }
				.form-wrap form .field-wrap .text::placeholder { color: #fff; opacity: 0.5; }
			.form-wrap form .field-wrap.field-cb { flex: 0 0 calc( 66.66% - 20px ); }
				.form-wrap form .field-wrap.field-cb label { padding-left: 0; }
					.form-wrap form .field-wrap.field-cb label a { color: #fff; text-decoration: underline; font-size: .875rem; }
						.form-wrap form .field-wrap.field-cb label a:hover { color: var(--blue); }
				.form-wrap form .field-wrap.field-cb input { accent-color: var(--blue); margin-right: 8px; }
		.form-wrap form .submit-btn { width: 100%; padding: 12px 20px; background: var(--blue); color: #fff; font-weight: bold; text-transform: uppercase; border-radius: 24px; }
			.form-wrap form .submit-btn:hover { background: var(--green-d); }
			.form-wrap form .submit-btn[disabled] { opacity: .5; pointer-events: none; }

@media ( max-width: 899px ){
	.form-wrap form .field-wrap,
	.form-wrap form .field-wrap.field-cb { flex: 0 0 calc( 50% - 20px ); }
	.form-wrap form .field-wrap.field-nome { flex: 0 0 calc( 100% - 20px ); }
}

@media ( max-width: 599px ){
	.form-wrap form .field-wrap,
	.form-wrap form .field-wrap.field-cb { flex: 0 0 calc( 100% - 20px ); }
}


#cadastro {}



#galeria { padding: 60px 0; position: relative; }
	#gallery-nav { display: flex; align-items: center; height: 100%; margin-right: 300px; gap: 20px; }
		#gallery-nav a { width: 100%; max-width: 240px; padding: 16px 20px; font-weight: 600; color: var(--blue); background-color: #fff; text-align: center; text-transform: uppercase; letter-spacing: 1.5px; border: 2px solid var(--blue); }
			#gallery-nav a:hover,
			#gallery-nav a.active { color: #fff; background: var(--blue); }
	#gallery-full { margin-top: 20px; }
		#galeria .slick-next,
		#galeria .slick-prev { display: block; width: 60px; height: 60px; font-size: 1px; color: transparent; position: absolute; top: 50%; transform: translateY(-50%); z-index: 9; transition: all .3s ease-out; }
			#galeria .slick-prev { background: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.600876 7.5424C0.210352 7.93293 0.210352 8.56609 0.600876 8.95662L6.96484 15.3206C7.35536 15.7111 7.98853 15.7111 8.37905 15.3206C8.76958 14.9301 8.76958 14.2969 8.37905 13.9064L2.7222 8.24951L8.37905 2.59266C8.76958 2.20213 8.76958 1.56897 8.37905 1.17844C7.98853 0.78792 7.35536 0.78792 6.96484 1.17844L0.600876 7.5424ZM21.308 7.24951L1.30798 7.24951V9.24951L21.308 9.24951V7.24951Z' fill='white'/%3E%3C/svg%3E")  center no-repeat var(--orange-l); left: 0px; }
			#galeria .slick-next { background: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.015 7.5424C21.4055 7.93293 21.4055 8.56609 21.015 8.95662L14.651 15.3206C14.2605 15.7111 13.6273 15.7111 13.2368 15.3206C12.8463 14.9301 12.8463 14.2969 13.2368 13.9064L18.8936 8.24951L13.2368 2.59266C12.8463 2.20213 12.8463 1.56897 13.2368 1.17844C13.6273 0.78792 14.2605 0.78792 14.651 1.17844L21.015 7.5424ZM0.307861 7.24951L20.3079 7.24951V9.24951L0.307861 9.24951L0.307861 7.24951Z' fill='white'/%3E%3C/svg%3E") center no-repeat var(--orange-l); right: 0; }
				/* #galeria .slick-next::before,
				#galeria .slick-prev::before { content: ''; } */
				#galeria .slick-prev:hover,
				#galeria .slick-next:hover { background-color: var(--blue); }
		#galeria .slide-item p { padding-top: 12px; color: var(--blue); text-align: center; }

	#galeria .btn-download { position: absolute; top: 0; right: 20px; width: 100%; max-width: 280px; padding: 6px 20px 6px 48px; font-weight: 600; color: #fff; background: var(--blue) url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.127 26H1.33275C1.10024 26 0.877248 26.1054 0.712834 26.2929C0.548421 26.4804 0.456055 26.7348 0.456055 27C0.456055 27.2652 0.548421 27.5196 0.712834 27.7071C0.877248 27.8946 1.10024 28 1.33275 28H24.127C24.3595 28 24.5825 27.8946 24.7469 27.7071C24.9113 27.5196 25.0037 27.2652 25.0037 27C25.0037 26.7348 24.9113 26.4804 24.7469 26.2929C24.5825 26.1054 24.3595 26 24.127 26Z' fill='white'/%3E%3Cpath d='M12.2674 23L22.7212 13.4227C22.8827 13.25 22.967 13.0279 22.9574 12.8007C22.9478 12.5735 22.845 12.358 22.6696 12.1973C22.4941 12.0365 22.2589 11.9423 22.0109 11.9335C21.7629 11.9248 21.5205 12.002 21.332 12.1499L13.2527 19.5428V0.902669C13.2527 0.663266 13.1489 0.433669 12.9641 0.264386C12.7793 0.0951025 12.5287 0 12.2674 0C12.0061 0 11.7555 0.0951025 11.5707 0.264386C11.3859 0.433669 11.2821 0.663266 11.2821 0.902669V19.5428L3.21265 12.1499C3.12432 12.0554 3.01563 11.9787 2.89339 11.9245C2.77115 11.8703 2.63801 11.8399 2.50232 11.8351C2.36662 11.8303 2.23131 11.8512 2.10488 11.8966C1.97844 11.942 1.86361 12.0108 1.76759 12.0988C1.67157 12.1868 1.59643 12.292 1.5469 12.4078C1.49736 12.5236 1.4745 12.6476 1.47974 12.7719C1.48498 12.8962 1.51821 13.0182 1.57735 13.1302C1.63649 13.2422 1.72026 13.3418 1.8234 13.4227L12.2674 23Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 12px 50%; text-transform: uppercase; letter-spacing: 1.5px; }
		#galeria .btn-download:hover { background-color: var(--orange); }



@media ( max-width: 999px ){
	#gallery-nav { margin-right: 0; justify-content: center; }
	#galeria .btn-download { position: relative; inset: 0; padding: 20px 20px 80px 20px; margin: 40px -20px 0; display: block; width: calc(100% + 40px); max-width: calc(100% + 40px); text-align: center; background-position: 50% calc( 100% - 28px ); }

}

@media ( max-width:899px ){
	#galeria .wrap { padding: 0; }
		#gallery-nav { flex-wrap: wrap; justify-content: space-evenly; padding: 0 20px; }
			#gallery-nav a { max-width: 200px; }

	#gallery-full { padding-bottom: 80px; }
		#galeria .slick-next,
		#galeria .slick-prev { bottom: 0; top: auto; width: 40px; height: 40px; }
		#galeria .slick-prev { left: calc(50% - 50px); }
		#galeria .slick-next { right: calc(50% - 50px); }

	#galeria .btn-download { margin: 20px 0 0; width: 100%; max-width: 100%; }
}



#tour { height: clamp( 320px, 33.33vw, 640px ); background: url(../img/sala-apto-meio.webp) no-repeat center / cover; display: flex; align-items: center; justify-content: center; position: relative; }
	#tour::before { content: ''; display: block; position: absolute; inset: 0; background: var(--blue); opacity: .75; width: 100%; height: 100%; }
	#tour h2 { position: relative; z-index: 2; font-size: 2rem; }
		#tour h2 a { display: block; color: #fff; padding-top: 100px; background: url(../img/tour-360.webp) no-repeat 50% 0; min-width: 120px; text-align: center; text-transform: uppercase; text-decoration: underline; }
			#tour h2 a:hover { color: var(--orange); }

@media ( max-width: 1199px ){
	#tour { background-image: url(../img/sala-apto-meio-dt.webp); }
}

@media ( max-width: 899px ){
	#tour { background-image: url(../img/sala-apto-meio-tb.webp); }
}

@media ( max-width: 599px ){
	#tour { background-image: url(../img/sala-apto-meio-mb.webp); }
}

/* #estagio-de-obra */
#estagio-de-obra { padding: 60px 0; }
#estagio-de-obra .wrap { max-width: 820px; width: 100%;}
    #estagio-de-obra h2 { font-size: 2rem; text-align: center; }
        #estagio-de-obra h2 strong {color: #F4561E;}
    #estagio-de-obra .progresso { margin-top: 40px; padding-bottom: 20px; position: relative; display: flex; justify-content: space-between; align-items: center; }
        #estagio-de-obra .progresso h3 { font-size: 1rem; color:#F4561E }
        #estagio-de-obra .progresso p { font-size: 1.5rem; color:#F4561E }
        #estagio-de-obra .progresso::before,
        #estagio-de-obra .progresso::after { content: ''; display: block; height: 12px; border-radius: 6px; position: absolute; bottom: 0; left: 0; }
        #estagio-de-obra .progresso::before { width: 100%; background: #144471; }
        #estagio-de-obra .progresso::after { width: var(--perc, 0px); background: #F4561E; }
#estagio-de-obra .assista { position: relative; max-width: 480px; margin: 40px auto 0; padding: 20px; display: flex; align-items: center; justify-content: center; height: 270px; }
    #estagio-de-obra .assista::before { content: ''; display: block; width: 100%; height: 100%; background: rgba( 255 255 255 / 25% ); position: absolute; inset: 0; border-radius: 12px; z-index: 2; }
    #estagio-de-obra .assista img { display: block; position: absolute; inset: 0; z-index: 1; border-radius: 12px; width: 100%; height: 100%; object-fit: cover; }
    #estagio-de-obra .assista span { display: block; position: relative; z-index: 3; width: 100%; max-width: 420px; padding: 18px 20px 18px 73px; background: #000 url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white'%3E%3Cpath d='M16.22 15.8402C15.5 15.8402 14.7667 15.7068 14.1933 15.4535L6.32666 11.9602C4.32666 11.0668 4.03333 9.86683 4.03333 9.2135C4.03333 8.56016 4.32666 7.36016 6.32666 6.46683L14.1933 2.9735C15.3533 2.4535 17.1 2.4535 18.26 2.9735L26.14 6.46683C28.1267 7.34683 28.4333 8.56016 28.4333 9.2135C28.4333 9.86683 28.14 11.0668 26.14 11.9602L18.26 15.4535C17.6733 15.7202 16.9533 15.8402 16.22 15.8402ZM16.22 4.58683C15.7667 4.58683 15.3267 4.6535 15.0067 4.80016L7.13999 8.2935C6.32666 8.66683 6.03333 9.04016 6.03333 9.2135C6.03333 9.38683 6.32666 9.7735 7.12666 10.1335L14.9933 13.6268C15.6333 13.9068 16.7933 13.9068 17.4333 13.6268L25.3133 10.1335C26.1267 9.7735 26.42 9.38683 26.42 9.2135C26.42 9.04016 26.1267 8.6535 25.3133 8.2935L17.4467 4.80016C17.1267 4.66683 16.6733 4.58683 16.22 4.58683Z'/%3E%3Cpath d='M16.5 22.7865C15.9933 22.7865 15.4867 22.6798 15.0067 22.4665L5.95333 18.4398C4.58 17.8398 3.5 16.1732 3.5 14.6665C3.5 14.1198 3.95333 13.6665 4.5 13.6665C5.04667 13.6665 5.5 14.1198 5.5 14.6665C5.5 15.3998 6.1 16.3198 6.76667 16.6265L15.82 20.6532C16.2467 20.8398 16.74 20.8398 17.18 20.6532L26.2333 16.6265C26.9 16.3332 27.5 15.3998 27.5 14.6665C27.5 14.1198 27.9533 13.6665 28.5 13.6665C29.0467 13.6665 29.5 14.1198 29.5 14.6665C29.5 16.1732 28.42 17.8398 27.0467 18.4532L17.9933 22.4798C17.5133 22.6798 17.0067 22.7865 16.5 22.7865Z'/%3E%3Cpath d='M16.5 29.4532C15.9933 29.4532 15.4867 29.3465 15.0067 29.1332L5.95333 25.1065C4.46 24.4398 3.5 22.9598 3.5 21.3198C3.5 20.7732 3.95333 20.3198 4.5 20.3198C5.04667 20.3198 5.5 20.7865 5.5 21.3332C5.5 22.1732 5.99333 22.9465 6.76667 23.2932L15.82 27.3198C16.2467 27.5065 16.74 27.5065 17.18 27.3198L26.2333 23.2932C27.0067 22.9465 27.5 22.1865 27.5 21.3332C27.5 20.7865 27.9533 20.3332 28.5 20.3332C29.0467 20.3332 29.5 20.7865 29.5 21.3332C29.5 22.9732 28.54 24.4532 27.0467 25.1198L17.9933 29.1465C17.5133 29.3465 17.0067 29.4532 16.5 29.4532Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 20px 50%; color: #fff; border-radius: 12px; transition: all .3s ease-out; will-change: background-color; }
    #estagio-de-obra .assista:hover span { background-color: #333; }
@media ( max-width: 899px ){
#estagio-de-obra h2 { font-size: 1.5rem; max-width: 600px; }
}
@media ( max-width: 599px ){
#estagio-de-obra h2 { font-size: 1.25rem; max-width: 480px; }
}
/*** End estágio de obra***/


#diferenciais { padding: 60px 0; }
	#diferenciais h2 { position: relative; background: var(--green-l); padding: 9px 20px; color: #fff; max-width: 330px; height: 90px; text-transform: uppercase; margin-top: -90px; }
	#diferenciais ul { margin-top: 40px; list-style: none; display: flex; flex-wrap: wrap; justify-content: center;; gap: 20px 0; width: 100%; }
		#diferenciais li { flex: 0 0 360px; margin: 0 20px; display: flex; align-items: center; gap: 20px; }
			#diferenciais li::before { content: ''; display: block; height: 70px; flex: 0 0 70px; }
				#diferenciais li:nth-child( 1 )::before { background: url("data:image/svg+xml,%3Csvg width='64' height='68' viewBox='0 0 64 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300A0A5'%3E%3Cpath d='M60.5485 62.1441H2.86137C2.26386 62.1441 1.79309 61.6392 1.79309 60.9985V2.10864C1.79309 1.4679 2.26386 0.963074 2.86137 0.963074H60.5485C61.146 0.963074 61.6168 1.4679 61.6168 2.10864V60.9985C61.6168 61.6392 61.146 62.1441 60.5485 62.1441ZM3.92965 59.8529H59.4802V3.25421H3.92965V59.8529Z'/%3E%3Cpath d='M62.3224 67.037H1.06828C0.470768 67.037 0 66.5321 0 65.8914V61.0179C0 60.3771 0.470768 59.8723 1.06828 59.8723H62.3224C62.9199 59.8723 63.3907 60.3771 63.3907 61.0179V65.8914C63.3907 66.5321 62.9199 67.037 62.3224 67.037ZM2.13656 64.7458H61.2541V62.1634H2.13656V64.7458Z'/%3E%3Cpath d='M34.8365 56.1055H8.50969C7.91217 56.1055 7.44141 55.6007 7.44141 54.96V8.1665C7.44141 7.52576 7.91217 7.02094 8.50969 7.02094H34.8546C35.4521 7.02094 35.9229 7.52576 35.9229 8.1665V54.9405C35.9229 55.5813 35.4521 56.0861 34.8546 56.0861L34.8365 56.1055ZM9.57797 53.795H33.7682V9.31207H9.57797V53.795Z'/%3E%3Cpath d='M54.8987 56.1055H40.486C39.8885 56.1055 39.4177 55.6007 39.4177 54.96V8.1665C39.4177 7.52576 39.8885 7.02094 40.486 7.02094H54.8987C55.4963 7.02094 55.967 7.52576 55.967 8.1665V54.9405C55.967 55.5813 55.4963 56.0861 54.8987 56.0861V56.1055ZM41.5543 53.795H53.8124V9.31207H41.5543V53.795Z'/%3E%3Cpath d='M16.2238 28.9614C15.9522 28.9614 15.6806 28.8449 15.4633 28.6313C15.0469 28.1847 15.0469 27.4469 15.4633 27.0003L22.1989 19.7774C22.6154 19.3309 23.3034 19.3309 23.7199 19.7774C24.1363 20.224 24.1363 20.9618 23.7199 21.4084L16.9843 28.6313C16.767 28.8643 16.4954 28.9614 16.2238 28.9614Z'/%3E%3Cpath d='M19.5911 43.7957C19.3195 43.7957 19.0479 43.6792 18.8306 43.4656C18.4142 43.019 18.4142 42.2812 18.8306 41.8346L22.9046 37.4659C23.321 37.0193 24.0091 37.0193 24.4255 37.4659C24.842 37.9125 24.842 38.6503 24.4255 39.0969L20.3516 43.4656C20.1343 43.6986 19.8627 43.7957 19.5911 43.7957Z'/%3E%3Cpath d='M46.1894 26.2432C45.9178 26.2432 45.6462 26.1267 45.4289 25.9131C45.0125 25.4665 45.0125 24.7287 45.4289 24.2821L48.2535 21.2531C48.67 20.8066 49.358 20.8066 49.7745 21.2531C50.1909 21.6997 50.1909 22.4375 49.7745 22.8841L46.9499 25.9131C46.7326 26.1461 46.461 26.2432 46.1894 26.2432Z'/%3E%3Cpath d='M45.2664 46.0285C44.9948 46.0285 44.7232 45.912 44.5059 45.6984C44.0895 45.2518 44.0895 44.514 44.5059 44.0674L47.0952 41.2909C47.5116 40.8443 48.1997 40.8443 48.6161 41.2909C49.0326 41.7374 49.0326 42.4753 48.6161 42.9218L46.0269 45.6984C45.8096 45.9314 45.538 46.0285 45.2664 46.0285Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain; }
				#diferenciais li:nth-child( 2 )::before { background: url("data:image/svg+xml,%3Csvg width='58' height='55' viewBox='0 0 58 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300A0A5'%3E%3Cpath d='M43.1001 30.08C42.5501 30.08 42.1001 30.53 42.1001 31.08C42.1001 31.63 42.5501 32.08 43.1001 32.08C45.2601 32.08 47.0101 33.83 47.0101 36.02C47.0101 38.21 45.2601 39.93 43.1001 39.93H43.0001C40.8401 39.93 39.0901 38.18 39.0901 36.02V26.85C39.0901 26.3 38.6401 25.85 38.0901 25.85C37.5401 25.85 37.0901 26.3 37.0901 26.85V36.02C37.0901 39.28 39.7401 41.93 43.0001 41.93H43.1001C46.3601 41.93 49.0101 39.28 49.0101 35.99C49.0101 32.7 46.3601 30.08 43.1001 30.08Z'/%3E%3Cpath d='M15.7901 25.86C15.2401 25.86 14.7901 26.31 14.7901 26.86V42.03C14.7901 44.19 13.0401 45.94 10.8801 45.94H10.7801C8.62012 45.94 6.87012 44.19 6.87012 42C6.87012 39.81 8.62012 38.09 10.7801 38.09C11.3301 38.09 11.7801 37.64 11.7801 37.09C11.7801 36.54 11.3301 36.09 10.7801 36.09C7.52012 36.09 4.87012 38.74 4.87012 42.03C4.87012 45.32 7.52012 47.94 10.7801 47.94H10.8801C14.1401 47.94 16.7901 45.29 16.7901 42.03V26.86C16.7901 26.31 16.3401 25.86 15.7901 25.86Z'/%3E%3Cpath d='M31.3801 42.62C30.8301 42.62 30.3801 43.07 30.3801 43.62C30.3801 44.17 30.8301 44.62 31.3801 44.62C33.5401 44.62 35.2901 46.37 35.2901 48.56C35.2901 50.75 33.5401 52.47 31.3801 52.47H31.2801C29.1201 52.47 27.3701 50.72 27.3701 48.56V26.85C27.3701 26.3 26.9201 25.85 26.3701 25.85C25.8201 25.85 25.3701 26.3 25.3701 26.85V48.56C25.3701 51.82 28.0201 54.47 31.2801 54.47H31.3801C34.6401 54.47 37.2901 51.82 37.2901 48.53C37.2901 45.24 34.6401 42.62 31.3801 42.62Z'/%3E%3Cpath d='M52.83 0H5C2.24 0 0 2.24 0 5V18.14C0 20.9 2.24 23.14 5 23.14H52.83C55.59 23.14 57.83 20.9 57.83 18.14V5C57.83 2.24 55.59 0 52.83 0ZM16.89 2H40.93V5.17H16.89V2ZM10.81 19.03H47.02L48.09 21.14H9.74L10.81 19.03ZM11.82 17.03L12.98 14.75H44.86L46.02 17.03H11.82ZM55.83 18.14C55.83 19.79 54.48 21.14 52.83 21.14H50.33L46.36 13.3C46.19 12.96 45.84 12.75 45.47 12.75H12.36C11.98 12.75 11.64 12.96 11.47 13.3L7.5 21.14H5C3.35 21.14 2 19.79 2 18.14V5C2 3.35 3.35 2 5 2H14.89V6.17C14.89 6.72 15.34 7.17 15.89 7.17H41.93C42.48 7.17 42.93 6.72 42.93 6.17V2H52.82C54.47 2 55.82 3.35 55.82 5V18.14H55.83Z'/%3E%3Cpath d='M9.90996 5.17004H5.70996C5.15996 5.17004 4.70996 5.62004 4.70996 6.17004C4.70996 6.72004 5.15996 7.17004 5.70996 7.17004H9.90996C10.46 7.17004 10.91 6.72004 10.91 6.17004C10.91 5.62004 10.46 5.17004 9.90996 5.17004Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain; }
				#diferenciais li:nth-child( 3 )::before { background: url("data:image/svg+xml,%3Csvg width='57' height='56' viewBox='0 0 57 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300A0A5' stroke='%2300A0A5' stroke-width='0.5' stroke-miterlimit='10'%3E%3Cpath d='M35.2796 0.999268H0.883301V2.73674H12.9269V11.4441H0.883301V23.6463H12.9269V32.3537H0.883301V44.5559H12.9269V53.2632H0.883301V55.0007H55.8977V21.9089H50.5757C49.2353 19.6921 46.8305 17.5752 44.1695 16.4568C44.0709 16.4168 43.9526 16.3769 43.8541 16.337V13.2015H55.8977V0.999268H35.2599H35.2796ZM54.1828 11.4441H35.2796V2.73674H54.1828V11.4441ZM49.0973 22.7676C49.2747 23.0672 49.4324 23.3468 49.5507 23.6463C49.7084 24.0058 49.8266 24.3453 49.8858 24.6848C50.6348 28.5192 53.217 31.0755 54.1631 31.8943V53.2632H19.2543C19.0769 51.7854 18.7418 48.2905 18.8798 44.5559C18.8798 44.2563 18.8995 43.9768 18.9192 43.6772C18.9192 43.3776 18.9586 43.098 18.9783 42.7985C19.2543 39.6031 19.9639 36.4477 21.5014 34.3907C21.5802 34.2908 21.6591 34.191 21.7379 34.0911C21.935 33.8515 22.1519 33.6318 22.3687 33.4321C22.4475 33.3522 22.5264 33.2723 22.6249 33.2124C22.8221 33.0526 23.0192 32.9128 23.236 32.793C23.5514 32.6133 23.8865 32.4535 24.2413 32.3337C24.2807 32.3337 24.3004 32.3137 24.3398 32.2937C29.7999 30.6362 31.7316 26.9415 33.4071 23.6663C33.4071 23.6663 33.4071 23.6264 33.4268 23.6264C33.4662 23.5465 33.5056 23.4866 33.545 23.4266C33.6633 23.207 33.7816 22.9873 33.8998 22.7676C34.0575 22.468 34.2152 22.1884 34.3729 21.8889C35.1811 20.451 36.1075 19.1728 37.4676 18.2542C39.0051 17.2157 40.72 17.2357 42.1392 17.5752C42.4349 17.655 42.7305 17.7349 43.0065 17.8348C43.1839 17.8947 43.3613 17.9746 43.519 18.0345C43.6373 18.0744 43.7555 18.1343 43.8541 18.1943C45.6478 19.0131 47.343 20.411 48.4863 21.8689C48.7031 22.1485 48.9199 22.4481 49.0973 22.7476V22.7676ZM54.1828 23.6463V29.4379C53.217 28.3395 52.0343 26.5821 51.5809 24.3453C51.5415 24.1057 51.4627 23.886 51.3838 23.6463H54.1631H54.1828ZM14.6418 53.2632V44.5559H17.1846C17.0269 48.2505 17.3423 51.6256 17.5394 53.2632H14.6615H14.6418ZM2.59819 34.0911H19.6485C18.2096 36.4677 17.5394 39.6431 17.2634 42.7985H2.59819V34.0911ZM2.59819 13.2015H21.5014V21.9089H2.59819V13.2015ZM14.6418 2.73674H33.545V11.4441H14.6418V2.73674ZM14.6418 23.6463H31.4951C29.9379 26.602 28.2427 29.3181 23.847 30.6561C22.7432 30.9956 21.7971 31.5948 21.0086 32.3537H14.6418V23.6463ZM42.1392 15.8177C40.0498 15.3983 38.0984 15.7378 36.5017 16.8163C34.57 18.1343 33.4071 19.9916 32.4018 21.8889H23.236V13.1815H42.1392V15.8177Z'/%3E%3Cpath d='M44.4652 44.5559L43.8739 43.9568L43.6176 43.6972L43.0263 43.0981L42.7701 42.8384L42.1787 42.2393L41.8042 41.8599L40.8383 42.8384L40.6018 43.0781L40.3653 42.8384L39.3994 41.8599L41.41 39.8228C41.8436 39.3835 42.0013 38.7644 41.8633 38.1652C41.7253 37.5861 41.3114 37.1467 40.7595 36.947L34.8461 34.1511L33.6043 33.5719L33.0129 33.2923L31.1798 32.4136L30.9432 32.2938L30.825 32.2538C30.3716 32.114 29.8788 32.174 29.4846 32.4136C29.3466 32.4935 29.2283 32.5734 29.1298 32.6932C28.9524 32.8729 28.8341 33.0726 28.7553 33.2923C28.6567 33.5719 28.6173 33.8715 28.6567 34.1711C28.6567 34.2509 28.6764 34.3508 28.7158 34.4307L32.6187 42.8784L33.0129 43.7571L33.3677 44.496C33.3677 44.496 33.4071 44.5759 33.4269 44.6159C33.486 44.7557 33.5648 44.8955 33.6634 45.0153C33.8802 45.2949 34.1759 45.4946 34.5307 45.5944C34.5504 45.5944 34.5701 45.5944 34.5898 45.5944C34.7278 45.6344 34.8855 45.6543 35.0235 45.6543C35.1417 45.6543 35.2797 45.6543 35.398 45.6144C35.7134 45.5345 36.0091 45.3947 36.2456 45.1551L36.7778 44.6159L37.6451 43.7371L38.2561 43.118L38.8672 43.7371L39.4585 44.3363L39.2023 44.5959L38.2561 45.5545L43.1249 50.4873C43.6176 50.9866 44.2681 51.2462 44.958 51.2462C45.6479 51.2462 46.2984 50.9666 46.7715 50.4873C47.7767 49.4688 47.7767 47.8112 46.7715 46.7927L44.6032 44.5959L44.4652 44.5559ZM45.4114 49.2092C45.0763 49.5487 44.5244 49.5487 44.1893 49.2092L40.5427 45.5146L41.4888 44.5559L41.7451 44.2963L42.0013 44.5559L45.3917 47.9909C45.7268 48.3305 45.7268 48.8896 45.3917 49.2291L45.4114 49.2092ZM35.2797 43.4775L35.0826 43.6772L34.9052 43.857L34.8264 43.6772L34.4321 42.7985L30.411 34.0912L30.3125 33.8915L30.7461 34.0912L40.0302 38.4848L40.1484 38.5247L38.1379 40.5618L36.3047 38.7045L35.0826 39.9427L36.9158 41.8L35.9499 42.7785L35.2797 43.4575V43.4775Z'/%3E%3Cpath d='M34.2745 31.3551L34.4125 31.2753L35.0235 30.9557C35.0235 30.9557 35.1221 30.9158 35.26 30.8359C36.1668 30.4165 39.5768 29.0385 43.7162 29.7375L44.5638 29.8773L44.8398 28.1598L43.9922 28.02C40.109 27.361 36.8567 28.3196 35.26 28.9586C34.8658 29.1184 34.5701 29.2382 34.3927 29.3381C34.2942 29.378 34.2153 29.418 34.2153 29.4379L33.5452 29.7974L33.4663 29.8374L33.5452 29.9971L34.2548 31.3751L34.2745 31.3551Z'/%3E%3Cpath d='M38.4927 32.3537C38.3744 32.4136 38.2956 32.4535 38.2759 32.4735L37.5269 32.9129L37.7043 33.2324L38.197 34.1111L38.3744 34.4307L38.9264 34.1111L39.1235 33.9913C39.1235 33.9913 40.3062 33.3322 42.1393 33.2524C42.4153 33.2524 42.6912 33.2524 43.0066 33.2524C43.2826 33.2524 43.5782 33.2923 43.8739 33.3323C44.6821 33.4521 45.5691 33.6917 46.4955 34.0911C47.895 34.7102 49.4128 35.7288 50.9897 37.3264L51.6008 37.9455L52.8229 36.7073L52.2118 36.0882C51.4431 35.3094 50.6743 34.6503 49.9253 34.0911C49.4917 33.7716 49.0383 33.472 48.6244 33.2124C48.033 32.8529 47.4614 32.5734 46.9095 32.3337C42.6715 30.5763 39.3797 31.9143 38.5124 32.3337L38.4927 32.3537Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain; }
				#diferenciais li:nth-child( 4 )::before { background: url("data:image/svg+xml,%3Csvg width='68' height='63' viewBox='0 0 68 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.7947 48.2014C65.6346 48.2014 65.4746 48.2278 65.3145 48.2804L54.6703 52.1118L37.7702 46.029L54.6703 39.9462L65.3145 43.7776C65.4746 43.8302 65.6346 43.8566 65.7947 43.8566C66.3683 43.8566 66.9018 43.5142 67.1019 42.9612C67.3687 42.2503 66.9952 41.4603 66.2749 41.197L55.1505 37.1944C54.8437 37.0891 54.4969 37.0891 54.1901 37.1944L33.6886 44.5675L13.1871 37.1944C12.8803 37.0891 12.5335 37.0891 12.2267 37.1944L1.11562 41.197C0.395332 41.4603 0.0218502 42.2503 0.288623 42.9612C0.488703 43.5142 1.03559 43.8566 1.59581 43.8566C1.75587 43.8566 1.91594 43.8302 2.076 43.7776L12.7202 39.9462L29.6203 46.029L12.7202 52.1118L2.076 48.2804C1.91594 48.2278 1.75587 48.2014 1.59581 48.2014C1.02225 48.2014 0.488703 48.5437 0.288623 49.0967C0.0218502 49.8077 0.395332 50.5977 1.11562 50.861L12.24 54.8636L33.2217 62.4078C33.3818 62.4605 33.5419 62.4868 33.7019 62.4868C33.862 62.4868 34.0221 62.4605 34.1821 62.4078L55.1638 54.8636L66.2882 50.861C67.0085 50.5977 67.382 49.8077 67.1152 49.0967C66.9151 48.5437 66.3683 48.2014 65.808 48.2014H65.7947ZM33.6886 59.6561L16.7885 53.5733L33.6886 47.4904L50.5886 53.5733L33.6886 59.6561ZM41.0915 36.3913L50.602 32.968L33.7019 26.8984L16.8019 32.968L31.5677 38.2872C32.288 38.5505 32.6749 39.3274 32.4081 40.0515C32.208 40.5913 31.6878 40.96 31.1009 40.96C30.9408 40.96 30.7808 40.9336 30.6207 40.881L12.2534 34.2715C11.7065 34.074 11.333 33.5605 11.333 32.9812C11.333 32.4019 11.7065 31.8752 12.2534 31.6909L33.2351 24.1598C33.5419 24.0413 33.8753 24.0545 34.1821 24.1598L55.1638 31.6909C55.7107 31.8884 56.0842 32.4019 56.0842 32.9812C56.0842 33.5605 55.7107 34.0872 55.1638 34.2715L42.0653 38.985C41.3583 39.2484 40.5313 38.8665 40.2779 38.1556C40.1445 37.8132 40.1712 37.4446 40.3179 37.1022C40.4646 36.7599 40.7447 36.5098 41.1049 36.3913H41.0915ZM37.6368 39.1035C37.9036 39.8145 37.5301 40.6045 36.7965 40.8678C36.6364 40.9205 36.4764 40.9468 36.3163 40.9468C35.7294 40.9468 35.1959 40.5781 35.0091 40.0383C34.8891 39.696 34.9024 39.3274 35.0491 38.985C35.2225 38.6427 35.476 38.3925 35.8494 38.2741C36.5564 38.0239 37.3834 38.4057 37.6368 39.0904V39.1035ZM5.78414 13.0738L7.1847 24.094C7.27807 24.7786 7.86497 25.3053 8.57192 25.3053H19.7364C20.4433 25.3053 21.0302 24.7918 21.1236 24.094L22.0173 17.0368H57.418C59.7256 17.0368 61.6064 15.1804 61.6064 12.9026C61.6064 10.6249 59.7256 8.76842 57.418 8.76842H22.0173L21.1236 1.7113C21.0302 1.02665 20.4433 0.5 19.7364 0.5H8.57192C7.86497 0.5 7.27807 1.01348 7.1847 1.7113L5.78414 12.7315C5.78414 12.7315 5.78414 12.771 5.78414 12.7973C5.78414 12.8368 5.78414 12.8631 5.78414 12.9026C5.78414 12.9421 5.78414 12.9685 5.78414 13.008C5.78414 13.0343 5.78414 13.0475 5.78414 13.0738ZM57.418 14.2719H22.5241V11.5202H57.418C58.1917 11.5202 58.8186 12.139 58.8186 12.9026C58.8186 13.6663 58.1917 14.2851 57.418 14.2851V14.2719ZM9.79908 3.25175H18.4959L19.5363 11.5202H8.75866L9.79908 3.25175ZM19.5496 14.2719L18.5092 22.5403H9.81241L8.772 14.2719H19.563H19.5496Z' fill='%2300A0A5'/%3E%3C/svg%3E%0A") no-repeat center / contain; }
				#diferenciais li:nth-child( 5 )::before { background: url("data:image/svg+xml,%3Csvg width='68' height='65' viewBox='0 0 68 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300A0A5'%3E%3Cpath d='M62.2568 40.0841C62.2568 40.0841 62.4492 39.9761 62.5775 39.9761C62.4492 39.9761 62.3423 40.0409 62.2568 40.0841Z'/%3E%3Cpath d='M62.8982 25.1968C57.5323 25.1968 52.1876 25.1968 46.8217 25.1968C46.5224 25.1968 46.2231 25.1968 45.9451 25.24C43.9356 25.5857 42.5674 27.2278 42.546 29.2805C42.546 31.29 42.546 33.2994 42.546 35.3953H41.5626C31.814 35.3953 22.0441 35.3953 12.2955 35.3953C11.5045 35.3953 11.1197 35.6762 11.1197 36.2164C11.1197 36.7781 11.4831 37.0374 12.2741 37.0374C14.4975 37.0374 16.7208 37.0374 18.9442 37.0374H19.6924V41.402H1.88421V37.0374C2.80348 37.0374 3.65862 37.0374 4.51376 37.0374C5.262 37.0374 5.62543 36.7565 5.62543 36.238C5.62543 35.7194 5.24062 35.3953 4.53513 35.3953C3.48759 35.3953 2.44005 35.3953 1.41388 35.3953C0.451854 35.3953 0.195312 35.6546 0.195312 36.6053C0.195312 45.4858 0.195312 54.3663 0.195312 63.2467C0.195312 64.2407 0.409097 64.4783 1.3925 64.4783C22.9206 64.4783 44.47 64.4783 65.9981 64.4783C66.9815 64.4783 67.1953 64.2407 67.1953 63.2683C67.1953 52.0327 67.1953 40.7754 67.1953 29.5398C67.1953 26.9037 65.5064 25.1968 62.8982 25.1968ZM19.6711 62.793H1.86283V57.4345H19.6711V62.793ZM19.6711 55.6843H1.84145V50.2825H19.6711V55.6843ZM19.6711 48.554H1.84145V43.1522H19.6711V48.554ZM42.5032 62.8146H21.3813V61.583H42.5032V62.8146ZM42.5246 59.8112H21.4027V43.5195H42.5246V59.8112ZM42.5246 41.7694H21.4027V37.1022H42.5246V41.7694ZM65.5278 62.793H44.2349V38.1394H65.5278V62.793ZM65.5705 35.6762C65.5705 35.8923 65.5705 36.1299 65.5705 36.4108H44.1921C44.1921 35.3737 44.1921 34.3798 44.1921 33.3642C44.1921 32.0246 44.1921 30.7066 44.1921 29.3669C44.1921 27.876 45.1969 26.8605 46.672 26.8605C52.1663 26.8605 57.6392 26.8605 63.1334 26.8605C64.4161 26.8605 65.5064 27.768 65.5278 28.9996C65.5919 31.2251 65.5492 33.4507 65.5492 35.6762H65.5705Z'/%3E%3Cpath d='M10.0508 26.7309C17.6401 26.7309 25.2509 26.7309 32.8402 26.7309C33.5885 26.7309 33.845 26.4716 33.845 25.6938C33.845 24.3325 33.845 22.9929 33.845 21.6317C33.845 21.3508 33.7595 21.0483 33.6526 20.7674C32.5195 18.1529 31.3651 15.5385 30.2534 12.9024C29.9969 12.2758 29.6121 12.0381 28.9493 12.0598C28.0942 12.103 27.2391 12.0598 26.2984 12.0598C26.2984 11.714 26.2984 11.4332 26.2984 11.1739C26.2984 8.06246 26.2984 4.92944 26.2984 1.81803C26.2984 0.694463 26.106 0.5 24.9729 0.5C22.6213 0.5 20.2483 0.5 17.8967 0.5C16.785 0.5 16.5712 0.694463 16.5712 1.81803C16.5712 4.92944 16.5712 8.06246 16.5712 11.1739C16.5712 11.4548 16.5712 11.714 16.5712 12.0814C15.6733 12.0814 14.8396 12.103 14.0058 12.0814C13.3003 12.0381 12.8941 12.319 12.5948 12.9889C11.5045 15.5817 10.3501 18.1529 9.23842 20.7242C9.11015 21.0051 9.02464 21.3292 9.02464 21.6533C9.00326 23.0145 9.02464 24.3542 9.02464 25.7154C9.02464 26.4932 9.28118 26.7525 10.0294 26.7525L10.0508 26.7309ZM18.2601 2.18535H24.6095V12.0165H18.2601V2.18535ZM11.8893 18.7363C12.5307 17.267 13.1934 15.8194 13.792 14.3285C13.9844 13.8747 14.1982 13.7019 14.6899 13.7019C19.1794 13.7019 23.6689 13.7019 28.1583 13.7019C28.5004 13.7019 28.7997 13.7019 28.9707 14.134C29.8258 16.1651 30.7237 18.1529 31.6003 20.1624C31.643 20.2704 31.643 20.3785 31.6858 20.5297H11.1197C11.3976 19.8815 11.6542 19.2981 11.9107 18.7147L11.8893 18.7363ZM10.7135 22.2799H32.1989V25.024H10.7135V22.2799Z'/%3E%3Cpath d='M63.5183 48.1867C63.5183 46.9984 63.5183 45.81 63.5183 44.6216C63.5183 44.0814 63.3259 43.6709 62.7273 43.6493C62.1929 43.6277 61.8936 43.9734 61.8936 44.6648C61.8936 47.0416 61.8936 49.4183 61.8936 51.7951C61.8936 52.4649 62.2142 52.8539 62.7059 52.8106C63.3259 52.7674 63.5183 52.3353 63.5183 51.7519C63.5183 51.6007 63.5183 51.4494 63.5183 51.2982C63.5183 50.261 63.5183 49.2239 63.5183 48.1867Z'/%3E%3Cpath d='M45.2824 45.3346C45.2824 45.8964 45.5175 46.2853 46.1161 46.2637C46.672 46.2637 46.9071 45.8748 46.9071 45.3562C46.9071 44.7296 46.9071 44.1246 46.9071 43.498C46.9071 42.8714 46.9071 42.2664 46.9071 41.6398C46.9071 41.078 46.672 40.6675 46.0947 40.6675C45.5175 40.6675 45.261 41.0564 45.261 41.6182C45.261 42.8498 45.261 44.0814 45.261 45.3346H45.2824Z'/%3E%3Cpath d='M61.8935 41.0348C61.8507 41.575 62.0217 41.9855 62.5562 42.0936C62.599 42.0936 62.6203 42.0936 62.6631 42.0936C63.1762 42.1368 63.5182 41.7046 63.5182 41.0132C63.5182 40.3434 63.2189 39.9545 62.7272 39.9329C62.6845 39.9329 62.6203 39.9329 62.5776 39.9329C62.4493 39.9329 62.3424 39.9977 62.2569 40.0409C62.2569 40.0409 62.2569 40.0409 62.2355 40.0409C62.0217 40.2138 61.8935 40.5379 61.8935 40.9916V41.0348Z'/%3E%3Cpath d='M61.8935 41.0348C61.8935 40.6027 62.0217 40.2786 62.2355 40.0841C62.0217 40.257 61.8935 40.5811 61.8935 41.0348Z'/%3E%3Cpath d='M46.0947 29.7991C45.5175 29.7991 45.261 30.188 45.261 30.7498C45.261 31.3764 45.261 31.9814 45.261 32.608C45.261 33.2346 45.261 33.8396 45.261 34.4662C45.261 35.028 45.4961 35.4169 46.0947 35.3953C46.6506 35.3953 46.8857 35.028 46.8857 34.4878C46.8857 33.2346 46.8857 31.9814 46.8857 30.7066C46.8857 30.1664 46.6078 29.7991 46.0734 29.7991H46.0947Z'/%3E%3Cpath d='M9.60179 46.8687C9.96523 46.8903 10.3287 46.8687 10.6921 46.8687C11.0769 46.8687 11.4617 46.8687 11.8465 46.8687C12.3382 46.8471 12.6803 46.5662 12.6803 46.0476C12.6803 45.5507 12.3596 45.2482 11.8465 45.2266C11.0983 45.2266 10.35 45.2266 9.60179 45.2266C9.13147 45.2266 8.83217 45.5291 8.81079 46.0044C8.81079 46.523 9.11009 46.8039 9.60179 46.8471V46.8687Z'/%3E%3Cpath d='M9.53765 53.783C10.35 53.8262 11.1624 53.8262 11.9748 53.783C12.4237 53.7397 12.7658 53.3724 12.6375 52.9187C12.552 52.6162 12.1886 52.3137 11.8893 52.2056C11.8893 52.2056 11.8679 52.2056 11.8465 52.2056C11.8251 52.2056 11.8038 52.2056 11.7824 52.2056C11.4617 52.1192 11.0769 52.2056 10.7348 52.2056C10.35 52.2056 9.96522 52.2056 9.58041 52.2056C9.0887 52.2056 8.81078 52.5081 8.78941 52.9835C8.76803 53.4589 9.06733 53.8046 9.51627 53.8262L9.53765 53.783Z'/%3E%3Cpath d='M9.47363 60.87C10.3074 60.978 11.1625 60.9996 11.9749 60.9132C12.2314 60.8916 12.5949 60.4379 12.6376 60.1354C12.7018 59.7032 12.3811 59.3575 11.8894 59.3359C11.5046 59.3359 11.1198 59.3359 10.735 59.3359C10.3288 59.3359 9.87982 59.2279 9.51639 59.3575C9.21709 59.4655 8.83228 59.8329 8.83228 60.0921C8.83228 60.3514 9.19571 60.8484 9.47363 60.87Z'/%3E%3Cpath d='M35.1492 41.2941C36.1326 41.2941 36.9663 40.4298 36.945 39.4359C36.9236 38.442 36.1112 37.6641 35.1278 37.6857C34.1444 37.6857 33.3748 38.4852 33.3748 39.5007C33.3748 40.4947 34.1658 41.2941 35.1492 41.2941Z'/%3E%3Cpath d='M39.5102 41.294C40.4722 41.294 41.2632 40.4298 41.2632 39.4574C41.2632 38.4635 40.4722 37.6857 39.4674 37.6857C38.484 37.6857 37.6716 38.4851 37.6716 39.4791C37.6716 40.473 38.5268 41.3156 39.5102 41.3156V41.294Z'/%3E%3Cpath d='M23.4978 59.0119C29.1204 59.0119 34.7429 59.0119 40.3654 59.0119C41.2847 59.0119 41.5412 58.7526 41.5412 57.8235C41.5412 53.6749 41.5412 49.5264 41.5412 45.3778C41.5412 44.4487 41.2847 44.2111 40.3654 44.2111C37.5435 44.2111 34.7429 44.2111 31.9209 44.2111C29.099 44.2111 26.2984 44.2111 23.4765 44.2111C22.5358 44.2111 22.322 44.4271 22.322 45.3778C22.322 49.5264 22.322 53.6749 22.322 57.8235C22.322 58.7742 22.5358 59.0119 23.4765 59.0119H23.4978ZM24.0109 45.8964H39.8737V57.3049H24.0109V45.8964Z'/%3E%3Cpath d='M39.0186 49.0726C39.0827 48.5972 39.1041 48.1003 38.9972 47.6465C38.9331 47.3872 38.5697 47.0848 38.2917 47.0631C38.0566 47.0199 37.7573 47.3008 37.5435 47.4953C37.4152 47.6249 37.4152 47.8626 37.3511 48.0571H26.384C26.3626 47.9274 26.3412 47.841 26.3198 47.7546C26.2129 47.2576 25.9136 46.9551 25.4005 47.0199C24.8875 47.0848 24.6737 47.4305 24.6951 47.949C24.6951 48.1867 24.6951 48.4028 24.6951 48.6405C24.6951 49.4615 24.9516 49.7208 25.7426 49.7208C26.4053 49.7208 27.0467 49.7208 27.7094 49.7208C31.13 49.7208 34.5505 49.7208 37.9711 49.7208C38.4628 49.7208 38.9117 49.6344 38.9972 49.0726H39.0186Z'/%3E%3Cpath d='M38.8688 52.897C38.4198 52.5081 37.9923 52.6593 37.6074 53.0483C36.9447 53.7397 36.2606 54.4095 35.5979 55.1009C35.4268 55.2954 35.32 55.5547 35.1489 55.8356C35.3627 56.0948 35.5124 56.4406 35.7261 56.4838C36.0041 56.5486 36.4316 56.5054 36.624 56.3325C37.3723 55.6627 38.0564 54.9281 38.7619 54.215C39.2322 53.7397 39.2536 53.2427 38.8688 52.897Z'/%3E%3Cpath d='M35.876 54.1502C36.218 53.8261 36.5601 53.502 36.8808 53.1347C37.0304 52.9834 37.0946 52.7458 37.2228 52.4649C37.0518 52.2488 36.9235 51.9031 36.7097 51.8383C36.4318 51.7518 36.0256 51.795 35.7905 51.9679C35.3843 52.2488 35.0636 52.6377 34.7215 53.005C34.3795 53.3724 34.3367 53.8045 34.6788 54.1718C35.0422 54.5607 35.4912 54.5175 35.876 54.1718V54.1502Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain; }
		#diferenciais .cta { display: block; font-size: 1.25rem; max-width: 400px; padding: 15px 20px; background: var(--green-l); color: #fff; text-align: center; text-transform: uppercase;; margin: 40px auto 0; }
			#diferenciais .cta:hover { background: var(--orange); }

@media ( max-width: 599px ){
	#diferenciais h2 { height: auto; max-width: 100%; margin-top: 0; }
}

@media ( max-width: 399px ){
	#diferenciais li { flex: 0 0 100%; margin: 0; }
}



#atributos { color: #fff; }
	#atributos h2 { color: var(--orange-l);	font-size: 2.25rem; }
	#atributos ul{ padding-left: 1.5rem }

	#atributos .slick-next,
	#atributos .slick-prev { position: absolute; top: calc( 50% - 30px ); display: block;	width: 60px; height: 60px; font-size: 1px; color: transparent; transition: all .3s ease-out; z-index: 9; }
	#atributos .slick-prev { background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M21 7.5L13.5 15L21 22.5L19.5 25.5L9 15L19.5 4.5L21 7.5Z' fill='%23FEF4E2'/%3E%3C/svg%3E") no-repeat center; left: 20px; }
	#atributos .slick-next {background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M9 22.5L16.5 15L9 7.5L10.5 4.5L21 15L10.5 25.5L9 22.5Z' fill='%23FEF4E2'/%3E%3C/svg%3E") no-repeat center; right: 20px; }
		#atributos .slick-next:hover,
		#atributos .slick-prev:hover { background-color: var(--orange-l); }

	#atributos .slick-dots { display: flex; justify-content: center; position: absolute; bottom: 20px; left: 0; width: 100%; list-style: none; gap: 8px; padding: 0 !important; }
		#atributos .slick-dots li {}
			#atributos .slick-dots li button { display: block; width: 20px; height: 20px; font-size: 1px; color: transparent; border-radius: 50%; background: var(--blue); transition: all .3s ease-out; }
				#atributos .slick-dots li.slick-active button { background: var(--orange-l); }

	#atributos .slide { padding: 100px; display: flex; align-items: center; }
			#atributos .slide h2 { color: var(--orange-l); font-size: 3rem; line-height: 1.2; }
			#atributos .slide h3 + ul { margin-top: 20px; }
			#atributos .slide * + h3 { margin-top: 40px; }
			#atributos .slide .small { font-size: 0.75rem; margin-top: 40px; }


	#atributos .completo { background: url(../img/atributos/completo.webp) no-repeat center / cover; }
		#atributos .completo .icons { list-style: none; }
			#atributos .completo .icons li { position: relative; padding-left: 60px; min-height: 50px; }
				#atributos .completo .icons li + li { margin-top: 12px; }
				#atributos .completo .icons li::before { content: ''; width: 50px; height: 50px; border-radius: 50%; position: absolute; left: 0; top: 0; }
					#atributos .completo .icons li:nth-child(1)::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='34' viewBox='0 0 39 38' fill='none'%3E%3Cg fill='white'%3E%3Cpath d='M34.3398 28.7222H32.4159V0.63888C32.4159 0.29206 32.1141 0 31.7557 0H7.2443C6.88591 0 6.58412 0.29206 6.58412 0.63888V28.7314H4.66018C4.30179 28.7314 4 29.0234 4 29.3702C4 29.7171 4.30179 30.0091 4.66018 30.0091H34.3398C34.6982 30.0091 35 29.7171 35 29.3702C35 29.0234 34.6982 28.7314 34.3398 28.7314V28.7222ZM31.0955 5.00152H15.6474V1.27776H31.1521V5.00152H31.105H31.0955ZM14.3365 1.27776V5.00152H7.90447V1.27776H14.3365ZM7.90447 28.7222V6.27015H31.1521V28.7679H7.90447V28.7222Z'/%3E%3Cpath d='M9.82839 3.77849H12.4125C12.7709 3.77849 13.0727 3.48643 13.0727 3.13961C13.0727 2.79279 12.7709 2.50073 12.4125 2.50073H9.82839C9.47001 2.50073 9.16821 2.79279 9.16821 3.13961C9.16821 3.48643 9.47001 3.77849 9.82839 3.77849Z'/%3E%3Cpath d='M18.1844 2.50073H16.9206V3.72373H18.1844V2.50073Z'/%3E%3Cpath d='M20.7685 2.50073H19.5047V3.72373H20.7685V2.50073Z'/%3E%3Cpath d='M23.3432 2.50073H22.0794V3.72373H23.3432V2.50073Z'/%3E%3Cpath d='M25.9273 2.50073H24.6635V3.72373H25.9273V2.50073Z'/%3E%3Cpath d='M19.5047 9.36426C14.8929 9.36426 11.0922 12.9876 11.0922 17.5054C11.0922 22.0232 14.8363 25.6466 19.5047 25.6466C24.1731 25.6466 27.9172 22.0232 27.9172 17.5054C27.9172 12.9876 24.1165 9.36426 19.5047 9.36426ZM19.5047 24.3597C15.6002 24.3597 12.4125 21.2748 12.4125 17.4963C12.4125 13.7178 15.6002 10.6329 19.5047 10.6329C23.4092 10.6329 26.5969 13.7178 26.5969 17.4963C26.5969 21.2748 23.4092 24.3597 19.5047 24.3597Z'/%3E%3Cpath d='M25.3237 17.4506C25.3237 14.3658 22.6924 11.865 19.4953 11.865C16.2981 11.865 13.6669 14.3658 13.6669 17.5054C13.6669 20.645 16.251 23.1458 19.4953 23.1458C22.7396 23.1458 25.3237 20.645 25.3237 17.4598V17.4506ZM19.5047 13.1336C21.7305 13.1336 23.5601 14.6487 23.9656 16.7114C22.6453 16.4649 20.3158 16.1729 19.1558 17.0034C18.3918 17.5419 16.4207 17.2955 15.0532 17.0034C15.2607 14.8495 17.1847 13.1336 19.5141 13.1336H19.5047ZM19.5047 21.8589C17.279 21.8589 15.4493 20.3438 15.0438 18.2812C16.4585 18.5276 18.6936 18.8197 19.8537 17.9891C20.6176 17.4506 22.5887 17.6971 23.9562 17.9891C23.7581 20.1431 21.8248 21.8589 19.4953 21.8589H19.5047Z'/%3E%3Cpath d='M27.9078 7.5022C26.8421 7.5022 25.9839 8.33274 25.9839 9.36408C25.9839 10.3954 26.8421 11.226 27.9078 11.226C28.9735 11.226 29.8318 10.3954 29.8318 9.36408C29.8318 8.33274 28.9735 7.5022 27.9078 7.5022ZM27.9078 10.003C27.5494 10.003 27.2477 9.7109 27.2477 9.36408C27.2477 9.01726 27.5494 8.7252 27.9078 8.7252C28.2662 8.7252 28.568 9.01726 28.568 9.36408C28.5209 9.7109 28.2662 10.003 27.9078 10.003Z'/%3E%3Cpath d='M11.0922 23.7297C10.0264 23.7297 9.16821 24.5603 9.16821 25.5916C9.16821 26.623 10.0264 27.4535 11.0922 27.4535C12.1579 27.4535 13.0161 26.623 13.0161 25.5916C13.0633 24.615 12.1579 23.7297 11.0922 23.7297ZM11.0922 26.2214C10.7338 26.2214 10.432 25.9293 10.432 25.5825C10.432 25.2357 10.7338 24.9436 11.0922 24.9436C11.4505 24.9436 11.7523 25.2357 11.7523 25.5825C11.7523 25.9749 11.4505 26.2214 11.0922 26.2214Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 60% / auto 32px; }
					#atributos .completo .icons li:nth-child(2)::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' viewBox='0 0 34 29' fill='none'%3E%3Cg fill='white'%3E%3Cpath d='M33.2587 9.3496C32.6485 8.5608 31.744 8.12 30.785 8.12H25.4453L23.9414 2.5056C23.5491 1.0324 22.2632 0 20.8138 0H13.1747C11.7254 0 10.4504 1.0324 10.0472 2.5056L8.54333 8.12H3.21448C2.25551 8.12 1.35102 8.5724 0.740766 9.3496C0.130509 10.1384 -0.120132 11.1708 0.0542271 12.1684L2.52795 26.216C2.81128 27.8284 4.14077 29 5.6882 29H28.3222C29.8696 29 31.1991 27.8284 31.4824 26.216L33.9562 12.1684C34.1305 11.1708 33.8799 10.1384 33.2696 9.3496H33.2587ZM12.1504 3.1436C12.2811 2.6564 12.7062 2.32 13.1747 2.32H20.8138C21.2933 2.32 21.7074 2.6564 21.8382 3.1436L23.1786 8.12H10.81L12.1504 3.1436ZM31.8094 11.7392L29.3356 25.7752C29.2485 26.2972 28.8126 26.6684 28.3222 26.6684H5.6882C5.18692 26.6684 4.76192 26.2856 4.67474 25.7752L2.20102 11.7276C2.12474 11.2868 2.31 10.9736 2.41897 10.8228C2.53884 10.672 2.78948 10.4284 3.21448 10.4284H24.6279H30.785C31.21 10.4284 31.4606 10.672 31.5805 10.8228C31.7004 10.9736 31.8747 11.2868 31.7985 11.7276L31.8094 11.7392Z'/%3E%3Cpath d='M7.03974 13.9315C6.44038 14.0243 6.02628 14.6043 6.11346 15.2423L7.2032 23.3623C7.27948 23.9423 7.74807 24.3599 8.28204 24.3599C8.33653 24.3599 8.38012 24.3599 8.43461 24.3483C9.03397 24.2555 9.44807 23.6755 9.36089 23.0375L8.27115 14.9175C8.18397 14.2795 7.6391 13.8387 7.03974 13.9315Z'/%3E%3Cpath d='M14.0904 13.9199C13.491 13.9199 13.0006 14.4419 13.0006 15.0799V23.1999C13.0006 23.8379 13.491 24.3599 14.0904 24.3599C14.6897 24.3599 15.1801 23.8379 15.1801 23.1999V15.0799C15.1801 14.4419 14.6897 13.9199 14.0904 13.9199Z'/%3E%3Cpath d='M19.9096 13.9199C19.3103 13.9199 18.8199 14.4419 18.8199 15.0799V23.1999C18.8199 23.8379 19.3103 24.3599 19.9096 24.3599C20.509 24.3599 20.9994 23.8379 20.9994 23.1999V15.0799C20.9994 14.4419 20.509 13.9199 19.9096 13.9199Z'/%3E%3Cpath d='M26.9602 13.9315C26.3609 13.8387 25.816 14.2795 25.7288 14.9175L24.6391 23.0375C24.5519 23.6755 24.966 24.2555 25.5654 24.3483C25.6199 24.3483 25.6743 24.3599 25.7179 24.3599C26.2519 24.3599 26.7205 23.9423 26.7968 23.3623L27.8865 15.2423C27.9737 14.6043 27.5596 14.0243 26.9602 13.9315Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / 24px auto; }
					#atributos .completo .icons li:nth-child(3)::before { background: var(--orange-l) url("data:image/svg+xml,%3Csvg width='55' height='32' viewBox='0 0 55 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.5174 27.0651H18.5503C17.1678 30.4426 15.4506 31.832 12.7751 31.7665C10.1706 31.7032 8.35939 30.1579 7.31165 27.0244C5.56694 27.0244 3.78554 27.0267 2.00186 27.0244C0.584996 27.0221 0.562069 26.9973 0.559776 25.5491C0.557484 23.5655 0.555191 21.5797 0.559776 19.5961C0.564362 17.3346 1.59376 15.8707 3.79471 15.1184C6.30976 14.2576 8.83397 13.4262 11.3719 12.6423C12.1262 12.4096 12.571 12.0119 12.9103 11.3161C14.1598 8.75191 15.4804 6.22159 16.7505 3.66868C17.757 1.65347 19.316 0.663934 21.6522 0.684267C28.0831 0.738488 34.514 0.700081 40.9449 0.7046C43.5586 0.7046 45.0213 1.75061 45.8604 4.21315C46.6812 6.62599 47.4561 9.05464 48.3365 11.4471C48.5497 12.0255 49.022 12.5813 49.5195 12.9721C50.4686 13.7177 51.5301 14.3209 52.5251 15.0099C53.9558 16.0017 54.6504 17.3595 54.5106 19.1872C54.3501 21.2702 54.3478 23.3622 54.5175 25.4452C54.6115 26.5951 54.3822 27.0922 53.2978 27.0425C52.007 26.9837 50.7094 26.9905 49.4186 27.056C49.1137 27.0718 48.6276 27.3746 48.5588 27.6321C47.8481 30.3003 45.5165 31.8568 43.0358 31.8252C40.6698 31.7958 38.2396 30.246 37.6527 27.3429C37.6389 27.2729 37.5885 27.2074 37.5197 27.0673L37.5174 27.0651ZM53.1006 25.5469C53.1006 23.1137 53.1373 20.8364 53.0845 18.5591C53.0593 17.5289 52.477 16.7292 51.6035 16.1508C50.5603 15.4618 49.5493 14.7207 48.4717 14.0927C47.9811 13.808 47.3598 13.5957 46.7981 13.5934C35.8346 13.564 24.8688 13.5708 13.903 13.5776C13.4927 13.5776 13.0593 13.6069 12.6719 13.7312C9.75792 14.662 6.85083 15.6154 3.94832 16.5778C2.91663 16.9212 2.18527 17.8407 2.12108 18.9116C1.9881 21.0917 2.08669 23.2854 2.08669 25.5446C3.49438 25.5446 4.86309 25.5085 6.22952 25.5582C7.01131 25.5853 7.4194 25.4136 7.67848 24.5754C8.38003 22.3026 10.5581 20.8364 12.9493 20.8522C15.2924 20.8658 17.491 22.3411 18.1399 24.5302C18.4058 25.4317 18.846 25.5649 19.6691 25.5604C25.2265 25.5311 30.7862 25.5469 36.3436 25.5424C36.715 25.5424 37.0864 25.5062 37.4601 25.4881C37.3753 25.4091 38.3084 22.5828 39.5143 21.8034C43.1596 19.4447 47.3667 20.6331 48.5611 24.8059C48.6483 25.1086 49.1137 25.4881 49.4255 25.5107C50.597 25.5943 51.7777 25.5446 53.1006 25.5446V25.5469ZM30.6348 2.06916C28.1794 2.06916 25.8386 2.26797 23.5437 2.02172C20.2996 1.67154 18.3921 2.91411 17.2457 5.86915C16.4273 7.97926 15.2328 9.94929 14.1552 12.082H30.6371V2.06916H30.6348ZM32.2191 12.0955H46.9654C46.0209 9.32349 45.1474 6.61921 44.1684 3.95108C43.7626 2.84859 42.7722 2.17083 41.6144 2.1392C38.5055 2.05335 35.3944 2.10983 32.2214 2.10983V12.0955H32.2191ZM17.0509 26.254C17.0211 24.0603 15.0792 22.1987 12.8599 22.2349C10.581 22.2733 8.75602 24.1236 8.79271 26.3557C8.83168 28.6081 10.7071 30.4132 12.9699 30.3771C15.2282 30.3387 17.0807 28.4658 17.0509 26.254ZM47.2635 26.2856C47.2497 24.0761 45.34 22.2123 43.1069 22.2326C40.8624 22.2529 38.9572 24.1439 38.9847 26.324C39.0122 28.5516 40.8945 30.3861 43.1482 30.3793C45.3996 30.3725 47.2772 28.5042 47.2635 26.2856Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center / 32px auto; }

		#atributos .sustentabilidade { background: url(../img/atributos/sustentabilidade.webp) no-repeat center / cover; }

		#atributos .seguranca { background: url(../img/atributos/seguranca.webp) no-repeat center / cover; }

@media ( min-width: 1200px ){
	#atributos .slide .col { flex: 0 0 50%; }
		#atributos .slide .col:nth-child( 1 ) { display: flex; align-items: center; justify-content: center; }
		#atributos .slide .col:nth-child( 2 ) { border-left: 1px solid #fff; padding-left: 60px; }
			#atributos .completo h2 { max-width: 350px; }
}


@media ( max-width: 1199px ){
	#atributos .slide .col:nth-child( 2 ) { margin-top: 40px; }
	#atributos .slide h2 { text-align: center; }
	#atributos .slide ul:not(.icons) { columns: 2; column-gap: 40px; }

	#atributos .completo { background-image: url(../img/atributos/completo-dt.webp); }
	#atributos .sustentabilidade { background-image: url(../img/atributos/sustentabilidade-dt.webp); }
	#atributos .seguranca { background-image: url(../img/atributos/seguranca-dt.webp); }
}

@media ( max-width: 899px ){
	#atributos .slide { padding: 80px 0 100px; }
		#atributos .slide h2 { font-size: 2.5rem }
	#atributos .slick-next,
	#atributos .slick-prev { width: 40px; height: 40px; }
	#atributos .slick-prev { top: auto; bottom: 20px; left: 20px; }
	#atributos .slick-next { top: auto; bottom: 20px; right: 20px; }
	#atributos .slide .col:nth-child( 2 ) { border: 0; padding: 0; }
	#atributos .completo h2 { max-width: 100%;}

	#atributos .completo { background-image: url(../img/atributos/completo-tb.webp); }
	#atributos .sustentabilidade { background-image: url(../img/atributos/sustentabilidade-tb.webp); }
	#atributos .seguranca { background-image: url(../img/atributos/seguranca-tb.webp); }
}

@media ( max-width: 599px ){
	#atributos .slide { padding: 60px 0 100px; }
	#atributos .slides h2 { font-size: 2rem }
	#atributos .slide ul:not(.icons) { columns: 1; }

	#atributos .completo { background-image: url(../img/atributos/completo-mb.webp); }
	#atributos .sustentabilidade { background-image: url(../img/atributos/sustentabilidade-mb.webp); }
	#atributos .seguranca { background-image: url(../img/atributos/seguranca-mb.webp); }
}




#localizacao { padding: 60px 0; }
	#localizacao h2 { color: var(--blue); font-size: 3rem; font-weight: 900; text-align: center; margin: 0 auto; max-width: 800px; }
	#localizacao figure { margin-top: 40px; }
		#localizacao figcaption { background-color: var(--blue); padding: 20px; }
			#localizacao figcaption h3 { color: #fff; font-size: 1.25rem; font-weight: 700; letter-spacing: 1px; text-align: center; }
			#localizacao figcaption p { color: #fff; text-align: center; }
	#localizacao h4 { display: none; }
	#localizacao ul { list-style: none; display: flex; flex-wrap: wrap; gap: 20px 0; margin-top: 60px; }
		#localizacao li { flex: 0 0 33.33%; border-bottom: solid 1px var(--green); padding: 0 20px 20px; }
			#localizacao li h5 {font-size: 1rem; font-weight: 700; }

@media ( max-width: 899px ){
	#localizacao h2 { font-size: 2.5rem; }
}

@media ( max-width: 599px ){
	#localizacao h2 { font-size: 2rem; }
		#localizacao figcaption h3 { font-size: 1rem; }
		#localizacao figcaption p { font-size: 0.75rem; }
		#localizacao li { flex: 0 50%; }
}
@media ( max-width: 479px ){
	#localizacao h2 { font-size: 1.4rem ;}
	#localizacao li { flex: 100%; }
}



#saiba-mais {}


#foot { padding: 40px 0 60px; }
	#foot-logos { display: flex; flex-direction: row-reverse; justify-content: center; gap: 20px; }
		#foot-logos a { display: block; color: transparent; font-size: 1px; }
		#foot-logos .novolar { width: 166px; height: 40px; background: url(../img/novolar.svg) no-repeat 20px center / contain; padding-left: 20px; border-left: 1px solid var(--blue); }
		#foot-logos .mcmv { width: 134px; height: 40px; background: url(../img/mcmv.webp) no-repeat center / contain; }
	#foot-copy { margin-top: 20px; }
		#foot-copy p { font-size: .75rem; }

@media ( min-width: 600px ){
	#foot .col:nth-child( 1 ) { order: 2; }
}

@media ( max-width: 599px ){
	#foot-logos { justify-content: center; }
	#foot-copy p { text-align: center; }
}
