/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Ubuntu:wght@300;700&display=swap";.hamburger{padding:13px 12px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.45s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger-box{width:22px;height:16px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:22px;height:2px;background-color:#000;border-radius:1px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.appear-animation{opacity:0}.appear-animation-visible{opacity:1}.animated,.appear-animation{animation-fill-mode:both;animation-duration:1.25s}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:translateY(700px) scale(0.7);opacity:.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:translateX(-2000px) scale(0.7);opacity:.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:.7}100%{transform:translateX(2000px) scale(0.7);opacity:.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:.7}100%{transform:translateY(-700px) scale(0.7);opacity:.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}@keyframes pulsate{0%{-webkit-transform:scale(1, 1);opacity:1}50%{-webkit-transform:scale(0.8, 0.8);opacity:.2}100%{-webkit-transform:scale(1, 1);opacity:1}}@keyframes spin{0%{transform:rotate(0deg);opacity:1}17%{transform:rotate(60deg);opacity:1}34%{transform:rotate(120deg);opacity:1}50%{transform:rotate(180deg);opacity:1}67%{transform:rotate(240deg);opacity:1}84%{transform:rotate(300deg);opacity:1}100%{transform:rotate(360deg);opacity:1}}@keyframes semi{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes semi2{0%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}.animata{animation-duration:6s;animation-fill-mode:both}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite,.animata.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-half{animation-delay:.5s}.animated.delay-third{animation-delay:.33s}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*=Out]{opacity:0}}html,body{height:100%;margin:0;font-family:"Montserrat",sans-serif;-webkit-font-smoothing:subpixel-antialiased}html .maxancho,body .maxancho{max-width:1400px;margin:0 auto}body{overflow-x:hidden}body main{position:relative;z-index:200}.grecaptcha-badge{right:-276px !important}a,button,.animar,.destinations .accordion .accordion-header .accordion-button .miscelanea::after,.destinations .accordion .accordion-header .accordion-button .miscelanea,.destinations .accordion .accordion-header .image .gradient,.destinations .accordion .accordion-header .image img,.destinations .accordion .accordion-header .txt,.terms .intro .image .gradient,.terms .intro .image img,.home .flight-deals .carrousel .slides article .item .readmore .bgread,.home .flight-deals .carrousel .slides article .item .readmore,.home .flight-deals .carrousel .slides article .item .c-name,.home .flight-deals .carrousel .slides article .item .image img,.home .flight-deals .carrousel .slides article .item .image .overlay,.home .flight-deals .carrousel .slides article .item,header .menu,header .hamburger.is-active .hamburger-inner::before,header .hamburger.is-active .hamburger-inner::after,header .hamburger.is-active .hamburger-inner,header .hamburger:hover .hamburger-inner::before,header .hamburger:hover .hamburger-inner::after,header .hamburger:hover .hamburger-inner,header .hamburger,.modal-backdrop.show,.formdata form fieldset .form-group input,.formdata form fieldset .form-group textarea,.travel-list .each .txt,.travel-list .each .image img,.travel-list .each .image span,.more-destiny .content form button .txt,.more-destiny .content form button .svg,.more-destiny .content form fieldset input,.talk .fa-whatsapp,.enviar{-webkit-transition:all .5s ease;-o-transition:all .5s ease;moz-transition:all .5s ease;transition:all .5s ease}h1,h2,h3,h4,h5,h6{font-family:"Ubuntu",sans-serif;line-height:110%;margin-bottom:0;font-weight:700}h1{font-size:2.125rem;letter-spacing:-0.0625rem;color:#682b8e}h2{font-family:"Montserrat",sans-serif;font-size:5rem;font-weight:400}h3{font-size:2.5rem}h5{font-size:1.375rem}h6{font-family:"Montserrat",sans-serif;font-weight:300;color:#646464;font-size:.875rem;padding:10px 0 0}p{font-family:"Montserrat",sans-serif;font-size:95%;line-height:150%;color:#646464}input,textarea{border:none;box-shadow:none;background:none}input:focus,textarea:focus{box-shadow:none;outline:none}.talk{position:fixed;background:#682b8e;color:#fec92e;padding:3px 18px;height:38px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;border:none;border-radius:5px;text-transform:uppercase;text-decoration:none;bottom:20vh;right:30px;z-index:8000;font-size:95%;font-weight:600}.talk .fa-whatsapp{margin-right:6px;font-size:130%}.talk:hover{background:#4b1f67;padding:3px 15px;height:44px;color:#fec92e}.talk:hover .fa-whatsapp{transform:rotate(360deg);margin-right:12px}.talk.inner{background:#fec92e;color:#682b8e}.talk.inner:hover{background:#f8b901;color:#682b8e}.more-destiny{background:#e52278;background:linear-gradient(75deg, #e52278 5%, #682b8e 95%);position:relative;width:100vw;max-width:1400px;margin:0 auto 60px;border-top-right-radius:40px;border-bottom-left-radius:40px;min-height:420px;padding:105px 30px 50px;overflow:hidden;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center}.more-destiny .iso{position:absolute;top:-2px;left:calc(50% - 50px);height:77px;width:100px;text-align:center;z-index:100;background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0px 2px 6px 0px rgba(49,49,49,.65);display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.more-destiny .iso img{width:55%}.more-destiny .content{text-align:center;position:relative;z-index:120}.more-destiny .content h1{color:#fff}.more-destiny .content h6{font-weight:600;font-size:90%;color:#fff;padding-top:8px;max-width:360px;margin:0 auto}.more-destiny .content h6 a{text-decoration:none;color:#fec92e}.more-destiny .content h6 a:hover{background:#fec92e;color:#682b8e}.more-destiny .content form{margin:45px 20px 20px;background:#fff;border-radius:30px;width:350px;min-height:80px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;padding:0;position:relative}.more-destiny .content form fieldset{padding:20px;width:100%}.more-destiny .content form fieldset input{border:none;box-shadow:none;border-bottom:1px solid #c4c4c4;color:#682b8e;padding:9px 3px;font-size:80%;width:100%;display:block;margin:12px 0}.more-destiny .content form fieldset input::-moz-placeholder{color:#646464}.more-destiny .content form fieldset input::placeholder{color:#646464}.more-destiny .content form fieldset input:hover,.more-destiny .content form fieldset input:focus{border-bottom:1px solid #682b8e}.more-destiny .content form button{background:#fec92e;border:1px solid #fec92e;height:80px;overflow:hidden;position:relative;border-radius:30px;width:350px}.more-destiny .content form button .svg{position:absolute;z-index:10;height:80px;width:auto;right:110%;width:487px;padding:0;margin:0;top:0}.more-destiny .content form button .svg .replacing{height:80px;width:auto}.more-destiny .content form button .svg .replacing path{fill:#fff}.more-destiny .content form button .txt{position:relative;z-index:20;color:#682b8e;font-weight:600;text-transform:uppercase;font-size:85%;padding-left:0}.more-destiny .content form button:hover{background:#e52278;border:1px solid #e52278}.more-destiny .content form button:hover .svg{right:25%}.more-destiny .content form button:hover .txt{padding-left:45px;color:#fff}.travel-list{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;margin-top:40px}.travel-list .each{width:80vw;height:80vw;max-width:340px;max-height:340px;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-end;position:relative;border-radius:20px;overflow:hidden;margin:15px}.travel-list .each a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:50}.travel-list .each a:hover~.image span{background:rgba(104,43,142,0)}.travel-list .each a:hover~.image img{scale:1.4}.travel-list .each a:hover~.txt{padding:60px 5px;font-size:140%}.travel-list .each .image{position:absolute;width:100%;height:100%;z-index:20}.travel-list .each .image span{background:rgba(104,43,142,.4);mix-blend-mode:multiply;position:absolute;width:100%;height:100%}.travel-list .each .image img{position:relative;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:1}.travel-list .each .txt{padding:10px 15px;color:#fff;position:relative;z-index:30;font-size:120%;text-shadow:1px 1px 5px rgba(0,0,0,.8)}.travel-list .each .txt p{color:#fff;font-size:120%}.why-us{margin:80px 0 140px;background:#e52278;background:linear-gradient(75deg, #e52278 5%, #682b8e 95%);position:relative;padding:55px 30px 80px;text-align:center}.why-us h1,.why-us h6{color:#fff}.why-us h6{padding-top:12px}.why-us .why-list{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-end;position:relative;z-index:10}.why-us .why-list .each{width:75vw;height:90vw;max-width:300px;max-height:340px;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-end;position:relative;perspective:500px;margin:20px 10px 0}.why-us .why-list .each:hover .content{transform:rotateY(180deg);transition:transform .5s}.why-us .why-list .each .content{position:absolute;width:100%;height:100%;transition:transform 1s;transform-style:preserve-3d;margin:50px 15px 0}.why-us .why-list .each .content .front,.why-us .why-list .each .content .back{position:absolute;border-top-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 1px 8px rgba(0,0,0,.5);height:100%;width:100%;background:#fff;padding:45px 30px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.why-us .why-list .each .content .front .tit,.why-us .why-list .each .content .back .tit{text-transform:uppercase;color:#682b8e;font-weight:700;width:100%;min-height:50px}.why-us .why-list .each .content .front img,.why-us .why-list .each .content .back img{margin:45px auto 35px;width:50%;max-width:120px}.why-us .why-list .each .content .front hr,.why-us .why-list .each .content .back hr{width:100%;max-width:270px;border:none;border-bottom:1px solid #682b8e}.why-us .why-list .each .content .front p,.why-us .why-list .each .content .back p{padding:10px 10% 0;font-size:90%;color:#682b8e}.why-us .why-list .each .content .back{background:#682b8e;transform:rotateY(180deg)}.why-us .why-list .each .content .back .tit{color:#fff}.why-us .why-list .each .content .back hr{border-bottom:1px solid #fff}.why-us .why-list .each .content .back p{color:#fff}.why-us .whited{position:absolute;width:100vw;height:10vw;max-height:142px;background:#fff;bottom:-2px;left:0;z-index:5}.partners{margin:30px 0;position:relative;z-index:2}.partners.topped{padding:60px 0;background:#f7f7f7}.partners .partnerList{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;margin-top:40px}.partners .partnerList .ppa,.partners .partnerList .pmp{position:relative;width:100%;text-align:center}.partners .partnerList .partner{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;margin:0 10px;padding:5px}.partners .partnerList .partner img{width:100%}.partners .partnerList .partner.preferred img{-o-object-fit:cover;object-fit:cover;height:150px}.partners .partnerList .tns-nav button{width:9px;height:9px;border:none;background:rgba(104,43,142,.4);border-radius:6px;padding:0 !important;margin:0 3px}.partners .partnerList .tns-nav button.tns-nav-active{background:#682b8e}.partners h4{color:#e52278;font-weight:400;margin:30px 0;display:none}.formdata{background:#682b8e;border-top-right-radius:90px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-bottom-left-radius:5px;box-shadow:0px 2px 6px 0px rgba(49,49,49,.65);margin:20px 0 40px;position:relative;padding:75px 60px 25px 100px}.formdata h1,.formdata h6,.formdata p{color:#fff}.formdata .envelope{position:absolute;top:-4px;left:-4px;width:150px;height:150px;background:url("../images/miscReviews.svg") no-repeat;background-size:150px;color:#682b8e;font-size:5rem;font-weight:600;font-family:"Montserrat",sans-serif;text-align:left;padding:10px 20px;transform:rotate(-90deg)}.formdata .envelope .fa-envelope{transform:rotate(90deg);font-size:50%;margin:0 0 35px 60px}.formdata .icons{position:absolute;width:80px;top:90px;bottom:120px;left:-4px;background:#fec92e;border-top-right-radius:60px;border-bottom-right-radius:60px;border-top-left-radius:5px;border-bottom-left-radius:5px;color:#682b8e;font-size:1.875rem;display:flex;flex-flow:column;justify-content:center;align-items:center;align-content:center;line-height:240%}.formdata .icons img{width:2rem}.formdata form fieldset{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding:30px 0 0}.formdata form fieldset .form-group{width:95%;position:relative;padding:5px 0 20px}.formdata form fieldset .form-group label{display:none}.formdata form fieldset .form-group input,.formdata form fieldset .form-group textarea{width:95%;border:none;border-radius:5px;background:#fff;height:40px;border:1px solid #fff;padding:7px 15px;color:#e52278}.formdata form fieldset .form-group input::-moz-placeholder, .formdata form fieldset .form-group textarea::-moz-placeholder{color:#646464}.formdata form fieldset .form-group input::placeholder,.formdata form fieldset .form-group textarea::placeholder{color:#646464}.formdata form fieldset .form-group input:focus,.formdata form fieldset .form-group input :hover,.formdata form fieldset .form-group textarea:focus,.formdata form fieldset .form-group textarea :hover{outline:none;box-shadow:none;border:1px solid #e52278}.formdata form fieldset .form-group input[type=submit],.formdata form fieldset .form-group textarea[type=submit]{background:#fec92e;color:#682b8e;text-transform:uppercase;width:160px;font-weight:600;margin:0 5% 0 auto;border:none;display:flex;flex-flow:row;justify-content:center}.formdata form fieldset .form-group textarea{height:120px;padding:9px 15px}.modal{z-index:9600}.modal .modal-content{background:none;border:none}.modal .modal-content .modal-header{border:none}.modal .modal-content .modal-header .modal-title{color:#e52278}.modal .modal-content .modal-body .carousel-inner{border-radius:20px}.modal-backdrop{opacity:0;z-index:9500}.modal-backdrop.show{opacity:0}.modal-backdrop.show.taxtra{background:#f7f7f7;opacity:.95}.modal-backdrop.show.leyton{background:#fec92e;opacity:.95}@media(min-width: 768px){h1{font-size:2.375rem}h2{font-size:5.5rem}h3{font-size:2.75rem}h5{font-size:1.75rem}h6{font-size:1rem}.talk{bottom:95px}.more-destiny{border-top-right-radius:60px;border-bottom-left-radius:60px}.more-destiny .content form{width:80vw;max-width:880px;justify-content:flex-start}.more-destiny .content form fieldset{padding:20px 20px 20px 50px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:calc(100% - 260px)}.more-destiny .content form fieldset input{display:inline-flex;width:45%;margin:0;margin-right:3%}.more-destiny .content form button{border:none;border-radius:0;border-top-right-radius:30px;border-bottom-right-radius:30px;position:absolute;right:0;top:0;width:260px}.more-destiny .content form button .svg{right:20%}.more-destiny .content form button:hover{border:none}.more-destiny .content form button:hover .svg{right:0}.more-destiny .content form button:hover .txt{padding-left:60px}.partners .partnerList{margin-top:20px}.partners .partnerList .partner{padding:5px}.formdata{border-top-right-radius:150px}.travel-list .each{max-width:300px;max-height:300px}}@media(min-width: 992px){h1{font-size:2.625rem}h2{font-size:6rem}h3{font-size:3rem}h5{font-size:2rem}h6{font-size:1.125rem}.talk{bottom:75px}.why-us{margin:80px 0 0;padding:55px 30px 0}.why-us .why-list{justify-content:space-between}.why-us .why-list .each{width:25vw;height:30vw;margin:50px 0 0}.partners .partnerList .partner{margin:0 15px}.formdata{padding:75px 100px 25px 150px;border-top-right-radius:175px}.formdata .icons{width:95px}.formdata form fieldset{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding:30px 0 0}.formdata form fieldset .form-group{width:45%;margin-right:2.5%}.formdata form fieldset .form-group.extend{width:95%}.travel-list .each{max-width:325px;max-height:325px}}@media(min-width: 1400px){h1{font-size:3rem}h2{font-size:6.5rem}h3{font-size:3.25rem}h5{font-size:2.25rem}h6{font-size:1.25rem}.formdata{padding:75px 120px 25px 200px;border-top-right-radius:200px}.formdata .icons{width:110px}.travel-list .each{max-width:340px;max-height:340px}}header{height:60px;position:absolute;z-index:9000;width:100%;background-color:#fec92e}header .logo-startravel{position:absolute;top:-2px;left:30px;height:75px;width:200px;text-align:center;z-index:100;background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0px 3px 6px 0px rgba(49,49,49,.85);display:flex;flex-flow:row wrap;justify-content:center;align-items:center}header .logo-startravel img{display:flex;max-width:75%;margin-bottom:5px}header .hamburger{background:none;border:none;float:right;position:relative;margin:0 30px;z-index:110;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-top:18px}header .hamburger:hover{background:#682b8e;border:none}header .hamburger:hover .hamburger-inner{background-color:#fec92e}header .hamburger:hover .hamburger-inner::before,header .hamburger:hover .hamburger-inner::after{background-color:#fec92e}header .hamburger.is-active{background:#682b8e;border:none}header .hamburger.is-active .hamburger-inner{background-color:#fec92e}header .hamburger.is-active .hamburger-inner::before,header .hamburger.is-active .hamburger-inner::after{background-color:#fec92e}header .menu{position:absolute;z-index:20;top:60px;left:-150vw;width:100%;min-height:280px;padding:40px;background-color:rgba(254,201,46,.95);display:flex;flex-flow:row-reverse wrap-reverse;justify-content:center;align-items:flex-start;align-content:flex-start}header .menu a{position:relative;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;text-transform:uppercase;margin:5px 0;padding:10px 0;width:100%;text-decoration:none;font-weight:400;color:#682b8e;border-radius:5px}header .menu a:first-of-type{margin-top:0}header .menu a:hover{background:#2f1340;color:#fec92e}header .menu .lefted{display:flex;flex-flow:row-reverse wrap}header .menu .lefted .phone{background:#2f1340;color:#fec92e;margin:0 auto}header .menu .lefted .phone span{display:block;font-weight:700}header .menu .lefted .phone:hover{background:#e52278;color:#fff}header .menu .lefted .idioma{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;width:100%}header .menu .lefted .idioma .lang{background:rgba(229,34,120,0);color:#682b8e;display:inline-flex;max-width:60px;margin:3px 5px 10px}header .menu .lefted .idioma .lang span{display:block;font-weight:700}header .menu .lefted .idioma .lang.is-active{background:#2f1340;color:#fec92e}header .menu .lefted .idioma .lang:hover{background:#e52278;color:#fff}header .menu .social{display:flex;flex-flow:row wrap;justify-content:center;margin:10px 0 20px}header .menu .social a{width:50px;margin:0;font-size:1.5rem}header .menu button{position:relative;bottom:232px;left:275px;color:gray;border-color:#000;background:#000}header .menu.is-active{left:0}header .menu .halto-1{width:100%}header .menu .halto-2{width:100%}@media(min-width: 576px){header .menu a{display:inline-flex;width:calc(50% - 5px)}}@media(min-width: 768px){header{background-color:rgba(254,201,46,.75)}header .logo-startravel{position:absolute;left:30px}header .logo-startravel img{max-width:80%}header .hamburger{margin-right:80px}header .menu .halto-1,header .menu .halto-2{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}header .menu .halto-1{background-color:rgba(254,201,46,.85)}header .menu .halto-1 .social{width:100%}header .menu a{display:inline-flex;text-decoration:none;padding:2px 1.8vw;margin:15px .2vw;width:auto}header .menu a:first-of-type{margin:5px 0}}@media(min-width: 992px){header{height:100px;position:absolute}header .logo-startravel{position:absolute;top:45px;left:45px;height:85px;width:240px;text-align:center}header .logo-startravel img{width:75%}header .hamburger{display:none}header .menu{flex-flow:row wrap;border:none;position:inherit;left:0;top:0;width:100%;padding:0;min-height:50px;background:none}header .menu a{position:relative;width:auto;display:inline;text-decoration:none;padding:2px 1.8vw;margin:5px .2vw}header .menu a:first-of-type{margin:5px 0}header .menu .lefted{display:flex;flex-flow:row wrap;justify-content:flex-start;position:absolute;left:45px}header .menu .lefted .phone{background:#fec92e;color:#682b8e;margin:3px 5px 10px;padding:2px 15px;text-align:center}header .menu .lefted .phone span{display:inline}header .menu .lefted .phone:hover{background:#2f1340;color:#fec92e}header .menu .lefted .idioma{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:auto}header .menu .lefted .idioma .lang{max-width:24px;margin:3px 0px 10px;padding:2px 18px}header .menu .halto-1{padding-right:25px;height:50px;width:100%;display:flex;flex-flow:row;justify-content:flex-end;align-items:center}header .menu .halto-1 a{font-size:85%;padding:2px 1vw}header .menu .halto-1 .social{width:auto;margin:0 10px 0 0}header .menu .halto-1 .social a{margin:5px 0;padding:3px;width:28px;text-align:center}header .menu .halto-2{padding-right:25px;height:50px;width:100%;display:flex;flex-flow:row;justify-content:flex-end;align-items:center}header .menu .halto-2 a{font-weight:700}}@media(min-width: 1200px){header .menu .halto-1{padding-right:35px}}@media(min-width: 1400px){header .logo-startravel{height:95px;width:270px;left:calc((100vw - 1400px)/2 + 45px)}header .menu .halto-1,header .menu .halto-2{padding:0 calc((100vw - 1400px)/2 + 45px)}header .menu .halto-1 .social,header .menu .halto-2 .social{margin:0 20px 0 0}header .menu .lefted{left:calc(50vw - 645px)}}.antifoot{min-height:100%;margin-bottom:-600px}.antifoot:after{content:"";display:block;height:585px}footer{height:715px;width:100%;position:relative;z-index:100;background:#fec92e}footer .detail{position:absolute;width:40px;height:50px;top:-47px;right:-10px}footer .detail img{width:100%;-o-object-fit:cover;object-fit:cover}footer .falto-1{height:715px;padding:30px 30px 0}footer .falto-1 .footmenu{position:relative;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;text-transform:uppercase;margin:2px 0;padding:5px 0;width:100%;text-decoration:none;font-weight:600;color:#682b8e}footer .falto-1 .footmenu:hover{color:#2f1340}footer .falto-1 .leyton{display:flex;flex-flow:row-reverse wrap;justify-content:center;align-content:center;align-items:center;text-decoration:none;cursor:pointer}footer .falto-1 .leyton span{color:#e52278;text-align:left;margin:5px 10px;width:150px;line-height:120%}footer .falto-1 .leyton span strong{display:inline;font-weight:600}footer .falto-1 .leyton img{display:inline-flex;width:90px;margin:5px 10px}footer .falto-1 .companies{display:inline-block;width:35%;max-width:150px;margin:10px}footer .falto-1 .companies img{width:100%;mix-blend-mode:multiply}footer .falto-1 .cta{position:relative;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center;color:#682b8e;text-decoration:none;margin:2px 0;padding:5px 0;width:100%;font-size:80%}footer .falto-1 .cta:hover{color:#2f1340}footer .falto-1 .cta:first-of-type{margin-top:10px}footer .falto-1 p{padding-top:15px;font-size:80%;color:#682b8e}footer .falto-1 p a{position:relative;color:#682b8e;text-decoration:none;font-size:80%}footer .falto-1 p a:hover{color:#2f1340}footer .falto-2{height:85px;background:#682b8e;padding:0 20px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;align-content:center}footer .falto-2 .col-12{position:relative}footer .falto-2 .col-12 .content{display:flex;width:100%;flex-flow:row wrap;justify-content:flex-start;align-items:center;align-content:center;color:#fec92e;font-size:90%;padding-left:10px}footer .falto-2 .col-12 .social{display:fslex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:center}footer .falto-2 .col-12 .social a{color:#fec92e;text-decoration:none;font-size:120%;display:inline-flex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:center;width:30px;height:30px;border-radius:5px;margin:0 5px;background:#682b8e}footer .falto-2 .col-12 .social a:hover{background:#fec92e;color:#2f1340}footer .falto-2 .col-12 .top{background:#fec92e;display:flex;flex-flow:row wrap;justify-content:center;align-content:center;align-items:center;width:36px;height:36px;border-radius:5px;color:#682b8e;position:absolute;right:15px;bottom:calc(50% - 18px)}footer .falto-2 .col-12 .top:hover{background:#2f1340;color:#fec92e;margin-bottom:5px}@media(min-width: 768px){.antifoot{margin-bottom:-510px}.antifoot:after{height:510px}footer{height:360px}footer .detail{width:60px;height:75px;top:-72px}footer .falto-1{height:510px;padding:0 90px}footer .falto-1 .footmenu{justify-content:flex-start;align-items:flex-start;align-content:flex-start;padding:10px 0 0;margin-top:50px;line-height:110%;min-height:50px}footer .falto-1 .footmenu.nomargin{margin-top:5px}footer .falto-1 .leyton{flex-flow:row-reverse wrap;justify-content:flex-end;margin-top:50px}footer .falto-1 .leyton img{margin-left:0}footer .falto-1 .cta{justify-content:flex-start;padding:0}footer .falto-1 .cta:first-of-type{margin-top:0}footer .falto-1 .companies{margin:0 0 0 15px}footer .falto-1 p{padding:50px 0 10px}footer .falto-1 p a{font-size:100% !important}footer .falto-2{height:80px;padding:0 80px}}@media(min-width: 992px){.antifoot{margin-bottom:-460px}.antifoot:after{height:460px}footer{height:460px}footer .detail{width:80px;height:100px;top:-96px}footer .falto-1{height:390px}footer .falto-1 .footmenu{max-width:180px}footer .falto-1 .leyton{flex-flow:row wrap;justify-content:flex-end}footer .falto-1 .leyton span{width:155px}footer .falto-1 .leyton img{width:75px}footer .falto-1 .companies{margin:10px 10px 0}footer .falto-1 p{padding-top:35px}footer .falto-2{height:70px}footer .falto-2 .col-12{min-height:45px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-content:center;align-items:center}footer .falto-2 .col-12 .content,footer .falto-2 .col-12 .social{display:inline-flex;width:auto;padding-right:30px}footer .falto-2 .col-12 .social{padding-right:130px}}@media(min-width: 1400px){footer .falto-1 .footmenu,footer .falto-1 .cta,footer .falto-1 p{padding-left:15px;padding-right:15px}footer .falto-1 .companies{margin:40px 15px 0 auto}footer .falto-2 .col-12 .content{padding-left:30px}footer .falto-2 .col-12 .social{padding-right:180px}footer .falto-2 .col-12 .top{right:30px}}.home .margined{margin-left:30px;margin-right:30px}.home .home-slide{height:calc(100vw + 60px);width:100vw;position:relative;padding-top:60px}.home .home-slide .slider{height:100vw}.home .home-slide .slider article{width:100%;min-height:100%;position:absolute;z-index:1}.home .home-slide .slider article .slide-content{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-end;align-content:flex-end;width:100%;height:100vw}.home .home-slide .slider article .slide-content img{position:absolute;width:100%;height:100%;min-height:460px;-o-object-fit:cover;object-fit:cover;opacity:.6;z-index:10}.home .home-slide .slider article .slide-content .video{position:relative;margin:0;padding-bottom:100%;width:100%}.home .home-slide .slider article .slide-content .video .vidcontainer{height:auto;overflow-x:hidden;position:absolute;width:100%}.home .home-slide .slider article .slide-content .video .vidcontainer video{width:200vw;height:112.5vw;position:relative;left:-50vw;z-index:20}.home .home-slide .slider article .slide-content .suno-tit{position:relative;z-index:50;padding-bottom:75px;margin-left:40px}.home .home-slide .slider article .slide-content .suno-tit h2,.home .home-slide .slider article .slide-content .suno-tit h3,.home .home-slide .slider article .slide-content .suno-tit p{text-shadow:.0125rem .0125rem .125rem #181818;color:#fff}.home .home-slide .slider article .slide-content .suno-tit.vid{position:absolute}.home .home-slide .tns-nav{position:absolute;bottom:55px;width:100vw;text-align:center;z-index:200}.home .home-slide .tns-nav button{width:12px;height:12px;border:none;background:rgba(255,255,255,.5);margin:3px;border-radius:50%}.home .home-slide .tns-nav button.tns-nav-active{background:#fff}.home .home-slide .more-content{position:absolute;width:36px;left:calc(50% - 15px);bottom:5px;color:#fff;border:none;background:none;font-size:160%;z-index:900}.home .flight-deals{padding:80px 0}.home .flight-deals .sdos{text-align:center}.home .flight-deals .sdos .sdos-tit{padding-top:85px;padding-bottom:40px}.home .flight-deals .sdos .sdos-tit h6{max-width:240px;margin:5px auto}.home .flight-deals .carrousel{margin:10px 0}.home .flight-deals .carrousel .slides{text-align:center}.home .flight-deals .carrousel .slides article{position:relative;width:auto;margin:0;overflow:hidden;border-radius:8px}.home .flight-deals .carrousel .slides article .linkto{position:absolute;top:0;bottom:0;left:0;right:0;z-index:100}.home .flight-deals .carrousel .slides article .linkto:hover~.item{background:#e52278;margin-bottom:15px;border-bottom-right-radius:18px}.home .flight-deals .carrousel .slides article .linkto:hover~.item .image .overlay{opacity:0}.home .flight-deals .carrousel .slides article .linkto:hover~.item .image img{scale:1.4}.home .flight-deals .carrousel .slides article .linkto:hover~.item .c-name{color:#fff}.home .flight-deals .carrousel .slides article .linkto:hover~.item .readmore{height:50px;padding:5px 20px;border:1px solid #682b8e}.home .flight-deals .carrousel .slides article .linkto:hover~.item .readmore .bgread{left:0}.home .flight-deals .carrousel .slides article .item{overflow:hidden;border-radius:8px;background:#fec92e;width:100%;min-height:100%;position:relative;display:flex;flex-flow:column wrap;justify-content:center;align-items:flex-start;align-content:flex-start;z-index:10;margin-bottom:61px}.home .flight-deals .carrousel .slides article .item .image{position:relative;width:100%;padding-top:85%;overflow:hidden}.home .flight-deals .carrousel .slides article .item .image .overlay{mix-blend-mode:overlay;position:absolute;top:0;bottom:0;left:0;width:100%;z-index:20}.home .flight-deals .carrousel .slides article .item .image img{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:10;scale:1}.home .flight-deals .carrousel .slides article .item .c-name{padding:40px 20px;width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;color:#682b8e}.home .flight-deals .carrousel .slides article .item .c-name h5{width:100%;padding:0;font-size:120%;font-family:serif;font-family:"Montserrat",sans-serif;font-weight:700}.home .flight-deals .carrousel .slides article .item .c-name p{color:#682b8e}.home .flight-deals .carrousel .slides article .item .readmore{position:relative;height:0;overflow:hidden;text-transform:uppercase;color:#fff;font-size:80%;border-radius:8px;border-top-right-radius:18px;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:100%;background:#682b8e;border:1px solid #fec92e}.home .flight-deals .carrousel .slides article .item .readmore .bgread{position:absolute;width:300px;height:50px;left:-300px;z-index:5}.home .flight-deals .carrousel .slides article .item .readmore .text{position:relative;z-index:10}.home .flight-deals .carrousel .tns-nav button{width:9px;height:9px;border:none;background:rgba(104,43,142,.4);border-radius:6px;padding:0 !important;margin:0 3px}.home .flight-deals .carrousel .tns-nav button.tns-nav-active{background:#682b8e}.home .t-extras{margin:80px 0}.home .reviews{margin:80px 0 0;position:relative}.home .reviews .maxancho{position:relative;z-index:100}.home .reviews .reviewList{margin:20px auto 20px;text-align:center;overflow:hidden;height:calc(100% - 75px);position:relative}.home .reviews .reviewList .card{border-radius:20px;background:#f7f7f7;box-shadow:3px 1px 6px rgba(0,0,0,.5);padding:40px 0;min-height:320px;width:80vw;max-width:420px;margin:15px auto 50px;position:relative;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.home .reviews .reviewList .card .stars{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;width:90%;margin-bottom:15px;padding:0 40px}.home .reviews .reviewList .card .stars .estrella{color:#fec92e;margin:0 8px 0 0;width:20px;height:20px}.home .reviews .reviewList .card .stars .estrella.off{opacity:.3}.home .reviews .reviewList .card .miscelanea{position:absolute;top:-6px;right:-6px;width:150px;height:150px;background:url("../images/miscReviews.svg") no-repeat;background-size:150px;color:#682b8e;font-size:5rem;font-weight:600;font-family:"Montserrat",sans-serif;text-align:right;padding:10px 20px}.home .reviews .reviewList .card h4{font-weight:300;font-family:"Montserrat",sans-serif;color:#682b8e;font-size:160%;padding:0 40px}.home .reviews .reviewList .card p{padding:25px 40px 0;font-size:85%}.home .reviews .reviewList .tns-nav button{width:9px;height:9px;border:none;background:rgba(104,43,142,.4);border-radius:6px;padding:0 !important;margin:0 3px}.home .reviews .reviewList .tns-nav button.tns-nav-active{background:#682b8e}.home .reviews .colorBottom{position:absolute;width:100vw;height:140px;background:#fec92e;z-index:10;bottom:0}.home .reviews .colorBottom .detail{position:absolute;width:40px;height:50px;top:-47px;right:-10px}.home .reviews .colorBottom .detail img{width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.home .home-slide{height:56.25vw;max-height:100vh}.home .home-slide .slider{height:56.25vw;max-height:100vh}.home .home-slide .slider article .slide-content{height:56.25vw;max-height:100vh}.home .home-slide .slider article .slide-content .suno-tit{margin-left:60px}.home .home-slide .slider article .slide-content .video{padding-bottom:56.25%}.home .home-slide .slider article .slide-content .video .vidcontainer video{width:100vw;height:56.25vw;left:0}.home .flight-deals .sdos .sdos-tit h6{max-width:300px}.home .flight-deals .carrousel .slides article{max-width:40vw}.home .reviews .reviewList .card{width:35vw}.home .reviews .colorBottom .detail{width:60px;height:75px;top:-72px}}@media(min-width: 992px){.home .home-slide{padding-top:50px}.home .home-slide .slider article .slide-content .suno-tit{margin-left:75px}.home .flight-deals .sdos .sdos-tit h6{max-width:340px}.home .partners{margin:80px 0}.home .partners.topped{margin:100px 0 80px}.home .reviews .colorBottom .detail{width:80px;height:100px;top:-96px}}@media(min-width: 1400px){.home .home-slide .slider article .slide-content .suno-tit{margin-left:calc((100vw - 1400px)/2 + 75px)}.home .flight-deals .sdos .sdos-tit h6{max-width:380px}.home .flight-deals .carrousel{margin:10px 10vw}.home .partners{margin:80px 0}.home .partners.topped{margin:150px 0 80px}}.about-us{padding-top:120px}.about-us .margined{margin-left:30px;margin-right:30px}.about-us .content{padding-top:60px}.about-us .content h5{font-size:130%;font-weight:700;color:#682b8e;padding:12px 10px;width:180px;margin-bottom:15px;border-left:5px solid #682b8e;background:#f7f7f7;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;border-top-right-radius:25px;font-family:"Montserrat",sans-serif}.about-us .team{margin:80px 0}.about-us .team .members{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;position:relative;margin:30px auto}.about-us .team .members .each{width:80vw;max-width:320px;margin:15px 20px 0;display:flex;flex-flow:column;justify-content:flex-start;align-items:center;align-content:center}.about-us .team .members .each:hover .content{transform:rotateY(180deg);transition:transform .5s}.about-us .team .members .each .content{position:relative;width:100%;height:100%;transition:transform 1s;transform-style:preserve-3d;margin:0 15px;padding-top:0}.about-us .team .members .each .content .front,.about-us .team .members .each .content .back{position:absolute;border-top-left-radius:20px;border-bottom-right-radius:20px;height:100%;width:100%;background:#fff;padding:15px 30px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.about-us .team .members .each .content .front .txt,.about-us .team .members .each .content .back .txt{text-align:center}.about-us .team .members .each .content .front .txt h4,.about-us .team .members .each .content .back .txt h4{text-transform:uppercase;color:#682b8e;font-weight:700;width:100%;min-height:50px;font-size:115%}.about-us .team .members .each .content .front .txt h4 small,.about-us .team .members .each .content .back .txt h4 small{text-transform:initial;display:flex;flex-flow:row;justify-content:center;font-weight:400;color:#646464;padding:5px 0}.about-us .team .members .each .content .front .txt p,.about-us .team .members .each .content .back .txt p{line-height:150%;font-weight:300;font-size:90%;padding:20px 0 0}.about-us .team .members .each .content .front .picture,.about-us .team .members .each .content .back .picture{width:65vw;height:65vw;max-width:250px;max-height:250px;border-radius:32.5vw;position:relative;margin:0 auto 20px;overflow:hidden}.about-us .team .members .each .content .front .picture img,.about-us .team .members .each .content .back .picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-us .team .members .each .content .front .social,.about-us .team .members .each .content .back .social{width:100%;border:none;border-bottom:1px solid #682b8e;padding:10px 0;position:relative;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;align-content:center}.about-us .team .members .each .content .front .social a,.about-us .team .members .each .content .back .social a{display:inline-flex;flex-flow:row;justify-content:center;align-items:center;width:30px;height:30px;margin:0 5px;color:#682b8e}.about-us .team .members .each .content .front .social a:hover,.about-us .team .members .each .content .back .social a:hover{color:#e52278}.about-us .team .members .each .content .back{position:relative;height:440px;background:#f7f7f7;padding:45px 30px;transform:rotateY(180deg)}.about-us .team .members .each .content .back .txt{overflow-y:scroll;max-height:360px;text-align:left}.about-us .team .members .each .content .back .txt h4{border-bottom:1px solid #682b8e}.about-us .team .members .each .content .back .txt h4 small{justify-content:flex-start;text-align:left}.about-us .team .members .each .content .back .txt p{text-align:left}@media(min-width: 768px){.about-us .team .members .each{width:25vw}.about-us .team .members .each .picture{width:20vw;height:20vw}}@media(min-width: 992px){.about-us{padding-top:200px}.about-us .columned{-moz-columns:2;columns:2;-moz-column-gap:45px;column-gap:45px}.about-us .team .members{justify-content:space-between}.about-us .team .members .each{width:22.5vw}}.terms{padding-top:120px}.terms .margined{margin-left:30px;margin-right:30px}.terms .intro{margin:0 0 90px}.terms .intro h1{margin-bottom:50px}.terms .intro hr{border:none;background:#682b8e;margin:50px 0;opacity:1}.terms .intro h3,.terms .intro h5{color:#e52278;padding:25px 0 10px}.terms .intro .image{width:100%;height:40vw;max-height:360px;z-index:10;overflow:hidden;position:relative;margin-bottom:30px;border-radius:20px}.terms .intro .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:10;scale:1}.terms .intro .image .gradient{position:absolute;top:75px;left:0;width:100%;bottom:0;z-index:20;background:linear-gradient(to bottom, rgba(229, 34, 120, 0) 0%, #e52278 80%);opacity:.6}.terms .intro .content{position:relative}.terms .intro .content .icon{position:absolute;left:0;top:35px}.terms .intro .content .icon img{width:20px;height:20px}.terms .intro .content .tab{position:relative;padding-left:30px}@media(min-width: 992px){.terms{padding-top:200px}.terms .columned{-moz-columns:2;columns:2;-moz-column-gap:45px;column-gap:45px}}.travel{padding-top:120px;position:relative}.travel .margined{margin-left:30px;margin-right:30px}.travel .content{padding-top:60px}.travel .more-destiny{margin:80px auto 0;position:relative;z-index:20}.travel .botYellow{position:absolute;height:40px;width:100vw;background:#fec92e;bottom:0;z-index:10}@media(min-width: 992px){.travel{padding-top:200px}.travel .columned{-moz-columns:2;columns:2;-moz-column-gap:45px;column-gap:45px}.travel .botYellow{height:60px}}.destinations{padding-top:120px;position:relative}.destinations .margined{margin-left:30px;margin-right:30px}.destinations .accordion{border:none;margin:80px 0}.destinations .accordion .accordion-item{border:none;background:#f7f7f7;border-radius:20px;margin-bottom:30px}.destinations .accordion .accordion-header{position:relative;height:340px;overflow:hidden;border:none;border-radius:20px}.destinations .accordion .accordion-header .txt{position:relative;z-index:20;display:flex;flex-flow:column;justify-content:flex-end;align-content:flex-start;align-items:flex-start;padding:30px 40px;height:100%;bottom:-265px}.destinations .accordion .accordion-header .txt .row{width:100%}.destinations .accordion .accordion-header .txt h3,.destinations .accordion .accordion-header .txt h5,.destinations .accordion .accordion-header .txt h6{color:#fff}.destinations .accordion .accordion-header .txt h5{font-family:"Montserrat",sans-serif;font-weight:600;font-size:125%;text-transform:uppercase}.destinations .accordion .accordion-header .txt h6{height:60px;padding-top:20px}.destinations .accordion .accordion-header .image{position:absolute;top:0;left:0;width:100%;bottom:0;z-index:10;overflow:hidden}.destinations .accordion .accordion-header .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;z-index:10;scale:1}.destinations .accordion .accordion-header .image .gradient{position:absolute;top:auto;left:0;height:130px;width:100%;bottom:0;z-index:20;background:#e52278;opacity:0}.destinations .accordion .accordion-header .accordion-button{position:absolute;z-index:30;top:0;left:0;width:100%;bottom:0;background:none;border:none}.destinations .accordion .accordion-header .accordion-button .miscelanea{position:absolute;top:-2px;right:-2px;width:150px;height:150px;background:url("../images/miscReviews-m.svg") no-repeat;background-size:150px;color:#fec92e;font-size:4rem;font-weight:300;text-align:right;padding:15px 30px;line-height:100%}.destinations .accordion .accordion-header .accordion-button .miscelanea::after{content:"-"}.destinations .accordion .accordion-header .accordion-button::after{display:none}.destinations .accordion .accordion-header .accordion-button.collapsed .miscelanea{background:url("../images/miscReviews.svg") no-repeat;background-size:150px;color:#682b8e;padding:20px 25px}.destinations .accordion .accordion-header .accordion-button.collapsed .miscelanea::after{content:"+"}.destinations .accordion .accordion-header .accordion-button.collapsed~.txt{bottom:0}.destinations .accordion .accordion-header .accordion-button.collapsed~.image .gradient{opacity:1}.destinations .accordion .accordion-header:hover .image img{scale:1.4}.destinations .accordion .accordion-header:hover .txt{padding-top:20px;padding-bottom:40px}.destinations .accordion .accordion-collapse{padding:30px 0}.destinations .accordion .accordion-collapse .accordion-body{padding:0 70px 30px}.destinations .accordion .accordion-collapse .accordion-body h3{color:#682b8e}.destinations .accordion .accordion-collapse .accordion-body h5{font-family:"Montserrat",sans-serif;font-weight:600;font-size:125%;text-transform:uppercase;color:#e52278}.destinations .accordion .accordion-collapse .accordion-body h6{color:#682b8e;margin:45px 0 20px;line-height:135%}.destinations .accordion .accordion-collapse .accordion-body h6 strong{font-weight:700}.destinations .more-destiny{margin:0 auto;z-index:20}.destinations .botYellow{position:absolute;height:40px;width:100vw;background:#fec92e;bottom:0;z-index:10}@media(min-width: 768px){.destinations .accordion .accordion-header .txt{padding:30px 70px}}@media(min-width: 992px){.destinations{padding-top:200px}.destinations .columned{-moz-columns:2;columns:2;-moz-column-gap:45px;column-gap:45px}.destinations .botYellow{height:60px}.destinations .accordion .accordion-header .txt{padding:35px 100px}.destinations .accordion .accordion-collapse .accordion-body{padding:0 100px 35px}}@media(min-width: 1400px){.destinations .accordion .accordion-header .txt{padding:35px 140px}.destinations .accordion .accordion-collapse .accordion-body{padding:0 140px 35px}}.contact{padding-top:120px}.contact .margined{margin-left:30px;margin-right:30px}.contact .datos{margin:30px 0 90px}.contact .datos h5{font-family:"Montserrat",sans-serif;color:#682b8e;font-size:150%;margin:30px 0 0;font-weight:600}.contact .datos h6{font-size:100%;text-transform:uppercase;color:#682b8e;margin:0}.contact .datos a{text-decoration:none}.contact .datos a:hover p{color:#e52278}@media(min-width: 992px){.contact{padding-top:200px}}