:root{--ease-animation: cubic-bezier(0.38,0,.02,1);--t0: 1.0s;--t1: 1.5s;--t2: 2.0s;--t3: 2.5s;--t4: 3.0s}.waypoint{opacity:0}.animation_fade.animated{opacity:1}.animation_bt_mask div,.animation_bt_mask_dd1 div{overflow:hidden}.animation_bt_mask span,.animation_bt_mask_dd1 span{display:block}.animation_bt_mask.animated,.animation_bt_mask_dd1.animated{opacity:1}.animation_bt_mask.animated span{animation:maskBottom var(--t0) 1 var(--ease-animation)}.animation_bt_mask.animated span{animation:maskBottom var(--t0) 1 var(--ease-animation)}.animation_bt_mask_dd1.animated span{animation:maskBottom_d1 var(--t1) 1 var(--ease-animation)}.animation_bt_mask_dd2.animated span{animation:maskBottom_d2 var(--t2) 1 var(--ease-animation)}.animation_bottom.animated{opacity:1;animation:fadeBottom var(--t0) 1 var(--ease-animation)}.animation_bottom_d1.animated{opacity:1;animation:fadeBottom var(--t1) 1 var(--ease-animation)}.animation_bottom_d2.animated{opacity:1;animation:fadeBottom var(--t2) 1 var(--ease-animation)}.animation_bottom_d3.animated{opacity:1;animation:fadeBottom var(--t3) 1 var(--ease-animation)}.animation_bottom_dd1.animated{opacity:1;animation:fadeBottom_d1 var(--t2) 1 var(--ease-animation)}.animation_bottom_dd2.animated{opacity:1;animation:fadeBottom_d2 var(--t2) 1 var(--ease-animation)}.animation_bottom_dd3.animated{opacity:1;animation:fadeBottom_d2 var(--t4) 1 var(--ease-animation)}.animation_top.animated{opacity:1;animation:fadeTop var(--t0) 1 var(--ease-animation)}.animation_top_d1.animated{opacity:1;animation:fadeTop var(--t1) 1 var(--ease-animation)}.animation_top_d2.animated{opacity:1;animation:fadeTop var(--t2) 1 var(--ease-animation)}.animation_left.animated{opacity:1;animation:fadeLeft var(--t0) 1 var(--ease-animation)}.animation_left_d1.animated{opacity:1;animation:fadeLeft var(--t1) 1 var(--ease-animation)}.animation_left_d2.animated{opacity:1;animation:fadeLeft var(--t2) 1 var(--ease-animation)}.animation_left_d3.animated{opacity:1;animation:fadeLeft var(--t3) 1 var(--ease-animation)}.animation_left_dd1.animated{opacity:1;animation:fadeLeft_d1 var(--t2) 1 var(--ease-animation)}.animation_left_dd2.animated{opacity:1;animation:fadeLeft_d2 var(--t2) 1 var(--ease-animation)}.animation_left_dd3.animated{opacity:1;animation:fadeLeft_d3 var(--t4) 1 var(--ease-animation)}.animation_right.animated{opacity:1;animation:fadeRight var(--t0) 1 var(--ease-animation)}.animation_right_d1.animated{opacity:1;animation:fadeRight var(--t1) 1 var(--ease-animation)}.animation_right_d2.animated{opacity:1;animation:fadeRight var(--t2) 1 var(--ease-animation)}.animation_right_d3.animated{opacity:1;animation:fadeRight var(--t3) 1 var(--ease-animation)}.animation_right_dd1.animated{opacity:1;animation:fadeRight_d1 var(--t2) 1 var(--ease-animation)}.animation_right_dd2.animated{opacity:1;animation:fadeRight_d2 var(--t2) 1 var(--ease-animation)}.animation_right_dd3.animated{opacity:1;animation:fadeRight_d3 var(--t4) 1 var(--ease-animation)}.animation_scale.animated{opacity:1;animation:escale var(--t0) 1 var(--ease-animation)}.animation_scale_d1.animated{opacity:1;animation:escale var(--t1) 1 var(--ease-animation)}.animation_scale_d2.animated{opacity:1;animation:escale var(--t2) 1 var(--ease-animation)}.animation_scale_d3.animated{opacity:1;animation:escale var(--t3) 1 var(--ease-animation)}.animation_scale_reverse.animated{opacity:1;animation:escale_reverse 2.2s 1 var(--ease-animation)}.animation_elastic.animated{opacity:1;animation:escale var(--t0) 1 cubic-bezier(0.74, 0.13, 0.42, 1.21)}.animation_elastic_d1.animated{opacity:1;animation:escale var(--t1) 1 cubic-bezier(0.74, 0.13, 0.42, 1.21)}@media only screen and (min-width: 0px){@-webkit-keyframes escale{0%{opacity:0;-webkit-transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes escale{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes escale_reverse{0%{opacity:0;transform:scale(1.2)}70%{opacity:1}100%{transform:scale(1)}}@-webkit-keyframes fadeBottom{0%{opacity:0;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeBottom{0%{opacity:0;transform:translateY(20%);z-index:5}100%{opacity:1;transform:translateY(0);z-index:5}}@-webkit-keyframes fadeLeft{0%{opacity:0;-webkit-transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-10%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeLeftBt{0%{opacity:0;-webkit-transform:translateX(-10%) skewX(-15deg)}100%{opacity:1;-webkit-transform:translateX(0) skewX(-15deg)}}@keyframes fadeLeftBt{0%{opacity:0;transform:translateX(-10%) skewX(-15deg)}100%{opacity:1;transform:translateX(0) skewX(-15deg)}}@-webkit-keyframes fadeRight{0%{opacity:0;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(10%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeTop{0%{opacity:0;-webkit-transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeTop{0%{opacity:0;transform:translateY(-10%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeBottom_d1{0%{opacity:0;transform:translateY(20%)}25%{opacity:0;transform:translateY(20%)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeRight_d1{0%{opacity:0;transform:translateX(20%)}25%{opacity:0;transform:translateX(20%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeLeft_d1{0%{opacity:0;transform:translateX(-20%)}25%{opacity:0;transform:translateX(-20%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeBottom_d2{0%{opacity:0;transform:translateY(20%)}50%{opacity:0;transform:translateY(20%)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeRight_d2{0%{opacity:0;transform:translateX(20%)}50%{opacity:0;transform:translateX(20%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeLeft_d2{0%{opacity:0;transform:translateX(-20%)}50%{opacity:0;transform:translateX(-20%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeBottom_d3{0%{opacity:0;transform:translateY(20%)}75%{opacity:0;transform:translateY(20%)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeRight_d3{0%{opacity:0;transform:translateX(20%)}75%{opacity:0;transform:translateX(20%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeLeft_d3{0%{opacity:0;transform:translateX(-20%)}75%{opacity:0;transform:translateX(-20%)}100%{opacity:1;transform:translateX(0)}}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,168,89,.7)}70%{box-shadow:0 0 0 15px rgba(0,168,89,0)}100%{box-shadow:0 0 0 0 rgba(0,168,89,0)}}.pulse{animation:pulse 3s infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.spin{animation:spin 25s linear infinite}@keyframes rotateGoBack1{0%{transform:rotate(-35deg)}50%{transform:rotate(35deg)}100%{transform:rotate(-35deg)}}@keyframes rotateGoBack2{0%{transform:rotate(25deg)}50%{transform:rotate(-25deg)}100%{transform:rotate(25deg)}}@keyframes rotateInverse1{0%{transform:rotate(35deg)}50%{transform:rotate(-35deg)}100%{transform:rotate(35deg)}}@keyframes rotateInverse2{0%{transform:rotate(-25deg)}50%{transform:rotate(25deg)}100%{transform:rotate(-25deg)}}.blue-color{color:#023660 !important}.mt0{margin-top:0px !important}.mb0{margin-bottom:0px !important}.ml0{margin-left:0px !important}.mr0{margin-right:0px !important}.pt0{padding-top:0px !important}.pb0{padding-bottom:0px !important}.pl0{padding-left:0px !important}.pr0{padding-right:0px !important}.pd0{padding:0px !important}.mt5{margin-top:5px !important}.mb5{margin-bottom:5px !important}.ml5{margin-left:5px !important}.mr5{margin-right:5px !important}.pt5{padding-top:5px !important}.pb5{padding-bottom:5px !important}.pl5{padding-left:5px !important}.pr5{padding-right:5px !important}.pd5{padding:5px !important}.mt10{margin-top:10px !important}.mb10{margin-bottom:10px !important}.ml10{margin-left:10px !important}.mr10{margin-right:10px !important}.pt10{padding-top:10px !important}.pb10{padding-bottom:10px !important}.pl10{padding-left:10px !important}.pr10{padding-right:10px !important}.pd10{padding:10px !important}.mt15{margin-top:15px !important}.mb15{margin-bottom:15px !important}.ml15{margin-left:15px !important}.mr15{margin-right:15px !important}.pt15{padding-top:15px !important}.pb15{padding-bottom:15px !important}.pl15{padding-left:15px !important}.pr15{padding-right:15px !important}.pd15{padding:15px !important}.mt20{margin-top:20px !important}.mb20{margin-bottom:20px !important}.ml20{margin-left:20px !important}.mr20{margin-right:20px !important}.pt20{padding-top:20px !important}.pb20{padding-bottom:20px !important}.pl20{padding-left:20px !important}.pr20{padding-right:20px !important}.pd20{padding:20px !important}.mt25{margin-top:25px !important}.mb25{margin-bottom:25px !important}.ml25{margin-left:25px !important}.mr25{margin-right:25px !important}.pt25{padding-top:25px !important}.pb25{padding-bottom:25px !important}.pl25{padding-left:25px !important}.pr25{padding-right:25px !important}.pd25{padding:25px !important}.mt30{margin-top:30px !important}.mb30{margin-bottom:30px !important}.ml30{margin-left:30px !important}.mr30{margin-right:30px !important}.pt30{padding-top:30px !important}.pb30{padding-bottom:30px !important}.pl30{padding-left:30px !important}.pr30{padding-right:30px !important}.pd30{padding:30px !important}.mt35{margin-top:35px !important}.mb35{margin-bottom:35px !important}.ml35{margin-left:35px !important}.mr35{margin-right:35px !important}.pt35{padding-top:35px !important}.pb35{padding-bottom:35px !important}.pl35{padding-left:35px !important}.pr35{padding-right:35px !important}.pd35{padding:35px !important}.mt40{margin-top:40px !important}.mb40{margin-bottom:40px !important}.ml40{margin-left:40px !important}.mr40{margin-right:40px !important}.pt40{padding-top:40px !important}.pb40{padding-bottom:40px !important}.pl40{padding-left:40px !important}.pr40{padding-right:40px !important}.pd40{padding:40px !important}.mt45{margin-top:45px !important}.mb45{margin-bottom:45px !important}.ml45{margin-left:45px !important}.mr45{margin-right:45px !important}.pt45{padding-top:45px !important}.pb45{padding-bottom:45px !important}.pl45{padding-left:45px !important}.pr45{padding-right:45px !important}.pd45{padding:45px !important}.mt50{margin-top:50px !important}.mb50{margin-bottom:50px !important}.ml50{margin-left:50px !important}.mr50{margin-right:50px !important}.pt50{padding-top:50px !important}.pb50{padding-bottom:50px !important}.pl50{padding-left:50px !important}.pr50{padding-right:50px !important}.pd50{padding:50px !important}.mt55{margin-top:55px !important}.mb55{margin-bottom:55px !important}.ml55{margin-left:55px !important}.mr55{margin-right:55px !important}.pt55{padding-top:55px !important}.pb55{padding-bottom:55px !important}.pl55{padding-left:55px !important}.pr55{padding-right:55px !important}.pd55{padding:55px !important}.mt60{margin-top:60px !important}.mb60{margin-bottom:60px !important}.ml60{margin-left:60px !important}.mr60{margin-right:60px !important}.pt60{padding-top:60px !important}.pb60{padding-bottom:60px !important}.pl60{padding-left:60px !important}.pr60{padding-right:60px !important}.pd60{padding:60px !important}.mt65{margin-top:65px !important}.mb65{margin-bottom:65px !important}.ml65{margin-left:65px !important}.mr65{margin-right:65px !important}.pt65{padding-top:65px !important}.pb65{padding-bottom:65px !important}.pl65{padding-left:65px !important}.pr65{padding-right:65px !important}.pd65{padding:65px !important}.mt70{margin-top:70px !important}.mb70{margin-bottom:70px !important}.ml70{margin-left:70px !important}.mr70{margin-right:70px !important}.pt70{padding-top:70px !important}.pb70{padding-bottom:70px !important}.pl70{padding-left:70px !important}.pr70{padding-right:70px !important}.pd70{padding:70px !important}.mt75{margin-top:75px !important}.mb75{margin-bottom:75px !important}.ml75{margin-left:75px !important}.mr75{margin-right:75px !important}.pt75{padding-top:75px !important}.pb75{padding-bottom:75px !important}.pl75{padding-left:75px !important}.pr75{padding-right:75px !important}.pd75{padding:75px !important}.mt80{margin-top:80px !important}.mb80{margin-bottom:80px !important}.ml80{margin-left:80px !important}.mr80{margin-right:80px !important}.pt80{padding-top:80px !important}.pb80{padding-bottom:80px !important}.pl80{padding-left:80px !important}.pr80{padding-right:80px !important}.pd80{padding:80px !important}.mt85{margin-top:85px !important}.mb85{margin-bottom:85px !important}.ml85{margin-left:85px !important}.mr85{margin-right:85px !important}.pt85{padding-top:85px !important}.pb85{padding-bottom:85px !important}.pl85{padding-left:85px !important}.pr85{padding-right:85px !important}.pd85{padding:85px !important}.mt90{margin-top:90px !important}.mb90{margin-bottom:90px !important}.ml90{margin-left:90px !important}.mr90{margin-right:90px !important}.pt90{padding-top:90px !important}.pb90{padding-bottom:90px !important}.pl90{padding-left:90px !important}.pr90{padding-right:90px !important}.pd90{padding:90px !important}.mt95{margin-top:95px !important}.mb95{margin-bottom:95px !important}.ml95{margin-left:95px !important}.mr95{margin-right:95px !important}.pt95{padding-top:95px !important}.pb95{padding-bottom:95px !important}.pl95{padding-left:95px !important}.pr95{padding-right:95px !important}.pd95{padding:95px !important}.mt100{margin-top:100px !important}.mb100{margin-bottom:100px !important}.ml100{margin-left:100px !important}.mr100{margin-right:100px !important}.pt100{padding-top:100px !important}.pb100{padding-bottom:100px !important}.pl100{padding-left:100px !important}.pr100{padding-right:100px !important}.pd100{padding:100px !important}.mt105{margin-top:105px !important}.mb105{margin-bottom:105px !important}.ml105{margin-left:105px !important}.mr105{margin-right:105px !important}.pt105{padding-top:105px !important}.pb105{padding-bottom:105px !important}.pl105{padding-left:105px !important}.pr105{padding-right:105px !important}.pd105{padding:105px !important}.mt110{margin-top:110px !important}.mb110{margin-bottom:110px !important}.ml110{margin-left:110px !important}.mr110{margin-right:110px !important}.pt110{padding-top:110px !important}.pb110{padding-bottom:110px !important}.pl110{padding-left:110px !important}.pr110{padding-right:110px !important}.pd110{padding:110px !important}.mt115{margin-top:115px !important}.mb115{margin-bottom:115px !important}.ml115{margin-left:115px !important}.mr115{margin-right:115px !important}.pt115{padding-top:115px !important}.pb115{padding-bottom:115px !important}.pl115{padding-left:115px !important}.pr115{padding-right:115px !important}.pd115{padding:115px !important}.mt120{margin-top:120px !important}.mb120{margin-bottom:120px !important}.ml120{margin-left:120px !important}.mr120{margin-right:120px !important}.pt120{padding-top:120px !important}.pb120{padding-bottom:120px !important}.pl120{padding-left:120px !important}.pr120{padding-right:120px !important}.pd120{padding:120px !important}.mt125{margin-top:125px !important}.mb125{margin-bottom:125px !important}.ml125{margin-left:125px !important}.mr125{margin-right:125px !important}.pt125{padding-top:125px !important}.pb125{padding-bottom:125px !important}.pl125{padding-left:125px !important}.pr125{padding-right:125px !important}.pd125{padding:125px !important}.mt130{margin-top:130px !important}.mb130{margin-bottom:130px !important}.ml130{margin-left:130px !important}.mr130{margin-right:130px !important}.pt130{padding-top:130px !important}.pb130{padding-bottom:130px !important}.pl130{padding-left:130px !important}.pr130{padding-right:130px !important}.pd130{padding:130px !important}.mt135{margin-top:135px !important}.mb135{margin-bottom:135px !important}.ml135{margin-left:135px !important}.mr135{margin-right:135px !important}.pt135{padding-top:135px !important}.pb135{padding-bottom:135px !important}.pl135{padding-left:135px !important}.pr135{padding-right:135px !important}.pd135{padding:135px !important}.mt140{margin-top:140px !important}.mb140{margin-bottom:140px !important}.ml140{margin-left:140px !important}.mr140{margin-right:140px !important}.pt140{padding-top:140px !important}.pb140{padding-bottom:140px !important}.pl140{padding-left:140px !important}.pr140{padding-right:140px !important}.pd140{padding:140px !important}.mt145{margin-top:145px !important}.mb145{margin-bottom:145px !important}.ml145{margin-left:145px !important}.mr145{margin-right:145px !important}.pt145{padding-top:145px !important}.pb145{padding-bottom:145px !important}.pl145{padding-left:145px !important}.pr145{padding-right:145px !important}.pd145{padding:145px !important}.mt150{margin-top:150px !important}.mb150{margin-bottom:150px !important}.ml150{margin-left:150px !important}.mr150{margin-right:150px !important}.pt150{padding-top:150px !important}.pb150{padding-bottom:150px !important}.pl150{padding-left:150px !important}.pr150{padding-right:150px !important}.pd150{padding:150px !important}.mt155{margin-top:155px !important}.mb155{margin-bottom:155px !important}.ml155{margin-left:155px !important}.mr155{margin-right:155px !important}.pt155{padding-top:155px !important}.pb155{padding-bottom:155px !important}.pl155{padding-left:155px !important}.pr155{padding-right:155px !important}.pd155{padding:155px !important}.mt160{margin-top:160px !important}.mb160{margin-bottom:160px !important}.ml160{margin-left:160px !important}.mr160{margin-right:160px !important}.pt160{padding-top:160px !important}.pb160{padding-bottom:160px !important}.pl160{padding-left:160px !important}.pr160{padding-right:160px !important}.pd160{padding:160px !important}.mt165{margin-top:165px !important}.mb165{margin-bottom:165px !important}.ml165{margin-left:165px !important}.mr165{margin-right:165px !important}.pt165{padding-top:165px !important}.pb165{padding-bottom:165px !important}.pl165{padding-left:165px !important}.pr165{padding-right:165px !important}.pd165{padding:165px !important}.mt170{margin-top:170px !important}.mb170{margin-bottom:170px !important}.ml170{margin-left:170px !important}.mr170{margin-right:170px !important}.pt170{padding-top:170px !important}.pb170{padding-bottom:170px !important}.pl170{padding-left:170px !important}.pr170{padding-right:170px !important}.pd170{padding:170px !important}.mt175{margin-top:175px !important}.mb175{margin-bottom:175px !important}.ml175{margin-left:175px !important}.mr175{margin-right:175px !important}.pt175{padding-top:175px !important}.pb175{padding-bottom:175px !important}.pl175{padding-left:175px !important}.pr175{padding-right:175px !important}.pd175{padding:175px !important}.mt180{margin-top:180px !important}.mb180{margin-bottom:180px !important}.ml180{margin-left:180px !important}.mr180{margin-right:180px !important}.pt180{padding-top:180px !important}.pb180{padding-bottom:180px !important}.pl180{padding-left:180px !important}.pr180{padding-right:180px !important}.pd180{padding:180px !important}.mt185{margin-top:185px !important}.mb185{margin-bottom:185px !important}.ml185{margin-left:185px !important}.mr185{margin-right:185px !important}.pt185{padding-top:185px !important}.pb185{padding-bottom:185px !important}.pl185{padding-left:185px !important}.pr185{padding-right:185px !important}.pd185{padding:185px !important}.mt190{margin-top:190px !important}.mb190{margin-bottom:190px !important}.ml190{margin-left:190px !important}.mr190{margin-right:190px !important}.pt190{padding-top:190px !important}.pb190{padding-bottom:190px !important}.pl190{padding-left:190px !important}.pr190{padding-right:190px !important}.pd190{padding:190px !important}.mt195{margin-top:195px !important}.mb195{margin-bottom:195px !important}.ml195{margin-left:195px !important}.mr195{margin-right:195px !important}.pt195{padding-top:195px !important}.pb195{padding-bottom:195px !important}.pl195{padding-left:195px !important}.pr195{padding-right:195px !important}.pd195{padding:195px !important}.mt200{margin-top:200px !important}.mb200{margin-bottom:200px !important}.ml200{margin-left:200px !important}.mr200{margin-right:200px !important}.pt200{padding-top:200px !important}.pb200{padding-bottom:200px !important}.pl200{padding-left:200px !important}.pr200{padding-right:200px !important}.pd200{padding:200px !important}.mt205{margin-top:205px !important}.mb205{margin-bottom:205px !important}.ml205{margin-left:205px !important}.mr205{margin-right:205px !important}.pt205{padding-top:205px !important}.pb205{padding-bottom:205px !important}.pl205{padding-left:205px !important}.pr205{padding-right:205px !important}.pd205{padding:205px !important}.mt210{margin-top:210px !important}.mb210{margin-bottom:210px !important}.ml210{margin-left:210px !important}.mr210{margin-right:210px !important}.pt210{padding-top:210px !important}.pb210{padding-bottom:210px !important}.pl210{padding-left:210px !important}.pr210{padding-right:210px !important}.pd210{padding:210px !important}.mt215{margin-top:215px !important}.mb215{margin-bottom:215px !important}.ml215{margin-left:215px !important}.mr215{margin-right:215px !important}.pt215{padding-top:215px !important}.pb215{padding-bottom:215px !important}.pl215{padding-left:215px !important}.pr215{padding-right:215px !important}.pd215{padding:215px !important}.mt220{margin-top:220px !important}.mb220{margin-bottom:220px !important}.ml220{margin-left:220px !important}.mr220{margin-right:220px !important}.pt220{padding-top:220px !important}.pb220{padding-bottom:220px !important}.pl220{padding-left:220px !important}.pr220{padding-right:220px !important}.pd220{padding:220px !important}.mt225{margin-top:225px !important}.mb225{margin-bottom:225px !important}.ml225{margin-left:225px !important}.mr225{margin-right:225px !important}.pt225{padding-top:225px !important}.pb225{padding-bottom:225px !important}.pl225{padding-left:225px !important}.pr225{padding-right:225px !important}.pd225{padding:225px !important}.mt230{margin-top:230px !important}.mb230{margin-bottom:230px !important}.ml230{margin-left:230px !important}.mr230{margin-right:230px !important}.pt230{padding-top:230px !important}.pb230{padding-bottom:230px !important}.pl230{padding-left:230px !important}.pr230{padding-right:230px !important}.pd230{padding:230px !important}.mt235{margin-top:235px !important}.mb235{margin-bottom:235px !important}.ml235{margin-left:235px !important}.mr235{margin-right:235px !important}.pt235{padding-top:235px !important}.pb235{padding-bottom:235px !important}.pl235{padding-left:235px !important}.pr235{padding-right:235px !important}.pd235{padding:235px !important}.mt240{margin-top:240px !important}.mb240{margin-bottom:240px !important}.ml240{margin-left:240px !important}.mr240{margin-right:240px !important}.pt240{padding-top:240px !important}.pb240{padding-bottom:240px !important}.pl240{padding-left:240px !important}.pr240{padding-right:240px !important}.pd240{padding:240px !important}.mt245{margin-top:245px !important}.mb245{margin-bottom:245px !important}.ml245{margin-left:245px !important}.mr245{margin-right:245px !important}.pt245{padding-top:245px !important}.pb245{padding-bottom:245px !important}.pl245{padding-left:245px !important}.pr245{padding-right:245px !important}.pd245{padding:245px !important}.mt250{margin-top:250px !important}.mb250{margin-bottom:250px !important}.ml250{margin-left:250px !important}.mr250{margin-right:250px !important}.pt250{padding-top:250px !important}.pb250{padding-bottom:250px !important}.pl250{padding-left:250px !important}.pr250{padding-right:250px !important}.pd250{padding:250px !important}@media only screen and (min-width: 577px)and (max-width: 1024px){.is-order-0-tablet{order:0}.is-order-1-tablet{order:1}.is-order-2-tablet{order:2}.is-order-3-tablet{order:3}.mt0-tablet{margin-top:0px !important}.mb0-tablet{margin-bottom:0px !important}.ml0-tablet{margin-left:0px !important}.mr0-tablet{margin-right:0px !important}.pt0-tablet{padding-top:0px !important}.pb0-tablet{padding-bottom:0px !important}.pl0-tablet{padding-left:0px !important}.pr0-tablet{padding-right:0px !important}.mt5-tablet{margin-top:5px !important}.mb5-tablet{margin-bottom:5px !important}.ml5-tablet{margin-left:5px !important}.mr5-tablet{margin-right:5px !important}.pt5-tablet{padding-top:5px !important}.pb5-tablet{padding-bottom:5px !important}.pl5-tablet{padding-left:5px !important}.pr5-tablet{padding-right:5px !important}.mt10-tablet{margin-top:10px !important}.mb10-tablet{margin-bottom:10px !important}.ml10-tablet{margin-left:10px !important}.mr10-tablet{margin-right:10px !important}.pt10-tablet{padding-top:10px !important}.pb10-tablet{padding-bottom:10px !important}.pl10-tablet{padding-left:10px !important}.pr10-tablet{padding-right:10px !important}.mt15-tablet{margin-top:15px !important}.mb15-tablet{margin-bottom:15px !important}.ml15-tablet{margin-left:15px !important}.mr15-tablet{margin-right:15px !important}.pt15-tablet{padding-top:15px !important}.pb15-tablet{padding-bottom:15px !important}.pl15-tablet{padding-left:15px !important}.pr15-tablet{padding-right:15px !important}.mt20-tablet{margin-top:20px !important}.mb20-tablet{margin-bottom:20px !important}.ml20-tablet{margin-left:20px !important}.mr20-tablet{margin-right:20px !important}.pt20-tablet{padding-top:20px !important}.pb20-tablet{padding-bottom:20px !important}.pl20-tablet{padding-left:20px !important}.pr20-tablet{padding-right:20px !important}.mt25-tablet{margin-top:25px !important}.mb25-tablet{margin-bottom:25px !important}.ml25-tablet{margin-left:25px !important}.mr25-tablet{margin-right:25px !important}.pt25-tablet{padding-top:25px !important}.pb25-tablet{padding-bottom:25px !important}.pl25-tablet{padding-left:25px !important}.pr25-tablet{padding-right:25px !important}.mt30-tablet{margin-top:30px !important}.mb30-tablet{margin-bottom:30px !important}.ml30-tablet{margin-left:30px !important}.mr30-tablet{margin-right:30px !important}.pt30-tablet{padding-top:30px !important}.pb30-tablet{padding-bottom:30px !important}.pl30-tablet{padding-left:30px !important}.pr30-tablet{padding-right:30px !important}.mt35-tablet{margin-top:35px !important}.mb35-tablet{margin-bottom:35px !important}.ml35-tablet{margin-left:35px !important}.mr35-tablet{margin-right:35px !important}.pt35-tablet{padding-top:35px !important}.pb35-tablet{padding-bottom:35px !important}.pl35-tablet{padding-left:35px !important}.pr35-tablet{padding-right:35px !important}.mt40-tablet{margin-top:40px !important}.mb40-tablet{margin-bottom:40px !important}.ml40-tablet{margin-left:40px !important}.mr40-tablet{margin-right:40px !important}.pt40-tablet{padding-top:40px !important}.pb40-tablet{padding-bottom:40px !important}.pl40-tablet{padding-left:40px !important}.pr40-tablet{padding-right:40px !important}.mt45-tablet{margin-top:45px !important}.mb45-tablet{margin-bottom:45px !important}.ml45-tablet{margin-left:45px !important}.mr45-tablet{margin-right:45px !important}.pt45-tablet{padding-top:45px !important}.pb45-tablet{padding-bottom:45px !important}.pl45-tablet{padding-left:45px !important}.pr45-tablet{padding-right:45px !important}.mt50-tablet{margin-top:50px !important}.mb50-tablet{margin-bottom:50px !important}.ml50-tablet{margin-left:50px !important}.mr50-tablet{margin-right:50px !important}.pt50-tablet{padding-top:50px !important}.pb50-tablet{padding-bottom:50px !important}.pl50-tablet{padding-left:50px !important}.pr50-tablet{padding-right:50px !important}.mt55-tablet{margin-top:55px !important}.mb55-tablet{margin-bottom:55px !important}.ml55-tablet{margin-left:55px !important}.mr55-tablet{margin-right:55px !important}.pt55-tablet{padding-top:55px !important}.pb55-tablet{padding-bottom:55px !important}.pl55-tablet{padding-left:55px !important}.pr55-tablet{padding-right:55px !important}.mt60-tablet{margin-top:60px !important}.mb60-tablet{margin-bottom:60px !important}.ml60-tablet{margin-left:60px !important}.mr60-tablet{margin-right:60px !important}.pt60-tablet{padding-top:60px !important}.pb60-tablet{padding-bottom:60px !important}.pl60-tablet{padding-left:60px !important}.pr60-tablet{padding-right:60px !important}.mt65-tablet{margin-top:65px !important}.mb65-tablet{margin-bottom:65px !important}.ml65-tablet{margin-left:65px !important}.mr65-tablet{margin-right:65px !important}.pt65-tablet{padding-top:65px !important}.pb65-tablet{padding-bottom:65px !important}.pl65-tablet{padding-left:65px !important}.pr65-tablet{padding-right:65px !important}.mt70-tablet{margin-top:70px !important}.mb70-tablet{margin-bottom:70px !important}.ml70-tablet{margin-left:70px !important}.mr70-tablet{margin-right:70px !important}.pt70-tablet{padding-top:70px !important}.pb70-tablet{padding-bottom:70px !important}.pl70-tablet{padding-left:70px !important}.pr70-tablet{padding-right:70px !important}.mt75-tablet{margin-top:75px !important}.mb75-tablet{margin-bottom:75px !important}.ml75-tablet{margin-left:75px !important}.mr75-tablet{margin-right:75px !important}.pt75-tablet{padding-top:75px !important}.pb75-tablet{padding-bottom:75px !important}.pl75-tablet{padding-left:75px !important}.pr75-tablet{padding-right:75px !important}.mt80-tablet{margin-top:80px !important}.mb80-tablet{margin-bottom:80px !important}.ml80-tablet{margin-left:80px !important}.mr80-tablet{margin-right:80px !important}.pt80-tablet{padding-top:80px !important}.pb80-tablet{padding-bottom:80px !important}.pl80-tablet{padding-left:80px !important}.pr80-tablet{padding-right:80px !important}.mt85-tablet{margin-top:85px !important}.mb85-tablet{margin-bottom:85px !important}.ml85-tablet{margin-left:85px !important}.mr85-tablet{margin-right:85px !important}.pt85-tablet{padding-top:85px !important}.pb85-tablet{padding-bottom:85px !important}.pl85-tablet{padding-left:85px !important}.pr85-tablet{padding-right:85px !important}.mt90-tablet{margin-top:90px !important}.mb90-tablet{margin-bottom:90px !important}.ml90-tablet{margin-left:90px !important}.mr90-tablet{margin-right:90px !important}.pt90-tablet{padding-top:90px !important}.pb90-tablet{padding-bottom:90px !important}.pl90-tablet{padding-left:90px !important}.pr90-tablet{padding-right:90px !important}.mt95-tablet{margin-top:95px !important}.mb95-tablet{margin-bottom:95px !important}.ml95-tablet{margin-left:95px !important}.mr95-tablet{margin-right:95px !important}.pt95-tablet{padding-top:95px !important}.pb95-tablet{padding-bottom:95px !important}.pl95-tablet{padding-left:95px !important}.pr95-tablet{padding-right:95px !important}.mt100-tablet{margin-top:100px !important}.mb100-tablet{margin-bottom:100px !important}.ml100-tablet{margin-left:100px !important}.mr100-tablet{margin-right:100px !important}.pt100-tablet{padding-top:100px !important}.pb100-tablet{padding-bottom:100px !important}.pl100-tablet{padding-left:100px !important}.pr100-tablet{padding-right:100px !important}.mt105-tablet{margin-top:105px !important}.mb105-tablet{margin-bottom:105px !important}.ml105-tablet{margin-left:105px !important}.mr105-tablet{margin-right:105px !important}.pt105-tablet{padding-top:105px !important}.pb105-tablet{padding-bottom:105px !important}.pl105-tablet{padding-left:105px !important}.pr105-tablet{padding-right:105px !important}.mt110-tablet{margin-top:110px !important}.mb110-tablet{margin-bottom:110px !important}.ml110-tablet{margin-left:110px !important}.mr110-tablet{margin-right:110px !important}.pt110-tablet{padding-top:110px !important}.pb110-tablet{padding-bottom:110px !important}.pl110-tablet{padding-left:110px !important}.pr110-tablet{padding-right:110px !important}.mt115-tablet{margin-top:115px !important}.mb115-tablet{margin-bottom:115px !important}.ml115-tablet{margin-left:115px !important}.mr115-tablet{margin-right:115px !important}.pt115-tablet{padding-top:115px !important}.pb115-tablet{padding-bottom:115px !important}.pl115-tablet{padding-left:115px !important}.pr115-tablet{padding-right:115px !important}.mt120-tablet{margin-top:120px !important}.mb120-tablet{margin-bottom:120px !important}.ml120-tablet{margin-left:120px !important}.mr120-tablet{margin-right:120px !important}.pt120-tablet{padding-top:120px !important}.pb120-tablet{padding-bottom:120px !important}.pl120-tablet{padding-left:120px !important}.pr120-tablet{padding-right:120px !important}.mt125-tablet{margin-top:125px !important}.mb125-tablet{margin-bottom:125px !important}.ml125-tablet{margin-left:125px !important}.mr125-tablet{margin-right:125px !important}.pt125-tablet{padding-top:125px !important}.pb125-tablet{padding-bottom:125px !important}.pl125-tablet{padding-left:125px !important}.pr125-tablet{padding-right:125px !important}.mt130-tablet{margin-top:130px !important}.mb130-tablet{margin-bottom:130px !important}.ml130-tablet{margin-left:130px !important}.mr130-tablet{margin-right:130px !important}.pt130-tablet{padding-top:130px !important}.pb130-tablet{padding-bottom:130px !important}.pl130-tablet{padding-left:130px !important}.pr130-tablet{padding-right:130px !important}.mt135-tablet{margin-top:135px !important}.mb135-tablet{margin-bottom:135px !important}.ml135-tablet{margin-left:135px !important}.mr135-tablet{margin-right:135px !important}.pt135-tablet{padding-top:135px !important}.pb135-tablet{padding-bottom:135px !important}.pl135-tablet{padding-left:135px !important}.pr135-tablet{padding-right:135px !important}.mt140-tablet{margin-top:140px !important}.mb140-tablet{margin-bottom:140px !important}.ml140-tablet{margin-left:140px !important}.mr140-tablet{margin-right:140px !important}.pt140-tablet{padding-top:140px !important}.pb140-tablet{padding-bottom:140px !important}.pl140-tablet{padding-left:140px !important}.pr140-tablet{padding-right:140px !important}.mt145-tablet{margin-top:145px !important}.mb145-tablet{margin-bottom:145px !important}.ml145-tablet{margin-left:145px !important}.mr145-tablet{margin-right:145px !important}.pt145-tablet{padding-top:145px !important}.pb145-tablet{padding-bottom:145px !important}.pl145-tablet{padding-left:145px !important}.pr145-tablet{padding-right:145px !important}.mt150-tablet{margin-top:150px !important}.mb150-tablet{margin-bottom:150px !important}.ml150-tablet{margin-left:150px !important}.mr150-tablet{margin-right:150px !important}.pt150-tablet{padding-top:150px !important}.pb150-tablet{padding-bottom:150px !important}.pl150-tablet{padding-left:150px !important}.pr150-tablet{padding-right:150px !important}.mt155-tablet{margin-top:155px !important}.mb155-tablet{margin-bottom:155px !important}.ml155-tablet{margin-left:155px !important}.mr155-tablet{margin-right:155px !important}.pt155-tablet{padding-top:155px !important}.pb155-tablet{padding-bottom:155px !important}.pl155-tablet{padding-left:155px !important}.pr155-tablet{padding-right:155px !important}.mt160-tablet{margin-top:160px !important}.mb160-tablet{margin-bottom:160px !important}.ml160-tablet{margin-left:160px !important}.mr160-tablet{margin-right:160px !important}.pt160-tablet{padding-top:160px !important}.pb160-tablet{padding-bottom:160px !important}.pl160-tablet{padding-left:160px !important}.pr160-tablet{padding-right:160px !important}.mt165-tablet{margin-top:165px !important}.mb165-tablet{margin-bottom:165px !important}.ml165-tablet{margin-left:165px !important}.mr165-tablet{margin-right:165px !important}.pt165-tablet{padding-top:165px !important}.pb165-tablet{padding-bottom:165px !important}.pl165-tablet{padding-left:165px !important}.pr165-tablet{padding-right:165px !important}.mt170-tablet{margin-top:170px !important}.mb170-tablet{margin-bottom:170px !important}.ml170-tablet{margin-left:170px !important}.mr170-tablet{margin-right:170px !important}.pt170-tablet{padding-top:170px !important}.pb170-tablet{padding-bottom:170px !important}.pl170-tablet{padding-left:170px !important}.pr170-tablet{padding-right:170px !important}.mt175-tablet{margin-top:175px !important}.mb175-tablet{margin-bottom:175px !important}.ml175-tablet{margin-left:175px !important}.mr175-tablet{margin-right:175px !important}.pt175-tablet{padding-top:175px !important}.pb175-tablet{padding-bottom:175px !important}.pl175-tablet{padding-left:175px !important}.pr175-tablet{padding-right:175px !important}.mt180-tablet{margin-top:180px !important}.mb180-tablet{margin-bottom:180px !important}.ml180-tablet{margin-left:180px !important}.mr180-tablet{margin-right:180px !important}.pt180-tablet{padding-top:180px !important}.pb180-tablet{padding-bottom:180px !important}.pl180-tablet{padding-left:180px !important}.pr180-tablet{padding-right:180px !important}.mt185-tablet{margin-top:185px !important}.mb185-tablet{margin-bottom:185px !important}.ml185-tablet{margin-left:185px !important}.mr185-tablet{margin-right:185px !important}.pt185-tablet{padding-top:185px !important}.pb185-tablet{padding-bottom:185px !important}.pl185-tablet{padding-left:185px !important}.pr185-tablet{padding-right:185px !important}.mt190-tablet{margin-top:190px !important}.mb190-tablet{margin-bottom:190px !important}.ml190-tablet{margin-left:190px !important}.mr190-tablet{margin-right:190px !important}.pt190-tablet{padding-top:190px !important}.pb190-tablet{padding-bottom:190px !important}.pl190-tablet{padding-left:190px !important}.pr190-tablet{padding-right:190px !important}.mt195-tablet{margin-top:195px !important}.mb195-tablet{margin-bottom:195px !important}.ml195-tablet{margin-left:195px !important}.mr195-tablet{margin-right:195px !important}.pt195-tablet{padding-top:195px !important}.pb195-tablet{padding-bottom:195px !important}.pl195-tablet{padding-left:195px !important}.pr195-tablet{padding-right:195px !important}.mt200-tablet{margin-top:200px !important}.mb200-tablet{margin-bottom:200px !important}.ml200-tablet{margin-left:200px !important}.mr200-tablet{margin-right:200px !important}.pt200-tablet{padding-top:200px !important}.pb200-tablet{padding-bottom:200px !important}.pl200-tablet{padding-left:200px !important}.pr200-tablet{padding-right:200px !important}.mt205-tablet{margin-top:205px !important}.mb205-tablet{margin-bottom:205px !important}.ml205-tablet{margin-left:205px !important}.mr205-tablet{margin-right:205px !important}.pt205-tablet{padding-top:205px !important}.pb205-tablet{padding-bottom:205px !important}.pl205-tablet{padding-left:205px !important}.pr205-tablet{padding-right:205px !important}.mt210-tablet{margin-top:210px !important}.mb210-tablet{margin-bottom:210px !important}.ml210-tablet{margin-left:210px !important}.mr210-tablet{margin-right:210px !important}.pt210-tablet{padding-top:210px !important}.pb210-tablet{padding-bottom:210px !important}.pl210-tablet{padding-left:210px !important}.pr210-tablet{padding-right:210px !important}.mt215-tablet{margin-top:215px !important}.mb215-tablet{margin-bottom:215px !important}.ml215-tablet{margin-left:215px !important}.mr215-tablet{margin-right:215px !important}.pt215-tablet{padding-top:215px !important}.pb215-tablet{padding-bottom:215px !important}.pl215-tablet{padding-left:215px !important}.pr215-tablet{padding-right:215px !important}.mt220-tablet{margin-top:220px !important}.mb220-tablet{margin-bottom:220px !important}.ml220-tablet{margin-left:220px !important}.mr220-tablet{margin-right:220px !important}.pt220-tablet{padding-top:220px !important}.pb220-tablet{padding-bottom:220px !important}.pl220-tablet{padding-left:220px !important}.pr220-tablet{padding-right:220px !important}.mt225-tablet{margin-top:225px !important}.mb225-tablet{margin-bottom:225px !important}.ml225-tablet{margin-left:225px !important}.mr225-tablet{margin-right:225px !important}.pt225-tablet{padding-top:225px !important}.pb225-tablet{padding-bottom:225px !important}.pl225-tablet{padding-left:225px !important}.pr225-tablet{padding-right:225px !important}.mt230-tablet{margin-top:230px !important}.mb230-tablet{margin-bottom:230px !important}.ml230-tablet{margin-left:230px !important}.mr230-tablet{margin-right:230px !important}.pt230-tablet{padding-top:230px !important}.pb230-tablet{padding-bottom:230px !important}.pl230-tablet{padding-left:230px !important}.pr230-tablet{padding-right:230px !important}.mt235-tablet{margin-top:235px !important}.mb235-tablet{margin-bottom:235px !important}.ml235-tablet{margin-left:235px !important}.mr235-tablet{margin-right:235px !important}.pt235-tablet{padding-top:235px !important}.pb235-tablet{padding-bottom:235px !important}.pl235-tablet{padding-left:235px !important}.pr235-tablet{padding-right:235px !important}.mt240-tablet{margin-top:240px !important}.mb240-tablet{margin-bottom:240px !important}.ml240-tablet{margin-left:240px !important}.mr240-tablet{margin-right:240px !important}.pt240-tablet{padding-top:240px !important}.pb240-tablet{padding-bottom:240px !important}.pl240-tablet{padding-left:240px !important}.pr240-tablet{padding-right:240px !important}.mt245-tablet{margin-top:245px !important}.mb245-tablet{margin-bottom:245px !important}.ml245-tablet{margin-left:245px !important}.mr245-tablet{margin-right:245px !important}.pt245-tablet{padding-top:245px !important}.pb245-tablet{padding-bottom:245px !important}.pl245-tablet{padding-left:245px !important}.pr245-tablet{padding-right:245px !important}.mt250-tablet{margin-top:250px !important}.mb250-tablet{margin-bottom:250px !important}.ml250-tablet{margin-left:250px !important}.mr250-tablet{margin-right:250px !important}.pt250-tablet{padding-top:250px !important}.pb250-tablet{padding-bottom:250px !important}.pl250-tablet{padding-left:250px !important}.pr250-tablet{padding-right:250px !important}}@media only screen and (max-width: 576px){.is-fullwidth-mobile{width:100% !important}.is-order-0-mobile{order:0}.is-order-1-mobile{order:1}.is-order-2-mobile{order:2}.is-order-3-mobile{order:3}.mt0-mobile{margin-top:0px !important}.mb0-mobile{margin-bottom:0px !important}.ml0-mobile{margin-left:0px !important}.mr0-mobile{margin-right:0px !important}.pt0-mobile{padding-top:0px !important}.pb0-mobile{padding-bottom:0px !important}.pl0-mobile{padding-left:0px !important}.pr0-mobile{padding-right:0px !important}.mt5-mobile{margin-top:5px !important}.mb5-mobile{margin-bottom:5px !important}.ml5-mobile{margin-left:5px !important}.mr5-mobile{margin-right:5px !important}.pt5-mobile{padding-top:5px !important}.pb5-mobile{padding-bottom:5px !important}.pl5-mobile{padding-left:5px !important}.pr5-mobile{padding-right:5px !important}.mt10-mobile{margin-top:10px !important}.mb10-mobile{margin-bottom:10px !important}.ml10-mobile{margin-left:10px !important}.mr10-mobile{margin-right:10px !important}.pt10-mobile{padding-top:10px !important}.pb10-mobile{padding-bottom:10px !important}.pl10-mobile{padding-left:10px !important}.pr10-mobile{padding-right:10px !important}.mt15-mobile{margin-top:15px !important}.mb15-mobile{margin-bottom:15px !important}.ml15-mobile{margin-left:15px !important}.mr15-mobile{margin-right:15px !important}.pt15-mobile{padding-top:15px !important}.pb15-mobile{padding-bottom:15px !important}.pl15-mobile{padding-left:15px !important}.pr15-mobile{padding-right:15px !important}.mt20-mobile{margin-top:20px !important}.mb20-mobile{margin-bottom:20px !important}.ml20-mobile{margin-left:20px !important}.mr20-mobile{margin-right:20px !important}.pt20-mobile{padding-top:20px !important}.pb20-mobile{padding-bottom:20px !important}.pl20-mobile{padding-left:20px !important}.pr20-mobile{padding-right:20px !important}.mt25-mobile{margin-top:25px !important}.mb25-mobile{margin-bottom:25px !important}.ml25-mobile{margin-left:25px !important}.mr25-mobile{margin-right:25px !important}.pt25-mobile{padding-top:25px !important}.pb25-mobile{padding-bottom:25px !important}.pl25-mobile{padding-left:25px !important}.pr25-mobile{padding-right:25px !important}.mt30-mobile{margin-top:30px !important}.mb30-mobile{margin-bottom:30px !important}.ml30-mobile{margin-left:30px !important}.mr30-mobile{margin-right:30px !important}.pt30-mobile{padding-top:30px !important}.pb30-mobile{padding-bottom:30px !important}.pl30-mobile{padding-left:30px !important}.pr30-mobile{padding-right:30px !important}.mt35-mobile{margin-top:35px !important}.mb35-mobile{margin-bottom:35px !important}.ml35-mobile{margin-left:35px !important}.mr35-mobile{margin-right:35px !important}.pt35-mobile{padding-top:35px !important}.pb35-mobile{padding-bottom:35px !important}.pl35-mobile{padding-left:35px !important}.pr35-mobile{padding-right:35px !important}.mt40-mobile{margin-top:40px !important}.mb40-mobile{margin-bottom:40px !important}.ml40-mobile{margin-left:40px !important}.mr40-mobile{margin-right:40px !important}.pt40-mobile{padding-top:40px !important}.pb40-mobile{padding-bottom:40px !important}.pl40-mobile{padding-left:40px !important}.pr40-mobile{padding-right:40px !important}.mt45-mobile{margin-top:45px !important}.mb45-mobile{margin-bottom:45px !important}.ml45-mobile{margin-left:45px !important}.mr45-mobile{margin-right:45px !important}.pt45-mobile{padding-top:45px !important}.pb45-mobile{padding-bottom:45px !important}.pl45-mobile{padding-left:45px !important}.pr45-mobile{padding-right:45px !important}.mt50-mobile{margin-top:50px !important}.mb50-mobile{margin-bottom:50px !important}.ml50-mobile{margin-left:50px !important}.mr50-mobile{margin-right:50px !important}.pt50-mobile{padding-top:50px !important}.pb50-mobile{padding-bottom:50px !important}.pl50-mobile{padding-left:50px !important}.pr50-mobile{padding-right:50px !important}.mt55-mobile{margin-top:55px !important}.mb55-mobile{margin-bottom:55px !important}.ml55-mobile{margin-left:55px !important}.mr55-mobile{margin-right:55px !important}.pt55-mobile{padding-top:55px !important}.pb55-mobile{padding-bottom:55px !important}.pl55-mobile{padding-left:55px !important}.pr55-mobile{padding-right:55px !important}.mt60-mobile{margin-top:60px !important}.mb60-mobile{margin-bottom:60px !important}.ml60-mobile{margin-left:60px !important}.mr60-mobile{margin-right:60px !important}.pt60-mobile{padding-top:60px !important}.pb60-mobile{padding-bottom:60px !important}.pl60-mobile{padding-left:60px !important}.pr60-mobile{padding-right:60px !important}.mt65-mobile{margin-top:65px !important}.mb65-mobile{margin-bottom:65px !important}.ml65-mobile{margin-left:65px !important}.mr65-mobile{margin-right:65px !important}.pt65-mobile{padding-top:65px !important}.pb65-mobile{padding-bottom:65px !important}.pl65-mobile{padding-left:65px !important}.pr65-mobile{padding-right:65px !important}.mt70-mobile{margin-top:70px !important}.mb70-mobile{margin-bottom:70px !important}.ml70-mobile{margin-left:70px !important}.mr70-mobile{margin-right:70px !important}.pt70-mobile{padding-top:70px !important}.pb70-mobile{padding-bottom:70px !important}.pl70-mobile{padding-left:70px !important}.pr70-mobile{padding-right:70px !important}.mt75-mobile{margin-top:75px !important}.mb75-mobile{margin-bottom:75px !important}.ml75-mobile{margin-left:75px !important}.mr75-mobile{margin-right:75px !important}.pt75-mobile{padding-top:75px !important}.pb75-mobile{padding-bottom:75px !important}.pl75-mobile{padding-left:75px !important}.pr75-mobile{padding-right:75px !important}.mt80-mobile{margin-top:80px !important}.mb80-mobile{margin-bottom:80px !important}.ml80-mobile{margin-left:80px !important}.mr80-mobile{margin-right:80px !important}.pt80-mobile{padding-top:80px !important}.pb80-mobile{padding-bottom:80px !important}.pl80-mobile{padding-left:80px !important}.pr80-mobile{padding-right:80px !important}.mt85-mobile{margin-top:85px !important}.mb85-mobile{margin-bottom:85px !important}.ml85-mobile{margin-left:85px !important}.mr85-mobile{margin-right:85px !important}.pt85-mobile{padding-top:85px !important}.pb85-mobile{padding-bottom:85px !important}.pl85-mobile{padding-left:85px !important}.pr85-mobile{padding-right:85px !important}.mt90-mobile{margin-top:90px !important}.mb90-mobile{margin-bottom:90px !important}.ml90-mobile{margin-left:90px !important}.mr90-mobile{margin-right:90px !important}.pt90-mobile{padding-top:90px !important}.pb90-mobile{padding-bottom:90px !important}.pl90-mobile{padding-left:90px !important}.pr90-mobile{padding-right:90px !important}.mt95-mobile{margin-top:95px !important}.mb95-mobile{margin-bottom:95px !important}.ml95-mobile{margin-left:95px !important}.mr95-mobile{margin-right:95px !important}.pt95-mobile{padding-top:95px !important}.pb95-mobile{padding-bottom:95px !important}.pl95-mobile{padding-left:95px !important}.pr95-mobile{padding-right:95px !important}.mt100-mobile{margin-top:100px !important}.mb100-mobile{margin-bottom:100px !important}.ml100-mobile{margin-left:100px !important}.mr100-mobile{margin-right:100px !important}.pt100-mobile{padding-top:100px !important}.pb100-mobile{padding-bottom:100px !important}.pl100-mobile{padding-left:100px !important}.pr100-mobile{padding-right:100px !important}.mt105-mobile{margin-top:105px !important}.mb105-mobile{margin-bottom:105px !important}.ml105-mobile{margin-left:105px !important}.mr105-mobile{margin-right:105px !important}.pt105-mobile{padding-top:105px !important}.pb105-mobile{padding-bottom:105px !important}.pl105-mobile{padding-left:105px !important}.pr105-mobile{padding-right:105px !important}.mt110-mobile{margin-top:110px !important}.mb110-mobile{margin-bottom:110px !important}.ml110-mobile{margin-left:110px !important}.mr110-mobile{margin-right:110px !important}.pt110-mobile{padding-top:110px !important}.pb110-mobile{padding-bottom:110px !important}.pl110-mobile{padding-left:110px !important}.pr110-mobile{padding-right:110px !important}.mt115-mobile{margin-top:115px !important}.mb115-mobile{margin-bottom:115px !important}.ml115-mobile{margin-left:115px !important}.mr115-mobile{margin-right:115px !important}.pt115-mobile{padding-top:115px !important}.pb115-mobile{padding-bottom:115px !important}.pl115-mobile{padding-left:115px !important}.pr115-mobile{padding-right:115px !important}.mt120-mobile{margin-top:120px !important}.mb120-mobile{margin-bottom:120px !important}.ml120-mobile{margin-left:120px !important}.mr120-mobile{margin-right:120px !important}.pt120-mobile{padding-top:120px !important}.pb120-mobile{padding-bottom:120px !important}.pl120-mobile{padding-left:120px !important}.pr120-mobile{padding-right:120px !important}.mt125-mobile{margin-top:125px !important}.mb125-mobile{margin-bottom:125px !important}.ml125-mobile{margin-left:125px !important}.mr125-mobile{margin-right:125px !important}.pt125-mobile{padding-top:125px !important}.pb125-mobile{padding-bottom:125px !important}.pl125-mobile{padding-left:125px !important}.pr125-mobile{padding-right:125px !important}.mt130-mobile{margin-top:130px !important}.mb130-mobile{margin-bottom:130px !important}.ml130-mobile{margin-left:130px !important}.mr130-mobile{margin-right:130px !important}.pt130-mobile{padding-top:130px !important}.pb130-mobile{padding-bottom:130px !important}.pl130-mobile{padding-left:130px !important}.pr130-mobile{padding-right:130px !important}.mt135-mobile{margin-top:135px !important}.mb135-mobile{margin-bottom:135px !important}.ml135-mobile{margin-left:135px !important}.mr135-mobile{margin-right:135px !important}.pt135-mobile{padding-top:135px !important}.pb135-mobile{padding-bottom:135px !important}.pl135-mobile{padding-left:135px !important}.pr135-mobile{padding-right:135px !important}.mt140-mobile{margin-top:140px !important}.mb140-mobile{margin-bottom:140px !important}.ml140-mobile{margin-left:140px !important}.mr140-mobile{margin-right:140px !important}.pt140-mobile{padding-top:140px !important}.pb140-mobile{padding-bottom:140px !important}.pl140-mobile{padding-left:140px !important}.pr140-mobile{padding-right:140px !important}.mt145-mobile{margin-top:145px !important}.mb145-mobile{margin-bottom:145px !important}.ml145-mobile{margin-left:145px !important}.mr145-mobile{margin-right:145px !important}.pt145-mobile{padding-top:145px !important}.pb145-mobile{padding-bottom:145px !important}.pl145-mobile{padding-left:145px !important}.pr145-mobile{padding-right:145px !important}.mt150-mobile{margin-top:150px !important}.mb150-mobile{margin-bottom:150px !important}.ml150-mobile{margin-left:150px !important}.mr150-mobile{margin-right:150px !important}.pt150-mobile{padding-top:150px !important}.pb150-mobile{padding-bottom:150px !important}.pl150-mobile{padding-left:150px !important}.pr150-mobile{padding-right:150px !important}.mt155-mobile{margin-top:155px !important}.mb155-mobile{margin-bottom:155px !important}.ml155-mobile{margin-left:155px !important}.mr155-mobile{margin-right:155px !important}.pt155-mobile{padding-top:155px !important}.pb155-mobile{padding-bottom:155px !important}.pl155-mobile{padding-left:155px !important}.pr155-mobile{padding-right:155px !important}.mt160-mobile{margin-top:160px !important}.mb160-mobile{margin-bottom:160px !important}.ml160-mobile{margin-left:160px !important}.mr160-mobile{margin-right:160px !important}.pt160-mobile{padding-top:160px !important}.pb160-mobile{padding-bottom:160px !important}.pl160-mobile{padding-left:160px !important}.pr160-mobile{padding-right:160px !important}.mt165-mobile{margin-top:165px !important}.mb165-mobile{margin-bottom:165px !important}.ml165-mobile{margin-left:165px !important}.mr165-mobile{margin-right:165px !important}.pt165-mobile{padding-top:165px !important}.pb165-mobile{padding-bottom:165px !important}.pl165-mobile{padding-left:165px !important}.pr165-mobile{padding-right:165px !important}.mt170-mobile{margin-top:170px !important}.mb170-mobile{margin-bottom:170px !important}.ml170-mobile{margin-left:170px !important}.mr170-mobile{margin-right:170px !important}.pt170-mobile{padding-top:170px !important}.pb170-mobile{padding-bottom:170px !important}.pl170-mobile{padding-left:170px !important}.pr170-mobile{padding-right:170px !important}.mt175-mobile{margin-top:175px !important}.mb175-mobile{margin-bottom:175px !important}.ml175-mobile{margin-left:175px !important}.mr175-mobile{margin-right:175px !important}.pt175-mobile{padding-top:175px !important}.pb175-mobile{padding-bottom:175px !important}.pl175-mobile{padding-left:175px !important}.pr175-mobile{padding-right:175px !important}.mt180-mobile{margin-top:180px !important}.mb180-mobile{margin-bottom:180px !important}.ml180-mobile{margin-left:180px !important}.mr180-mobile{margin-right:180px !important}.pt180-mobile{padding-top:180px !important}.pb180-mobile{padding-bottom:180px !important}.pl180-mobile{padding-left:180px !important}.pr180-mobile{padding-right:180px !important}.mt185-mobile{margin-top:185px !important}.mb185-mobile{margin-bottom:185px !important}.ml185-mobile{margin-left:185px !important}.mr185-mobile{margin-right:185px !important}.pt185-mobile{padding-top:185px !important}.pb185-mobile{padding-bottom:185px !important}.pl185-mobile{padding-left:185px !important}.pr185-mobile{padding-right:185px !important}.mt190-mobile{margin-top:190px !important}.mb190-mobile{margin-bottom:190px !important}.ml190-mobile{margin-left:190px !important}.mr190-mobile{margin-right:190px !important}.pt190-mobile{padding-top:190px !important}.pb190-mobile{padding-bottom:190px !important}.pl190-mobile{padding-left:190px !important}.pr190-mobile{padding-right:190px !important}.mt195-mobile{margin-top:195px !important}.mb195-mobile{margin-bottom:195px !important}.ml195-mobile{margin-left:195px !important}.mr195-mobile{margin-right:195px !important}.pt195-mobile{padding-top:195px !important}.pb195-mobile{padding-bottom:195px !important}.pl195-mobile{padding-left:195px !important}.pr195-mobile{padding-right:195px !important}.mt200-mobile{margin-top:200px !important}.mb200-mobile{margin-bottom:200px !important}.ml200-mobile{margin-left:200px !important}.mr200-mobile{margin-right:200px !important}.pt200-mobile{padding-top:200px !important}.pb200-mobile{padding-bottom:200px !important}.pl200-mobile{padding-left:200px !important}.pr200-mobile{padding-right:200px !important}.mt205-mobile{margin-top:205px !important}.mb205-mobile{margin-bottom:205px !important}.ml205-mobile{margin-left:205px !important}.mr205-mobile{margin-right:205px !important}.pt205-mobile{padding-top:205px !important}.pb205-mobile{padding-bottom:205px !important}.pl205-mobile{padding-left:205px !important}.pr205-mobile{padding-right:205px !important}.mt210-mobile{margin-top:210px !important}.mb210-mobile{margin-bottom:210px !important}.ml210-mobile{margin-left:210px !important}.mr210-mobile{margin-right:210px !important}.pt210-mobile{padding-top:210px !important}.pb210-mobile{padding-bottom:210px !important}.pl210-mobile{padding-left:210px !important}.pr210-mobile{padding-right:210px !important}.mt215-mobile{margin-top:215px !important}.mb215-mobile{margin-bottom:215px !important}.ml215-mobile{margin-left:215px !important}.mr215-mobile{margin-right:215px !important}.pt215-mobile{padding-top:215px !important}.pb215-mobile{padding-bottom:215px !important}.pl215-mobile{padding-left:215px !important}.pr215-mobile{padding-right:215px !important}.mt220-mobile{margin-top:220px !important}.mb220-mobile{margin-bottom:220px !important}.ml220-mobile{margin-left:220px !important}.mr220-mobile{margin-right:220px !important}.pt220-mobile{padding-top:220px !important}.pb220-mobile{padding-bottom:220px !important}.pl220-mobile{padding-left:220px !important}.pr220-mobile{padding-right:220px !important}.mt225-mobile{margin-top:225px !important}.mb225-mobile{margin-bottom:225px !important}.ml225-mobile{margin-left:225px !important}.mr225-mobile{margin-right:225px !important}.pt225-mobile{padding-top:225px !important}.pb225-mobile{padding-bottom:225px !important}.pl225-mobile{padding-left:225px !important}.pr225-mobile{padding-right:225px !important}.mt230-mobile{margin-top:230px !important}.mb230-mobile{margin-bottom:230px !important}.ml230-mobile{margin-left:230px !important}.mr230-mobile{margin-right:230px !important}.pt230-mobile{padding-top:230px !important}.pb230-mobile{padding-bottom:230px !important}.pl230-mobile{padding-left:230px !important}.pr230-mobile{padding-right:230px !important}.mt235-mobile{margin-top:235px !important}.mb235-mobile{margin-bottom:235px !important}.ml235-mobile{margin-left:235px !important}.mr235-mobile{margin-right:235px !important}.pt235-mobile{padding-top:235px !important}.pb235-mobile{padding-bottom:235px !important}.pl235-mobile{padding-left:235px !important}.pr235-mobile{padding-right:235px !important}.mt240-mobile{margin-top:240px !important}.mb240-mobile{margin-bottom:240px !important}.ml240-mobile{margin-left:240px !important}.mr240-mobile{margin-right:240px !important}.pt240-mobile{padding-top:240px !important}.pb240-mobile{padding-bottom:240px !important}.pl240-mobile{padding-left:240px !important}.pr240-mobile{padding-right:240px !important}.mt245-mobile{margin-top:245px !important}.mb245-mobile{margin-bottom:245px !important}.ml245-mobile{margin-left:245px !important}.mr245-mobile{margin-right:245px !important}.pt245-mobile{padding-top:245px !important}.pb245-mobile{padding-bottom:245px !important}.pl245-mobile{padding-left:245px !important}.pr245-mobile{padding-right:245px !important}.mt250-mobile{margin-top:250px !important}.mb250-mobile{margin-bottom:250px !important}.ml250-mobile{margin-left:250px !important}.mr250-mobile{margin-right:250px !important}.pt250-mobile{padding-top:250px !important}.pb250-mobile{padding-bottom:250px !important}.pl250-mobile{padding-left:250px !important}.pr250-mobile{padding-right:250px !important}}@media only screen and (min-width: 577px)and (max-width: 768px){.is-hidden-tablet-p{display:none}}@media only screen and (min-width: 769px)and (max-width: 1024px){.is-hidden-tablet-l{display:none}}@media only screen and (min-width: 1025px){.is-hidden-desktop{display:none !important}}body{font:62.5% "Archivo",sans-serif;font-weight:400;color:#4c4b49;background:#fff;line-height:1.5;overflow-x:hidden}a{color:inherit;transition:all .2s linear}hr{height:2px;width:100%;background:#c5c0b5;margin:25px 0;border:none}hr.is-gray{background:#4a4a4a}hr.is-light{background:#e2ded3}hr.is-small{width:70px}.line{background:#4a4a4a}section{padding:90px 0}.wrap{max-width:1230px;width:100%;margin:0 auto;padding:0 15px}.wrap.compact{max-width:1000px}.wrap.wide{max-width:1505px;padding:0 20px}.wrap.full{max-width:1810px;padding:0 20px}.wrap.uhd{padding:0;max-width:1920px}@media(max-width: 578px){.wrap.wide{padding:0 30px}}.bg-white{background:#fff !important}.bg-gray{background:#c5c0b5 !important}.bg-l-gray{background:#e2ded3 !important}.bg-ll-gray{background:#f1f1f0 !important}.bg-root{background:#4c4b49 !important}.bg-primary{background:#223963 !important}.bg-secondary{background:#9bafbf !important}.is-absolute{position:absolute}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.box{border-radius:0;box-shadow:none}.marginTopHead{margin-top:90px}address{font-style:normal}.fancybox-caption__body{color:#fff}h1,h2{font-size:3.8em;line-height:1.3;font-weight:400;margin-bottom:30px;font-family:"Archivo";color:#223963}h1.small,h2.small{font-size:1.8em}h1.smaller,h2.smaller{font-size:3.3em}h3{font-size:2.4em;font-family:"Archivo";margin-bottom:20px;line-height:1.4;font-weight:400;transition:all .3s linear}h3.bigger{font-size:3.6em;line-height:50px}h4{font-size:1.9em;margin-bottom:15px;line-height:1.3;color:#223963}.subtitle{color:inherit;font-size:20px;line-height:1.5}.subtitle.small{font-size:18px;line-height:1.9}.subtitle.bigger{font-size:24px}.subtitle.blog{font-size:30px;line-height:1.3}@media(max-width: 578px){.subtitle{font-size:16px}}ul{list-style-type:none}p{font-size:1.6em}p.bigger{font-size:1.8em;line-height:32px;letter-spacing:0}strong{font-weight:600 !important}.fw-600{font-weight:600 !important}strong{color:#223963;font-family:Archivo,sans-serif;font-width:bold}.font-primary{font-family:"Archivo" !important}.font-secondary{font-family:"Inter" !important}.lp-0{letter-spacing:0}.fs-16{font-size:1.6em}.fs-18{font-size:1.8em}.color-root{color:#4c4b49}.color-primary{color:#223963}.color-primary-variation{color:#0b314c}.color-secondary{color:#9bafbf !important}.color-green{color:#65ab5f}.color-white{color:#fff !important}.color-gray{color:#555 !important}.color-light{color:#efebde !important}.color-red{color:#c00 !important}@media only screen and (min-width: 577px)and (max-width: 1024px){body{line-height:1.3}h1.smaller,h2.smaller{font-size:2.8em}h3{font-size:1.8em}p{font-size:1.4em}p.bigger{font-size:16px}.subtitle.bigger{font-size:20px}}@media(max-width: 578px){.fs-16-mobile{font-size:1.6em !important}h1,h2{font-size:3.3em;line-height:36px}h3{font-size:22px;line-height:36px}}header{transition:all .6s cubic-bezier(0.38, 0, 0.02, 1);position:fixed;top:33px;left:0;z-index:200;width:100%;height:100px;background:none}header.is-hide{top:-90px}header.is-compact{top:-300px;height:80px}header.is-compact .logo{max-height:45px}header.is-compact .links{margin-top:10px}header .logo{max-width:250px;margin:10px 0 0;transition:.3s}header .links{display:flex;justify-content:flex-end;gap:70px;margin-top:15px;transition:all .6s cubic-bezier(0.38, 0, 0.02, 1)}header .links a{color:#fff;font-size:1.6em;font-family:"Archivo";position:relative;z-index:20}header .links a:before{content:"";background:#9bafbf;width:0;height:1px;position:absolute;top:125%;left:50%;transition:all .7s cubic-bezier(0.38, 0, 0.02, 1)}header .links a.not-clickable{pointer-events:none}header .links a:hover,header .links a.is-active{color:#9bafbf}header .links a:hover:before,header .links a.is-active:before{width:100%;left:0}header .links a.sub .fa{margin-left:7px}header .navbar-burger{color:#494947;margin:8px 18px 0 0;display:block;height:2rem;width:2rem}header .navbar-burger:hover{color:#9bafbf;background:none}header .navbar-burger.is-active span{background-color:#fff}header .navbar-burger.is-active:hover span{background-color:#9bafbf}.has-dropdown:hover .navbar-dropdown.is-boxed{transform:translateY(0) !important}.navbar-dropdown.is-boxed{transform:translateY(-20px);transition:all .6s cubic-bezier(0.38, 0, 0.02, 1);border:none;padding:20px 0 0;background:none;box-shadow:none}.navbar-dropdown.is-boxed a{padding:8px 0 0;margin-bottom:20px;font-size:1.1em}.navbar-dropdown.is-boxed a:before{width:100%;left:0}.navbar-dropdown.is-boxed a:hover{color:#9bafbf;background:none !important}@media only screen and (min-width: 1025px)and (max-width: 1681px){header .links{gap:40px}header .links a{font-size:1.65em}}@media only screen and (min-width: 577px)and (max-width: 1024px){header .links{gap:45px}header .links a{font-size:1.4em}}@media only screen and (min-width: 577px)and (max-width: 768px){header.pr40-tablet{padding-right:0 !important}header.pl40-tablet{padding-right:0 !important}header picture.logo img{width:216px !important}}@media(max-width: 768px){header{top:0;background-color:#fff;padding:0 !important;height:auto !important}header picture{margin-right:40px}header picture.logo img{width:100%;max-width:216px;margin:0;margin-bottom:2px;margin-right:40px}header a.navbar-burger{margin:0;height:110px;width:auto;display:flex;width:101px;align-items:center;justify-content:center;justify-self:flex-end}header a.navbar-burger.is-active{background:#fff}header a.navbar-burger.is-active span{width:35px !important}header a.navbar-burger.is-active span:first-child{transform:translateY(10px) rotate(45deg)}header a.navbar-burger.is-active span:last-child{transform:translateY(-10px) rotate(-45deg)}header a.navbar-burger .lines-container{position:relative;width:35px;height:23px}header a.navbar-burger .lines-container span{height:3px;top:0;left:unset !important;width:100%;right:0;background:#023660 !important;backdrop-filter:unset}header a.navbar-burger .lines-container span:first-child{top:0}header a.navbar-burger .lines-container span:nth-of-type(2){top:50%;transform:translateY(-50%)}header a.navbar-burger .lines-container span:last-child{width:26px;top:unset !important;bottom:0}header.is-compact{top:0px;padding-top:5px;background:#fff}header.is-compact a.navbar-burger{height:60px !important}header.is-compact .logo{max-width:180px}}footer{color:#fff}footer a:hover{color:#9bafbf}footer address{font-size:1.4em;margin-top:5px}footer .address-block{display:flex;justify-content:space-between;align-items:center}footer .address-block p{font-size:clamp(1.01em,0.73vw,1.4em);letter-spacing:1.1px}footer .h5{font-size:2.4em;letter-spacing:1.5px}footer hr{margin-top:55px;margin-bottom:55px;width:642px;left:calc(100% - 641px);transform-origin:right center;background:#414042;height:1px}footer .redes-sociais a{display:inline-block;color:#fff;margin-right:20px}footer .redes-sociais a:hover{color:#9bafbf}footer .redes-sociais a i{font-size:2.2em}footer .logo{max-width:280px;width:280px;margin-top:22px;position:relative;right:20px}footer nav{display:flex;justify-content:space-between;gap:5px;margin-top:19px}footer nav a{color:#fff;font-size:1.3em;position:relative;margin-bottom:13px;letter-spacing:1px}footer nav a.is-active{color:#9bafbf}footer nav a.not-clickable{pointer-events:none}footer .direitos{font-size:1.1em}footer .bg-left{position:absolute;top:-93px;right:-190px;width:1290px;height:calc(100% + 185px);background-color:#f1f1f0}footer .bg{position:absolute;top:-40px;left:0px;width:1450px;height:calc(100% + 78px);background:#023660}footer .bg:before{width:100%;height:100%;background:#f1f1f0;position:absolute;top:0;left:-600px;content:"";z-index:-1}@media only screen and (min-width: 1025px)and (max-width: 1499px){footer nav a{font-size:1.3em}footer img.logo{width:100%}}@media only screen and (min-width: 577px)and (max-width: 1024px){footer{padding-bottom:110px}footer img.logo{width:100%}footer nav a{font-size:clamp(.85em,.9vw,1.4em)}footer .bg{position:absolute;top:-40px;left:0px}}@media only screen and (min-width: 577px)and (max-width: 768px){footer .blue-content{padding-right:0px !important}}@media(max-width: 578px){footer .bg{top:0;height:100%}footer .blue-content{z-index:5;margin-left:clamp(10px,11.1111111111vw,60px);padding-left:clamp(10px,12.037037037vw,60px) !important;height:100%}footer .bg-left{position:absolute;top:0px;left:0px;top:0;left:unset;right:clamp(0px,10.92vw,59px);right:clamp(0px,10.92vw,59px);height:100%;width:100%;background:#f1f1f0;height:100%}footer a.logo-link{display:block;padding-top:clamp(10px,9.2592592593vw,60px);padding-bottom:clamp(10px,5.5555555556vw,60px)}footer a.logo-link .logo{left:0;margin-top:0;width:clamp(10px,51.8518518519vw,540px)}footer nav{flex-direction:column;gap:30px;gap:clamp(10px,5.5555555556vw,540px);margin-top:56px}footer nav a{margin-bottom:0;font-size:18px}footer .copyright-text{color:#414042;font-size:11px;z-index:10;margin-left:clamp(10px,11.1111111111vw,60px);max-width:250px;position:relative;left:35px}}@media only screen and (max-width: 578px)and (min-width: 390px)and (max-width: 540px){footer .copyright-text{left:45px}footer .copyright-text br.break{display:none}}.section-banners{position:relative;margin-top:0px;padding:0 0px;background-color:#e2ded3}.section-banners .cycle-slideshow{margin:0 auto}.section-banners .cycle-prev,.section-banners .cycle-next{position:absolute;bottom:4%;left:3vw;z-index:120;width:80px;height:80px;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.8;border-radius:50%;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-banners .cycle-next{left:initial;right:3vw}.section-banners .cycle-prev:hover,.section-banners .cycle-next:hover{background-color:rgba(0,0,0,.4);transform:scale(1.1)}.section-banners .txt-banner{position:absolute;top:32vh;left:0px;z-index:2;width:100%;padding:0 80px;margin:0 auto}.section-banners .txt-banner .btn{margin-top:15px}.section-banners h1,.section-banners h2{line-height:1.2;margin-bottom:35px;font-size:clamp(4.1em,2.97vw,5.7em);font-weight:600}.section-banners h1 p,.section-banners h2 p{font-size:1em}.section-banners h3{font-size:clamp(1.87em,1.35vw,2.6em);line-height:1.6;font-weight:400;width:420px}.section-banners .cycle-slideshow .li{width:100%;height:100vh;background-position:center top;background-repeat:no-repeat;background-size:cover}.section-banners .cycle-slideshow .li.video{pointer-events:none}.section-banners .cycle-slideshow .li .overlay-full,.section-banners .cycle-slideshow .li .overlay-tp,.section-banners .cycle-slideshow .li .overlay-bt,.section-banners .cycle-slideshow .li .overlay-lf{position:absolute;z-index:1}.section-banners .cycle-slideshow .li .overlay-tp{width:100%;height:66%;background:linear-gradient(180deg, #14395e 0%, rgba(2, 54, 96, 0) 100%)}.section-banners .cycle-slideshow .li .overlay-bt{bottom:0;width:100%;height:33%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.section-banners .cycle-slideshow .li .overlay-lf{width:66%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)}.section-banners .cycle-slideshow .li .overlay-full{width:100%;height:100%;background:rgba(0,0,0,.3)}.section-banners .cycle-pager{position:absolute;bottom:45px;left:0;z-index:101;width:100%;height:auto;cursor:pointer;text-align:center}.section-banners .cycle-pager span{width:15px;height:3px;text-indent:-9999px;background-color:hsla(0,0%,100%,.7);display:inline-block;margin:0 15px}.section-banners .cycle-pager .cycle-pager-active{background-color:#9bafbf}.section-banners .video{height:760px;overflow:hidden}.section-banners .video iframe{margin-top:-160px;height:1080px}.section-banners.page-empreendimentos .txt-banner{max-width:100%}.section-banners.page-empreendimentos .txt-banner h3{width:100%;font-size:1.8em;letter-spacing:.3em}.section-banners.page-empreendimentos .cycle-slideshow .li{height:750px}.banner-sub{position:relative;min-height:640px;background-position:center top;background-size:cover;background-repeat:no-repeat;padding-top:12%;padding-left:80px;padding-right:80px}.banner-sub h1{font-size:clamp(4.1em,2.97vw,5.7em);line-height:1.2;font-weight:600;margin-bottom:35px;color:#fff}.banner-sub h1.h2{font-size:4em;text-transform:uppercase;letter-spacing:0px;margin-bottom:60px}.banner-sub h2{color:#fff;font-size:4em;text-transform:uppercase;margin-bottom:60px;text-align:center}.banner-sub h2.h1{font-size:1.4em;font-weight:400;letter-spacing:9px;margin-top:30px;margin-bottom:30px}.banner-sub h3{font-size:clamp(1.87em,1.35vw,2.6em);line-height:1.6;font-weight:400;width:420px;color:#fff}.banner-sub.institucional h3{width:auto}.banner-sub.institucional h1,.banner-sub.institucional h3{position:relative;z-index:3}.banner-sub.institucional .overlay-full,.banner-sub.institucional .overlay-tp,.banner-sub.institucional .overlay-bt,.banner-sub.institucional .overlay-lf{position:absolute;z-index:1;top:0;left:0}.banner-sub.institucional .overlay-tp{width:100%;height:100%;background:linear-gradient(180deg, #14395e 10%, rgba(2, 54, 96, 0) 100%)}.banner-sub.institucional .overlay-bt{top:unset;bottom:0;width:100%;height:33%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.banner-sub.institucional .overlay-lf{width:66%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)}.banner-sub.institucional .overlay-full{width:100%;height:100%;background:rgba(0,0,0,.3)}@media only screen and (min-width: 577px)and (max-width: 1024px){.banner-sub{padding-top:22%;padding-left:40px;padding-right:40px}}@media only screen and (min-width: 577px)and (max-width: 768px){.banner-sub.institucional{margin-top:110px}.section-banners.page-empreendimentos{margin-top:110px}}@media(max-width: 578px){section.section-banners{margin-top:110px}section.section-banners,section.section-banners .cycle-slideshow .li{height:auto;aspect-ratio:540/590}section.section-banners .txt-banner{top:clamp(60px,28.7vw,155px);padding:0 30px}section.section-banners .txt-banner h1{width:100%;margin-bottom:clamp(20px,7.4vw,40px);line-height:clamp(20px,6.66vw,36px);font-size:clamp(12px,6.11vw,33px)}section.section-banners .txt-banner h1 p{font-size:inherit}section.section-banners .txt-banner h3{width:clamp(100px,59.25vw,320px);font-size:clamp(12px,3.3333333333,18px);max-width:330px;transition:none;margin-bottom:clamp(40px,16.66vw,90px);line-height:clamp(16px,4.44vw,24px)}section.section-banners .txt-banner a{font-size:clamp(10px,2.96vw,16px) !important;width:clamp(0px,33.3vw,180px);height:clamp(10px,9.259vw,48px);padding:0 !important;display:flex;align-items:center;justify-content:center;margin:0}section.section-banners .txt-banner a span{font-size:clamp(10px,2.96vw,16px) !important}section.section-banners.page-empreendimentos{margin-top:110px;width:100%;aspect-ratio:540/410}section.section-banners.page-empreendimentos .txt-banner{top:50%;left:50%;transform:translate(-50%, -50%);padding:0;width:50%}section.section-banners.page-empreendimentos .cycle-slideshow .li{height:auto}.banner-sub.institucional{margin-top:110px;width:100%;aspect-ratio:540/410;min-height:unset;padding-left:30px;padding-top:clamp(10px,24.0740740741vw,130px);background-position:bottom;padding-right:0}.banner-sub.institucional h1{font-size:clamp(10px,6.1111111111vw,33px);margin-bottom:clamp(10px,4.6296296296vw,25px)}.banner-sub.institucional h3{max-width:clamp(100px,62.037037037vw,335px);font-size:clamp(10px,3.3333333333vw,18px)}}.menu-fixed{position:fixed;top:0px;left:0;z-index:1000;display:flex;justify-content:flex-end;width:100%;height:100%;transition:all .6s cubic-bezier(0.54, 0.18, 0.13, 1);clip-path:inset(0% 100% 0% 0%);pointer-events:none}.menu-fixed.is-active{clip-path:inset(0% 0% 0% 0%)}.menu-fixed .container-menu{pointer-events:all;position:relative;margin-left:30px;z-index:15;padding:70px 11vw 55px;top:110px;height:fit-content;background-color:#223963;clip-path:inset(0% 0% -100% 100%);transition:all .8s cubic-bezier(0.54, 0.18, 0.13, 1);width:100%;max-width:430px;overflow:hidden}.menu-fixed .container-menu ul,.menu-fixed .container-menu .redes-sociais{display:block !important}.menu-fixed .container-menu.is-active{clip-path:inset(0% 0% -100% 0%)}.menu-fixed .container-menu .header-img{position:absolute;bottom:-4px;right:-143px}.menu-fixed .container-menu .bg-white{position:relative;top:50px}.menu-fixed .bt-close-menu{position:absolute;top:110px;right:calc(4vw + 70px);z-index:1;transition:all .5s cubic-bezier(0.38, 0, 0.02, 1);cursor:pointer;text-align:center;color:#6f6f6d;letter-spacing:2px;font-size:1.2em}.menu-fixed .bt-close-menu i{font-size:2.4em;margin-bottom:7px}.menu-fixed .bt-close-menu:hover{color:#9bafbf}.menu-fixed .menu-item{font-size:16px;font-weight:500;line-height:1em;display:block;margin-bottom:25px;color:#fff;letter-spacing:0px;position:relative}.menu-fixed .menu-item:hover,.menu-fixed .menu-item.current{color:#9bafbf}.menu-fixed .menu-item.telefone{font-size:24px;font-weight:600}.menu-fixed .menu-item img{max-width:30px;margin-right:25px;position:relative;top:5px;transition:transform .8s cubic-bezier(0.54, 0.18, 0.13, 1)}.menu-fixed .redes-sociais a{display:inline-block;font-size:2.1em;margin-right:20px;color:#fff}.menu-fixed .redes-sociais a:hover{color:#9bafbf}.menu-fixed .bg{position:fixed;top:0px;right:101px;width:100vw;height:1500px;background-color:#f1f1f0;opacity:1;z-index:10;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1);pointer-events:all}.menu-fixed .bg .main-logo-link{position:absolute;top:41px;left:132px;padding-right:30px}.menu-fixed .bg .main-logo-link img{width:100%;max-width:218px}.menu-fixed .bg:after{content:"";background-color:#fff;top:110px;left:100%;height:1000px;width:100%;position:absolute;z-index:0;opacity:1}.menu-fixed .emps figure{border-radius:3px 3px 3px 45px;overflow:hidden}.menu-fixed .emps img{max-height:144px;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.menu-fixed .emps p{transition:color .3s}.menu-fixed .emps .card-emp{font-size:clamp(1.01em,0.73vw,1.4em)}.menu-fixed .emps .card-emp:hover p{color:#fff !important}.menu-fixed .emps .card-emp:hover img{transform:scale(1.1)}.section-empreendimentos .slide-emp .owl-nav button.owl-prev{left:-63px}.section-empreendimentos .slide-emp .owl-nav button.owl-next{right:-63px}.section-empreendimentos .filter-emp .select select{padding-left:80px;font-size:2em}.section-empreendimentos .filter-emp button{padding:15px 20px 13px;min-width:170px}.section-empreendimentos .filter-emp .leg{position:absolute;top:32px;font-size:1.3em;letter-spacing:.2em}.section-empreendimentos .card-emp.is-occult{pointer-events:none}.section-empreendimentos .card-emp p,.section-empreendimentos .card-emp strong{color:#737370}.section-empreendimentos .card-emp h2{font-size:2.6em}.section-empreendimentos .card-emp .overlay{position:absolute;top:0;z-index:1;width:100%;height:50%;transition:all .8s cubic-bezier(0.38, 0, 0.02, 1);opacity:.5;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimentos .card-emp .saiba-mais{position:absolute;top:53%;left:50%;z-index:2;color:#fff;font-size:1.4em;letter-spacing:.2em;transform:translateX(-50%);opacity:0;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimentos .card-emp .saiba-mais:before,.section-empreendimentos .card-emp .saiba-mais:after{content:"";background:#fff;width:0;height:2px;position:absolute;top:45%;right:112%;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimentos .card-emp .saiba-mais:after{left:112%}.section-empreendimentos .card-emp .entregue{position:absolute;right:25px;z-index:2;padding:33px 0 0 10px;border-left:1px solid #9bafbf;color:#fff;font-size:1.4em}.section-empreendimentos .card-emp .cat{color:#737370;font-size:2em}.section-empreendimentos .card-emp figure{overflow:hidden;aspect-ratio:390/530}.section-empreendimentos .card-emp figure img{display:block;width:100%;overflow:hidden;transition:all .9s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimentos .card-emp:hover{color:#9bafbf}.section-empreendimentos .card-emp:hover figure img{transform:scale(1.1)}.section-empreendimentos .card-emp:hover .overlay{opacity:1;height:100%}.section-empreendimentos .card-emp:hover .saiba-mais{opacity:1;top:48%}.section-empreendimentos .card-emp:hover .saiba-mais:before,.section-empreendimentos .card-emp:hover .saiba-mais:after{width:52px}.section-block-1{background:#f1f1f0}.section-block-1 h2{font-size:3.3em;letter-spacing:-0.05em;color:#0b314c}.section-block-1 h2 strong{color:#0b314c}.section-block-1 h3{font-size:clamp(2.88em,2.08vw,4em)}.section-block-1 p{color:#4c4b49}.section-block-1 .bg{position:absolute;top:-100px;right:-7px;width:670px;height:calc(100% + 200px);background-color:#223963}.section-block-1 hr{max-width:265px;background-color:#223963}.section-block-2{background:url(../img/bg-home-pattern.webp);mix-blend-mode:multiply;padding-bottom:180px}.section-block-2 h2{font-size:clamp(4.1em,2.97vw,5.7em);line-height:1.18;letter-spacing:-0.05em}.section-block-2 h3{font-size:clamp(1.87em,1.35vw,2.6em)}.section-block-2 h4{font-size:clamp(2.59em,1.88vw,3.6em)}.section-block-2 .img-dir{position:absolute;top:45px;right:-90px;z-index:1}.section-block-2 .b1{border:1px solid #9bafbf;padding:30px 32px;max-width:310px;mix-blend-mode:multiply}.section-block-2 .b1.v2{opacity:.88;mix-blend-mode:multiply;background-color:#9bafbf;border-color:#9bafbf;max-width:none;mix-blend-mode:multiply}.section-block-2 .b2{border-left:1px solid #9bafbf;padding:10px 0 10px 28px}.section-block-2 .b3{border:1px solid #223963;padding:50px 10px 50px 50px}.section-block-2 .element{position:absolute;right:95px;bottom:-15px}.section-block-2 .small-logo{position:absolute;right:-121px;bottom:11px;width:85px}.section-block-3{position:relative}.section-block-3 p{position:absolute;top:84px;left:80px;font-size:33px;color:#fff;z-index:1}.section-block-3 img{max-height:700px;height:700px;width:100%;object-fit:cover;display:block}.section-block-3 .shutter-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.section-block-3 .shutter-container .line-container{position:absolute;left:0;width:100%;height:30px;z-index:2}.section-block-3 .shutter-container .line-container .line{height:100%;background:#0b314c;transition:1s}.section-block-3 .marquee-text{overflow:clip;position:absolute;bottom:50px;z-index:10}.section-block-3 .marquee-text-track{display:flex;padding-left:4.8rem;width:max-content;animation:marquee-move-text var(--speed, 4000s) linear infinite var(--direction, forwards)}.section-block-3 .marquee-text h2{font-size:90px;color:#fff;position:relative;right:2000px}@keyframes marquee-move-text{to{transform:translateX(-500%)}}.section-depoimentos{padding-top:0}.section-depoimentos::before{position:absolute;width:100%;height:76px;content:"";top:0;right:0;z-index:0;background:#fff}.section-depoimentos .box-into{padding-top:180px;display:flex;flex-direction:column;align-items:center;position:relative}.section-depoimentos .box-into .aspas{align-self:flex-start}.section-depoimentos .box-into .avatar-img{position:absolute;top:0px;left:50%;z-index:6;width:152px;height:152px;margin-left:-76px;border-radius:50%;overflow:hidden;padding:16px}.section-depoimentos .box-into .aspas{max-width:20px}.section-depoimentos .box-into .aspas.rt{transform:scale(-1);animation-fill-mode:none}.section-depoimentos .box-into .cliente{font-size:2.2em}.section-clientes{height:435px}.section-clientes .gradient{position:absolute;top:123px;left:50%;width:624px;height:624px;background:radial-gradient(circle, #f2eee7 0%, rgba(242, 238, 231, 0) 70%);transform:translateX(-50%);border-radius:50%}.section-clientes .l1,.section-clientes .l2{position:absolute;top:0;left:50%;width:870px;height:870px;border:1px solid #ddd;border-radius:50%;margin-left:-435px;animation:rotateGoBack1 50s infinite}.section-clientes .l1 .tb,.section-clientes .l2 .tb{animation:rotateInverse1 50s infinite}.section-clientes .l2{top:123px;width:624px;height:624px;margin-left:-312px;animation:rotateGoBack2 30s infinite}.section-clientes .l2 .tb{animation:rotateInverse2 30s infinite}.section-clientes h3{font-size:3.3em;line-height:1.2;width:100%;position:absolute;top:55%;left:0%}.section-clientes .tb{position:absolute;top:71px;left:100px;width:84px;height:84px;border:1px solid #d8d2c7;border-radius:50%;overflow:hidden;padding:6px;background-color:#fff}.section-clientes .tb img{border-radius:50%;overflow:hidden}.section-clientes .c2{left:684px}.section-clientes .c3{left:32px}.section-clientes .c4{left:509px}.section-clientes .tb-big{position:absolute;bottom:-76px;left:50%;z-index:3;width:152px;height:152px;margin-left:-76px;border:2px solid #223963;border-radius:50%;overflow:hidden;padding:16px}.section-clientes .tb-big img{border-radius:50%;overflow:hidden}@media only screen and (min-width: 577px)and (max-width: 1024px){.section-empreendimentos .slide-emp .owl-nav button.owl-prev{left:-33px}.section-empreendimentos .slide-emp .owl-nav button.owl-next{right:-33px}.section-block-1 .column.is-4{display:flex;flex-direction:column;justify-content:flex-start}.section-block-3 p{left:20px}.section-block-3 img{height:500px}}@media(max-width: 578px){section.section-empreendimentos .filter-emp .leg{font-size:12px}section.section-empreendimentos .filter-emp button{margin-top:17px !important}section.section-empreendimentos .slide-emp{padding:0 20px}section.section-empreendimentos .slide-emp .owl-nav button.owl-prev{left:-30px}section.section-empreendimentos .slide-emp .owl-nav button.owl-next{right:-30px}.section-block-1 hr{margin-bottom:0 !important}.section-block-3 p{font-size:clamp(10px,5.5555555556vw,30px);line-height:clamp(10px,7.4074074074vw,40px);left:30px;top:clamp(10px,14.8148148148vw,80px)}.section-block-3 img{width:100%;height:100%}.section-block-3 .marquee-text{overflow:visible;bottom:clamp(10px,9.2592592593vw,50px)}.section-block-3 .marquee-text h2{font-size:clamp(10px,11.1111111111vw,60px)}section.section-depoimentos .owl-nav{position:absolute;top:52px;width:280px;left:50%;transform:translateX(-50%);margin-top:0}section.section-depoimentos h2{position:relative;z-index:4;height:72px}section.section-depoimentos::before{position:absolute;width:100%;height:175px;content:"";top:0;right:0;z-index:0;background:#fff}section.section-depoimentos .box-into{max-width:420px;width:100%;margin:0 auto}section.section-depoimentos .owl-nav button{top:100%}section.section-depoimentos .owl-nav .owl-prev{left:-15px !important}section.section-depoimentos .owl-nav .owl-next{right:-15px !important}}.section-regiao h2{font-size:30px;letter-spacing:1px}.section-regiao .img1{position:absolute;top:0;right:8px;max-width:950px}.section-regiao .img2{max-width:952px}.section-regiao .bg{position:absolute;top:-82px;left:0;width:300px;height:950px;background-color:#e2ded3}.section-regiao .border-slide{position:absolute;top:8%;left:-3%;z-index:9;width:106%;height:74%;border:2px solid #4c4b49;pointer-events:none}.section-regiao .owl-nav button.owl-next,.section-regiao .owl-nav button.owl-prev{top:39%}.section-blog{padding-bottom:125px}.section-blog .posts-contents{display:flex;flex-direction:column;align-items:flex-start}.section-blog .image-container{overflow:hidden}.section-blog .image-container img{transition:.4s;width:100%}.section-blog .main-post-container{display:flex;justify-content:center;gap:70px}.section-blog .main-post-container .main-post{max-width:970px;width:100%}.section-blog .main-post-container .main-post .post-content{padding-top:30px;padding-left:20px}.section-blog .main-post-container .main-post .post-content h2{margin-top:7px;margin-bottom:7px}.section-blog .main-post-container .categories-container{background-color:#023660;flex:1;display:flex;flex-direction:column;padding:40px;height:fit-content;color:#fff;position:relative;min-width:400px}.section-blog .main-post-container .categories-container .categories-list{display:flex;flex-direction:column;gap:28px;position:relative}.section-blog .main-post-container .categories-container .categories-list li{list-style:none;padding-left:7px;position:relative}.section-blog .main-post-container .categories-container .categories-list li:before{content:"";position:absolute;background-color:#fff;width:3px;height:3px;left:0;bottom:50%;transform:translateY(50%);border-radius:50%}.section-blog .main-post-container .categories-container .categories-list li.is-active{color:#c5c0b5}.section-blog .main-post-container .categories-container .categories-list li.is-active:before{background-color:#c5c0b5}.section-blog .main-post-container .categories-container .categories-list li:hover a{color:#c5c0b5}.section-blog .main-post-container .categories-container .categories-list li:hover:before{background-color:#c5c0b5}.section-blog .main-post-container .categories-container:after{position:absolute;width:500%;height:100%;background-color:#023660;content:"";top:0;right:-499%}.section-blog .main-post-container a:hover img{transform:scale(1.04)}.section-blog .main-post-container a:hover{color:#023660}@media only screen and (max-width: 576px){.section-blog .main-post-container{flex-direction:column-reverse;gap:40px}.section-blog .main-post-container .main-post{max-width:100%;padding:0}.section-blog .main-post-container .categories-container{min-width:100%;padding:30px 30px}}@media only screen and (min-width: 577px)and (max-width: 1024px){.section-blog .main-post-container{gap:30px}.section-blog .main-post-container .main-post .post-content{padding-left:0}.section-blog .main-post-container .categories-container{min-width:300px}}@media(max-width: 578px){.section-blog .main-post-container .main-post .post-content h2{font-size:22px;line-height:36px}}.section-empreendimento p.resumo{color:#9bafbf}.section-empreendimento.oportunidades .perc-obras{display:block}.section-empreendimento.oportunidades .perc-obras p.blue-color{position:relative;font-weight:200 !important}.section-empreendimento.banner{width:100%;aspect-ratio:1920/810;background-repeat:no-repeat;padding:0 !important;background-size:cover}.section-empreendimento.banner .overlay-full,.section-empreendimento.banner .overlay-tp,.section-empreendimento.banner .overlay-bt,.section-empreendimento.banner .overlay-lf{position:absolute;z-index:1}.section-empreendimento.banner .overlay-tp{width:100%;height:66%;background:linear-gradient(180deg, #14395e 0%, rgba(2, 54, 96, 0) 100%)}.section-empreendimento.banner .overlay-bt{bottom:0;width:100%;height:33%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.banner .overlay-lf{width:66%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.banner .overlay-full{width:100%;height:100%;background:rgba(0,0,0,.5)}.section-empreendimento.banner .box-logo{z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute}.section-empreendimento .bg{position:absolute;top:0;right:0px;width:100%;height:580px;background-color:#f1f1f0}.section-empreendimento .icons h3{position:relative;color:#04375e}.section-empreendimento .icons h3:before{content:"";height:50px;position:absolute;width:1px;left:-21px;top:-12px;background-color:#9bafbf}.section-empreendimento .categoria-container{position:absolute;left:12px;bottom:0;display:flex;z-index:50;animation:growHeight 1.5s ease-out forwards}.section-empreendimento .categoria-container p{color:#9bafbf;margin-left:15px;letter-spacing:1px;opacity:0;text-transform:uppercase;animation:visibleP 1.5s ease-out forwards}.section-empreendimento .categoria-container .line{width:1px;height:320px;position:relative;background-color:#9bafbf}@keyframes growHeight{from{height:0}to{height:320px}}@keyframes visibleP{80%{opacity:0}100%{opacity:1}}.section-empreendimento .vendido-text{position:absolute;right:40px;color:#9bafbf}.section-empreendimento .vendido-text:before{height:83px;width:1px;background-color:#9bafbf;content:"";position:absolute;bottom:0;left:-10px}.section-empreendimento .perc-obras{display:flex;gap:25px;gap:25px;color:#9bafbf;align-items:flex-start}.section-empreendimento .perc-obras .andamento-container{flex:1;margin-top:5px}.section-empreendimento .perc-obras p.perc{position:relative}.section-empreendimento .perc-obras hr{height:2px;margin:12px 0 0;background-color:#9bafbf}.section-empreendimento .perc-obras .line{background-color:#023660 !important;height:2px;margin:0;position:absolute;bottom:0px;z-index:1}.section-empreendimento h3{color:#0b314c}.section-empreendimento .text strong{font-weight:normal !important;font-size:24px;color:#9bafbf}.section-empreendimento h1{text-transform:uppercase;line-height:32px}.section-empreendimento h1 strong{color:#0b314c !important}.section-empreendimento h1 span{font-size:24px;color:#9bafbf}.section-empreendimento .nav{max-width:1520px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #c5c0b5}.section-empreendimento .nav ul{display:flex;justify-content:space-evenly}.section-empreendimento .nav ul li{margin:0 20px;text-align:center}.section-empreendimento .nav ul li a:hover{color:#223963}.section-empreendimento.verde{padding:0;position:relative}.section-empreendimento.verde h4{position:absolute;z-index:30;left:80px;font-size:clamp(10px,6.1111111111vw,33px);top:50%;transform:translateY(-50%);max-width:260px}.section-empreendimento.verde .image-container{overflow:hidden;position:relative;height:435px}.section-empreendimento.verde .image-container:after{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background-color:#000;opacity:.5;z-index:10}.section-empreendimento.verde .image-container .js-parallax{position:relative}.section-empreendimento.galeria-emp h2{color:#133650}.section-empreendimento.galeria-emp a.tabs-1,.section-empreendimento.galeria-emp a.tabs-2{color:#9bafbf;padding-bottom:10px}.section-empreendimento.galeria-emp a.tabs-1:hover,.section-empreendimento.galeria-emp a.tabs-2:hover{color:#223963}.section-empreendimento.galeria-emp a.tabs-1.is-active,.section-empreendimento.galeria-emp a.tabs-2.is-active{border-bottom:1px solid #223963}.section-empreendimento.galeria-emp #tabs-1 .conteudo,.section-empreendimento.galeria-emp #tabs-2 .conteudo{display:none}.section-empreendimento.galeria-emp #tabs-1.is-active .conteudo,.section-empreendimento.galeria-emp #tabs-2.is-active .conteudo{display:block}.section-empreendimento.galeria-emp .container-galeria{position:relative}.section-empreendimento.galeria-emp .container-galeria .item{position:relative;width:100%;aspect-ratio:355/235;overflow:hidden;display:flex;align-items:center;justify-content:center}.section-empreendimento.galeria-emp .container-galeria .item .overlay,.section-empreendimento.galeria-emp .container-galeria .item .overlay-top,.section-empreendimento.galeria-emp .container-galeria .item .overlay-bottom,.section-empreendimento.galeria-emp .container-galeria .item .overlay-lf{position:absolute;z-index:1;opacity:0;transition:.4s}.section-empreendimento.galeria-emp .container-galeria .item .overlay{width:100%;height:100%;background:rgba(0,0,0,.5)}.section-empreendimento.galeria-emp .container-galeria .item .overlay-bottom{width:100%;height:66%;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.galeria-emp .container-galeria .item .overlay-top{width:100%;height:70%;background:linear-gradient(180deg, rgb(2, 54, 96) 0%, rgba(2, 54, 96, 0) 100%)}.section-empreendimento.galeria-emp .container-galeria .item .zoom{position:absolute;bottom:-50%;left:50%;z-index:1;transform:translate(-50%, 50%);text-align:center;transition:.4s}.section-empreendimento.galeria-emp .container-galeria .item .zoom img{max-width:30px;margin:0px auto 0}.section-empreendimento.galeria-emp .container-galeria .item a,.section-empreendimento.galeria-emp .container-galeria .item picture,.section-empreendimento.galeria-emp .container-galeria .item img{width:100%}.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-top,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-bottom,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-lf{opacity:1}.section-empreendimento.galeria-emp .container-galeria .item:hover .zoom{bottom:50%}.section-empreendimento.galeria-emp .container-galeria .overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1);background:lnear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.6) 100%)}.section-empreendimento.galeria-emp .container-galeria .box-legenda{height:0;display:flex;justify-content:center;align-items:center;opacity:0;font-size:28px;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-stage-outer{overflow:initial}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item{z-index:2}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item img{box-shadow:0 0 40px rgba(0,0,0,.4);transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active{z-index:0}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .box-legenda{opacity:1;transform:translateY(140px)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .overlay{opacity:0;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active img{box-shadow:none;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .zoom{bottom:-81px;opacity:1;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .zoom img{transform:scale(0.77)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 35px);width:70px;height:70px;margin:0}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next img,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev img{filter:brightness(500%)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next:hover,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev:hover{background-color:#9bafbf}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next:hover img,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev:hover img{filter:brightness(1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next{right:-9%}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev{left:-9%}.section-empreendimento.video{padding:0;display:flex;align-items:center;overflow:hidden;position:relative;z-index:10;margin-top:0px}.section-empreendimento.video:after{content:"";height:140px;width:100%;background:#f1f1f0;position:absolute;top:0;left:0;z-index:-1}.section-empreendimento.video .video-container,.section-empreendimento.video iframe{width:100%;height:675px;position:relative;z-index:5}.section-empreendimento.video iframe{pointer-events:none}.section-empreendimento.video img{margin:0 auto;width:100%;opacity:.75}.section-empreendimento.video a{position:absolute;top:50%;left:50%}.section-empreendimento.video svg{transition:all .4s cubic-bezier(0.38, 0, 0.02, 1);transform:translate(-50%, -50%)}.section-empreendimento.video svg path{transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.video svg:hover{transform:scale(1.1) translate(-46%, -46%)}.section-empreendimento.video svg:hover path{fill:#fff}.section-empreendimento.video button{position:absolute;bottom:33px;right:33px;background-color:#9bafbf;z-index:10;opacity:.7;transition:.4s;letter-spacing:1.3px;padding:15px 35px}.section-empreendimento.video button:hover{opacity:1}.section-empreendimento.localizacao{background:#f1f1f0;padding-top:160px;padding-bottom:190px}.section-empreendimento.localizacao h2 strong{color:#0b314c !important}.section-empreendimento.localizacao a:hover{color:#223963 !important}.section-empreendimento.localizacao p{margin-top:28px}.section-empreendimento.localizacao iframe{height:670px;box-shadow:0 10px 50px rgba(0,0,0,.1)}.section-empreendimento.localizacao .box-loc{position:absolute;top:60px;left:18vw;z-index:1;width:390px;height:180px;background-color:#efebde;padding:35px 40px}@-webkit-keyframes fadeBottom_new{0%{opacity:0;-webkit-transform:translate(50%, 20%)}100%{opacity:1;-webkit-transform:translate(50%, 0)}}@keyframes fadeBottom_new{0%{opacity:0;transform:translate(50%, 20%)}100%{opacity:1;transform:translate(50%, 0)}}.section-empreendimento.localizacao .animation_bottom_new.animated{opacity:1;animation:fadeBottom_new var(--t0) 1 var(--ease-animation)}.section-empreendimento.localizacao .image-container{position:relative}.section-empreendimento.localizacao .image-container .icon-img-container .icon-img{position:absolute;bottom:-40px;right:50%;z-index:10;max-width:120px;transform:translateX(50%);max-width:120px}.section-empreendimento.ficha-tecnica h2{margin-bottom:0}.section-empreendimento.ficha-tecnica h3{margin-bottom:50px}.section-empreendimento.ficha-tecnica ul li{display:flex;gap:85px;margin-bottom:20px}.section-empreendimento.ficha-tecnica ul li:first-child p:first-child{border-left:2px solid #9bafbf}.section-empreendimento.ficha-tecnica ul li p:first-child{min-width:170px;width:260px;border-left:1px solid #9bafbf}.section-empreendimento.ficha-tecnica ul li p:last-child{flex:1}.section-empreendimento.ficha-tecnica ul li p{font-size:24px;padding:10px 20px}.section-empreendimento.formulario{background:#f1f1f0;margin-bottom:100px}.section-empreendimento.formulario p{font-size:1.8em}.section-empreendimento.formulario input,.section-empreendimento.formulario textarea{padding:10px;color:#223963}.section-empreendimento.formulario input::placeholder,.section-empreendimento.formulario textarea::placeholder{color:#4c4b49 !important}.section-empreendimento.caracteristicas .txt{border:2px solid #4c4b49;border-bottom:none}.section-empreendimento.diferenciais{height:700px;width:100%;display:flex;align-items:flex-end;position:relative}.section-empreendimento.diferenciais:before{position:absolute;content:"";width:100%;height:100%;background-color:#000;opacity:.45;top:0;left:0;z-index:0}.section-empreendimento.diferenciais .diferenciais-text{color:#fff;position:relative;z-index:2}.section-empreendimento.diferenciais .diferenciais-text p{font-size:33px}.section-empreendimento.diferenciais .diferenciais-text strong{color:#9bafbf;font-weight:500 !important}.section-empreendimento.diferenciais .diferencial-box{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;border:1px solid #d5d1c6;padding:30px;max-width:280px;gap:10px;flex:1;aspect-ratio:unset !important}.section-empreendimento.diferenciais .diferencial-box img{width:100%;max-width:64px;height:100%;max-height:64px}.section-empreendimento.diferenciais .diferencial-box p{font-weight:500;text-align:center;color:#fff}.section-empreendimento.diferenciais .owl-nav{position:absolute;bottom:calc(50% + 17.5px);margin-top:0;display:flex;justify-content:space-between;width:100%}.section-empreendimento.diferenciais .owl-nav .owl-prev,.section-empreendimento.diferenciais .owl-nav .owl-next{transition:.2s}.section-empreendimento.diferenciais .owl-nav .owl-prev:hover,.section-empreendimento.diferenciais .owl-nav .owl-next:hover{transform:scale(1.15)}.section-empreendimento.diferenciais .owl-nav .owl-prev{left:-50px}.section-empreendimento.diferenciais .owl-nav .owl-next{right:-50px}.section-empreendimento .topicos{column-count:2;column-gap:80px}.section-empreendimento .topicos li{color:#999;font-size:15px;border-bottom:1px solid #4a4a4a;padding-bottom:10px;margin-bottom:20px;line-height:1.4;min-height:60px}.section-empreendimento.quem-assina h5{font-size:30px}.section-empreendimento.quem-assina .bg{position:absolute;top:0;right:95px;width:865px;height:655px;background-color:#e2ded3}.section-empreendimento.quem-assina .border{border:2px solid #4a4a4a;border-left:none;border-bottom:none}.section-empreendimento.quem-assina .owl-carousel .owl-stage-outer{overflow:initial}.section-empreendimento.plantas{min-height:750px;padding-top:75px}.section-empreendimento.plantas h2{z-index:101}.section-empreendimento.plantas h2 span{color:#9bafbf;text-transform:uppercase}.section-empreendimento.plantas .plantas-nav{width:430px;z-index:101}.section-empreendimento.plantas .plantas-nav .select{width:430px;position:relative}.section-empreendimento.plantas .plantas-nav .select:before{content:"TIPO";position:absolute;top:38%;left:0;font-size:1.4em;color:#9bafbf;letter-spacing:3px}.section-empreendimento.plantas .plantas-nav .select select{background:none;font-size:1.8em;font-family:"Helvetica";padding-left:70px;padding-bottom:10px;border-bottom:1px solid #9bafbf}.section-empreendimento.plantas .plant-collumn{position:relative;margin-top:-290px}.section-empreendimento.plantas .plantas-slide .bg{position:absolute;top:-294px;right:-90px;width:804px;min-height:calc(100% + 290px);background-color:#f1f1f0;border-radius:0 0px 0 0}.section-empreendimento.plantas .plantas-slide .subtitle{color:#0b314c !important}.section-empreendimento.plantas .plantas-slide .cycle-slide{width:100%}.section-empreendimento.plantas .plantas-slide .box-img a{display:block}.section-empreendimento.plantas .plantas-slide .box-img img{max-width:735px;right:50px}.section-empreendimento.plantas .plantas-slide .box-img .zoom{position:absolute;right:0;bottom:120px;z-index:1;width:44px}.section-empreendimento.plantas .plantas-slide .leg{font-size:clamp(1.3em,0.94vw,1.8em);color:#223963}.section-empreendimento.plantas .plantas-slide li{padding-bottom:15px;margin-bottom:20px;font-size:24px;line-height:1.4;position:relative !important}.section-empreendimento.plantas .li .caracteristica-item{display:flex;gap:40px;align-items:center;margin-bottom:30px}.section-empreendimento.plantas .li .caracteristica-item img{width:42px;object-fit:contain}.section-empreendimento.plantas .li .caracteristica-item p{position:relative}.section-empreendimento.plantas .li .caracteristica-item p:before{content:"";height:50px;width:1px;background-color:#9bafbf;position:absolute;left:-20px;bottom:-10px}.section-empreendimento.locais-proximos{max-width:1560px;margin:0 auto}.section-empreendimento.locais-proximos h4{letter-spacing:0px;font-size:25px}.section-empreendimento.locais-proximos .owl-nav button.owl-next,.section-empreendimento.locais-proximos .owl-nav button.owl-prev{top:39%}.section-empreendimento.obras{display:none;overflow:hidden;position:absolute;top:-340px;z-index:200;width:100%;height:720px;transition:all .8s cubic-bezier(0.38, 0, 0.02, 1);box-shadow:0 10px 70px rgba(0,0,0,.5);background:#e2ded3}.section-empreendimento.obras.is-active{display:block}.section-empreendimento.obras h3{font-size:23px;font-weight:400}.section-empreendimento.obras .bt-close{cursor:pointer;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.obras .bt-close path{transition:all .2s linear}.section-empreendimento.obras .bt-close:hover{transform:rotate(90deg)}.section-empreendimento.obras .bt-close:hover path{fill:#fff}.section-empreendimento.obras .carousel-obras .owl-dots{top:-35px}.section-empreendimento.obras .carousel-obras .item a{height:213px;overflow:hidden}.section-empreendimento.obras .carousel-obras .item a svg{position:absolute;top:29%;left:38.5%;width:90px;height:90px}.section-empreendimento.obras .carousel-obras .item a:hover img{filter:brightness(0.6);transform:scale(1.1)}.section-empreendimento.obras .carousel-obras .item img{margin-top:-36px;filter:brightness(0.8);transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.obras .box-andamento{width:100%;color:#223963}.section-empreendimento.obras .box-andamento .perc{font-size:18px;font-weight:600;transform:translateY(24px)}.section-empreendimento.obras .box-andamento .perc-small{position:absolute;top:2px;right:0;font-size:15px;font-weight:600}.section-empreendimento.obras .box-andamento hr{height:1px;margin:12px 0 0;opacity:.7}.section-empreendimento.obras .box-andamento .legenda{font-weight:400}.section-empreendimento.obras .box-andamento .line{background:#223963;height:1px;margin:0;position:absolute;bottom:12px;left:0}.section-empreendimento.obras .box-andamento .line.small{left:0;bottom:1px}.section-empreendimento.tour-virtual iframe{height:600px !important}@media only screen and (min-width: 1025px)and (max-width: 1499px){.section-empreendimento .perc-obras{margin-top:30px}.section-empreendimento.verde .image-container{height:35vh}.section-empreendimento.verde .image-container img{height:1000px;object-fit:cover}.section-empreendimento.verde .folha1,.section-empreendimento.verde .folha2{width:130px}.section-empreendimento.verde .folha1{left:244px;top:-50px}.section-empreendimento.verde .folha2{left:1100px;top:200px}.section-empreendimento.plantas .plantas-slide .bg{position:absolute;top:-350px;right:-90px}.section-empreendimento.plantas h2{max-width:350px}.section-empreendimento.plantas .plantas-nav .select{width:250px}.section-empreendimento.plantas .plantas-slide .box-img img{max-width:100% !important;right:0}.section-empreendimento.diferenciais .owl-carousel{padding:0 45px}.section-empreendimento.diferenciais .owl-carousel .owl-prev{left:-50px}.section-empreendimento.diferenciais .owl-carousel .owl-next{right:-50px}.section-empreendimento.ficha-tecnica ul li{gap:55px}.section-empreendimento.ficha-tecnica ul li p{font-size:20px}}@media only screen and (min-width: 577px)and (max-width: 1024px){section.section-empreendimento.banner .box-logo{max-width:200px}section.section-empreendimento.intro .vendido-text{top:58px}section.section-empreendimento.intro .bg{height:400px}section.section-empreendimento.intro .perc-obras{flex-direction:column}section.section-empreendimento.intro .perc-obras .andamento-container{width:100%;max-width:230px}section.section-empreendimento.intro .perc-obras a.btn{margin-left:0}section.section-empreendimento.verde .image-container{height:240px}section.section-empreendimento.verde .folha1,section.section-empreendimento.verde .folha2{width:130px}section.section-empreendimento.verde .folha1{left:375px}section.section-empreendimento.verde .folha2{left:810px;top:90px}section.section-empreendimento.plantas div.select{width:270px !important}section.section-empreendimento.plantas .plantas-slide .bg{right:0}section.section-empreendimento.plantas .plantas-slide .box-img .planta-img{width:100%;right:0}section.section-empreendimento.diferenciais{padding:0;height:550px}section.section-empreendimento.ficha-tecnica ul li{gap:15px}section.section-empreendimento.ficha-tecnica ul li p{font-size:20px}section.section-empreendimento.ficha-tecnica img{margin-top:100px;margin-top:100px}.section-empreendimento.diferenciais .owl-nav .owl-next{right:10px}}@media only screen and (min-width: 577px)and (max-width: 768px){section.section-empreendimento.banner{margin-top:110px}section.section-empreendimento.verde .image-container{height:200px}section.section-empreendimento.verde .folha1,section.section-empreendimento.verde .folha2{width:85px}section.section-empreendimento.verde .folha1{left:375px}section.section-empreendimento.verde .folha2{left:600px;top:90px}section.section-empreendimento .icons h3:before{content:"";height:50px;position:absolute;width:2px;left:-21px;top:-12px;background-color:#9bafbf}section.section-empreendimento.plantas h2{max-width:250px}}@media(max-width: 578px){section.section-empreendimento{padding-top:0}section.section-empreendimento .wrap.wide{padding:0 30px}section.section-empreendimento.banner{margin-top:110px;aspect-ratio:540/590;background-position:center}section.section-empreendimento.banner .box-logo img{max-height:110px}section.section-empreendimento .icons h3:before{top:50%;transform:translateY(-50%)}section.section-empreendimento .categoria-container{height:342px !important}section.section-empreendimento .categoria-container .line{height:100%}section.section-empreendimento .perc-obras{flex-direction:column;position:relative}section.section-empreendimento .perc-obras:before{position:absolute;width:200%;height:1000px;content:"";background:#f1f1f0;bottom:0;right:50%;transform:translateX(50%);z-index:-1}section.section-empreendimento .perc-obras .andamento-container{width:100%;position:relative}section.section-empreendimento .perc-obras .btn{margin:unset;margin-left:auto}section.section-empreendimento.intro h3{font-size:24px;line-height:30px}section.section-empreendimento.intro h2{line-height:30px}section.section-empreendimento.intro p{line-height:26px}section.section-empreendimento.intro a.btn{width:255px}section.section-empreendimento.verde h4{left:40px;font-size:clamp(10px,6.1111111111vw,33px);line-height:clamp(10px,7.4074074074vw,40px);max-width:clamp(10px,48.1481481481vw,260px)}section.section-empreendimento.verde .image-container,section.section-empreendimento.verde img{height:auto;aspect-ratio:510/255;width:100%;object-fit:cover}section.section-empreendimento.galeria-emp .tabs-header{justify-content:space-between}section.section-empreendimento.galeria-emp a.tabs-1,section.section-empreendimento.galeria-emp a.tabs-2{font-size:clamp(6px,2.9444444444vw,16px)}section.section-empreendimento.galeria-emp .container-galeria{display:flex;padding-right:.4rem;padding-left:.4rem}section.section-empreendimento.galeria-emp .container-galeria .column{padding:.35rem !important}section.section-empreendimento.plantas{background:#f1f1f0;overflow:hidden}section.section-empreendimento.plantas .li .caracteristica-item p:before{bottom:50%;transform:translateY(50%)}section.section-empreendimento.plantas .plantas-nav,section.section-empreendimento.plantas .select{width:100% !important}section.section-empreendimento.plantas .plant-collumn{margin-top:0}section.section-empreendimento.plantas .plantas-slide .box-img{position:relative;padding-top:40px}section.section-empreendimento.plantas .plantas-slide .box-img:before{position:absolute;width:200%;height:500%;content:"";background:#fff;top:0px;right:50%;transform:translateX(50%)}section.section-empreendimento.plantas .plantas-slide .box-img img{width:100%;right:0;display:block}section.section-empreendimento.plantas .plantas-slide .bg{top:-304px}section.section-empreendimento.plantas .box-img .zoom{right:0 !important;bottom:-45px !important}section.section-empreendimento.formulario{padding-right:15px;padding-left:15px}section.section-empreendimento.formulario button{margin-right:0 !important;margin-left:auto;width:280px}section.section-empreendimento.diferenciais{height:auto;width:100%;background-repeat:no-repeat;background-size:cover;aspect-ratio:540/620;padding-bottom:clamp(10px,9.2592592593vw,50px) !important}section.section-empreendimento.diferenciais .diferenciais-text p{font-size:clamp(10px,5.5555555556vw,30px);line-height:clamp(8px,7.4074074074vw,40px)}section.section-empreendimento.diferenciais .diferencial-box{padding:20px;aspect-ratio:unset}section.section-empreendimento.diferenciais .diferencial-box img{width:clamp(10px,10vw,54px);height:clamp(10px,10vw,54px);object-fit:cover}section.section-empreendimento.diferenciais .diferencial-box p{font-size:clamp(8px,2.5925925926vw,14px);height:clamp(10px,12.2222222222vw,66px)}section.section-empreendimento.diferenciais .owl-nav .owl-prev{left:-40px !important}section.section-empreendimento.diferenciais .owl-nav .owl-next{right:-40px !important}section.section-empreendimento.localizacao h3{font-size:24px}section.section-empreendimento.video iframe{height:auto;width:100%;aspect-ratio:480/240;pointer-events:all}section.section-empreendimento.ficha-tecnica ul li{flex-direction:column;gap:0}section.section-empreendimento.ficha-tecnica ul li:first-child p{border-left:2px solid #9bafbf !important}section.section-empreendimento.ficha-tecnica ul li p{width:100% !important}section.section-empreendimento.ficha-tecnica ul li p:first-child{padding-bottom:0;border-left:1px solid #9bafbf}section.section-empreendimento.ficha-tecnica ul li p:last-child{padding-top:0;border-left:1px solid #9bafbf}}.section-empreendimento.banner{width:100%;aspect-ratio:1920/810;background-repeat:no-repeat;padding:0 !important;background-size:cover}.section-empreendimento.banner .overlay-full,.section-empreendimento.banner .overlay-tp,.section-empreendimento.banner .overlay-bt,.section-empreendimento.banner .overlay-lf{position:absolute;z-index:1}.section-empreendimento.banner .overlay-tp{width:100%;height:66%;background:linear-gradient(180deg, #14395e 0%, rgba(2, 54, 96, 0) 100%)}.section-empreendimento.banner .overlay-bt{bottom:0;width:100%;height:33%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.banner .overlay-lf{width:66%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.banner .overlay-full{width:100%;height:100%;background:rgba(0,0,0,.5)}.section-empreendimento.banner .box-logo{z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute}.section-empreendimento .bg{position:absolute;top:0;right:0px;width:100%;height:580px;background-color:#f1f1f0}.section-empreendimento .icons h3{position:relative;color:#04375e}.section-empreendimento .icons h3:before{content:"";height:50px;position:absolute;width:1px;left:-21px;top:-12px;background-color:#9bafbf}.section-empreendimento .categoria-container{position:absolute;left:12px;bottom:0;display:flex;z-index:50;animation:growHeight 1.5s ease-out forwards}.section-empreendimento .categoria-container p{color:#9bafbf;margin-left:15px;letter-spacing:1px;opacity:0;text-transform:uppercase;animation:visibleP 1.5s ease-out forwards}.section-empreendimento .categoria-container .line{width:1px;height:320px;position:relative;background-color:#9bafbf}@keyframes growHeight{from{height:0}to{height:320px}}@keyframes visibleP{80%{opacity:0}100%{opacity:1}}.section-empreendimento .vendido-text{position:absolute;right:40px;top:43px;color:#fff}.section-empreendimento .vendido-text:before{height:83px;width:1px;background-color:#9bafbf;content:"";position:absolute;bottom:0;left:-10px}.section-empreendimento.oportunidades .perc-obras::before{display:none}.section-empreendimento .perc-obras{display:flex;gap:25px;color:#9bafbf;align-items:flex-start}.section-empreendimento .perc-obras .andamento-container{flex:1;margin-top:5px}.section-empreendimento .perc-obras p.perc{position:relative}.section-empreendimento .perc-obras hr{height:2px;margin:12px 0 0;background-color:#9bafbf}.section-empreendimento .perc-obras .line{background-color:#023660 !important;height:2px;margin:0;position:absolute;bottom:0px;z-index:1}.section-empreendimento h3{color:#0b314c}.section-empreendimento .text strong{font-weight:normal !important;font-size:24px;color:#9bafbf}.section-empreendimento h1{text-transform:uppercase;line-height:32px}.section-empreendimento h1 strong{color:#0b314c !important}.section-empreendimento h1 span{font-size:24px;color:#9bafbf}.section-empreendimento .nav{max-width:1520px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #c5c0b5}.section-empreendimento .nav ul{display:flex;justify-content:space-evenly}.section-empreendimento .nav ul li{margin:0 20px;text-align:center}.section-empreendimento .nav ul li a:hover{color:#223963}.section-empreendimento.verde{padding:0;position:relative}.section-empreendimento.verde .folha1,.section-empreendimento.verde .folha2{position:absolute;top:0;z-index:20}.section-empreendimento.verde .folha1{left:244px}.section-empreendimento.verde .folha2{left:1100px;top:310px}.section-empreendimento.verde h4{position:absolute;z-index:30;left:80px;font-size:clamp(2.38em,1.72vw,3.3em);top:50%;transform:translateY(-50%)}.section-empreendimento.verde .image-container{overflow:hidden;position:relative;height:435px}.section-empreendimento.verde .image-container:after{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background-color:#000;opacity:.5;z-index:10}.section-empreendimento.verde .image-container .js-parallax{position:relative}.section-empreendimento.galeria-emp h2{color:#133650}.section-empreendimento.galeria-emp a.tabs-1,.section-empreendimento.galeria-emp a.tabs-2{color:#9bafbf;padding-bottom:10px}.section-empreendimento.galeria-emp a.tabs-1:hover,.section-empreendimento.galeria-emp a.tabs-2:hover{color:#223963}.section-empreendimento.galeria-emp a.tabs-1.is-active,.section-empreendimento.galeria-emp a.tabs-2.is-active{border-bottom:1px solid #223963}.section-empreendimento.galeria-emp #tabs-1 .conteudo,.section-empreendimento.galeria-emp #tabs-2 .conteudo{display:none}.section-empreendimento.galeria-emp #tabs-1.is-active .conteudo,.section-empreendimento.galeria-emp #tabs-2.is-active .conteudo{display:block}.section-empreendimento.galeria-emp .container-galeria{position:relative}.section-empreendimento.galeria-emp .container-galeria .item{position:relative;width:100%;aspect-ratio:355/235;overflow:hidden;display:flex;align-items:center;justify-content:center}.section-empreendimento.galeria-emp .container-galeria .item .overlay,.section-empreendimento.galeria-emp .container-galeria .item .overlay-top,.section-empreendimento.galeria-emp .container-galeria .item .overlay-bottom,.section-empreendimento.galeria-emp .container-galeria .item .overlay-lf{position:absolute;z-index:1;opacity:0;transition:.4s}.section-empreendimento.galeria-emp .container-galeria .item .overlay{width:100%;height:100%;background:rgba(0,0,0,.5)}.section-empreendimento.galeria-emp .container-galeria .item .overlay-bottom{width:100%;height:66%;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)}.section-empreendimento.galeria-emp .container-galeria .item .overlay-top{width:100%;height:70%;background:linear-gradient(180deg, rgb(2, 54, 96) 0%, rgba(2, 54, 96, 0) 100%)}.section-empreendimento.galeria-emp .container-galeria .item .zoom{position:absolute;bottom:-50%;left:50%;z-index:1;transform:translate(-50%, 50%);text-align:center;transition:.4s}.section-empreendimento.galeria-emp .container-galeria .item .zoom img{max-width:30px;margin:0px auto 0}.section-empreendimento.galeria-emp .container-galeria .item a,.section-empreendimento.galeria-emp .container-galeria .item picture,.section-empreendimento.galeria-emp .container-galeria .item img{width:100%}.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-top,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-bottom,.section-empreendimento.galeria-emp .container-galeria .item:hover .overlay-lf{opacity:1}.section-empreendimento.galeria-emp .container-galeria .item:hover .zoom{bottom:50%}.section-empreendimento.galeria-emp .container-galeria .overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1);background:lnear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.6) 100%)}.section-empreendimento.galeria-emp .container-galeria .box-legenda{height:0;display:flex;justify-content:center;align-items:center;opacity:0;font-size:28px;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-stage-outer{overflow:initial}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item{z-index:2}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item img{box-shadow:0 0 40px rgba(0,0,0,.4);transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active{z-index:0}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .box-legenda{opacity:1;transform:translateY(140px)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .overlay{opacity:0;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active img{box-shadow:none;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .zoom{bottom:-81px;opacity:1;transform:scale(1.285)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-item.active .zoom img{transform:scale(0.77)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 35px);width:70px;height:70px;margin:0}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next img,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev img{filter:brightness(500%)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next:hover,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev:hover{background-color:#9bafbf}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next:hover img,.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev:hover img{filter:brightness(1)}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-next{right:-9%}.section-empreendimento.galeria-emp .container-galeria .owl-carousel .owl-nav button.owl-prev{left:-9%}.section-empreendimento.video{padding:0;display:flex;align-items:center;overflow:hidden;position:relative;z-index:10;margin-top:0px}.section-empreendimento.video:after{content:"";height:140px;width:100%;background:#f1f1f0;position:absolute;top:0;left:0;z-index:0}.section-empreendimento.video .video-container,.section-empreendimento.video iframe{width:100%;height:675px;position:relative;z-index:5}.section-empreendimento.video iframe{pointer-events:none}.section-empreendimento.video img{margin:0 auto;width:100%;opacity:.75}.section-empreendimento.video a{position:absolute;top:50%;left:50%}.section-empreendimento.video svg{transition:all .4s cubic-bezier(0.38, 0, 0.02, 1);transform:translate(-50%, -50%)}.section-empreendimento.video svg path{transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.video svg:hover{transform:scale(1.1) translate(-46%, -46%)}.section-empreendimento.video svg:hover path{fill:#fff}.section-empreendimento.video button{position:absolute;bottom:33px;right:33px;background-color:#9bafbf;z-index:10;opacity:.7;transition:.4s;letter-spacing:1.3px;padding:15px 35px}.section-empreendimento.video button:hover{opacity:1}.section-empreendimento.localizacao{background:#f1f1f0;padding-top:160px;padding-bottom:190px}.section-empreendimento.localizacao h2 strong{color:#0b314c !important}.section-empreendimento.localizacao a:hover{color:#223963 !important}.section-empreendimento.localizacao p{margin-top:28px}.section-empreendimento.localizacao iframe{height:670px;box-shadow:0 10px 50px rgba(0,0,0,.1)}.section-empreendimento.localizacao .box-loc{position:absolute;top:60px;left:18vw;z-index:1;width:390px;height:180px;background-color:#efebde;padding:35px 40px}@-webkit-keyframes fadeBottom_new{0%{opacity:0;-webkit-transform:translate(50%, 20%)}100%{opacity:1;-webkit-transform:translate(50%, 0)}}@keyframes fadeBottom_new{0%{opacity:0;transform:translate(50%, 20%)}100%{opacity:1;transform:translate(50%, 0)}}.section-empreendimento.localizacao .animation_bottom_new.animated{opacity:1;animation:fadeBottom_new var(--t0) 1 var(--ease-animation)}.section-empreendimento.localizacao .image-container{position:relative}.section-empreendimento.localizacao .image-container .icon-img-container .icon-img{position:absolute;bottom:-40px;right:50%;z-index:10;max-width:120px;transform:translateX(50%);max-width:120px}.section-empreendimento.formulario{background:#f1f1f0;margin-bottom:100px}.section-empreendimento.formulario p{font-size:1.8em}.section-empreendimento.formulario input,.section-empreendimento.formulario textarea{padding:10px;color:#223963}.section-empreendimento.formulario input::placeholder,.section-empreendimento.formulario textarea::placeholder{color:#4c4b49 !important}.section-empreendimento.caracteristicas .txt{border:2px solid #4c4b49;border-bottom:none}.section-empreendimento .topicos{column-count:2;column-gap:80px}.section-empreendimento .topicos li{color:#999;font-size:15px;border-bottom:1px solid #4a4a4a;padding-bottom:10px;margin-bottom:20px;line-height:1.4;min-height:60px}.section-empreendimento.quem-assina h5{font-size:30px}.section-empreendimento.quem-assina .bg{position:absolute;top:0;right:95px;width:865px;height:655px;background-color:#e2ded3}.section-empreendimento.quem-assina .border{border:2px solid #4a4a4a;border-left:none;border-bottom:none}.section-empreendimento.quem-assina .owl-carousel .owl-stage-outer{overflow:initial}.section-empreendimento.plantas{min-height:750px;padding-top:75px}.section-empreendimento.plantas h2{z-index:101}.section-empreendimento.plantas h2 span{color:#9bafbf;text-transform:uppercase}.section-empreendimento.plantas .plantas-nav{width:430px;z-index:101}.section-empreendimento.plantas .plantas-nav .select{width:430px;position:relative}.section-empreendimento.plantas .plantas-nav .select:before{content:"TIPO";position:absolute;top:38%;left:0;font-size:1.4em;color:#9bafbf;letter-spacing:3px}.section-empreendimento.plantas .plantas-nav .select select{background:none;font-size:1.8em;font-family:"Helvetica";padding-left:70px;padding-bottom:10px;border-bottom:1px solid #9bafbf}.section-empreendimento.plantas .plant-collumn{position:relative;margin-top:-290px}.section-empreendimento.plantas .plantas-slide .bg{position:absolute;top:-294px;right:-90px;width:804px;min-height:calc(100% + 290px);background-color:#f1f1f0;border-radius:0 0px 0 0}.section-empreendimento.plantas .plantas-slide .subtitle{color:#0b314c !important}.section-empreendimento.plantas .plantas-slide .cycle-slide{width:100%}.section-empreendimento.plantas .plantas-slide .box-img a{display:block}.section-empreendimento.plantas .plantas-slide .box-img img{max-width:735px;right:50px}.section-empreendimento.plantas .plantas-slide .box-img .zoom{position:absolute;right:0;bottom:120px;z-index:1;width:44px}.section-empreendimento.plantas .plantas-slide .leg{font-size:clamp(1.3em,0.94vw,1.8em);color:#223963}.section-empreendimento.plantas .plantas-slide li{padding-bottom:15px;margin-bottom:20px;font-size:24px;line-height:1.4;position:relative !important}.section-empreendimento.plantas .li .caracteristica-item{display:flex;gap:40px;align-items:center;margin-bottom:30px}.section-empreendimento.plantas .li .caracteristica-item img{width:42px;object-fit:contain}.section-empreendimento.plantas .li .caracteristica-item p{position:relative}.section-empreendimento.plantas .li .caracteristica-item p:before{content:"";height:50px;width:1px;background-color:#9bafbf;position:absolute;left:-20px;bottom:-10px}.section-empreendimento.locais-proximos{max-width:1560px;margin:0 auto}.section-empreendimento.locais-proximos h4{letter-spacing:0px;font-size:25px}.section-empreendimento.locais-proximos .owl-nav button.owl-next,.section-empreendimento.locais-proximos .owl-nav button.owl-prev{top:39%}.section-empreendimento.obras{display:none;overflow:hidden;position:absolute;top:-340px;z-index:200;width:100%;height:720px;transition:all .8s cubic-bezier(0.38, 0, 0.02, 1);box-shadow:0 10px 70px rgba(0,0,0,.5);background:#e2ded3}.section-empreendimento.obras.is-active{display:block}.section-empreendimento.obras h3{font-size:23px;font-weight:400}.section-empreendimento.obras .bt-close{cursor:pointer;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.obras .bt-close path{transition:all .2s linear}.section-empreendimento.obras .bt-close:hover{transform:rotate(90deg)}.section-empreendimento.obras .bt-close:hover path{fill:#fff}.section-empreendimento.obras .carousel-obras .owl-dots{top:-35px}.section-empreendimento.obras .carousel-obras .item a{height:213px;overflow:hidden}.section-empreendimento.obras .carousel-obras .item a svg{position:absolute;top:29%;left:38.5%;width:90px;height:90px}.section-empreendimento.obras .carousel-obras .item a:hover img{filter:brightness(0.6);transform:scale(1.1)}.section-empreendimento.obras .carousel-obras .item img{margin-top:-36px;filter:brightness(0.8);transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-empreendimento.obras .box-andamento{width:100%;color:#223963}.section-empreendimento.obras .box-andamento .perc{font-size:18px;font-weight:600;transform:translateY(24px)}.section-empreendimento.obras .box-andamento .perc-small{position:absolute;top:2px;right:0;font-size:15px;font-weight:600}.section-empreendimento.obras .box-andamento hr{height:1px;margin:12px 0 0;opacity:.7}.section-empreendimento.obras .box-andamento .legenda{font-weight:400}.section-empreendimento.obras .box-andamento .line{background:#223963;height:1px;margin:0;position:absolute;bottom:12px;left:0}.section-empreendimento.obras .box-andamento .line.small{left:0;bottom:1px}.section-empreendimento.tour-virtual iframe{height:600px !important}@media only screen and (min-width: 1025px)and (max-width: 1499px){.section-empreendimento .perc-obras{margin-top:30px}.section-empreendimento.verde .image-container{height:35vh}.section-empreendimento.verde .folha1,.section-empreendimento.verde .folha2{width:130px}.section-empreendimento.verde .folha1{left:244px;top:-50px}.section-empreendimento.verde .folha2{left:1100px;top:200px}.section-empreendimento.plantas .plantas-slide .bg{position:absolute;top:-350px;right:-90px}.section-empreendimento.plantas h2{max-width:350px}.section-empreendimento.plantas .plantas-nav .select{width:250px}.section-empreendimento.plantas .plantas-slide .box-img img{max-width:100% !important;right:0}}@media only screen and (min-width: 577px)and (max-width: 1024px){section.section-empreendimento.banner .box-logo{max-width:200px}section.section-empreendimento.intro .vendido-text{top:58px}section.section-empreendimento.intro .bg{height:400px}section.section-empreendimento.verde .image-container{height:240px}section.section-empreendimento.verde .folha1,section.section-empreendimento.verde .folha2{width:130px}section.section-empreendimento.verde .folha1{left:375px}section.section-empreendimento.verde .folha2{left:810px;top:90px}section.section-empreendimento.plantas div.select{width:270px !important}section.section-empreendimento.plantas .plantas-slide .bg{right:0}section.section-empreendimento.plantas .plantas-slide .box-img .planta-img{width:100%;right:0}}@media only screen and (min-width: 577px)and (max-width: 768px){section.section-empreendimento.verde .image-container{height:200px}section.section-empreendimento.verde .folha1,section.section-empreendimento.verde .folha2{width:85px}section.section-empreendimento.verde .folha1{left:375px}section.section-empreendimento.verde .folha2{left:600px;top:90px}section.section-empreendimento .icons h3:before{content:"";height:50px;position:absolute;width:2px;left:-21px;top:-12px;background-color:#9bafbf}section.section-empreendimento.plantas h2{max-width:250px}}section.section-blog.page-blog .conteudo{width:min(100%,970px);background-color:#f6f6f6;padding-top:30px;padding-right:20px;padding-left:20px;color:#4c4b49}section.section-blog.page-blog .conteudo hr{background:#023660}section.section-blog.page-blog .post-galeria{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:5px}section.section-blog.page-blog .post-galeria .overlay,section.section-blog.page-blog .post-galeria .overlay-top,section.section-blog.page-blog .post-galeria .overlay-bottom,section.section-blog.page-blog .post-galeria .overlay-lf{position:absolute;z-index:1;opacity:0;transition:.4s}section.section-blog.page-blog .post-galeria .overlay{width:100%;height:100%;background:rgba(0,0,0,.5)}section.section-blog.page-blog .post-galeria .overlay-bottom{width:100%;height:66%;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)}section.section-blog.page-blog .post-galeria .overlay-top{width:100%;height:70%;background:linear-gradient(180deg, rgb(2, 54, 96) 0%, rgba(2, 54, 96, 0) 100%)}section.section-blog.page-blog .post-galeria .zoom{position:absolute;bottom:-50%;left:50%;z-index:1;transform:translate(-50%, 50%);text-align:center;transition:.4s}section.section-blog.page-blog .post-galeria .zoom img{max-width:30px;margin:0px auto 0}section.section-blog.page-blog .post-galeria .overlay,section.section-blog.page-blog .post-galeria .overlay-top,section.section-blog.page-blog .post-galeria .overlay-bottom,section.section-blog.page-blog .post-galeria .overlay-lf{position:absolute;z-index:1;opacity:0;transition:.4s}section.section-blog.page-blog .post-galeria .overlay{width:100%;height:100%;background:rgba(0,0,0,.5)}section.section-blog.page-blog .post-galeria .overlay-bottom{width:100%;height:66%;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)}section.section-blog.page-blog .post-galeria .overlay-top{width:100%;height:70%;background:linear-gradient(180deg, rgb(2, 54, 96) 0%, rgba(2, 54, 96, 0) 100%)}section.section-blog.page-blog .post-galeria .zoom{position:absolute;bottom:-50%;left:50%;z-index:1;transform:translate(-50%, 50%);text-align:center;transition:.4s}section.section-blog.page-blog .post-galeria .zoom img{max-width:30px;margin:40px auto 0}section.section-blog.page-blog .post-galeria a,section.section-blog.page-blog .post-galeria picture,section.section-blog.page-blog .post-galeria img{width:100%}section.section-blog.page-blog .post-galeria a,section.section-blog.page-blog .post-galeria picture,section.section-blog.page-blog .post-galeria img{width:100%}section.section-blog.page-blog .post-galeria .image-container{overflow:hidden}section.section-blog.page-blog .post-galeria img{display:block}section.section-blog.page-blog .post-galeria a:hover img{transform:scale(1.05)}section.section-blog.page-blog .post-galeria a:hover .overlay,section.section-blog.page-blog .post-galeria a:hover .overlay-top,section.section-blog.page-blog .post-galeria a:hover .overlay-bottom,section.section-blog.page-blog .post-galeria a:hover .overlay-lf{opacity:1}section.section-blog.page-blog .post-galeria a:hover .zoom{bottom:50%}section.section-blog.page-blog .btn-next,section.section-blog.page-blog .btn-prev{background-color:rgba(0,0,0,0);padding:0;min-width:0}section.section-blog.page-blog .btn-next span,section.section-blog.page-blog .btn-prev span{color:#023660;padding-bottom:5px}section.section-blog.page-blog .btn-next:hover span,section.section-blog.page-blog .btn-prev:hover span{text-decoration:underline}section.section-blog.page-blog .btn-next:hover:after,section.section-blog.page-blog .btn-next:hover:before,section.section-blog.page-blog .btn-prev:hover:after,section.section-blog.page-blog .btn-prev:hover:before{content:none}section.section-blog.page-blog .share-post{display:flex;align-items:baseline;justify-content:flex-start;gap:10px}section.section-blog.page-blog .share-post h3{margin-bottom:0}section.section-blog.page-blog .share-post i{font-size:24px;color:#023660;transition:.4s}section.section-blog.page-blog .share-post i.fa-whatsapp{font-size:27px}section.section-blog.page-blog .share-post i:hover{color:#9bafbf}section.section-blog.page-blog .share-post svg{width:22px}section.section-blog.page-blog .share-post svg path{transition:.4s}section.section-blog.page-blog .share-post svg:hover path{fill:#9bafbf}@media only screen and (min-width: 577px)and (max-width: 768px){section.section-blog{padding-top:50px}section.section-blog .main-post-container{flex-direction:column-reverse;gap:30px}section.section-blog .main-post-container .categories-list{flex-direction:row !important}}.page-contato .title-section h2{margin-bottom:60px}.page-contato .form-container{background:#023660;display:flex;justify-content:space-between;max-width:1360px;width:calc(100% - 100px);padding-top:40px;padding-bottom:165px;padding-right:148px;margin-left:100px}.page-contato .form-container .info-container{background:#f1f1f0;width:430px;min-width:400px;position:relative;right:105px;text-align:left;padding-left:50px;padding-top:50px;padding-bottom:20px;max-height:580px}.page-contato .form-container .info-container span{display:block;width:220px}.page-contato .form-container .info-container a i{font-size:21px;margin-right:20px;transition:.4s}.page-contato .form-container .info-container a:hover{color:#023660}.page-contato .form-container .info-container a:hover i{color:#023660}.page-contato form#form-contato{display:flex;flex-direction:column;align-items:flex-end;gap:20px;width:100%;max-width:724px}.page-contato form#form-contato input,.page-contato form#form-contato textarea{border:1px solid #fff;padding:13px 18px;color:#fff;font-size:16px}.page-contato form#form-contato input::placeholder,.page-contato form#form-contato textarea::placeholder{color:#f6f6f6}.page-contato form#form-contato textarea{height:206px;resize:vertical}.page-contato form#form-contato>div{margin-top:15px}.page-contato form#form-contato .button-container{display:flex;justify-content:flex-end;align-items:center;gap:30px;margin-right:13px}.page-contato form#form-contato .button-container span{color:#fff !important}.page-contato form#form-contato .button-container small{font-size:10px;color:#f6f6f6}.page-contato form#form-contato .button-container small a{color:#f6f6f6;text-decoration:underline}.page-contato form#form-contato .button-container button{min-width:230px !important}@media(max-width: 578px){.page-contato form#form-contato .button-container button{min-width:110px !important}}.page-contato form#form-contato .button-container button.is-loading{pointer-events:none;min-width:100px;justify-content:flex-start}.page-contato form#form-contato .button-container button.is-loading span{color:rgba(0,0,0,0) !important}.page-contato form#form-contato .button-container button.is-loading::before{all:unset}.page-contato form#form-contato .button-container button.is-loading::after{all:unset}.page-contato form#form-contato .button-container button.is-loading .arrow-container{display:none}.page-contato form#form-contato .button-container button.is-loading span.is-loading{animation:spinAround 500ms infinite linear;border:2px solid #9bafbf;border-radius:290486px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1.8em;width:1.8em;position:absolute;margin:0 auto;top:25%;right:45%;transform:translate(50%, -50%)}@media(max-width: 578px){.page-contato form#form-contato .button-container button.is-loading span.is-loading{right:36% !important}}.page-contato .map-container iframe{pointer-events:none}@media only screen and (min-width: 577px)and (max-width: 1024px){.page-contato .button-container{flex-direction:column-reverse}.page-contato .button-container small{margin:0 25px}.page-contato .form-container{padding-right:105px;padding-bottom:60px}}@media only screen and (min-width: 577px)and (max-width: 768px){.page-contato .form-container{margin-left:0;width:100%;align-items:flex-start;flex-direction:column;padding:0 40px 40px}.page-contato .form-container .info-container{right:0;padding-bottom:40px}.page-contato .form-container .button-container{margin-right:0 !important}.page-contato .form-container .button-container button,.page-contato .form-container .button-container small{margin-right:0}}@media(max-width: 578px){.page-contato .form-container{flex-direction:column;margin:40px 0 0;width:100%;padding:0 20px}.page-contato .form-container .info-container{bottom:40px;min-width:0%;right:0%;padding-top:20px;padding-left:30px;padding-right:30px;width:100%}.page-contato .form-container form#form-contato{padding-bottom:35px}.page-contato .map-container iframe{height:400px}}.section-institucional{padding-bottom:160px}.section-institucional .bd-left{border-left:1px solid #9bafbf}.section-institucional.intro .element-lines{position:absolute;top:40%;left:0;z-index:1}.section-institucional.intro .ceo{position:absolute;bottom:62px;left:-237px;z-index:1;width:280px;padding-right:95px;padding-bottom:10px;border-bottom:1px solid #9bafbf}.section-institucional.video{position:relative;padding-bottom:0}.section-institucional.video .bar{height:380px;height:100%;position:absolute;top:50%;right:50%;transform:translate(50%, -50%);width:3000px;background:#f1f1f0;z-index:-1}.section-institucional.video .placeholder-video .btn{position:absolute;right:25px;bottom:25px;width:115px;min-width:115px;background-color:#223963;opacity:.33;color:#fff}.section-institucional.video .mask_img{display:flex;align-items:center;justify-content:flex-end;align-items:center}.section-institucional.video .mask_img .container-video{position:relative;flex:1}.section-institucional.video .mask_img .container-video iframe{pointer-events:none;aspect-ratio:970/545;flex:1;width:100%;height:auto;display:block}.section-institucional .slide-timeline h5{font-size:26px}.section-institucional .slide-timeline .title-card{font-size:18px}.section-institucional .slide-timeline .line-bottom{border-color:#4a4a4a;border-width:1px;height:12px}.section-institucional.qualidade{padding-bottom:158px}.section-institucional.qualidade .line{position:absolute;top:0;left:30px;height:90px;width:1px;background:#9bafbf;z-index:5;transition:all .8s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.qualidade p{position:absolute;top:100px;left:18%;width:64%;color:#fff;opacity:0;z-index:5;transition:all .6s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.qualidade h3{margin-left:55px}.section-institucional.qualidade .bx:hover p{top:80px;opacity:1}.section-institucional.qualidade .bx:hover .line{height:210px}.section-institucional.qualidade .bx:hover:after{opacity:1;height:100%}.section-institucional.qualidade .bx:hover:before{opacity:1;height:90%}.section-institucional.qualidade .bx:after{content:"";opacity:0;position:absolute;top:48px;left:0;width:calc(100% - 3px);height:80%;background:linear-gradient(to bottom, #0e3f52 0%, rgba(14, 63, 82, 0) 100%);transition:all .8s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.qualidade .bx:before{content:"";opacity:0;position:absolute;top:48px;left:0;width:calc(100% - 3px);height:40%;background:linear-gradient(to bottom, #0e3f52 0%, rgba(14, 63, 82, 0) 100%);transition:all .8s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.mvv{padding:0;position:relative}.section-institucional.mvv h3{font-size:clamp(2.38em,1.72vw,3.3em);letter-spacing:-1px}.section-institucional.mvv h4{font-size:clamp(1.73em,1.25vw,2.4em)}.section-institucional.mvv .elm{position:absolute;right:-113px;bottom:-56px}.section-institucional.mvv .image-container{position:absolute;bottom:-200px;right:0}.section-institucional.mvv .image-container img.logo-shield{max-width:500px;width:315px;height:280px;position:relative;bottom:150px}.section-institucional.mvv .texts-blocks>div{height:80px;display:flex;flex-direction:column;justify-content:center}.section-institucional.time-line .card-emp .image-container img{transition:.6s;aspect-ratio:450/610}.section-institucional.time-line .card-emp .overlay{position:absolute;top:0;z-index:1;width:100%;height:50%;transition:all .8s cubic-bezier(0.38, 0, 0.02, 1);opacity:.5;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)}.section-institucional.time-line .card-emp .saiba-mais{position:absolute;top:53%;left:50%;z-index:2;color:#fff;font-size:1.4em;letter-spacing:.2em;transform:translateX(-50%);opacity:0;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.time-line .card-emp .saiba-mais:before,.section-institucional.time-line .card-emp .saiba-mais:after{content:"";background:#fff;width:0;height:2px;position:absolute;top:45%;right:112%;transition:all 1s cubic-bezier(0.38, 0, 0.02, 1)}.section-institucional.time-line .card-emp .saiba-mais:after{left:112%}.section-institucional.time-line .card-emp:hover{color:#9bafbf}.section-institucional.time-line .card-emp:hover figure img{transform:scale(1.1)}.section-institucional.time-line .card-emp:hover .overlay{opacity:1;height:100%}.section-institucional.time-line .card-emp:hover .saiba-mais{opacity:1;top:48%}.section-institucional.time-line .card-emp:hover .saiba-mais:before,.section-institucional.time-line .card-emp:hover .saiba-mais:after{width:52px}.section-institucional.time-line .card-emp .image-container{position:relative;overflow:hidden}.section-institucional.time-line .card-emp .image-container:hover img{transform:scale(1.03)}@media only screen and (min-width: 577px)and (max-width: 768px){.section-institucional .slide-timeline{padding:0 40px}.section-institucional .slide-timeline .owl-prev{left:-15px}.section-institucional .slide-timeline .owl-next{right:-15px}}@media only screen and (min-width: 577px)and (max-width: 1024px){.section-institucional.intro .ceo{left:0;bottom:-65px;width:100%}}@media only screen and (min-width: 1025px)and (max-width: 1499px){.section-institucional.intro .pr40{padding-right:0px !important}.section-institucional.intro .ceo{left:0;bottom:-65px;width:100%}.section-institucional.video .manifest-text h2{margin-top:20px !important}}@media(max-width: 578px){.section-institucional .wrap.wide{padding:0 30px}.section-institucional .fast-phrase-mobile p{font-size:24px !important;color:#023660;padding-left:25px;border-left:2px solid #9bafbf}.section-institucional.intro .element-lines{position:absolute;top:40%;left:0;z-index:1}.section-institucional.intro .ceo{position:absolute;bottom:-60px;z-index:1;left:clamp(10px,8.3333333333vw,45px);width:250px;padding-right:95px;padding-top:70px;padding-bottom:10px;border-bottom:0px solid red !important;border-left:2px solid #9bafbf !important}.section-institucional.video .wrap.wide{padding:0}.section-institucional.time-line{line-height:40px}.section-institucional.time-line .title-card{font-size:20px}.section-institucional.time-line .owl-nav img{aspect-ratio:unset !important}.section-institucional.time-line .owl-nav .owl-prev{top:55%;left:-30px}.section-institucional.time-line .owl-nav .owl-next{top:55%;right:-30px}}input,.input{border:none;border-bottom:1px solid #9bafbf;border-radius:0px;padding:13px 0;width:100%;height:auto;color:#223963;font-size:1.5em;outline:none;background:none;font-family:"Archivo";box-shadow:none;transition:border-bottom-color .2s linear}input::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:#4c4b49}input:-moz-placeholder,.input:-moz-placeholder{color:#4c4b49}input::-moz-placeholder,.input::-moz-placeholder{color:#4c4b49}input:-ms-input-placeholder,.input:-ms-input-placeholder{color:#4c4b49}.select{height:auto !important;width:100%}.select select{border:none;border-bottom:1px solid #9bafbf;border-radius:0;padding:13px 20px 9px 0;height:auto;color:#223963;font-size:15px;font-family:"Archivo" !important;background:none;transition:all .2s linear;width:100%;box-shadow:none !important}.select select:hover{border-color:#223963}.select:not(.is-multiple):not(.is-loading)::after{border-color:#223963;border-width:2px;font-size:1.5em;right:2px}textarea,.textarea{border:none;border-bottom:1px solid #9bafbf;border-radius:0;padding:16px 20px;width:100%;color:#9bafbf;font-size:15px;outline:none;background:none;font-family:"Archivo";letter-spacing:0px;transition:border-bottom-color .4s linear}textarea::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#a49d98}textarea:-moz-placeholder,.textarea:-moz-placeholder{color:#a49d98}textarea::-moz-placeholder,.textarea::-moz-placeholder{color:#a49d98}textarea:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#a49d98}.input:focus,.textarea:focus,textarea:focus,.select select:focus,.input:active,.textarea:active,.select select:active{border-bottom:solid 1px #223963;box-shadow:none}.check{width:auto;margin-right:5px}button.btn,a.btn{position:relative;background:#023660;border:none;border-radius:0px;display:inline-block;margin:25px auto;padding:19px 35px 17px;cursor:pointer;transition:all .2s linear;height:auto;min-width:230px;outline:none;font-family:"Archivo";letter-spacing:.5px;color:#fff;color:#fff;font-weight:400;font-size:1.8em;text-align:center;line-height:1.4}button.btn .span.is-loading,a.btn .span.is-loading{display:none}button.btn.is-loading,a.btn.is-loading{pointer-events:none;min-width:230px;justify-content:flex-start}button.btn.is-loading::before,a.btn.is-loading::before{all:unset}button.btn.is-loading::after,a.btn.is-loading::after{all:unset}button.btn.is-loading .arrow-container,a.btn.is-loading .arrow-container{display:none}button.btn.is-loading span.is-loading,a.btn.is-loading span.is-loading{animation:spinAround 500ms infinite linear;border:2px solid #023660;border-radius:290486px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1.8em;width:1.8em;position:absolute;margin:0 auto;top:25%;right:45%;transform:translate(50%, -50%)}button.btn.small,a.btn.small{min-width:100px;padding:9px 17px 9px;color:#fff;font-weight:400;font-size:1.4em;text-align:center;line-height:1.4}button.btn span,a.btn span{position:relative;z-index:1}button.btn.is-white-border,a.btn.is-white-border{border:1px solid #fff}button.btn:after,a.btn:after{content:"";background:#9bafbf;width:0;height:100%;position:absolute;top:0;left:0;transition:all .6s cubic-bezier(0.38, 0, 0.02, 1)}button.btn:before,a.btn:before{content:"";background:#9bafbf;width:0;height:100%;position:absolute;top:0;right:0;z-index:1;transition:all .6s cubic-bezier(0.38, 0, 0.02, 1)}button.btn:hover,a.btn:hover{color:#fff}button.btn:hover:after,a.btn:hover:after{width:50%}button.btn:hover:before,a.btn:hover:before{width:50%}button.btn.is-small,a.btn.is-small{font-size:1.1em;min-width:200px}button.btn.is-hover-white:hover:after,a.btn.is-hover-white:hover:after{background:#fff}button.btn.is-hover-dark:hover,a.btn.is-hover-dark:hover{color:#fff !important}button.btn.is-hover-dark:hover:before,a.btn.is-hover-dark:hover:before{background:#223963}button.btn.is-hover-dark:hover:after,a.btn.is-hover-dark:hover:after{background:#223963}button.btn.is-secondary-color:hover:before,a.btn.is-secondary-color:hover:before{background:#223963;background:#023660}button.btn.is-secondary-color:hover:after,a.btn.is-secondary-color:hover:after{background:#223963;background:#023660}button.btn i,a.btn i{font-size:19px;line-height:25px;margin-right:3px}button.btn img,a.btn img{max-width:11px;margin-right:3px;transform:translateY(1px)}button.btn.is-primary,a.btn.is-primary{background:#223963;color:#fff}button.btn.is-secondary-color,a.btn.is-secondary-color{background-color:#9bafbf}button.btn.is-white,a.btn.is-white{color:#223963;border-color:#fff;background-color:#fff}button.btn.is-gray,a.btn.is-gray{background:#4c4b49}button.btn.is-gray:hover,a.btn.is-gray:hover{background:#4a4a4a}button.btn.is-transparent,a.btn.is-transparent{background:none;border-color:#fff;color:#fff}@media(max-width: 578px){button.btn,a.btn{min-width:unset;padding:19px 25px 17px}button.btn span,a.btn span{font-size:16px}}section.intro.section-empreendimento .andamento-detalhe-overlay{content:"";position:absolute;height:200%;width:100%;cursor:pointer;top:0;right:0;background-color:#000;opacity:.6;transition:.4s;z-index:199}section.intro.section-empreendimento .andamento-detalhe-overlay.is-closed{top:-600px;opacity:0;pointer-events:none}section.intro.section-empreendimento .andamento-detalhe{background-color:#f1f1f0;width:100%;position:absolute;top:100vh;transform:translateY(-100%);z-index:200;padding-bottom:100px;padding-top:80px;transition:.4s}section.intro.section-empreendimento .andamento-detalhe.is-closed{opacity:0;pointer-events:none}section.intro.section-empreendimento .andamento-detalhe .bt-close-detalhe-obra{position:absolute;top:0;right:0;cursor:pointer;border:none}section.intro.section-empreendimento .andamento-detalhe .bt-close-detalhe-obra,section.intro.section-empreendimento .andamento-detalhe .bt-close-detalhe-obra path{transition:.4s}section.intro.section-empreendimento .andamento-detalhe .bt-close-detalhe-obra:hover{transform:rotate(-90deg)}section.intro.section-empreendimento .andamento-detalhe .bt-close-detalhe-obra:hover path{fill:#023660}section.intro.section-empreendimento .andamento-detalhe .line{height:3px;max-width:485px;width:100%;transform-origin:left;background-color:#9bafbf}section.intro.section-empreendimento .andamento-detalhe .line .inner-line{width:40%;height:3px;background-color:#023660;position:relative}.owl-nav button.owl-next,.owl-nav button.owl-prev{width:35px;height:35px;position:absolute;top:48%;left:-80px;transition:all .4s cubic-bezier(0.38, 0, 0.02, 1)}.owl-nav button.owl-next img,.owl-nav button.owl-prev img{transition:all .3s linear}.owl-nav button.owl-next:hover,.owl-nav button.owl-prev:hover{background:none !important}.owl-nav button.owl-next{left:initial;right:-80px}.owl-nav button:focus{outline:none}.pagination{margin:30px 0 0;overflow:hidden;padding:30px 0 30px}.pagination ul li{display:inline-block;margin:0 7px}.pagination ul li a{display:flex;justify-content:center;align-items:center;border:1px solid #ccc;color:#223963;border-radius:50%;height:40px;width:40px}.pagination ul li a:hover{background:#223963;border-color:#223963;color:#fff}.pagination ul li.active a{border-color:#223963;background:#223963;color:#fff}.pagination span{font-weight:600;text-transform:uppercase;color:#919191;font-size:14px}.cookies{font-size:14px;position:fixed;width:1000px;max-width:100%;z-index:202;bottom:40px;margin-left:50%;transform:translateX(-50%)}.cookies .cookies-warning-box{border-radius:0px;box-shadow:6px 2px 48px -17px rgba(0,0,0,.75);padding:40px 50px 40px;background-color:#9bafbf;text-align:justify}.cookies .cookies-warning-box h3{font-size:24px}.cookies .cookies-warning-btn .btn{font-size:14px;padding:13px 30px 9px}@media screen and (max-width: 767px){.cookies{width:90%;bottom:20px}.cookies .cookies-warning-box{font-size:14px;padding:30px 35px}.cookies .cookies-warning-box h3{font-size:21px}.cookies .cookies-warning-text{margin-bottom:0}.cookies .btn{min-width:220px}}.bt-whatsbox{position:fixed;right:30px;bottom:30px;z-index:9999;width:54px;height:54px;border-radius:50%;background:#00a859;text-align:center;box-shadow:0 0 0 0 #000;animation:pulse 2s infinite;cursor:pointer;transition:all .5s cubic-bezier(0.74, 0.13, 0.42, 1.81)}.bt-whatsbox i{line-height:55px;font-size:2.8em}.bt-whatsbox.is-hide{opacity:0;transform:scale(0)}.bt-whatsbox:hover{transform:scale(1.2)}.whatsbox{position:fixed;right:30px;bottom:30px;z-index:99999;color:#ddd;z-index:9999 !important;background:rgba(0,0,0,.9);width:300px;border-radius:7px;display:none;overflow:hidden;letter-spacing:0;font-size:1.3em;box-shadow:0 0 30px 15px rgba(0,0,0,.2)}.whatsbox .head{background:#223963;padding:9px 20px 14px;position:relative;font-weight:400;color:#fff}.whatsbox .head i{font-size:24px;margin-right:5px;transform:translateY(4px)}.whatsbox .head .bt-close-whatsbox{font-size:22px;position:absolute;right:8px;cursor:pointer}.whatsbox input,.whatsbox select{width:100%;margin-top:15px;padding:13px 18px 12px;font-size:1em;color:#fff}.whatsbox input::placeholder,.whatsbox select::placeholder{color:#fff;opacity:1}.whatsbox .btn{margin:15px 0 0;width:100%;font-size:1em}.quax-assinatura{color:#fff;font-size:12px;text-align:center;border-bottom:8px solid #223963;position:relative;margin-top:-48px;padding-top:0;z-index:0}.quax-assinatura .logo-quax{width:80px;margin:0 auto;display:block;position:relative}.quax-assinatura .logo-quax img{width:20px;position:absolute;bottom:1px;left:30px}.quax-assinatura .arrow-up{margin:0 auto;width:0;height:0;border-left:40px solid rgba(0,0,0,0);border-right:40px solid rgba(0,0,0,0);border-bottom:40px solid #223963}div.column-blog.hidden{display:none !important;opacity:0}div.column-blog.is-visible{display:block;opacity:1}div.column-blog figure{max-height:335px}div.column-blog figure,div.column-blog figure img{transition:.4s;overflow:hidden}div.column-blog .blog-item .data{font-size:14px;letter-spacing:3px;color:#737370;transition:.3s}div.column-blog img{display:block}div.column-blog:hover .blog-item .data{color:#023660}div.column-blog:hover figure img{transform:scale(1.05)}@media(max-width: 578px){div.column-blog h2{font-size:22px}}
