:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navigation{width:100%}.navigation .menu,.navigation .btn-close{display:none}.navigation .menu-container{width:100%!important;height:5em!important}.navigation__list{display:flex;justify-content:space-around;width:100%;list-style:none}.navigation__list .navigation__link{text-decoration:none;color:#222;font-weight:700;display:flex;padding:1em;height:5em;transition:all .3s ease-in-out;align-items:center}.navigation__list .navigation__link:hover{background:#30942c;color:#fff;opacity:.8}.navigation__list .content-language{position:relative}.navigation__list .content-language .language{cursor:pointer;color:#30942c}.navigation__list .content-language .language i{margin-left:.5em}.navigation__list .content-language .language:hover{background:none;color:#30942c;opacity:1}.navigation__list .content-language .language:hover+.navigation__language{height:100px}.navigation__list .content-language .language,.navigation__list .content-language .navigation__language li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navigation__list .content-language .navigation__language{transition:all .3s ease-in-out;position:absolute;bottom:-130%;right:0;height:0;display:flex;flex-direction:column;justify-content:space-around;overflow:hidden}.navigation__list .content-language .navigation__language li{margin:.5em;cursor:pointer}.navigation__list .content-language .navigation__language li:hover{color:#30942c;background:#fff}.navigation__list .content-language .navigation__language:hover{height:100px}.navigation__list .navigation__link--active{background:#30942c;color:#fff}.navigation__list .navigation__link--active:hover{opacity:1}@media only screen and (max-width: 1015px){.navigation{width:100%}.navigation .menu-container{height:100vh!important}.navigation .menu,.navigation .btn-close{display:block}.navigation .menu i,.navigation .btn-close i{font-size:18px}.navigation .menu{align-self:flex-end;top:0;text-align:end}.navigation .btn-close{position:absolute;top:20px;right:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#333;width:58px;height:58px;border-radius:50%}.navigation .btn-close i{font-size:18px}.navigation .menu-container{position:absolute;top:0;right:0;height:100vh;background:#30942c;display:flex}.navigation .menu-container .navigation__list{flex-direction:column;width:100%}.navigation .menu-container .navigation__list li{display:block;width:100%}.navigation .menu-container .navigation__list .navigation__link{color:#fff;height:50px;width:100%;justify-content:center;overflow:hidden;text-transform:uppercase}.navigation .menu-container .navigation__list .navigation__link:hover{background:#fff;color:#333;opacity:1}.navigation .menu-container .navigation__list .navigation__link--active{background:rgba(255,255,255,.5);color:#333;width:100%}.navigation .menu-container .navigation__list .content-language .navigation__language{background:#fff;top:100%;width:100%;text-align:center}}.header{padding:0 4em;position:fixed;width:100%;top:0;z-index:100;transition:all .3s ease-in-out;backdrop-filter:blur(10px)}.header__container{display:flex;justify-content:space-between;align-items:center;height:5em}.header__container div{display:flex;align-items:center;font-weight:700}.header__container div:nth-child(1) a{display:flex;align-items:center;text-decoration:none;width:35%;min-width:200px}.header__container div:nth-child(1) a img{width:50px}.header__container div:nth-child(1) a span{font-family:Merienda-Bold;font-size:1.3em;color:#30942c}.header__container div:nth-child(3){width:50%;justify-content:flex-end}.header__container div:nth-child(3) a{text-decoration:none;color:#222;margin:0 1em}.header__container .navigation-content{width:100%}.header__container .header__social{width:15%}.header__container .header__social .facebook,.header__container .header__social .instagram{display:flex;padding:1em;height:5em;align-items:center;background:#30942c;color:#fff}.header__container .header__social .facebook:hover,.header__container .header__social .instagram:hover{opacity:.7}.header-container--hide{transform:translateY(-100%)}@media only screen and (max-width: 1100px){.header{padding:0 3em}}@media only screen and (max-width: 1015px){.header__social{display:none!important}}@media only screen and (max-width: 600px){.header{padding:0 1em}}.footer{background:#f7f7f7;padding:0 4em}.footer ul{list-style:none}.footer ul a{text-decoration:none;color:#000}.footer ul li{margin-bottom:1em}.footer .footer-content{padding:3em 0;display:flex;flex-wrap:wrap;justify-content:space-between;height:100%;gap:2em}.footer .footer-content section{display:flex;flex-direction:column;width:calc(25% - 4em)}.footer .footer-content section h3{margin-bottom:1.3em}.footer .footer-content section i{color:#30942c}.footer .footer-content .summary{margin-top:-.3em}.footer .footer-content .summary h3{font-family:Merienda-Bold;color:#30942c;font-size:1.3em}.footer .footer-content .summary p{margin-top:-.7em}.footer .footer-content .summary .social{margin-top:1em}.footer .footer-content .summary .social a{margin-right:1em}.footer .footer-content .summary .social a i{color:#000}.footer .footer-content .contact{margin-left:-3em}.footer .footer-content .contact li{display:flex;align-items:center;gap:.5em}.footer .footer-content .executive{flex-direction:row;width:calc(25% + 1em);gap:1em;text-align:center}.footer .footer-content .executive img{width:100px;height:100px;border-radius:50%;object-fit:cover}.footer .footer-copyright{text-align:center;padding:2em 0;border-top:1px solid #222}.footer .footer-copyright a{color:#30942c;text-decoration:none}.footer .footer-copyright a:hover{text-decoration:underline}@media only screen and (max-width: 1100px){.footer{padding:0 3em}.quick-link{width:auto!important}}@media only screen and (max-width: 900px){.footer-content{justify-content:space-around!important}.footer-content section{margin:0}.footer-content .quick-link,.footer-content .contact{margin-left:-10em!important}.executive{width:100%!important;justify-content:space-around}}@media only screen and (max-width: 750px){.contact{margin-left:0!important}}@media only screen and (max-width: 600px){.footer{padding:0 1em}.footer .footer-content{justify-content:flex-start!important}.footer .footer-content section{width:100%;margin-bottom:2em}.footer .footer-content .summary{text-align:center}.footer .footer-content .contact{width:calc(50% - 1em);margin:0!important}.footer .footer-content .contact ul{display:flex;flex-direction:column;gap:1em}.footer .footer-content .quick-link{width:calc(30% - 1em);margin:0!important}.footer .footer-content .quick-link ul{display:flex;flex-direction:column;gap:1em}.footer .footer-content .executive{width:100%;gap:1em}}@media only screen and (min-width: 1800px){.layout{width:1700px;margin:0 auto}}.home-content{width:100%;min-height:100vh;display:flex;justify-content:center;padding:0 4em}@media only screen and (max-width: 1100px){.home-content{padding:0 3em}}@media only screen and (max-width: 600px){.home-content{padding:0 1em}}.home-content .image-galery{width:55%}.home-content .image-galery .galery-content{margin-left:-4em}.home-content .image-galery .galery-content figure img{object-fit:cover;width:100%;height:100vh;max-height:700px}.home-content .home-description{width:45%;text-align:end;padding-left:2em;margin-top:10em}.home-content .home-description h1{font-size:3.5em;display:block}.home-content .home-description p{margin:3em 0}.custome-buttom{border:1px solid #222;padding:.5em 2em;text-decoration:none;color:#222;text-transform:uppercase}.home-search{margin-left:-70%!important;width:170%!important;text-align:start}@media only screen and (max-width: 1180px){.home-content .image-galery{width:65%}.home-content .home-description{width:45%}}@media only screen and (max-width: 1015px){.home-content .image-galery,.home-content .home-description{width:50%}}@media only screen and (max-width: 600px){.home-content{flex-direction:column;align-items:center}.home-content .image-galery{width:100%}.home-content .image-galery .galery-content{margin:0 -1em}.home-content .image-galery .galery-content figure img{height:50vh}.home-content .home-description{width:100%;text-align:center;padding-left:0;margin-top:2em}.home-content .home-description h1{font-size:2em}.home-content .home-description h2{font-size:1em}.home-search{margin-left:0!important;width:100%!important;text-align:start}}.seach-place{box-shadow:0 6px 15px #0000001a;background-color:#fff;border-radius:10px;padding:1em;display:flex;justify-content:space-between;gap:1em;width:130%;position:relative;z-index:10}.seach-place div{line-height:2.2em}.seach-place div select,.seach-place div input{border:1px solid #fff;outline:none;width:100%}.seach-place div label{color:#333}.seach-place div button{height:100%;border:none;padding:1em 2.5em;border-radius:0 10px 10px 0;cursor:pointer;background-color:#30942c;color:#fff}.seach-place div button:hover{opacity:.8}.seach-place div button:active{opacity:.6}.seach-place .button{margin:-1em -1em -1em 0}@media only screen and (max-width: 950px){.seach-place{width:150%}}@media only screen and (max-width: 875px){.seach-place{width:100%}}@media only screen and (max-width: 600px){.seach-place{width:100%;flex-direction:column;margin:1em 0}.seach-place div select,.seach-place div input{padding:1em}.seach-place div button{width:100%;border-radius:10px}.seach-place div button:hover{opacity:1}.seach-place .button{margin:0}}.recommended-sites__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;width:100%;min-height:70vh;padding:0 4em}@media only screen and (max-width: 1100px){.recommended-sites__content{padding:0 3em}}@media only screen and (max-width: 600px){.recommended-sites__content{padding:0 1em}}.recommended-sites__content section{display:grid;gap:1rem}.recommended-sites__content section figure{border-radius:10px;display:flex;max-height:35vh}.recommended-sites__content section figure img{border-radius:10px;object-fit:cover;width:100%}.recommended-sites__content section:nth-child(1){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column:span 2}.recommended-sites__content section:nth-child(1) figure:first-child{grid-column:span 2}.recommended-sites__content section:nth-child(2){grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.recommended-sites__content section:nth-child(2) figure{max-height:calc(70vh + 1rem);grid-row:span 2}@media only screen and (max-width: 725px){.recommended-sites__content section:nth-child(3){grid-column:span 3;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.recommended-sites__content section:nth-child(3) figure{max-height:calc(70vh + 1rem);grid-row:span 2}}@media only screen and (max-width: 505px){.recommended-sites__content section:nth-child(3){grid-column:span 1}}.layout__page{min-height:100vh;width:100%;padding:5em 0}.layout__page-header{text-align:center;margin-bottom:3em}.layout__page-header h2{font-size:1.7rem;text-transform:uppercase;margin-bottom:1rem}.layout__page-header h2[data-color=primary]{color:#30942c}.layout__page-header p{font-size:1.2rem}.services{background-image:url(/assets/plane-65671c02.webp);background-size:contain;background-repeat:no-repeat;background-position:center;min-height:80vh;padding:0 4em}@media only screen and (max-width: 1100px){.services{padding:0 3em}}@media only screen and (max-width: 600px){.services{padding:0 1em}}.services__content{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:3em;margin-top:5em}.services__content .services__item{width:calc(25% - 4em);min-width:220px;background:#fff;box-shadow:0 15px 20px #0000001a;border-radius:10px;height:300px;padding:1em;display:flex;flex-direction:column;text-align:center}.services__content .services__item div{margin-bottom:1.5em}.services__content .services__item div img{width:60px;height:60px;object-fit:contain;margin-bottom:1.5em}@media only screen and (max-width: 600px){.services{background-image:none;background-color:#fff}.services__content .services__item{width:100%;height:auto;padding:3em;margin-bottom:3em}}.testimonials{min-height:80vh;position:relative;padding:2em 4em 0}@media only screen and (max-width: 1100px){.testimonials{padding:0 3em}}@media only screen and (max-width: 600px){.testimonials{padding:0 1em}}.testimonials:after{content:"";background-color:#f1f1f133;position:absolute;top:0;width:100%;left:0;min-height:100%;z-index:-1}.testimonials__content{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:2em;margin-top:5em}.testimonials__content .testimonials__item{width:calc(33.3333333333% - 2em);min-width:290px;background:#fff;border-radius:10px;min-height:250px;padding:1.5em 2em;display:flex;flex-direction:column;text-align:center;box-shadow:0 10px 20px #0000001a}.testimonials__content .testimonials__item .text{margin-bottom:1em;position:relative}.testimonials__content .testimonials__item .text i{font-size:2em;color:green;position:absolute;right:-1em;top:-1em;transform:rotate(180deg)}.testimonials__content .testimonials__item-info{justify-self:flex-end;margin-top:auto}.testimonials__content .testimonials__item-info h3{margin-top:1em}.testimonials__content .testimonials__item-star i{font-size:1em;color:gold}@media only screen and (max-width: 600px){.testimonials__content .testimonials__item{width:100%;height:auto;padding:3em}}.home,.sites-container{background-color:#fff}.sites-container .container{position:relative;height:100vh;overflow:hidden;display:flex;flex-direction:column;color:#fff}.sites-container .container button{background-color:transparent;border:1px solid white;color:inherit;text-transform:uppercase;transition:.5s ease}.sites-container .container button:hover{cursor:pointer;background-color:#fff6}.sites-container .container .content{width:100%;height:100%;display:flex}.sites-container .container .content .thumbnail-list{position:relative;flex:1}.sites-container .container .content .thumbnail-list .wrapper{position:absolute;z-index:10;width:100vw;left:-66.7%;height:100vh}.sites-container .container .content .thumbnail-list .wrapper .thumbnail{position:absolute;height:50%;width:16%;border-radius:15px;overflow:hidden;transition:.75s cubic-bezier(.6,.1,.3,1);transform:translate(calc(var(--idx) * 110%));box-shadow:10px 10px 10px #0006;right:44%;bottom:20%}.sites-container .container .content .thumbnail-list .wrapper .thumbnail.zoom{width:100%;height:100%;right:0;bottom:0;filter:brightness(40%);box-shadow:none;border-radius:0}.sites-container .container .content .thumbnail-list .wrapper img{width:100%;height:100%;object-fit:cover}.sites-container .container .introduce{position:relative;width:40%;z-index:20}.sites-container .container .introduce .country{font-size:1.5rem;font-weight:400}.sites-container .container .introduce .describe{font-size:1rem;margin-top:8px;font-weight:300}.sites-container .container .introduce .discover-button{padding:1em 3em;margin-top:20px;background:#fff!important;color:#111}.sites-container .container .introduce .place{font-size:3.5rem;text-transform:uppercase;line-height:1.1;letter-spacing:1px;margin-top:.5em}.sites-container .container .introduce .wrapper{position:absolute;bottom:0;left:0;width:100%;padding:0 25px 0 50px;display:flex;flex-direction:column;align-items:flex-start;pointer-events:none}.sites-container .container .introduce .wrapper span{overflow:hidden}.sites-container .container .introduce .wrapper span>*{transition:.5s ease;opacity:0;transform:translateY(300px);transition-delay:calc((3 - var(--idx)) * .1s)}.sites-container .container .introduce .wrapper.active{pointer-events:all}.sites-container .container .introduce .wrapper.active span>*{opacity:1;transform:translateY(0);transition-delay:calc(var(--idx) * .1s)}.sites-container .container .navigation{width:51.7%;margin-right:8%;align-self:flex-end;display:flex;align-items:center;justify-content:space-between;gap:3em;padding:50px 0;z-index:20}.sites-container .container .navigation .next-button{height:0;padding:1.3em 2em;display:flex;justify-self:center;align-items:center}.sites-container .container .navigation .line{flex:1;height:2px;background-color:#fff}.sites-container .container .navigation .ordinal-number{position:relative;display:flex;justify-content:center;align-items:center;width:55px;height:50px;overflow:hidden}.sites-container .container .navigation .ordinal-number h2{font-size:2em;font-weight:400;line-height:1;position:absolute;transform:translateY(200%);transition:.5s ease}.sites-container .container .navigation .ordinal-number h2.active{transform:unset}@media only screen and (max-width: 600px){.container{justify-content:space-between!important}.container .content{height:38%!important}.container .content .thumbnail-list .wrapper .thumbnail{height:30%!important;width:29%!important;bottom:25%!important;border-radius:5px!important;left:36%!important}.container .content .thumbnail-list .wrapper .thumbnail.zoom{height:100%!important;left:0!important;width:100%!important;bottom:0!important}.container .content .introduce{text-align:center!important}.container .content .introduce .country{font-size:1em}.container .content .introduce .describe{padding:0 10px;text-align:center;margin-bottom:3%!important}.container .content .introduce .discover-button{margin-top:10px;font-size:.8em}.container .content .introduce .place{font-size:2em}.container .content .introduce .wrapper{padding:0;width:100vw;align-items:center}.container .navigation{width:100%!important;margin:0!important;align-self:flex-end!important;padding:50px 1em 90px!important}}.background-about-page{width:100%;height:100vh;z-index:-1;position:absolute;object-fit:cover;background-color:#fff}@media only screen and (max-width: 600px){.background-about-page{height:100vh}}.container-values{height:100vh;display:flex;justify-content:center;align-items:center;padding:0 4em}@media only screen and (max-width: 1100px){.container-values{padding:0 3em}}@media only screen and (max-width: 600px){.container-values{padding:0 1em}}.container-values .goal-statement{width:60%;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#fff;position:relative;background-color:#0000004d;background-size:20px 22px;background-image:radial-gradient(circle,#30942c 7%,transparent 1%);padding:0 2em}.container-values .goal-statement__title{z-index:1}.container-values .goal-statement__title h2{font-size:2em;margin-bottom:1em}@media only screen and (max-width: 600px){.container-values .goal-statement{align-self:flex-start;width:100%;height:70%;padding:0 1em;background-color:#0000004d}.container-values .goal-statement__title h2{font-size:1.5em}}.values-list{display:flex;flex-wrap:wrap;gap:1em;margin:2em -3em 2em 3em}@media only screen and (max-width: 1140px){.values-list{margin:1em -2em 1em 2em}}@media only screen and (max-width: 600px){.values-list{margin:2em -1em 2em 1em}}.value-item{display:inline-flex;width:280px;justify-content:center;align-items:center}.value-item__icon{background-color:#fff;padding:1.3em;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.value-item__icon img{width:52px;height:56.5217391304px}.value-item__text{margin-left:1em;align-self:flex-start;color:#111}.value-item__text h3{margin-bottom:1em}.value-item__text p{font-size:.9em}@media only screen and (max-width: 1140px){.value-item{width:100%;justify-content:flex-start}}@media only screen and (max-width: 600px){.value-item{width:100%}}.executive-content{display:flex;flex-direction:column;align-items:center;color:#111;padding:0 4em}@media only screen and (max-width: 1100px){.executive-content{padding:0 3em}}@media only screen and (max-width: 600px){.executive-content{padding:0 1em}}.executive-content section{display:flex;justify-content:space-between;align-items:center;height:230px;max-width:1200px;margin-top:2em;gap:2em;width:80%;box-shadow:0 6px 20px #0000001a;background-color:#fff}.executive-content section .executive-image{width:20%;height:100%;display:flex;justify-content:flex-end;align-items:center;position:relative}.executive-content section .executive-image:before{content:"";position:absolute;width:100%;height:100%;background-color:#e7e5e5;inset:0;clip-path:polygon(0 0,100% 50%,0 100%)}.executive-content section .executive-image img{width:130px;height:130px;border-radius:50%;object-fit:cover;z-index:1}.executive-content section .executive-info{width:80%;padding-right:2em}.executive-content section .executive-info__property{margin-bottom:1em}.executive-content section .executive-info__property__name{display:flex;margin-bottom:.5em}.executive-content section .executive-info__property__name__social{margin-left:2em;width:40px;display:flex;justify-content:space-between}.executive-content .reverse{flex-direction:row-reverse}.executive-content .reverse .executive-image{justify-content:flex-start}.executive-content .reverse .executive-image:before{clip-path:polygon(100% 0,0 50%,100% 100%)}.executive-content .reverse .executive-info{padding-right:0;padding-left:2em;text-align:end}.executive-content .reverse .executive-info__property__name{flex-direction:row-reverse}.executive-content .reverse .executive-info__property__name__social{margin-left:0;margin-right:2em}@media only screen and (max-width: 1000px){.executive-content section{width:100%}}@media only screen and (max-width: 850px){.executive-content section{height:285px}}@media only screen and (max-width: 600px){.executive{color:#111}.executive-content section{flex-direction:column;height:auto;width:100%;padding:2em 0;gap:1em}.executive-content section .executive-image{width:100%;justify-content:center}.executive-content section .executive-image:before{clip-path:none}.executive-content section .executive-info{width:100%;text-align:center;padding:0 1em}.executive-content section .executive-info__property__name{flex-direction:column}.executive-content section .executive-info__property__name__social{margin-left:0;margin-right:0;margin-top:1em;width:100%;justify-content:center;gap:2em}.executive-content .reverse{flex-direction:column}.executive-content .reverse .executive-image{justify-content:center}.executive-content .reverse .executive-image:before{clip-path:none}.executive-content .reverse .executive-info{width:100%;text-align:center;padding:0 1em}.executive-content .reverse .executive-info__property__name{flex-direction:column}.executive-content .reverse .executive-info__property__name__social{margin-left:0;margin-right:0;margin-top:1em}}.safe-travel .safe-travel__image{display:flex;align-items:center;justify-content:center}.safe-travel .safe-travel__image img{width:500px;object-fit:cover}@media only screen and (max-width: 600px){.safe-travel .safe-travel__image img{width:80%}}.packages-page{min-height:100vh;padding:0 4em;background-color:#fff}.packages-page .package{display:flex;justify-content:space-between;align-items:center;margin-bottom:5em;gap:1em}.packages-page .information-package{width:50%;min-height:100vh;padding-top:7em;display:flex;flex-direction:column;justify-content:space-between;gap:2em}.packages-page .information-package .title button{padding:.8em 1em;margin:2em 0 .8em;background-color:#30942c;outline:none;border:none;color:#fff;cursor:pointer;transition:all .1s ease-in-out}.packages-page .information-package .title button:hover{background-color:#236d20}.packages-page .information-package .title button:active{background-color:#174515}.packages-page .information-package .title h1{font-size:2rem;margin-bottom:1rem}.packages-page .information-package .title p{font-size:1.3rem;font-weight:300}.packages-page .related-places{width:100%}.packages-page .package-container{height:100vh;width:50%;position:relative}.packages-page .package-container .image-place{height:100%;width:100%;position:relative}.packages-page .package-container .image-place img{height:100%;width:100%;object-fit:cover}.packages-page .package-container .information-place{position:absolute;bottom:0;min-height:30%;padding:2em;background:rgba(0,0,0,.2);color:#fff}.packages-page .package-container .information-place .title-place h3{margin-bottom:2em;font-size:1.5rem}@media only screen and (max-width: 1100px){.packages-page{padding:0 3em}}@media only screen and (max-width: 875px){.packages-page .package{flex-direction:column}.packages-page .package section{width:100%}.packages-page .package-container .image-place:before{background:none}}@media only screen and (max-width: 600px){.packages-page{padding:0 1em}.packages-page section:first-child{flex-direction:column}.packages-page .information-package{width:100%;padding-top:6em;gap:1em}.packages-page .information-package .title{text-align:center}.packages-page .information-package .title h1{font-size:1.5rem}.packages-page .information-package .title p{font-size:1rem}.packages-page .package-container{width:100%;height:60vh}.packages-page .package-container .image-place:before{background:none}.packages-page .package-container .information-place{height:40%;padding:1em}.packages-page .package-container .information-place .title-place h3{margin-bottom:1em;font-size:1rem}}.item-place{width:170px;height:310px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1em}.item-place .image-place{width:170px;height:230px;border-radius:10px;box-shadow:0 13px 20px #0000004d;cursor:pointer;transition:all .3s ease-in-out}.item-place .image-place:hover{transform:scale(1.1);filter:brightness(.8)}.item-place .image-place:active{transform:scale(.95)}.item-place .image-place img{width:100%;height:100%;border-radius:10px;object-fit:cover}.item-place button{width:100%;padding:.5em 0;outline:none;border:none;cursor:pointer;transition:all .1s ease-in-out}.item-place button:active{transform:scale(.95)}.item-place button:hover{background-color:#30942c;color:#fff}@media only screen and (max-width: 1100px){.packages-page .item-place{width:140px;height:280px}.packages-page .item-place .image-place{width:140px;height:200px}}@media only screen and (max-width: 875px){.packages-page .item-place{width:190px;height:330px}.packages-page .item-place .image-place{width:190px;height:250px}}@media only screen and (max-width: 600px){.item-place{width:110px;height:300px;margin-bottom:.5em}.item-place .image-place{box-shadow:0 10px 17px #0003;width:110px;height:180px}.item-place .image-place img{border-radius:10px;object-fit:cover}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.title-related-places h2{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.backdrop{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:100}.modal{min-width:50%;min-height:50%;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff}.modal .close-modal{position:absolute;top:0;right:-10%;margin:1em;cursor:pointer;font-size:calc(.6rem + 1vw);mix-blend-mode:difference}.modal .close-modal:hover{color:tomato}@media (max-width: 768px){.modal .close-modal{font-size:calc(1em + 1vw);background:rgba(26,21,39,.5);padding:10px;border-radius:10px}}.customized-package-content{background-color:#fff;color:#111;padding:2em;max-width:800px;height:90vh}.customized-package-content .renderer-sites{display:flex;margin-top:2em}.customized-package-content .renderer-sites .destination{display:flex;flex-direction:column}.customized-package-content .renderer-sites .destination label{margin-bottom:.5em}.customized-package-content .renderer-sites .destination select{padding:.5em;border:1px solid #ccc;border-radius:5px;outline:none}.customized-package-content .renderer-sites .button-submit{display:flex;align-items:flex-end}.customized-package-content .renderer-sites .button-submit button{margin-left:3em;display:inline-flex;outline:none;background:#09f;color:#fff;border:none;border-radius:50px;padding:.8em 1.3em;display:flex;align-items:center;gap:.3em;cursor:pointer}.customized-package-content .renderer-sites .button-submit button:hover{background:#0af}.customized-package-content .renderer-sites .button-submit button:active{background:#09f}.customized-package-content .sites-selected{margin-top:2em}.customized-package-content .sites-selected ul{height:200px;margin-bottom:1em;overflow:auto}.customized-package-content .sites-selected ul li{list-style:none;padding:1em;background-color:#e3e5e54d;display:flex;justify-content:space-between}.customized-package-content .sites-selected ul li button{background:none;border:none;outline:none;cursor:pointer;width:30px;height:30px;color:tomato;border-radius:50%}.customized-package-content .sites-selected ul li button:hover,.customized-package-content .sites-selected ul li button:active,.customized-package-content .sites-selected ul .colored{background-color:#cccccc4d}.customized-package-content .complete-info{width:100%}.customized-package-content .complete-info button{color:#fff;border:none;border-radius:50px;padding:.8em 1.3em;cursor:pointer;transition:all .3s ease-in-out}.customized-package-content .complete-info button:hover{transform:scale(1.1)}.customized-package-content .complete-info .info{background-color:#30942c;margin-right:2em}.customized-package-content .complete-info .cancel{background-color:tomato}@media only screen and (max-width: 600px){.customized-package-content{height:100vh}.customized-package-content .renderer-sites{flex-direction:column}.customized-package-content .renderer-sites .destination{margin-bottom:1em}.customized-package-content .renderer-sites .button-submit{margin-top:1em}.customized-package-content .renderer-sites .button-submit button{margin-left:0}.customized-package-content .sites-selected ul{height:300px}}.complete-info-contact{text-align:center}.complete-info-contact h3{margin-bottom:2em;font-size:1.3em}.complete-info-contact form{padding:2em;display:flex;flex-direction:column;margin:auto;gap:1em;background-color:#fff;max-width:300px}.complete-info-contact form .box{display:flex;flex-direction:column;gap:1em;color:#111;text-align:start}.complete-info-contact form .box input{border:1px solid #ccc;border-radius:5px;padding:.5em}.complete-info-contact form button{background-color:#1e88e5;color:#fff;border:none;border-radius:5px;padding:.5em;cursor:pointer;margin-top:1em}.custome-packages__container{min-height:75vh;display:flex;justify-content:space-between;align-items:flex-start;gap:1em;margin-bottom:5em}.custome-packages__container .custom-packages__content{width:80%;display:flex;flex-direction:column;align-items:flex-start;position:relative}.custome-packages__container .custom-packages__content .pacakges__content_title{margin-bottom:2em}.custome-packages__container .custom-packages__content .pacakges__content_title h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.custome-packages__container .custom-packages__content .pacakges__content_img{width:100%;position:relative;height:75vh}.custome-packages__container .custom-packages__content .pacakges__content_img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.custome-packages__container .custom-packages__content .pacakges__content_img__info{position:absolute;top:2em;left:3em;padding:1em 3em;background-color:#0006;color:#fff}.custome-packages__container .custom-packages__content .pacakges__content_img__info h2{font-family:Merienda-Bold;font-size:2rem;font-weight:600;margin-bottom:1rem;text-transform:capitalize}.custome-packages__container .custom-packages__content button{background-color:#37afb4;position:absolute;color:#fff;border:none;outline:none;border-radius:10px;bottom:-3em;left:5em;padding:2.5em 2em;cursor:pointer}.custome-packages__container .custom-packages__content button:hover{background-color:#359a9f}.custome-packages__container .custom-packages__content button:active{background-color:#1f5a5e}.custome-packages__container .packages__contact{display:flex;width:20%;height:75vh;justify-content:space-around;flex-direction:column;text-align:end}.custome-packages__container .packages__contact p{font-size:1.1em;margin-bottom:1rem}.custome-packages__container .packages__contact p:first-child{font-size:1.3em;font-weight:600}.custome-packages__container .packages__contact pre{display:flex;flex-direction:column;position:relative}.custome-packages__container .packages__contact pre:before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);height:300%;width:30%;background-color:#9996;z-index:-1}.custome-packages__container .packages__contact pre span{font-size:1.1em;font-weight:600;color:#30942c}@media only screen and (max-width: 1000px){.custome-packages__container .custom-packages__content{width:70%}.custome-packages__container .packages__contact{width:30%}}@media only screen and (max-width: 600px){.custome-packages__container{flex-direction:column;gap:0}.custome-packages__container .custom-packages__content{width:100%;margin-bottom:2em}.custome-packages__container .custom-packages__content .pacakges__content_title{margin-bottom:1em}.custome-packages__container .custom-packages__content .pacakges__content_img{height:40vh}.custome-packages__container .custom-packages__content .pacakges__content_img__info{top:1em;left:1em;padding:.5em 1em}.custome-packages__container .custom-packages__content .pacakges__content_img__info h2{font-size:1.5rem}.custome-packages__container .custom-packages__content button{bottom:-1em;left:1em;padding:1.5em 1em}.custome-packages__container .packages__contact{width:100%;height:30vh;justify-content:space-around;flex-direction:column;text-align:end}.custome-packages__container .packages__contact p{font-size:1em;margin-bottom:.5rem}.custome-packages__container .packages__contact p:first-child{font-size:1.2em;font-weight:600}.custome-packages__container .packages__contact pre:before{height:200%;width:20%}.custome-packages__container .packages__contact pre span{font-size:1em}}.packageContainer{display:flex;justify-content:space-between;gap:1rem;width:100%;height:90vh}.packageContainer section{display:flex;flex-direction:column;width:calc(33.33% - 1rem)}.packageContainer__descriptions-fields .packageContainer__title{margin-bottom:3em}.packageContainer__descriptions-fields .packageContainer__title h2{display:flex;flex-direction:column;line-height:1.4}.packageContainer__descriptions-fields .packageContainer__title h2 .fixed-span{width:170%;max-width:600px!important;z-index:10}.packageContainer__descriptions-fields .packageContainer__title h2 .you{color:#fff;border-radius:50px;width:3.5em;padding:.1em .7em;display:flex;justify-content:center;align-items:center;background-color:#30942c}.packageContainer__descriptions-fields .packageContainer__title h2 .iconRight{display:flex;align-items:center}.packageContainer__descriptions-fields .packageContainer__title h2 .iconRight img{width:10em;margin-left:3em}.packageContainer__descriptions-fields .packageContainer__title h2 span{font-size:2.5rem;font-weight:700}.packageContainer__descriptions-fields .packageContainer__description h3{font-size:1.5rem;font-weight:700;margin-bottom:1em}.packageContainer__descriptions-fields .packageContainer__description p{margin:2em 0}.packageContainer__descriptions-fields .packageContainer__description button{background-color:#30942c;outline:none;border:none;border-radius:50px;color:#fff;padding:1em 1.7em;font-weight:700;text-transform:up}.packageContainer__descriptions-fields .packageContainer__description button:hover{cursor:pointer;background-color:#236d20}.packageContainer__descriptions-fields .packageContainer__description button:active{background-color:#174515}.packageContainer__focused-package{max-height:90vh;position:relative}.packageContainer__focused-package img{width:100%;height:90vh;object-fit:cover;z-index:1;border-radius:30px}.packageContainer__focused-package h3{z-index:2;position:absolute;bottom:0;width:100%;height:20%;color:#fff;padding:2em 1em;background:linear-gradient(360deg,transparent,rgba(0,0,0,.5) 100%)}.packageContainer__packages{display:flex;flex-direction:column;justify-content:space-between}.packageContainer__packages .content_package{height:350px}.packageContainer__packages .content_package h3{font-size:1.5rem;font-weight:700;margin-bottom:1em}.packageContainer__packages .content_package__items{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.packageContainer__packages .content_package-trajectory{height:calc(100% - 250px)}.packageContainer__packages .content_package-trajectory h3{font-size:1.5rem;font-weight:700;margin-bottom:1em}.packageContainer__packages .content_package-trajectory-focused__items{height:calc(100% - 3em);overflow:auto}.packageContainer__packages .content_package-trajectory-focused__items::-webkit-scrollbar{width:.5em}@media only screen and (max-width: 600px){.packageContainer{flex-direction:column;height:auto;gap:4em}.packageContainer__descriptions-fields .packageContainer__title h2 .fixed-span{width:100%}.packageContainer__descriptions-fields .packageContainer__title h2 .iconRight{position:relative}.packageContainer__descriptions-fields .packageContainer__title h2 .iconRight img{width:8em;transform:rotate(90deg);position:absolute;top:0;right:0}.packageContainer__descriptions-fields .packageContainer__description,.packageContainer__packages{text-align:center}.packageContainer__packages .content_package-trajectory{text-align:start}.packageContainer__packages .content_package-trajectory h3{text-align:center}}.packageContainer__package-item{width:100px;height:150px;margin-bottom:3em}.packageContainer__package-item img{width:100%;height:150px;object-fit:cover;border-radius:10px;transition:transform .5s}.packageContainer__package-item:hover{cursor:pointer}.packageContainer__package-item:hover img{transform:scale(1.1)}.accordion{border-radius:3px;background-color:#f1f1f166;margin-bottom:1em}.accordion-visible{width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;outline:none;border:0;border-bottom:1px solid #e3e5e5;padding:.5em}.accordion-visible:hover{background-color:#f1f1f1}.accordion-visible div{text-align:start;line-height:1.6}.accordion-visible div+img{width:1em;transform:rotate(-90deg);transition:transform .2s ease-in-out;filter:invert(.7)}.accordion-visible div+img.active{transform:rotate(0)}.accordion-toggle{opacity:0;height:0;overflow:hidden;transition:height .3s ease-in-out,opacity .3s ease-in-out;display:flex;flex-direction:column;gap:1em}.accordion-toggle small{font-size:14px;color:#666}.animated{opacity:1;transition:height .3s ease-in-out,opacity .3s .3s ease-in-out;height:auto!important;padding:1em}.accordion-toggle p{pointer-events:none;line-height:1.6}.accordion-button{margin:1em;cursor:pointer;padding:.5em 1em;border-radius:30px;outline:none;border:0;background-color:#30942c;color:#fff}.accordion-button:hover{background-color:#236d20}.accordion-button:active{background-color:#174515}.contact_page{margin-top:calc(5em + 2rem);min-height:100vh;background-color:#fff}.contact_page .contact-container{width:750px;margin:auto}.contact_page .contact-container .title{width:100%;margin-bottom:3em}.contact_page .contact-container .title h1{font-size:1.8em;width:100%}@media only screen and (max-width: 600px){.contact_page{margin-bottom:3em}.contact_page .contact-container{width:100%;padding:0 1em}.contact_page .contact-container .title h1{font-size:1.5em}}.contact-form{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5em}.contact-form .box{width:calc(50% - 1em);display:flex;flex-direction:column;gap:1em}.contact-form .box label{font-weight:700;transition:all .3s ease-in-out}.contact-form .box input,.contact-form .box textarea,.contact-form .box select{border:none;padding:1em 2em;background-color:#f5f5f5}.contact-form .box select{outline:none;appearance:none}.contact-form .box textarea{resize:none;height:10em}.contact-form .box button{background-color:#222;color:#fff;padding:1em 0;outline:none;border:none;cursor:pointer}.contact-form .box button:hover{background-color:#333}.contact-form .box button:active{background-color:#444}.contact-form .box button i{margin-left:1em}.contact-form .submit,.contact-form .message{width:100%}.contact-form .submit button,.contact-form .message button{width:30%;margin-top:1em}@media only screen and (max-width: 600px){.contact-form .box,.contact-form .box button{width:100%}}.app{min-height:100vh}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb{background:#999;border-radius:10px}.slide-in{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fcfcfc;transform-origin:bottom;z-index:100}.slide-out{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fcfcfc;transform-origin:top;z-index:100}@font-face{font-family:Merienda-Bold;src:url(/assets/Merienda-Bold-2b4bfe5c.ttf) format("truetype")}@font-face{font-family:Montserrat-Regular;src:url(/assets/Montserrat-Regular-dcfe8df2.ttf) format("truetype")}*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat-Regular;font-size:14px}
