@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yellowtail&display=swap";:root{--content-width:1216px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset)*2));--font-family-primary:"Roboto",sans-serif;--font-family-secondary:"Open Sans",sans-serif;--font-family-third:"Yellowtail",cursive;--fw-400:400;--fw-500:500;--fw-600:600;--fw-700:700;--fw-800:800;--color-white:#fff;--color-white-50:#ffffffe6;--color-white-75:#f6f4ef;--color-white-100:#f9f8f8;--color-white-125:#eff6f1;--color-white-150:#ececec;--color-black:#000;--color-black-300:#2c2e35;--color-black-600:#0009;--color-blue-600:#142a33b3;--color-gray-200:#ababab;--color-gray-400:#525c60;--color-orange-400:#f4a261;--color-red-400:#e63946;--color-green-300:#1ab837;--color-green-400:#26532b;--radius-btn:16px;--radius-main:30px}.checkbox__field:checked+.checkbox__content:after{opacity:1}.checkbox__field:focus+.checkbox__content:before{outline:1px solid var(--color-gray-100);outline-offset:1px}.checkbox__field:disabled+.checkbox__content{opacity:.4;pointer-events:none}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}.page{font-family:var(--font-family-primary);font-weight:var(--fw-700);letter-spacing:0;background-color:var(--color-white);font-optical-sizing:auto;font-variation-settings:"wdth" 100;font-size:clamp(16px,1vw,20px);font-style:normal;line-height:1}.page__body{min-height:var(--vh);min-width:320px}.page.open{overflow:hidden}.container{padding:0 var(--container-offset);max-width:var(--container-width);width:100%;margin:0 auto}.site-container{grid-template-rows:1fr auto;grid-template-columns:100%;display:grid}.background-light{background-color:var(--color-white-75)}.logo{width:100%;max-width:391px}.circle{position:relative}.circle:before{content:"";background-color:var(--color-gray-400);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.hidden{display:none!important}.sr-only{-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.dis-scroll{height:calc(var(--vh,1vh)*100);overscroll-behavior:none;width:100%;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.js-focus-visible :focus:not(.focus-visible){outline:none}h1,h2,h3{font-weight:var(--fw-800);color:var(--color-white);text-transform:capitalize;width:-moz-fit-content;width:fit-content;line-height:1.2;overflow:visible}h1 span,h2 span,h3 span{text-transform:lowercase}h1{color:var(--color-white-125);font-size:clamp(1.75rem,1rem + 3.75vw,70px)}h2,.title{color:var(--color-green-400);font-size:50px}@media only screen and (max-width:576px){h2,.title{font-size:32px}}h3{color:var(--color-green-400);width:100%;font-size:25px}p{font-family:var(--font-family-secondary);font-size:18px;line-height:1.6;font-weight:var(--fw-400);letter-spacing:0}.header{z-index:15;background-color:var(--color-white);width:100%;padding:24px 0;position:fixed;top:0;left:0;right:0}.header__inner{background:0 0}.header .logo{justify-content:center;align-items:center;display:none}@media only screen and (max-width:992px){.header .logo{display:flex}}.header .nav__btns .btn{margin:0}.header .nav__btns .btn:not(:last-child){margin-right:32px}.header .nav__btns .btn--user{color:var(--color-orange-400);background-color:#0000;padding:0}.header .nav__btns .btn--user:hover,.header .nav__btns .btn--user:focus{color:var(--color-gray-400)}.header .nav__btns .request-btn{border:1px solid #0000;color:var(--color-white)}.header.hide{transform:translateY(calc(-100% - 30px))}@media only screen and (max-width:992px){.header{min-height:unset}}@media only screen and (max-width:475px){.header .logo{max-width:250px}}.nav{position:relative}.nav__inner{justify-content:space-between;align-items:center;gap:10px;display:flex}.nav__inner .logo{display:block}@media only screen and (max-width:992px){.nav__inner .logo{display:none}.header .nav__inner{z-index:-1;padding-top:calc(var(--header-height)*1.5);height:calc(var(--vh));background-color:var(--color-black);flex-direction:column;justify-content:flex-start;width:100%;transition-property:transform;transition-duration:.4s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(150%)}.nav__inner .nav__btns .btn--user:not(:last-child){margin:0 auto 10px}}.nav__list{align-items:center;gap:45px;display:flex}@media only screen and (max-width:1280px){.header .nav__list{margin-right:10px}}@media only screen and (max-width:992px){.header .nav__list{z-index:-1;flex-direction:column}}.nav__link{font-size:20px;font-weight:var(--fw-700);white-space:nowrap;text-transform:capitalize;color:var(--color-green-400);font-variation-settings:unset;background-color:#0000;padding:2px;line-height:1.2;transition:color .4s,border .4s}.nav__link:hover,.nav__link:focus{color:var(--color-green-300)}.nav__link.true{color:var(--color-orange-400)}.nav__btns{align-items:center;display:flex}.nav__btns .btn--user{white-space:nowrap;background-color:#0000;max-width:70px;padding:0}.nav__btns .request-btn{white-space:nowrap;max-width:181px}@media only screen and (max-width:992px){.nav__btns{flex-direction:column}.nav .nav__list{margin:0 auto}.nav .nav__item{margin-right:0}.nav--footer{flex-direction:column}}@media only screen and (max-width:992px) and (max-width:576px){.nav--footer .nav__list{flex-direction:column}}@media only screen and (max-width:992px){.nav--footer .nav__inner{flex-direction:column;align-items:center}}[class].btn{font-family:var(--font-family-primary);border-radius:var(--radius-btn);font-weight:var(--fw-700);background-color:var(--color-red-400);white-space:nowrap;text-align:center;color:inherit;border:1px solid #0000;justify-content:center;align-items:center;width:100%;padding:28px 68px 28px 39px;font-size:20px;line-height:1.2;transition-property:background-color,color,border-color;transition-duration:.2s;display:flex;position:relative;color:var(--color-white)}[class].btn:hover,[class].btn:focus{color:var(--color-gray-400)}[class].btn--reverse:hover,[class].btn--reverse:focus{border:1px solid var(--color-red-400);background-color:#0000;color:var(--color-gray-400)!important}[class].btn--user{position:relative}[class].btn--user:hover:before,[class].btn--user:focus:before{filter:invert()}@media only screen and (max-width:475px){[class].btn{min-width:auto;margin:0 auto}}[class].request-btn{position:relative}[class].request-btn:hover:after,[class].request-btn:focus:after{filter:invert(0)}.arrow{transition:all .4s;position:relative}.arrow:after{content:"";background-image:url(../images/icons/arrow.svg);background-repeat:no-repeat;background-size:contain;width:19px;height:19px;position:absolute;top:50%;right:39px;transform:translateY(-50%)}.burger{--line-height:2px;--buger-size:25px;--move:calc(var(--buger-size)/3);--move-decrement:calc(var(--move)*-1);--transition-time:.5s;--lines-color:var(--color-black);width:calc(var(--buger-size) + 5px);height:var(--buger-size);transition:opacity var(--transition-time)ease;background-color:#0000;display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.burger span{z-index:-1;height:var(--line-height);background-color:var(--lines-color);transition:transform var(--transition-time)ease,background-color var(--transition-time)ease .3s;width:100%;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.burger span:before,.burger span:after{content:"";height:var(--line-height);background-color:var(--lines-color);width:100%;animation-duration:.4s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards;position:absolute;left:0}.burger span:before{transform:translateY(var(--move-decrement))rotate(0)}.burger span:after{transform:translateY(var(--move))rotate(0)}.burger:hover{opacity:1}@media only screen and (max-width:992px){.burger{display:block}}.opened span,.opened span:before,.opened span:after{background-color:var(--color-white)}.closed.opened span{background-color:var(--lines-color);transition:background-color .2s}.closed.opened span:before{animation-name:toplineburger}.closed.opened span:after{animation-name:bottomlineburger}.opened .nav__inner{gap:40px;transform:translate(0)}.opened span{background-color:#0000;transition:background-color .2s}.opened span:before,.opened span:after{animation-duration:.2s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards}.opened span:before{animation-name:toplinecross}.opened span:after{animation-name:bottomlinecross}@keyframes toplinecross{0%{transform:translateY(var(--move-decrement))}50%{transform:translateY(0)}to{transform:rotate(45deg)}}@keyframes bottomlinecross{0%{transform:translateY(var(--move))}50%{transform:translateY(0)}to{transform:translateY(0)rotate(-45deg)}}@keyframes toplineburger{0%{transform:rotate(45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move-decrement))rotate(0)}}@keyframes bottomlineburger{0%{transform:translateY(0)rotate(-45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move))rotate(0)}}.policy{padding:86px 0}.policy__content{margin-bottom:48px}.policy__content:last-child{margin-bottom:0}.policy h2{margin:0 0 24px;font-size:32px}.policy p{font-family:var(--font-family-secondary);color:var(--color-gray-400)}.policy p:not(:last-child){margin-bottom:48px}.policy a{color:var(--color-red-400);font-weight:var(--fw-700);text-decoration:underline}.policy ul{margin:0 0 24px}.policy li{font-weight:var(--fw-400);color:var(--color-gray-400);padding-left:24px;font-size:18px;position:relative}.policy li:before{content:"✓";font-weight:var(--fw-400);color:var(--color-gray-400);position:absolute;top:0;left:0}.policy li span{font-weight:800}.policy li:last-child{margin-bottom:0}@media only screen and (max-width:992px){.policy{padding:calc(var(--header-height) + 40px)0 40px}}.footer__main{justify-content:space-between;align-items:center;margin-bottom:42px;padding-top:48px;display:flex}.footer .logo{max-width:464px}.footer__btns{align-items:center;gap:32px}.footer__btns .btn{margin:0}.footer__btns .btn--user{color:var(--color-orange-400);background-color:#0000;padding:0}.footer__btns .btn--user:hover,.footer__btns .btn--user:focus{color:var(--color-gray-400)}.footer__bottom{color:var(--color-black-300);justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.footer__bottom p{font-family:var(--font-family-primary);font-size:16px;line-height:1.4}.footer__policy{gap:24px;display:flex}.footer__policy a{font-weight:var(--fw-700);color:var(--color-black-300);transition:color .2s}.footer__policy a:hover,.footer__policy a:focus{color:var(--color-blue-600)}@media only screen and (max-width:992px){.footer__btns{flex-direction:row}}@media only screen and (max-width:768px){.footer__main{flex-direction:column;align-items:center;gap:20px;margin-bottom:0;padding:40px 0}.footer__bottom{flex-direction:column;align-items:center;gap:20px;margin-bottom:0;padding:0 0 20px}.footer__bottom p{text-align:center}.footer__btns .request-btn{padding:20px 68px 20px 39px}}.contact{padding:86px 0}.contact__wrapper{border-radius:var(--radius-main);background-image:url(../images/home/contact-bg.jpeg);background-repeat:no-repeat;background-size:cover;justify-content:space-between;align-items:center;padding:83px 64px;display:flex;position:relative}.contact__wrapper:before{content:"";z-index:2;background-color:var(--color-blue-600);border-radius:var(--radius-main);width:100%;height:100%;position:absolute;top:0;left:0}.contact h2{z-index:3;color:var(--color-white);text-transform:none;max-width:357px;position:relative}.contact__form{z-index:3;align-items:center;gap:6px;width:100%;max-width:575px;display:flex;position:relative}.contact label{width:100%}.contact input{font-weight:var(--fw-400);border-radius:var(--radius-btn);color:var(--color-gray-200);background-color:var(--color-white);border:none;width:100%;max-width:349px;padding:28px 23px;font-size:18px;font-style:italic;line-height:1.2}.contact input::placeholder{color:var(--color-gray-200)}.contact .btn{color:var(--color-white);border:1px solid #0000;max-width:221px;padding:28px 59px}.contact .btn:hover,.contact .btn:focus{border:1px solid var(--color-red-400);color:var(--color-white-100);background-color:#0000}@media only screen and (max-width:992px){.contact__wrapper{flex-direction:column;gap:20px}.contact h2{text-align:center;max-width:100%}}@media only screen and (max-width:768px){.contact{padding:40px 0}.contact__form{flex-direction:column}.contact input,.contact .btn{max-width:100%}}@media only screen and (max-width:576px){.contact__wrapper{padding:60px 40px}}.hero{min-height:calc(var(--header-height) + 773px)}.hero--policy{min-height:calc(var(--header-height) + 311px)}.hero__inner{z-index:2;min-height:calc(var(--header-height) + 773px);padding-top:var(--header-height);background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;width:100%;display:flex;position:relative;top:0;left:0}.hero__inner--policy{min-height:calc(var(--header-height) + 311px)}.hero__inner:after{content:"";background-color:var(--color-black-600);width:100%;height:100%;position:absolute;top:0;left:0}.hero h1{max-width:508px;margin-bottom:23px}.hero h1 span{white-space:nowrap}.hero__content{z-index:3;position:relative}.hero__content--guide h1{max-width:100%}.hero__content--tours h1,.hero__content--destinations h1{max-width:771px}.hero p{font-family:var(--font-family-third);color:var(--color-white-100);margin-bottom:8px;font-size:36px;line-height:1.4}.hero .btn{max-width:181px;margin:0}.hero .btn:hover,.hero .btn:focus{border:1px solid var(--color-red-400);color:var(--color-white-100);background-color:#0000}@media only screen and (max-width:1280px){.hero,.hero__inner{min-height:750px}}@media only screen and (max-width:992px){.hero{min-height:700px}.hero__inner{min-height:700px;position:relative}}@media only screen and (max-width:768px){.hero{min-height:600px}.hero__content,.hero__content h1,.hero__content p{max-width:unset}.hero__inner{min-height:600px}}@media only screen and (max-width:576px){.hero{min-height:500px}.hero__content{text-align:center}.hero p{font-size:24px}.hero__inner{min-height:500px}.hero__content .btn{width:100%;max-width:none;padding:20px 68px 20px 39px}.hero__content .btn:after{right:20px}}.explore{padding:86px 0;position:relative}.explore .container{max-width:1920px;padding:0}.explore .title{margin:0 auto 48px}.explore__items{grid-template-columns:repeat(3,1fr);gap:42px;display:grid}.explore__item{width:100%;position:relative}.explore__item:after{content:"";transition:all .4s}.explore__item img{width:100%}.explore__item:hover:after,.explore__item:focus:after{content:"";z-index:2;background:var(--color-black-600);width:100%;height:100%;position:absolute;top:0;left:0}.explore__item:first-of-type img,.explore__item:first-of-type:after,.explore__item:first-of-type:hover:after,.explore__item:first-of-type:focus:after{border-top-right-radius:var(--radius-main);border-bottom-right-radius:var(--radius-main)}.explore__item:nth-of-type(2) img,.explore__item:nth-of-type(2):after,.explore__item:nth-of-type(2):hover:after,.explore__item:nth-of-type(2):focus:after{border-radius:var(--radius-main)}.explore__item:nth-of-type(3) img,.explore__item:nth-of-type(3):after,.explore__item:nth-of-type(3):hover:after,.explore__item:nth-of-type(3):focus:after{border-top-left-radius:var(--radius-main);border-bottom-left-radius:var(--radius-main)}.explore a{z-index:5;color:var(--color-green-400);background-color:var(--color-white);border-radius:calc(var(--radius-main) - 10px);font-size:25px;line-height:1.2;font-weight:var(--fw-500);white-space:nowrap;padding:23px 31px;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.explore a:hover,.explore a:focus{color:var(--color-green-300);background-color:var(--color-black-600)}@media only screen and (max-width:992px){.explore__items{grid-template-columns:repeat(2,1fr);gap:20px}.explore__item img{border-radius:var(--radius-main);aspect-ratio:16/8}.explore__item:after,.explore__item:hover:after,.explore__item:focus:after{border-radius:var(--radius-main)}.explore__item:last-child{grid-column:1/-1}}@media only screen and (max-width:768px){.explore__items{grid-template-columns:1fr}.explore__item:last-child{grid-column:unset}.explore__item img{aspect-ratio:12/8}}@media only screen and (max-width:576px){.explore{padding:40px 0}.explore .title{margin-bottom:30px}}.about{background-position:0 0;background-repeat:no-repeat;background-size:826px 686px;width:100%;max-width:1920px;min-height:686px;margin:0 auto;position:relative}.about--right{background-position:100% 0}.about--right .about__content{transform:translate(-58%,-51%)}.about--us{background-image:url(../images/home/about.jpeg);background-size:826px 931px;min-height:931px}.about--visa{background-image:url(../images/guide/visa.jpeg)}.about--money{background-image:url(../images/guide/money.jpeg)}.about--money h2{max-width:350px}.about--times{background-image:url(../images/guide/times.jpeg)}.about--times h2{max-width:280px}.about--etiquette{background-image:url(../images/guide/etiquette.jpeg)}.about--etiquette h2{max-width:400px}.about--health{background-image:url(../images/guide/health.jpeg)}.about--health h2{max-width:243px}.about--around{background-image:url(../images/guide/around.jpeg)}.about--pack{background-image:url(../images/guide/pack.jpeg)}.about .container{max-width:1920px;padding:0}.about__content{background-color:var(--color-white);border-radius:var(--radius-main);width:100%;max-width:684px;padding:78px 0 78px 78px;position:absolute;top:50%;left:50%;transform:translate(-42%,-51%)}.about__content--us{transform:translate(-47%,-51%)}.about__content--big{max-width:763px;padding:78px 50px 78px 78px}.about img{position:relative;top:0;right:0}.about h3{font-family:var(--font-family-third);color:var(--color-orange-400);margin-bottom:8px;font-size:36px;line-height:1.4}.about .title,.about__section:not(:last-of-type){margin-bottom:35px}.about__section:first-of-type p{max-width:511px}.about__section:nth-of-type(2) p{max-width:454px}.about h3{margin-bottom:7px}.about p{font-family:var(--font-family-secondary);color:var(--color-gray-400)}.about h4{color:var(--color-green-400);font-size:25px;font-weight:var(--fw-500)}@media only screen and (max-width:992px){.about,.about--us{background-size:cover}.about--right .about__content{transform:translate(-50%,-50%)}.about__content{padding:40px;transform:translate(-50%,-50%)}}@media only screen and (max-width:768px){.about,.about--right{justify-content:center;align-items:center;display:flex}.about--right .about__content{max-width:100%;position:static;transform:translate(0)}.about .container{padding:0 15px}.about__content{max-width:100%;position:static;transform:translate(0)}}@media only screen and (max-width:576px){.about{padding:20px 0}.about__content h2,.about__content h3{text-align:center;width:100%}}.discover{padding:86px 0}.discover h2{margin:0 auto 55px}.discover__images{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.discover img{border-radius:var(--radius-main);transition:transform .4s}.discover img:hover,.discover img:focus{transform:scale(1.02)}@media only screen and (max-width:992px){.discover{padding:40px 0}.discover h2{margin-bottom:20px}}@media only screen and (max-width:768px){.discover{padding:40px 0}.discover__images{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:475px){.discover__images{grid-template-columns:1fr}.discover__images img{width:100%}.discover h2{font-size:28px}}.tours{padding:86px 0}.tours--baja{padding-bottom:0}.tours .title{margin-bottom:28px}.tours h3{font-weight:var(--fw-500);margin-bottom:7px}.tours h4{font-weight:var(--fw-800);color:var(--color-green-400);margin-bottom:11px;font-size:35px;line-height:1.2}.tours__wrapper{max-width:936px;margin:0 auto}.tours__wrapper--first{margin-bottom:70px}.tours__wrapper--bottom{margin-bottom:86px}.tours .image{border-radius:var(--radius-main)}.tours .image--big{aspect-ratio:16/10;margin-bottom:60px}.tours__item{font-family:var(--font-family-secondary);color:var(--color-gray-400);font-size:18px;line-height:1.6;font-weight:var(--fw-400);padding-left:25px}.tours__item:before{width:4px;height:4px}.tours__inclusions{gap:20px;margin-bottom:70px;display:flex}.tours__content{border-radius:calc(var(--radius-main) - 10px);background-color:var(--color-white-100);padding:63px 45px}.tours__pricing{color:var(--color-gray-400);justify-content:space-between;align-items:center;display:flex}.tours__pricing .btn{max-width:181px}@media only screen and (max-width:992px){.tours .image{aspect-ratio:16/6;width:100%}.tours__inclusions{flex-direction:column;gap:20px}.tours__inclusions .image{order:1}.tours__content{order:0;padding:40px}}@media only screen and (max-width:768px){.tours{padding:40px 0}.tours__wrapper--first,.tours__wrapper--bottom{margin-bottom:40px}.tours__wrapper--not-bottom{margin-bottom:0}.tours__pricing{flex-direction:column;align-items:flex-start;gap:20px}.tours__pricing .btn{max-width:100%}}@media only screen and (max-width:576px){.tours__content{padding:40px 20px}.tours__content h3{text-align:center}}.destinations{padding:86px 0;overflow:hidden}.destinations .container{padding-right:0}.destinations__wrapper{grid-template-columns:1fr;align-items:stretch;gap:51px;display:grid;position:relative}.destinations__content{color:var(--color-gray-400);width:100%;max-width:671px}.destinations h3{font-family:var(--font-family-third);color:var(--color-orange-400);margin-bottom:8px;font-size:36px;line-height:1.4}.destinations h2{margin-bottom:32px}.destinations p{font-family:var(--font-family-secondary)}.destinations h2+p{margin-bottom:36px}.destinations .circle{background-color:var(--color-white-150);font-size:20px;font-weight:var(--fw-500);border-radius:calc(var(--radius-main) + 19px);margin-bottom:12px;padding:29px 91px 29px 53px;line-height:1.2;display:inline-block}.destinations .circle:before{background-image:url(../images/icons/sircle.svg);background-repeat:no-repeat;background-size:contain;background-color:unset;border-radius:unset;width:19px;height:19px;left:28px}.destinations h4+p{width:100%;max-width:504px;padding-left:60px}.destinations h4+p:not(:last-child){margin-bottom:24px}.destinations img{border-radius:var(--radius-main);width:100%;max-width:678px;height:100%;position:absolute;top:0;right:-168px;overflow:hidden}@media only screen and (max-width:1180px){.destinations h2+p{max-width:450px}.destinations h4+p{max-width:400px}}@media only screen and (max-width:992px){.destinations{padding:40px 0}.destinations .container{padding-right:15px}.destinations__wrapper{gap:20px}.destinations h2{text-align:center;width:100%}.destinations__content{max-width:100%}.destinations img{aspect-ratio:16/10;max-width:100%;position:static}.destinations h2+p,.destinations h4+p{max-width:100%}}@media only screen and (max-width:576px){.destinations h3{text-align:center}.destinations .circle{display:block}.destinations h4+p{padding-left:0}.destinations p{text-align:center}}
/*# sourceMappingURL=main.css.map */
