@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Josefin+Sans:wght@400;500;700&family=Libre+Baskerville:wght@400;700&family=Ubuntu:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-smooth:always;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}a,a:visited{text-decoration:none}.wrapper{height:100%;width:87.5%;max-width:400px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 735px){.wrapper{max-width:692px}}@media only screen and (min-width: 1069px){.wrapper{max-width:1660px}}.text-accent{color:#77ba99}.text-accent--red{color:#e11111}.visuallyhidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(0px 0px 99.9% 99.9%);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.nowrap{white-space:nowrap}@media only screen and (min-width: 735px)and (max-width: 1068px){.medium-hide{display:none}}.large-show{display:none}@media only screen and (min-width: 1069px){.large-show{display:block}}@media only screen and (min-width: 1069px){.large-hide{display:none}}header .nav,header .fixed-nav{padding-top:10px;position:relative;width:100%;top:0;padding-left:15px;padding-right:15px;display:flex;justify-content:space-between;align-items:flex-end;z-index:2;transition-property:opacity,visibility,transform;transition-duration:.3s;transition-timing-function:ease-in-out}@media only screen and (min-width: 735px){header .nav,header .fixed-nav{max-width:1660px;left:0;right:0;margin:auto}}@media only screen and (min-width: 1069px){header .nav,header .fixed-nav{padding-top:22px}}header .nav__logo-container{display:flex;align-items:flex-end;align-self:flex-start}@media only screen and (min-width: 735px){header .nav__logo-container{align-items:center}}header .nav__logo-image{background-image:url("/images/logo.png");background-size:40px 40px;width:40px;height:40px;background-repeat:no-repeat}@media only screen and (-webkit-min-device-1068-ratio: 1.5),only screen and (min-resolution: 1.5dppx),only screen and (min-resolution: 144dpi){header .nav__logo-image{background-image:url("/images/logo_2x.png")}}header .nav__logo-image.black{background-image:url("/images/logo-black.png");background-size:40px 40px;width:40px;height:40px;background-repeat:no-repeat}@media only screen and (-webkit-min-device-1068-ratio: 1.5),only screen and (min-resolution: 1.5dppx),only screen and (min-resolution: 144dpi){header .nav__logo-image.black{background-image:url("/images/logo-black_2x.png")}}header .nav__logo-image.grey{background-image:url("/images/logo-grey.png");background-size:40px 40px;width:40px;height:40px;background-repeat:no-repeat}@media only screen and (-webkit-min-device-1068-ratio: 1.5),only screen and (min-resolution: 1.5dppx),only screen and (min-resolution: 144dpi){header .nav__logo-image.grey{background-image:url("/images/logo-grey_2x.png")}}header .nav__logo-text{font-family:"Exo 2",sans-serif;color:#fff;text-transform:uppercase;padding-left:10px;font-size:16px}header .nav__logo-text a{color:#fff}header .nav__logo-text.black{color:#262730}header .nav__logo-text.black a{color:#262730}@media only screen and (min-width: 735px){header .nav__logo-text{font-size:32px}}@media only screen and (min-width: 1069px){header .nav__logo-text{font-size:24px}}header .nav__content{visibility:hidden;position:fixed;min-height:100vh;min-width:100vw;top:0;left:0;background-color:#f1f8f5;touch-action:pinch-zoom;opacity:0;transition-property:visibility,opacity;transition-duration:.4s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1069px){header .nav__content{visibility:visible;opacity:1;background-color:rgba(0,0,0,0);height:40px;position:absolute;display:flex;min-height:40px;padding-top:10px;min-width:100%}}header .nav__content .nav__logo-container{padding-top:10px;padding-left:15px}@media only screen and (min-width: 735px){header .nav__content .nav__logo-container{max-width:1660px;left:0;right:0;margin:auto}}@media only screen and (min-width: 1069px){header .nav__content .nav__logo-container{visibility:hidden}}header .nav__content.open{visibility:visible;opacity:1}header .nav__content .wrapper{display:flex;flex-direction:column;padding-top:10px;height:calc(100vh - 50px);justify-content:space-evenly}@media only screen and (min-width: 1069px){header .nav__content .wrapper{width:auto;margin-left:0;margin-right:0;min-height:initial;height:50px}}header .nav__content .wave{background-image:url(/images/menu-wave_small.svg);background-size:cover;background-repeat:no-repeat;background-position:center top;width:100%;height:35%;left:0;bottom:0;position:absolute;overflow:hidden}@media only screen and (min-width: 400px){header .nav__content .wave{background-image:url(/images/menu-wave_medium.svg)}}@media only screen and (min-width: 1069px){header .nav__content .wave{display:none}}header .nav__menu-btn{display:flex;justify-content:center;align-items:center;width:50px;height:30px}@media only screen and (min-width: 1069px){header .nav__menu-btn{display:none}}header .nav__menu-btn__burguer{width:20px;height:2px;background-color:#fff;border-radius:8px;z-index:9;transition-property:background-color,transform;transition-duration:.5s;transition-timing-function:ease-in-out}header .nav__menu-btn__burguer::before,header .nav__menu-btn__burguer::after{content:"";position:absolute;width:20px;height:2px;background-color:#fff;border-radius:8px;transition-property:background-color,transform;transition-duration:.5s;transition-timing-function:ease-in-out}header .nav__menu-btn__burguer.black{background-color:#262730}header .nav__menu-btn__burguer.black::before,header .nav__menu-btn__burguer.black::after{background-color:#262730}header .nav__menu-btn__burguer::before{transform:translateY(-7px)}header .nav__menu-btn__burguer::after{transform:translateY(7px)}header .nav__menu-btn.open{top:22px}header .nav__menu-btn.open .nav__menu-btn__burguer{transform:translateX(-50px);background:rgba(0,0,0,0);position:fixed}header .nav__menu-btn.open .nav__menu-btn__burguer::before{transform:rotate(45deg) translate(35px, -35px);background:#262730}header .nav__menu-btn.open .nav__menu-btn__burguer::after{transform:rotate(-45deg) translate(35px, 35px);background:#262730}header .nav__menu-list{list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:50px}@media only screen and (min-width: 735px)and (min-height: 900px){header .nav__menu-list{padding-top:150px}}@media only screen and (min-width: 1069px){header .nav__menu-list{display:flex;flex-direction:row;justify-content:flex-end;padding-top:5px;padding-right:15px;align-items:center}}header .nav__menu-item{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:24px;letter-spacing:-0.02em;padding-bottom:32px;text-transform:uppercase}header .nav__menu-item.current{display:none}header .nav__menu-item a{color:dimgray}@media only screen and (min-width: 735px){header .nav__menu-item{font-size:48px}}@media only screen and (min-width: 1069px){header .nav__menu-item{padding-bottom:0;font-size:15px;font-weight:400;text-transform:capitalize;padding-right:50px}header .nav__menu-item.current{opacity:.3;display:block}header .nav__menu-item.current a{cursor:default;pointer-events:none}header .nav__menu-item a{color:#262730}header .nav__menu-item:nth-child(1){order:3;font-family:"Ubuntu",sans-serif;font-weight:700;font-size:15px;letter-spacing:-0.02em;display:flex;justify-content:center;align-items:center;transition-property:border,color,background-color;transition-duration:.2s;transition-timing-function:ease-in-out;background:#50d292;border:1px solid #50d292;color:#fff;border-radius:8px;margin-right:15px;padding-right:0;cursor:pointer}header .nav__menu-item:nth-child(1).current{pointer-events:none;cursor:default}header .nav__menu-item:nth-child(1) a{display:flex;justify-content:center;align-items:center;width:125px;height:30px}header .nav__menu-item:nth-child(1):hover{color:#fff;background-color:#2c6a4c;border-color:#2c6a4c}header .nav__menu-item:nth-child(1):hover a{color:#fff}header .nav__menu-item:nth-child(1) a{color:#fff}header .nav__menu-item:nth-child(2){order:2}header .nav__menu-item:nth-child(3){order:1}}header .nav__menu-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:15px;margin-top:auto;height:30vh;z-index:2}@media only screen and (min-width: 1069px){header .nav__menu-footer{display:none}}header .nav__menu-footer .privacy-copyright{display:flex;flex-direction:column;font-family:"Ubuntu",sans-serif;font-weight:400;font-size:14px;letter-spacing:-0.02em;align-items:center;padding-top:15px;color:#f1f8f5}header .nav__menu-footer .privacy-copyright a{color:#f1f8f5;font-weight:700;padding-bottom:5px}@media only screen and (min-width: 735px){header .nav__menu-footer .privacy-copyright{font-size:24px}}header .nav__social-links{display:flex;justify-content:center;align-items:center;width:100%;padding-bottom:15px;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease-out}header .nav__social-links a:first-child{padding-right:15px}@media only screen and (min-width: 735px){header .nav__social-links a:first-child{padding-right:40px}}header .nav__social-links .contact__mail-icon{background-image:url("/images/mail-icon.svg");background-size:27px 22px;width:27px;height:22px;background-repeat:no-repeat;padding-right:15px;cursor:pointer}header .nav__social-links .contact__whatsapp-icon{background-image:url("/images/whatsapp-icon.svg");background-size:27px 27px;width:27px;height:27px;background-repeat:no-repeat;bottom:3px;cursor:pointer}@media only screen and (max-width: 734px)and (max-height: 571px){header .nav__social-links{display:none}}@media only screen and (min-width: 735px)and (max-width: 1068px)and (max-height: 830px){header .nav__social-links{display:none}}@media only screen and (min-width: 735px){header .nav__social-links .contact__mail-icon{background-size:50px 40px;width:50px;height:40px}header .nav__social-links .contact__whatsapp-icon{background-size:50px 50px;width:50px;height:50px}}header .nav__contact{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:14px;letter-spacing:-0.02em;color:#f1f8f5;line-height:16px;text-align:center}@media only screen and (min-width: 735px){header .nav__contact{font-size:24px;line-height:initial}}header .fixed-nav{position:fixed;top:0;left:0;right:0;background-color:#fff;border-radius:0 0 16px 16px;box-shadow:0px 4px 19px rgba(0,0,0,.1);height:60px;opacity:1;visibility:visible;transform:translateY(0)}header .fixed-nav.hidden{visibility:hidden;opacity:0;transform:translateY(-100px)}header .fixed-nav .nav__logo-container .nav__logo-image{background-image:url("/images/logo-black.png");background-size:40px 40px;width:40px;height:40px;background-repeat:no-repeat}@media only screen and (-webkit-min-device-1068-ratio: 1.5),only screen and (min-resolution: 1.5dppx),only screen and (min-resolution: 144dpi){header .fixed-nav .nav__logo-container .nav__logo-image{background-image:url("/images/logo-black_2x.png")}}header .fixed-nav .nav__menu-btn{position:relative;top:-14px}header .fixed-nav .nav__logo-text{align-self:center;padding-top:10px;color:dimgray}header .fixed-nav .nav__menu-btn__burguer{background-color:#262730}header .fixed-nav .nav__menu-btn__burguer::after,header .fixed-nav .nav__menu-btn__burguer::before{background-color:#262730}.slide-in-top{-webkit-animation:slide-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.slide-in-top-trigger.animation-active{-webkit-animation:slide-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.slide-in-left{-webkit-animation:slide-in-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.slide-in-left-trigger.animation-active{-webkit-animation:slide-in-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-50px) translateY(-50%);transform:translateX(-50px) translateY(-50%);opacity:0}100%{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-50px) translateY(-50%);transform:translateX(-50px) translateY(-50%);opacity:0}100%{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);opacity:1}}.slide-in-left-no-y-trigger{-webkit-animation:slide-in-left-no-y .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-left-no-y .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.slide-in-left-trigger-no-y-trigger.animation-active{-webkit-animation:slide-in-left-no-y .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-left-no-y .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-left-no-y{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left-no-y{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.slide-in-right{-webkit-animation:slide-in-right .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-right .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(200px) translateY(-50%);transform:translateX(200px) translateY(-50%);opacity:0}100%{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(200px) translateY(-50%);transform:translateX(200px) translateY(-50%);opacity:0}100%{-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);opacity:1}}.slide-in-bottom{-webkit-animation:slide-in-bottom .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-bottom .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.hero-section{width:100%;min-height:500px;height:calc(100vh - 50px);color:#f1f8f5}@media only screen and (min-width: 735px){.hero-section{min-height:800px}}@media only screen and (min-width: 1069px){.hero-section{height:calc(100vh - 62px)}}.hero-section .wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50%;min-height:150px}@media only screen and (min-width: 735px){.hero-section .wrapper{align-items:center}}@media only screen and (min-width: 1069px){.hero-section .wrapper{min-height:300px}}.hero-section .background-gradient{width:100%;height:100vh;position:absolute;top:0;left:0;display:block;background-image:url(/images/hero_small.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}.hero-section .background-gradient::after{content:"";display:block;background-color:rgba(0,0,0,.2509803922);width:100%;height:calc(100% - 16px);min-height:390px;position:absolute;top:0;left:0}@media only screen and (min-width: 1069px){.hero-section .background-gradient{background-image:url(/images/hero_large.jpg);min-height:600px}.hero-section .background-gradient::after{background-color:rgba(0,0,0,.4392156863);min-height:600px}}.hero__headline{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:24px;letter-spacing:-0.02em;line-height:100%;text-transform:uppercase;text-align:center;color:#262730;animation-duration:1s}@media only screen and (min-width: 735px){.hero__headline{font-size:60px;line-height:120%;text-align:center}}@media only screen and (min-width: 735px)and (max-width: 1068px)and (max-height: 940px){.hero__headline{font-size:48px}}@media only screen and (min-width: 1069px){.hero__headline{font-weight:700;font-size:40px}}@media only screen and (min-width: 1069px)and (max-height: 700px){.hero__headline{padding-top:60px}}.hero__subhead{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:16px;letter-spacing:-0.02em;text-align:center;line-height:18px;padding-top:30px;color:dimgray;letter-spacing:-0.02em;animation-delay:.3s;animation-duration:1s}@media only screen and (min-width: 735px){.hero__subhead{font-size:32px;line-height:100%;text-align:center;font-weight:400}}@media only screen and (min-width: 1069px){.hero__subhead{font-size:24px}}.hero__button{font-family:"Josefin Sans",sans-serif;font-weight:700;font-size:15px;letter-spacing:-0.02em;display:flex;justify-content:center;align-items:center;transition-property:border,color,background-color;transition-duration:.2s;transition-timing-function:ease-in-out;margin-top:20px;min-width:131px;width:100%;max-width:280px;height:56px;background:#50d292;border:1px solid #50d292;text-transform:uppercase;padding-top:4px;color:#fff;animation-delay:.5s;animation-duration:1s}.hero__button:hover{color:#fff;border:#2c6a4c;background-color:#2c6a4c;outline:none}.hero__button:last-child{display:none;width:438px;height:64px;margin-top:50px;max-width:initial}@media only screen and (min-width: 735px){.hero__button{max-width:349px;min-height:72px;font-size:20px;margin-top:40px}}@media only screen and (min-width: 1069px){.hero__button{display:none}.hero__button:last-child{display:flex;font-size:18px}}.hero__slider-container{display:flex;height:calc(50% - 16px);overflow-x:scroll;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hero__slider-container .swiper{width:100%;height:100%;display:flex;align-items:flex-end}@media only screen and (min-width: 735px){.hero__slider-container .swiper{padding-bottom:40px}}.hero__slider-container .swiper-wrapper{align-items:flex-end;max-height:300px}.hero__slider-container .swiper-slide{user-select:none;animation-delay:.5s;animation-duration:1s}@media only screen and (min-width: 734px){.hero__slider-container .swiper-slide{width:481px}}.hero__slider-container .swiper-slide:nth-child(1){animation-delay:calc(.1s + 0.0666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(1){animation-delay:calc(.6s + 0.0833333333s)}}.hero__slider-container .swiper-slide:nth-child(2){animation-delay:calc(.1s + 0.1333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(2){animation-delay:calc(.6s + 0.1666666667s)}}.hero__slider-container .swiper-slide:nth-child(3){animation-delay:calc(.1s + 0.2s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(3){animation-delay:calc(.6s + 0.25s)}}.hero__slider-container .swiper-slide:nth-child(4){animation-delay:calc(.1s + 0.2666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(4){animation-delay:calc(.6s + 0.3333333333s)}}.hero__slider-container .swiper-slide:nth-child(5){animation-delay:calc(.1s + 0.3333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(5){animation-delay:calc(.6s + 0.4166666667s)}}.hero__slider-container .swiper-slide:nth-child(6){animation-delay:calc(.1s + 0.4s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(6){animation-delay:calc(.6s + 0.5s)}}.hero__slider-container .swiper-slide:nth-child(7){animation-delay:calc(.1s + 0.4666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(7){animation-delay:calc(.6s + 0.5833333333s)}}.hero__slider-container .swiper-slide:nth-child(8){animation-delay:calc(.1s + 0.5333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(8){animation-delay:calc(.6s + 0.6666666667s)}}.hero__slider-container .swiper-slide:nth-child(9){animation-delay:calc(.1s + 0.6s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(9){animation-delay:calc(.6s + 0.75s)}}.hero__slider-container .swiper-slide:nth-child(10){animation-delay:calc(.1s + 0.6666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(10){animation-delay:calc(.6s + 0.8333333333s)}}.hero__slider-container .swiper-slide:nth-child(11){animation-delay:calc(.1s + 0.7333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(11){animation-delay:calc(.6s + 0.9166666667s)}}.hero__slider-container .swiper-slide:nth-child(12){animation-delay:calc(.1s + 0.8s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(12){animation-delay:calc(.6s + 1s)}}.hero__slider-container .swiper-slide:nth-child(13){animation-delay:calc(.1s + 0.8666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(13){animation-delay:calc(.6s + 1.0833333333s)}}.hero__slider-container .swiper-slide:nth-child(14){animation-delay:calc(.1s + 0.9333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(14){animation-delay:calc(.6s + 1.1666666667s)}}.hero__slider-container .swiper-slide:nth-child(15){animation-delay:calc(.1s + 1s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(15){animation-delay:calc(.6s + 1.25s)}}.hero__slider-container .swiper-slide:nth-child(16){animation-delay:calc(.1s + 1.0666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(16){animation-delay:calc(.6s + 1.3333333333s)}}.hero__slider-container .swiper-slide:nth-child(17){animation-delay:calc(.1s + 1.1333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(17){animation-delay:calc(.6s + 1.4166666667s)}}.hero__slider-container .swiper-slide:nth-child(18){animation-delay:calc(.1s + 1.2s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(18){animation-delay:calc(.6s + 1.5s)}}.hero__slider-container .swiper-slide:nth-child(19){animation-delay:calc(.1s + 1.2666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(19){animation-delay:calc(.6s + 1.5833333333s)}}.hero__slider-container .swiper-slide:nth-child(20){animation-delay:calc(.1s + 1.3333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(20){animation-delay:calc(.6s + 1.6666666667s)}}.hero__slider-container .swiper-slide:nth-child(21){animation-delay:calc(.1s + 1.4s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(21){animation-delay:calc(.6s + 1.75s)}}.hero__slider-container .swiper-slide:nth-child(22){animation-delay:calc(.1s + 1.4666666667s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(22){animation-delay:calc(.6s + 1.8333333333s)}}.hero__slider-container .swiper-slide:nth-child(23){animation-delay:calc(.1s + 1.5333333333s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(23){animation-delay:calc(.6s + 1.9166666667s)}}.hero__slider-container .swiper-slide:nth-child(24){animation-delay:calc(.1s + 1.6s)}@media only screen and (min-width: 1069px){.hero__slider-container .swiper-slide:nth-child(24){animation-delay:calc(.6s + 2s)}}.hero__slider-container::-webkit-scrollbar{display:none}@media only screen and (min-width: 735px){.hero__slider-container{align-items:center}}@media only screen and (min-width: 1069px){.hero__slider-container{height:calc(50% - 16px)}}.hero__slider-container img{min-width:100vw;height:100%;object-fit:cover;filter:saturate(0);margin-right:24px;cursor:pointer}@media only screen and (min-width: 735px){.hero__slider-container img{min-width:481px;max-height:300px;border-radius:15px}}@media only screen and (min-width: 1069px){.hero__slider-container img{margin-bottom:15px}}@media only screen and (min-width: 735px){.hero__slider-container img:first-child{margin-left:24px}}.hero__slider-container img:last-child{margin-right:0}@media only screen and (min-width: 735px){.hero__slider-container img:last-child{margin-right:24px}}.hero__divider{min-width:100%;height:16px;display:flex;z-index:1}@media only screen and (mmin-width: 735px){.hero__divider{margin-top:auto}}.hero__divider--light{background-color:#c9e4d6;width:50%;height:100%}.hero__divider--dark{background-color:#92c8ad;width:50%;height:100%}.hero__social-links{display:none;animation-delay:1.2s;animation-duration:1.3s}@media only screen and (min-width: 1069px){.hero__social-links{display:flex;position:absolute;top:50%;transform:translateY(-50%);right:30px;flex-direction:column;justify-content:space-between;height:100px}}.hero__social-links .contact__mail-icon{background-image:url("/images/mail-icon-black.svg");background-size:35px 28px;width:35px;height:28px;background-repeat:no-repeat;cursor:pointer}.hero__social-links .contact__whatsapp-icon{background-image:url("/images/whatsapp-icon-black.svg");background-size:35px 35px;width:35px;height:35px;background-repeat:no-repeat;cursor:pointer;position:relative;bottom:3px}.dotnav{display:none;z-index:9;position:fixed;top:50%;transform:translateY(-50%);left:20px;width:18px}.dotnav ul{list-style:none}.dotnav ul li:nth-child(1){animation-delay:1.3s}.dotnav ul li:nth-child(2){animation-delay:1.35s}.dotnav ul li:nth-child(3){animation-delay:1.4s}.dotnav ul li:nth-child(4){animation-delay:1.45s}.dotnav ul li:nth-child(5){animation-delay:1.5s}.dotnav-item{display:block;border:1px solid #a5a5a5;border-radius:50%;width:16px;height:16px;outline:none;margin-bottom:15px;transition:background-color .3s ease-in-out}.dotnav-item.active{background-color:#a5a5a5}@media only screen and (min-width: 1069px){.dotnav{display:block}}section#our-work-section .section{width:100%;height:auto}@media only screen and (min-width: 1069px){section#our-work-section .section{height:100vh;display:flex;max-width:100%;width:100%;min-height:700px}}section#our-work-section .section__title{position:relative;background-color:#f1f8f5;width:100%;height:332px;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 735px){section#our-work-section .section__title{height:485px}}@media only screen and (min-width: 1069px){section#our-work-section .section__title{flex-basis:50%;height:100%}section#our-work-section .section__title:nth-child(odd){transition-delay:.2s}}section#our-work-section .section__title.left::after,section#our-work-section .section__title.right::after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:28px 28px 0 28px;border-color:#f1f8f5 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);bottom:-28px}section#our-work-section .section__title.left::after{left:32px}section#our-work-section .section__title.right::after{right:32px}@media only screen and (min-width: 1069px){section#our-work-section .section__title.left::after,section#our-work-section .section__title.right::after{display:none}}section#our-work-section .section__title-box{position:relative;width:214px;height:80px;background-color:#262730;display:flex;justify-content:center;align-items:center}section#our-work-section .section__title-box h2{font-family:"Josefin Sans",sans-serif;font-weight:700;font-size:20px;letter-spacing:-0.02em;line-height:24px;letter-spacing:.08em;color:#f1f8f5;width:min-content;text-transform:uppercase}@media only screen and (min-width: 735px){section#our-work-section .section__title-box{width:372px;height:170px}section#our-work-section .section__title-box h2{font-size:32px;line-height:initial}}@media only screen and (min-width: 1069px){section#our-work-section .section__title-box{opacity:0;transition-property:opacity,transform,visibility;transition-duration:.5s;transition-timing-function:ease-in-out;position:fixed;transform:translate(-140px, -50%);top:50%;left:12,5%;z-index:999}section#our-work-section .section__title-box.not-animated{position:absolute;opacity:0}}section#our-work-section .section__eyebrow{position:absolute;height:20px;width:214px;top:-32px;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.09em;color:dimgray;font-family:"Libre Baskerville",serif}@media only screen and (min-width: 735px){section#our-work-section .section__eyebrow{width:373px;font-size:24px}}section#our-work-section .section__content{height:440px}@media only screen and (min-width: 735px){section#our-work-section .section__content{height:auto}}@media only screen and (min-width: 1069px){section#our-work-section .section__content{overflow:hidden;width:100%;flex-basis:50%}}section#our-work-section .section__content>.wrapper{display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 1069px){section#our-work-section .section__content>.wrapper{width:100%;position:relative}}section#our-work-section .section__content p{font-family:"Libre Baskerville",serif;font-weight:400;font-size:22px;line-height:27px;letter-spacing:-0.02em;color:dimgray}@media only screen and (min-width: 735px){section#our-work-section .section__content p{font-size:40px;line-height:initial;max-width:600px;margin:100px 0}}@media only screen and (min-width: 1069px){section#our-work-section .section__content p{opacity:0;transform:translate(140px, -50%);transition-property:opacity,transform;transition-duration:.5s;transition-timing-function:ease-in-out;font-size:24px;margin:0;max-width:80%;width:40vw;position:fixed;top:50%;z-index:999}section#our-work-section .section__content p:nth-child(even){transition-delay:.2s}section#our-work-section .section__content p.not-animated{position:absolute}}@media only screen and (min-width: 1800px){section#our-work-section .section__content p{font-size:34px}}section#our-work-section .section-analysis .section__title{text-align:right}section#our-work-section .section-analysis .section__eyebrow{text-align:right}section#our-work-section .section-analysis p{text-align:right}section#our-work-section .section-evaluation .section__eyebrow{top:87px;text-align:right}@media only screen and (min-width: 735px){section#our-work-section .section-evaluation .section__eyebrow{top:180px}}section#our-work-section .section-reengineering .section__eyebrow{top:65px}@media only screen and (min-width: 735px){section#our-work-section .section-reengineering .section__eyebrow{top:180px}}section#our-work-section .section-reengineering .section__title-box{width:209px;height:56px}@media only screen and (min-width: 735px){section#our-work-section .section-reengineering .section__title-box{width:373px;height:170px}}section#our-work-section .section-reengineering p{text-align:right}section#our-work-section .section.fade-large.show .section__title-box,section#our-work-section .section.fade-large.show .section__content p{opacity:1;transform:translate(0, -50%);visibility:visible}section#our-work-section .our-work-nav{display:none;transform:translateY(-82px);transition:transform .3s ease-in-out;z-index:999}section#our-work-section .our-work-nav.show{transform:translateY(0)}@media only screen and (min-width: 1069px)and (min-height: 685px){section#our-work-section .our-work-nav{display:block;display:flex;align-items:center;justify-content:space-between;position:fixed;width:850px;margin:0 auto;padding:0 40px;top:0;left:0;right:0;height:70px;z-index:999;background-color:#fff;box-shadow:0px 4px 19px rgba(0,0,0,.2);border-radius:0px 0px 16px 16px}}@media only screen and (min-width: 1069px)and (min-height: 685px)and (min-width: 1700px){section#our-work-section .our-work-nav{padding:0 50px}}section#our-work-section .our-work-nav .logo-container .logo-image{background-image:url("/images/logo-black.png");background-size:40px 40px;width:40px;height:40px;background-repeat:no-repeat}@media only screen and (-webkit-min-device-1068-ratio: 1.5),only screen and (min-resolution: 1.5dppx),only screen and (min-resolution: 144dpi){section#our-work-section .our-work-nav .logo-container .logo-image{background-image:url("/images/logo-black_2x.png")}}section#our-work-section .our-work-nav__list{display:flex;justify-content:space-between;width:90%}section#our-work-section .our-work-nav__list-item{position:relative;font-family:"Ubuntu",sans-serif;font-weight:700;font-size:15px;letter-spacing:-0.02em}@media only screen and (min-width: 1440px){section#our-work-section .our-work-nav__list-item{font-size:15px}}section#our-work-section .our-work-nav__list-item a{color:#000}section#our-work-section .our-work-nav__list-item:after{content:"";position:absolute;height:2px;width:100%;bottom:-10px;right:0;background-color:#2c6a4c;border-radius:8px;transform:scaleX(0);transform-origin:center;transition:transform .3s ease-in-out}section#our-work-section .our-work-nav__list-item.current a{color:#2c6a4c}section#our-work-section .our-work-nav__list-item.current:after{transform:scaleX(1)}.section-methodology{min-height:700px;margin:0 auto}@media only screen and (min-width: 735px){.section-methodology{min-height:1600px}}@media only screen and (min-width: 1069px){.section-methodology{height:100vh;min-height:900px;max-height:1100px}.section-methodology div[role=tablist]{display:flex;height:fit-content;align-items:center;padding-top:10px;padding-bottom:50px}}.section-methodology__title{font-family:"Libre Baskerville",serif;font-weight:700;font-size:40px;line-height:50px;letter-spacing:-0.02em;color:#262730;opacity:.7}@media only screen and (min-width: 735px){.section-methodology__title{text-align:center;font-size:64px;line-height:initial}}@media only screen and (min-width: 1069px){.section-methodology__title{text-align:left;padding-top:112px}}.section-methodology .button-container{display:flex;width:100%;justify-content:center;margin-top:20px}@media only screen and (min-width: 735px){.section-methodology .button-container{margin-top:118px}}@media only screen and (min-width: 1069px){.section-methodology .button-container{flex-direction:column;justify-content:center;height:100%;flex-basis:25%;margin:0}}.section-methodology .btn-methodology{height:50px;padding:16px;border:2px solid #262730;text-transform:uppercase;font-family:"Ubuntu",sans-serif;font-weight:400;font-size:16px;letter-spacing:-0.02em;line-height:18px;color:#262730;background-color:#fff;transition-property:background-color,color;transition-duration:.3s;transition-timing-function:ease-in-out;cursor:pointer}@media only screen and (min-width: 735px){.section-methodology .btn-methodology{width:363px;height:100px;font-size:32px;line-height:37px}}@media only screen and (min-width: 1069px){.section-methodology .btn-methodology{border:none;font-weight:700}}.section-methodology .btn-methodology.active{background-color:#262730;color:#fff}@media only screen and (min-width: 1069px){.section-methodology .btn-methodology.active{background-color:rgba(0,0,0,0);color:#50d292}}.section-methodology .btn-methodology:nth-child(1){margin-right:10px}@media only screen and (min-width: 1069px){.section-methodology .btn-methodology:nth-child(1){margin:0;border-bottom:dimgray solid 2px}}.section-methodology .tab-container{position:relative}@media only screen and (min-width: 735px){.section-methodology .tab-container{margin:0 auto;width:100%}}@media only screen and (min-width: 1069px){.section-methodology .tab-container{height:600px}}.section-methodology .tab-container .tab{position:absolute;visibility:hidden;opacity:0;margin-top:31px;font-family:"Libre Baskerville",serif;font-weight:400;font-size:18px;line-height:22px;letter-spacing:.02em;color:dimgray;transition-property:visibility,opacity;transition-duration:.3s;transition-timing-function:ease-in-out}@media only screen and (min-width: 735px){.section-methodology .tab-container .tab{left:50%;transform:translateX(-50%);width:600px}}@media only screen and (min-width: 1069px){.section-methodology .tab-container .tab{width:80%;top:50%;transform:translate(-50%, -50%)}}.section-methodology .tab-container .tab p{margin-bottom:28px}.section-methodology .tab-container .tab p:last-child{font-family:"Ubuntu",sans-serif}@media only screen and (min-width: 735px){.section-methodology .tab-container .tab p{margin:30px auto;font-size:40px;line-height:initial}.section-methodology .tab-container .tab p:first-child{margin-top:102px}.section-methodology .tab-container .tab p.text-accent{line-height:initial}}@media only screen and (min-width: 1069px){.section-methodology .tab-container .tab p{font-size:24px;max-width:100%}.section-methodology .tab-container .tab p :first-child{margin-top:0}}@media only screen and (min-width: 1440px){.section-methodology .tab-container .tab p{font-size:30px}}.section-methodology .tab-container .tab.active{visibility:visible;opacity:1}.section-projects{width:100%;margin-bottom:40px}@media only screen and (min-width: 1069px){.section-projects{margin-bottom:80px}}.section-projects__title{font-family:"Libre Baskerville",serif;font-size:40px;font-weight:700;color:dimgray;animation-duration:1s;margin-bottom:40px}@media only screen and (min-width: 735px){.section-projects__title{text-align:center;font-size:64px;margin-bottom:40px}}@media only screen and (min-width: 1069px){.section-projects__title{text-align:left;margin-bottom:80px}}.section-projects .button-container{display:flex;overflow-x:scroll;height:55px;align-items:center;width:100%;margin:0 auto 20px;-ms-overflow-style:none;scrollbar-width:none;animation-duration:1s}.section-projects .button-container::-webkit-scrollbar{display:none}@media only screen and (min-width: 735px){.section-projects .button-container{height:70px}}.section-projects .button-container .swiper-slide{width:initial}.section-projects .button-container .btn-projects{border:none;outline:rgba(0,0,0,0);background-color:rgba(0,0,0,0);font-family:"Ubuntu",sans-serif;font-weight:700;font-size:13px;letter-spacing:-0.02em;height:40px;white-space:nowrap;margin:16px 16px 8px;color:#262730;transition-property:border-width,color,font-weight;transition-duration:.3s;transition-timing-function:ease-in-out;scroll-snap-align:start;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media only screen and (min-width: 735px){.section-projects .button-container .btn-projects{font-size:20px;margin:16px 32px 8px}}.section-projects .button-container .btn-projects.active{color:#50d292;font-weight:700;border-bottom:#50d292 3px solid;transition-property:border-width,color,font-weight;transition-duration:.3s;transition-timing-function:ease-in-out}.section-projects .tab-container{position:relative}.section-projects .tab{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transition-property:visibility,opacity;transition-duration:.3s;transition-timing-function:ease-in-out}.section-projects .tab.active{visibility:visible;opacity:1;transition-property:visibility,opacity;transition-duration:.3s;transition-timing-function:ease-in-out}.section-projects .gallery-container{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-template-rows:repeat(8, 123px);column-gap:20px;row-gap:34px}.section-projects .gallery-container img{width:100%;height:100%;object-fit:cover;border-radius:16px;filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1882352941));cursor:pointer}@media only screen and (max-width: 734px){.section-projects .gallery-container img:nth-child(3n+1){grid-column:1/span 2}.section-projects .gallery-container img:nth-child(1){grid-row:1/3}.section-projects .gallery-container img:nth-child(2),.section-projects .gallery-container img:nth-child(3){grid-row:3/3}.section-projects .gallery-container img:nth-child(4){grid-row:4/6}.section-projects .gallery-container img:nth-child(7){grid-row:7/9}}@media only screen and (max-width: 734px)and (max-width: 735px){.section-projects .gallery-container img:nth-child(8){display:none}}@media only screen and (min-width: 735px){.section-projects .gallery-container{grid-template-rows:repeat(4, 366px)}}@media only screen and (min-width: 1069px){.section-projects .gallery-container{grid-template-rows:repeat(2, 366px);grid-template-columns:repeat(4, 1fr)}}.section-projects .tab-agroindustria img:nth-child(1){animation-delay:calc(.1s + 0.05s)}.section-projects .tab-agroindustria img:nth-child(2){animation-delay:calc(.1s + 0.1s)}.section-projects .tab-agroindustria img:nth-child(3){animation-delay:calc(.1s + 0.15s)}.section-projects .tab-agroindustria img:nth-child(4){animation-delay:calc(.1s + 0.2s)}.section-projects .tab-agroindustria img:nth-child(5){animation-delay:calc(.1s + 0.25s)}.section-projects .tab-agroindustria img:nth-child(6){animation-delay:calc(.1s + 0.3s)}.section-projects .tab-agroindustria img:nth-child(7){animation-delay:calc(.1s + 0.35s)}.section-projects .tab-agroindustria img:nth-child(8){animation-delay:calc(.1s + 0.4s)}.section-projects .tab-industria-frigorifica .gallery-container{grid-template-rows:repeat(5, 123px)}.section-projects .tab-industria-frigorifica .gallery-container img:last-child{height:280px;grid-column:1/span 2}@media only screen and (min-width: 735px){.section-projects .tab-industria-frigorifica .gallery-container{grid-template-rows:repeat(3, 366px)}.section-projects .tab-industria-frigorifica .gallery-container img:last-child{height:366px;grid-column:1/span 2}}@media only screen and (min-width: 1069px){.section-projects .tab-industria-frigorifica .gallery-container{grid-template-rows:repeat(2, 366px)}.section-projects .tab-industria-frigorifica .gallery-container img:last-child{height:100%;grid-row:1/span 2}}.section-projects .tab-terminales-portuarias .gallery-container{grid-template-rows:repeat(6, 123px)}@media only screen and (min-width: 735px){.section-projects .tab-terminales-portuarias .gallery-container{grid-template-rows:repeat(3, 366px)}}@media only screen and (min-width: 1069px){.section-projects .tab-terminales-portuarias .gallery-container{grid-template-rows:repeat(2, 366px)}.section-projects .tab-terminales-portuarias .gallery-container img:nth-child(1){grid-column:1/span 2}.section-projects .tab-terminales-portuarias .gallery-container img:last-child{grid-column:3/span 2}}:root{--form-padding: 64px}@media only screen and (min-width: 735px){:root{--form-padding: 32px}}.section-contact{max-width:100vw;min-height:850px;height:100vh;overflow-x:hidden;position:relative}@media only screen and (min-width: 735px){.section-contact{min-height:1200px}}@media only screen and (min-width: 1069px){.section-contact{min-height:700px}}.section-contact>.wrapper{display:flex;flex-direction:column;justify-content:flex-end;height:calc(100% - 18px)}@media only screen and (max-width: 1068px){.section-contact>.wrapper{width:100%}}@media only screen and (min-width: 1069px){.section-contact>.wrapper{flex-direction:row;flex-wrap:wrap;padding-top:0;justify-content:space-between;align-content:flex-end}}.section-contact .footer-wrapper{height:fit-content;flex-basis:30%}@media only screen and (min-width: 1069px){.section-contact .footer-wrapper{width:50%;order:2}}.section-contact .footer-wrapper:first-child{max-width:400px;width:87.5%;margin:0 auto;display:flex;flex-direction:column}@media only screen and (min-width: 735px){.section-contact .footer-wrapper:first-child{display:flex;align-items:center;flex-direction:column;padding-top:30px;max-width:572px;padding-left:0;padding-right:0;flex-basis:40%;margin:0 auto}}@media only screen and (min-width: 1069px){.section-contact .footer-wrapper:first-child{height:80vh;justify-content:center;padding-top:0}}.section-contact__headline{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:37px;color:dimgray;padding-top:20px}@media only screen and (min-width: 735px){.section-contact__headline{text-align:center;font-size:48px;max-width:572px;line-height:57px;padding-top:50px}}@media only screen and (min-width: 1069px){.section-contact__headline{text-transform:uppercase;text-align:right}}@media only screen and (min-width: 1069px)and (max-width: 1138px){.section-contact__headline{font-size:45px}}.section-contact__subhead{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:20px;letter-spacing:-0.02em;line-height:23px;color:dimgray;opacity:.8;padding-top:20px}@media only screen and (min-width: 734px){.section-contact__subhead{text-align:center;font-size:32px;margin:0 !important;padding-top:30px;line-height:initial}}@media only screen and (min-width: 1069px){.section-contact__subhead{text-align:right}}.section-contact.hidden .section-contact__subhead{opacity:0;height:0;padding:0}.section-contact.hidden .wrapper:first-child{flex-basis:75%;justify-content:flex-end}@media only screen and (min-width: 1069px){.section-contact.hidden .wrapper:first-child{justify-content:center}}@media only screen and (min-width: 1069px){.section-contact.hidden form{display:none}}.section-contact .arrow-back{border:none;background-color:rgba(0,0,0,0);opacity:0;overflow:hidden;transition-property:opacity,padding-top,height;transition-duration:.9s;transition-timing-function:ease-in-out;height:0}@media only screen and (min-width: 735px){.section-contact .arrow-back{align-self:flex-start;padding-left:0}}.section-contact .arrow-back:active{transform:scale(0.9)}.section-contact .arrow-back.active{opacity:1;cursor:pointer;transition-property:opacity,padding-top,height;transition-duration:.9s;transition-timing-function:ease-in-out;padding-top:40px;height:72px}@media only screen and (min-width: 735px){.section-contact .arrow-back.active{height:90px}}.section-contact .arrow-back figure{background-image:url("/images/back-arrow.svg");background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat}@media only screen and (min-width: 735px){.section-contact .arrow-back figure{background-size:50px 50px;width:50px;height:50px}}.section-contact form{display:block;width:100%;padding:20px 32px 0;transition-property:transform;transition-duration:.3s;transition-timing-function:ease-in-out;flex-basis:40%;z-index:2}.section-contact form.menu-open{z-index:0}@media only screen and (min-width: 1069px){.section-contact form{width:50%;order:1;overflow:hidden;height:80vh;margin-left:55px}}.section-contact form .dropdown-list{list-style:none;position:absolute;box-shadow:0px 8px 12px rgba(0,0,0,.25);background-color:#fff;width:100%;font-family:"Ubuntu",sans-serif;font-weight:400;font-size:20px;letter-spacing:-0.02em;line-height:23px;color:dimgray;height:0;overflow-x:hidden;z-index:2;transition:height .3s ease-in-out}@media only screen and (min-width: 735px){.section-contact form .dropdown-list{width:533px}}.section-contact form .dropdown-list li{padding:11px 16px;cursor:pointer}.section-contact form .dropdown-list li:first-child{padding-top:8px}.section-contact form .dropdown-list li:last-child{padding-bottom:8px}.section-contact form .dropdown-list li:hover{background-color:#d9d8cf}.section-contact form .dropdown-list.active{height:312px;transition:height .3s ease-in-out}.section-contact .form-container{display:flex;width:100%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-in-out;padding-bottom:100px;gap:32px}@media only screen and (min-width: 1069px){.section-contact .form-container{padding:0;height:100%}}.section-contact .form-page{position:relative;display:flex;flex-direction:column;min-width:100%;margin-right:32px;transition:opacity .3s ease-in-out;opacity:0}.section-contact .form-page:nth-child(1){opacity:1}@media only screen and (min-width: 735px){.section-contact .form-page{margin:0 auto;justify-content:flex-end}}@media only screen and (min-width: 1069px){.section-contact .form-page{height:100%;justify-content:center}}.section-contact .form-page label{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:16px;letter-spacing:-0.02em;line-height:18px;color:dimgray;opacity:.8;animation-delay:.4s}@media only screen and (min-width: 735px){.section-contact .form-page label{font-size:20px}}.section-contact .form-page input,.section-contact .form-page .dropdown-btn,.section-contact .form-page textarea{border:none;border-bottom:2px solid #262730;filter:drop-shadow(0px 1px 22px rgba(155, 141, 141, 0.25));background-color:rgba(0,0,0,0);font-family:"Ubuntu",sans-serif;font-weight:400;font-size:13px;letter-spacing:-0.02em;line-height:15px;color:dimgray;padding:16px;outline:none;transform:translate3d(0, 0, 0);transition:all .2s ease-in-out;animation-delay:.5s}@media only screen and (min-width: 735px){.section-contact .form-page input,.section-contact .form-page .dropdown-btn,.section-contact .form-page textarea{font-size:20px}}@media only screen and (min-width: 1069px){.section-contact .form-page input,.section-contact .form-page .dropdown-btn,.section-contact .form-page textarea{padding-bottom:8px}}.section-contact .form-page input::placeholder,.section-contact .form-page textarea::placeholder{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:13px;letter-spacing:-0.02em;line-height:15px;color:dimgray;opacity:.8;transition:all .2s ease-in-out}@media only screen and (min-width: 735px){.section-contact .form-page input::placeholder,.section-contact .form-page textarea::placeholder{font-size:20px;line-height:initial}}.section-contact .form-page textarea{white-space:normal;width:100%;resize:none}.section-contact .form-page .dropdown-btn{width:100%;text-align:left;padding:16px;background-color:rgba(0,0,0,0);cursor:pointer}.section-contact .form-page .dropdown-btn::after{content:"";display:inline-block;background-image:url("/images/chevron-down.svg");background-size:16px 16px;width:16px;height:16px;background-repeat:no-repeat;position:absolute;top:15px;right:10px}@media only screen and (min-width: 735px){.section-contact .form-page .dropdown-btn::after{top:30px;width:32px;background-size:32px 16px}}@media only screen and (min-width: 735px){.section-contact .form-page .dropdown-btn{height:73px}}.section-contact .form-page#form-page-1 label{margin-top:10px}@media only screen and (min-width: 735px){.section-contact .form-page#form-page-1 label{margin-top:30px}}@media only screen and (min-width: 735px){.section-contact .form-page #form-page-2 label,.section-contact .form-page #form-page-3 label,.section-contact .form-page #form-page-4 label{margin-top:80px}}.section-contact .form-page #name{height:48px}@media only screen and (min-width: 735px){.section-contact .form-page #name{height:73px}}@media only screen and (min-width: 735px){.section-contact .form-page #mail{height:73px}}.section-contact .form-wrapper{width:100%;max-width:534px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.section-contact .form-helper{width:100%;position:relative;padding-left:20px;top:-12px;font-family:"Ubuntu",sans-serif;font-weight:700;font-size:12px;letter-spacing:-0.02em;line-height:18px;color:#e11111;opacity:.8;height:0;overflow:hidden;visibility:hidden;transition-property:height,visibility;transition-duration:.3s;transition-timing-function:ease-in-out}@media only screen and (min-width: 735px){.section-contact .form-helper{font-size:16px}}.section-contact .form-helper.active{height:30px;visibility:visible}.section-contact .form-end-page{padding-top:20px;align-self:flex-end;display:none;opacity:0;transition:all .4s ease-in-out;flex-direction:column;padding-bottom:60px;flex-basis:50%}@media only screen and (min-width: 735px){.section-contact .form-end-page{height:600px;justify-content:center;align-items:center}}.section-contact .form-end-page .check-icon{background-image:url("/images/check_circle.png");background-size:72px 72px;width:72px;height:72px;background-repeat:no-repeat}.section-contact .form-end-page h4{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:24px;letter-spacing:-0.02em;text-transform:uppercase;margin-top:24px;margin-bottom:24px;color:dimgray}@media only screen and (min-width: 735px){.section-contact .form-end-page h4{font-size:48px}}.section-contact .form-end-page p{font-family:"Ubuntu",sans-serif;font-weight:700;font-size:24px;letter-spacing:-0.02em;line-height:28px;color:#a5a5a5}@media only screen and (min-width: 735px){.section-contact .form-end-page p{margin:0;text-align:center;font-size:32px;line-height:initial}}.section-contact .form-button{background:#50d292;border:1px solid #f1f8f5;height:48px;font-family:"Josefin Sans",sans-serif;font-weight:700;font-size:13px;letter-spacing:-0.02em;line-height:13px;color:#f1f8f5;text-transform:uppercase;animation-delay:.6s;cursor:pointer;transition-property:border,color,background-color;transition-duration:.2s;transition-timing-function:ease-in-out}@media only screen and (min-width: 735px){.section-contact .form-button{height:72px;font-size:20px}}.section-contact .form-button:active{transform:scale(0.98)}.section-contact .form-button:hover{color:#fff;border:#2c6a4c;background-color:#2c6a4c;outline:none}.section-contact .form-button:hover a{color:#fff}.section-contact .form-button .btn-arrow{position:relative;display:inline-block;background-image:url(/images/form-arrow.svg);background-size:cover;background-position:center;background-repeat:no-repeat;width:19px;height:5px;top:-2px;margin-left:5px}@media only screen and (min-width: 735px){.section-contact .form-button .btn-arrow{width:48px;height:10px}}.section-contact .wave{background-image:url(/images/menu-wave_small.svg);background-size:cover;background-repeat:no-repeat;background-position:center top;width:100%;height:320px;left:0;bottom:0;position:absolute;overflow:hidden}@media only screen and (min-width: 735px){.section-contact .wave{height:410px;background-image:url(/images/menu-wave_medium.svg)}}@media only screen and (min-width: 1069px){.section-contact .wave{background-image:url(/images/wave-desktop.svg);height:23%}}.section-contact .footer.wrapper{display:flex;flex-direction:column;justify-content:flex-end}@media only screen and (min-width: 1069px){.section-contact .footer.wrapper{height:calc(20vh - 18px);min-height:170px;padding-bottom:0;margin-top:auto;align-self:flex-end;justify-content:flex-end;padding-bottom:20px}}@media only screen and (min-width: 735px){.section-contact .footer a,.section-contact .footer p{margin:0;font-size:24px;line-height:initial}}@media only screen and (min-width: 1069px){.section-contact .footer{flex-basis:100%;order:3;height:33%}.section-contact .footer a,.section-contact .footer p{font-size:17px}}.section-contact__address{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:10px;z-index:1}@media only screen and (min-width: 1069px){.section-contact__address{flex-direction:row;padding-bottom:0;justify-content:space-evenly;width:100%;padding-left:20px;padding-right:20px}}.section-contact__address-text{font-family:"Ubuntu",sans-serif;font-weight:400;font-size:14px;letter-spacing:-0.02em;line-height:16px;color:#fff;text-align:center}@media only screen and (min-width: 1069px){.section-contact__address p{text-align:left}}@media only screen and (min-width: 1069px)and (max-width: 1800px){.section-contact__address p br:nth-child(2){display:block}}.section-contact .contact__social-links{display:flex;justify-content:space-evenly;width:136px;padding-bottom:10px;position:relative}@media only screen and (min-width: 735px){.section-contact .contact__social-links{width:300px}}@media only screen and (min-width: 1069px){.section-contact .contact__social-links{margin-top:0;margin-bottom:0;width:130px;top:5px}}.section-contact .contact__mail-icon{background-image:url("/images/mail-icon.svg");background-size:27px 22px;width:27px;height:22px;background-repeat:no-repeat;cursor:pointer}@media only screen and (min-width: 735px){.section-contact .contact__mail-icon{background-size:50px 40px;width:50px;height:40px}}@media only screen and (min-width: 1069px){.section-contact .contact__mail-icon{background-size:30px 30px;width:30px;height:30px}}.section-contact .contact__mail-icon:after{position:absolute;content:"";background-image:url("/images/mail-icon-hover.svg");background-size:27px 22px;width:27px;height:22px;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease-in-out}@media only screen and (min-width: 735px){.section-contact .contact__mail-icon:after{background-size:50px 40px;width:50px;height:40px}}@media only screen and (min-width: 1069px){.section-contact .contact__mail-icon:after{background-size:30px 30px;width:30px;height:30px}}.section-contact .contact__mail-icon:hover:after{opacity:1}.section-contact .contact__whatsapp-icon{background-image:url("/images/whatsapp-icon.svg");background-size:27px 27px;width:27px;height:27px;background-repeat:no-repeat;cursor:pointer;position:relative;bottom:3px}@media only screen and (min-width: 735px){.section-contact .contact__whatsapp-icon{background-size:50px 50px;width:50px;height:50px}}@media only screen and (min-width: 1069px){.section-contact .contact__whatsapp-icon{bottom:0px;background-size:30px 30px;width:30px;height:30px}}.section-contact .contact__whatsapp-icon:after{position:absolute;content:"";background-image:url("/images/whatsapp-icon-hover.svg");background-size:27px 27px;width:27px;height:27px;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease-in-out}@media only screen and (min-width: 735px){.section-contact .contact__whatsapp-icon:after{background-size:50px 50px;width:50px;height:50px}}@media only screen and (min-width: 1069px){.section-contact .contact__whatsapp-icon:after{background-size:30px 30px;width:30px;height:30px}}.section-contact .contact__whatsapp-icon:hover:after{opacity:1}.section-contact .loading-bar-container{width:100%;background-color:#50d292;z-index:1}@media only screen and (min-width: 1069px){.section-contact .loading-bar-container{order:4;align-self:flex-end}}.section-contact .form-loading-bar{height:18px;width:15%;background-color:#c9e4d6;transition:width .3s ease}.section-contact .privacy-copyright{display:flex;flex-direction:column;font-family:"Ubuntu",sans-serif;font-weight:400;font-size:14px;letter-spacing:-0.02em;align-items:center;font-size:14px;padding-top:10px}@media only screen and (min-width: 1069px){.section-contact .privacy-copyright{align-items:flex-end;padding-top:0;margin-left:auto}}.section-contact .privacy-copyright a{font-weight:700;color:#f1f8f5}.section-contact .privacy-copyright a:hover{text-decoration:underline}.section-contact .privacy-copyright p{color:#f1f8f5}.section-contact .privacy-copyright p:nth-child(2),.section-contact .privacy-copyright p:nth-child(2) a{font-size:12px;margin-top:5px}.section-contact .afip{height:70px;margin-top:20px}@media only screen and (min-width: 1069px){.section-contact .afip{margin-left:20px;margin-top:0}}.modal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.5019607843);top:0;left:0;display:flex;visibility:hidden;justify-content:center;align-items:center;opacity:0;transition-property:opacity,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;z-index:999}.modal.show{opacity:1;transition-property:opacity,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;visibility:visible}.modal-container{background-color:#000;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.modal-close-btn{background-image:url("/images/close-btn.svg");background-size:24px 24px;width:24px;height:24px;background-repeat:no-repeat;position:absolute;top:10px;right:10px;outline:rgba(0,0,0,0);border:none;background-color:rgba(0,0,0,0)}@media only screen and (min-width: 735px){.modal-close-btn{background-image:url("/images/close-btn.svg");background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat}}.modal .full-screen-img-container{width:90%;max-height:70%;border-radius:15px;object-fit:contain}@media only screen and (min-width: 1069px){.modal .full-screen-img-container{max-height:90%}}body{overflow-x:hidden}.fade{opacity:0}@media only screen and (min-width: 1069px){.section-methodology__title{color:dimgray}.section-methodology div[role=tablist]{flex-direction:column}.section-methodology .button-container{flex-direction:row;justify-content:flex-start}.section-methodology .btn-methodology{width:200px;font-size:24px;animation-duration:1.2s;color:dimgray}.section-methodology .btn-methodology:nth-child(1){width:120px;border-bottom:none;margin-right:20px;padding-left:0;animation-duration:1s}.section-methodology .tab-container{height:400px;margin-left:0;animation-delay:.5s}.section-methodology .tab-container .tab{width:100%;left:0;transform:translateY(-50%);margin-top:0}.section-methodology .tab-container .tab p{max-width:1040px;margin-left:0;animation-delay:.8s}.section-methodology .tab-container .tab p:first-child{margin-top:20px;animation-delay:.5s}.section-methodology .tab-container .tab p:last-child{font-weight:600;animation-delay:1.1s}}/*# sourceMappingURL=main.css.map */
