.hero-section {
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), color-stop(77%, #fff)), url('../images/coronavirus_fondo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, #fff 77%), url('../images/coronavirus_fondo.jpg');
  background-position: 0px 0px, 50% 120%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: translate3d(0px, 0px, 900px);
  transform: translate3d(0px, 0px, 900px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  width: 150px;
  text-align: center;
}

.burger-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer;
}

.burger-bar-wrap {
  display: block;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #525252;
}

.b4-bar1 {
  width: 18px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar-2 {
  width: 30px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.b4-bar3 {
  width: 18px;
  height: 1px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 250px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e1a748;
}

.navbar {
  background-color: transparent;
  text-align: center;
}

.search-form {
  position: relative;
  z-index: auto;
  width: 300px;
  height: 45px;
  margin-right: 20px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #525252;
}

.search-text {
  position: relative;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.7);
}

.text-block {
  padding-top: 2px;
  font-size: 13px;
}

.body {
  background-color: #fff;
  font-family: 'Avenir Next LT', sans-serif;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  display: block;
  padding: 0px;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.nav-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #525252;
  text-decoration: underline;
}

.hero-content {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.video-container {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.video-container.center {
  position: relative;
  display: none;
  margin-top: 42%;
  text-align: center;
}

.triangle {
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
}

.black-triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  padding-left: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
  background-color: transparent;
  color: #fff;
}

.play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  background-color: #f68e01;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.play-button:hover {
  border-width: 44px;
  border-color: #fff;
  background-color: #333;
  background-image: none;
}

.hero-text {
  margin-top: 0px;
}

.hero-heading {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 600%;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  position: relative;
  z-index: 999;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-shadow: 0 0 8px #f68e01;
}

.hero-sub-heading {
  width: 440px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
  font-size: 25px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.line-divider {
  width: 95%;
  height: 1px;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0075b8;
}

.sub {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 580px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 0.5fr 0px 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.big-hero-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.watch-video {
  margin-top: 12px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
}

.hero-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.left-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 2px;
}

.follow-us {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.text-block-3 {
  margin-bottom: 40px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  color: #fff;
  text-align: right;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.left-box-test {
  position: relative;
  left: 65px;
  width: 390px;
  margin-top: 140px;
  margin-left: 20px;
  padding: 10px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #f68e01;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.yellow-button {
  position: relative;
  left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 55px;
  margin-top: 15px;
  margin-left: 20px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e1a748;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  font-size: 30px;
  text-align: center;
}

.yellow-button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.yellow-button.bottomyellow {
  margin-right: auto;
  margin-left: auto;
}

.yellow-button.bottom-yellow-b {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bora-bora-trip {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bora-bora-trip.back {
  overflow: hidden;
  background-color: #000;
}

.featured-trip-image {
  width: 100%;
  height: 720px;
  background-image: url('../images/Rectangle-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-trip-image.keystone-image {
  background-image: url('../images/4.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.featured-trip-image.bora-bora-image {
  overflow: hidden;
  background-image: url('../images/3.jpg');
  background-position: 0% 50%;
}

.featured-trip-image.despegue-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.featured-trip-image.despegue-img.video1 {
  background-image: none;
}

.featured-trip-image.despegue-img.video3 {
  background-image: none;
}

.featured-trip-image.despegue-img.video5 {
  background-image: none;
}

.featured-trip-image.despegue-img.video7 {
  background-image: none;
}

.featured-trip-image.despegue-img.video9 {
  background-image: none;
}

.featured-trip-image.depegue-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
}

.featured-trip-image.back-alunizaje {
  overflow: hidden;
  background-image: url('../images/5.jpg');
  background-position: 50% 0%;
}

.featured-trip-image.back-pisando {
  background-image: url('../images/6.jpg');
  background-position: 0% 0%;
}

.featured-trip-image.back-volver {
  overflow: hidden;
  background-image: url('../images/7.jpg');
  background-position: 50% 0%;
}

.featured-trip-image.amerizaje {
  background-image: url('../images/8.jpg');
  background-position: 50% 100%;
}

.featured-trip-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
  background-color: #000;
}

.featured-trip-text.keystone-text {
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 44px;
  padding-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.featured-trip-text.back-black {
  height: 100%;
  padding-right: 60px;
  background-color: #fff;
  color: #000;
}

.featured-trip-text.back-black.textocuba {
  height: 100%;
}

.featured-trip-text.back-black.textoseleccion {
  height: 100%;
}

.featured-trip-text.back-black.textocebollitas {
  background-color: #000;
}

.featured-trip-heading {
  margin-bottom: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #e1a748;
  font-size: 25px;
}

.featured-trip-heading.bora {
  margin-top: 0px;
}

.featured-trip-heading.keystone {
  margin-top: 0px;
  text-align: right;
}

.trip-location-heading {
  margin-top: -5px;
  margin-bottom: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
}

.trip-location-heading.bora {
  color: #000;
  text-transform: uppercase;
}

.trip-location-heading.keystone {
  color: #000;
  text-align: right;
}

.solo-trip-image {
  width: 439px;
  height: auto;
}

.featured-trip-para {
  margin-top: 10px;
}

.featured-trip-para.bora {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.featured-trip-para.keystone {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
}

.button {
  padding-top: 15px;
  padding-right: 65px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #333;
  background-image: url('../images/button-arrow.png');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.trip-button.keystone {
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
}

.button.hero-button {
  margin-right: 0px;
  margin-left: auto;
  padding: 35px 15px 26px 65px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-position: 5% 50%;
  font-size: 30px;
  text-align: right;
}

.button.nav-button {
  margin-top: 15px;
  padding-bottom: 10px;
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
}

.keystone-grid {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.keystone-text {
  width: 100%;
  height: 720px;
}

.right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-follow-icon {
  width: 25px;
  margin-top: 5px;
}

.activity-section {
  padding-top: 100px;
}

.mywrapper {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mywrapper.footerwrapper {
  height: auto;
}

.main-heading {
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
  text-align: center;
}

.main-heading.bottom-cta {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}

.main-heading.bottom-cta.waiting-headline {
  margin-top: 60px;
  font-size: 32px;
}

.main-heading.cierre {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.spacing-div {
  margin-top: 200px;
  margin-bottom: 200px;
}

.arrow-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-image {
  position: relative;
  top: 20px;
  width: 75px;
  max-width: 100%;
  padding: 10px;
}

.paragraph {
  width: 500px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #525252;
  text-align: center;
}

.paragraph.bottom {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.adventure-picker-txt {
  font-family: 'Avenir Next LT DEMI Italic', sans-serif;
}

.activity-grid-old---hidden {
  display: none;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.activity-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 52.7%, 0.5);
}

.activity-div.snorkeling {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/sebastian-pena-lambarri-1218069-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.kayaking {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/david-straight-101790-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.atvs {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/kal-visuals-763673-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.climbing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/action-adventure-challenge-449609-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.paragliding {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/amber-turner-715400-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.skiing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: url('../images/cold-cool-fun-41371.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.wakeboarding {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/marvin-meyer-111904-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-div.surfing {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/action-athlete-daytime-2062141.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e1a748;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  font-size: 22px;
  font-style: normal;
  text-transform: none;
}

.activity-button:hover {
  background-color: #ff3535;
}

.sub-heading {
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
  text-align: center;
}

.sub-heading.viewall {
  margin-top: 45px;
}

.view-all-link {
  display: block;
  margin-top: 40px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #525252;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.awaits-section {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  font-family: 'Avenir Next LT DEMI', sans-serif;
}

.heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
}

.image {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.testimonial-grid {
  margin-top: 32px;
  grid-column-gap: 60px;
  grid-row-gap: 21px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 21px auto 21px auto;
  grid-template-rows: auto auto auto;
}

.video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-div.vid1 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nota-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nota-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  cursor: pointer;
}

.video-div.vid2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/destacada.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/destacada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  cursor: pointer;
}

.video-div.vid3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pisada.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pisada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  cursor: pointer;
}

.video-div.vid4 {
  background-image: url('../images/angello-lopez-134675-unsplash.jpg');
  background-size: cover;
}

.video-div.vid5 {
  background-image: url('../images/luis-quintero-1209369-unsplash.jpg');
  background-size: cover;
}

.video-div.vid6 {
  background-image: url('../images/helena-lopes-463976-unsplash.jpg');
  background-size: cover;
}

.video-div.nota1 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.23.56.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.23.56.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota2 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.31.19.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.31.19.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota3 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.32.57.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.32.57.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota4 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.34.27.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.34.27.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota5 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.37.26.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.37.26.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota6 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.40.19.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.40.19.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota7 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.42.34.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.42.34.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota8 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.43.52.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.43.52.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota9 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.45.17.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.45.17.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota10 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.48.46.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.48.46.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota11 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.50.39.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.50.39.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-div.nota12 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.52.43.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Captura-de-Pantalla-2019-10-29-a-las-14.52.43.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.youtube {
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-size: 125px;
}

.footer-section {
  padding-top: 0px;
  background-color: #f0f0f0;
}

.subscribe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #333;
}

.footerheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Next LT DEMI', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 25px 50px 25px 20px;
  border-radius: 15px;
}

.submit-button {
  padding: 20px 30px;
  background-color: transparent;
  background-image: url('../images/button-arrow.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: rgba(82, 82, 82, 0);
}

.footer-grid {
  margin-top: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  width: 230px;
}

.footer-social-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-image {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-link {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.footer-menu {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.created-by-div {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.image-3 {
  width: 115px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.menu-button-2 {
  padding: 10px;
  border-radius: 20px;
  background-color: #525252;
}

.icon {
  color: #fff;
}

.main-nav-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  padding-top: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 21px;
  border-color: #fff;
  background-color: #ebb56d;
}

.nav-follow {
  margin-top: 20px;
}

.nav-link-block {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-follow-image {
  width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.nav-follow-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-logo {
  width: 225px;
  margin-top: 5px;
}

.search-wrapper {
  position: relative;
  top: auto;
  z-index: 0;
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.search-input {
  position: relative;
  z-index: 10;
  display: block;
  width: 260px;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: none;
  border-radius: 20px;
  background-color: #525252;
  box-shadow: none;
  color: #fff;
}

.search-bar-closer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding-left: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #3b3b3b;
  background-image: url('../images/search.svg');
  background-position: 73% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.77);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Exo, sans-serif;
  color: rgba(51, 51, 51, 0);
  font-size: 8px;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #e1a748;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.22);
}

.collection-item {
  padding: 10px 5px;
}

.activity-collection {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bold-text-2 {
  font-family: Oswald, sans-serif;
  color: #0075b8;
  font-size: 24px;
  font-weight: 700;
  text-shadow: none;
}

.container {
  position: static;
  display: block;
  background-color: #242424;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
}

.heading-4 {
  font-family: 'Avenir Next LT DEMI', sans-serif;
  color: #fff;
  text-align: center;
}

.section {
  position: relative;
  z-index: 900;
  margin-top: 10px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, -530px);
  transform: translate3d(0px, 0px, -530px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text-3 {
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 0px;
  text-align: center;
  text-transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide {
  height: 100%;
}

.slide-1 {
  position: relative;
  overflow: auto;
  height: auto;
  background-image: url('../images/dane-deaner-327695-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 100%;
}

.slide-2 {
  background-image: url('../images/despegue2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.heading-5 {
  margin-top: 39px;
  margin-bottom: 32px;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  font-family: Oswald, sans-serif;
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-3 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-4 {
  background-image: url('../images/astronaut.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-5 {
  background-image: url('../images/luna.png');
  background-position: 0px 0px;
  background-size: cover;
}

.img-parallax {
  position: relative;
  width: 100%;
  max-height: none;
  max-width: none;
  float: left;
}

.img-parallax._3 {
  background-image: url('../images/despegue.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-4 {
  height: auto;
}

.heading-6 {
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.heading-6.overlay {
  cursor: pointer;
}

.heading-6.overlay.linknotas {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  font-size: 32px;
}

.heading-8 {
  color: #fff;
  font-size: 32px;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-6 {
  position: relative;
  z-index: 999;
  width: 200px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10%;
  width: 370px;
  -webkit-perspective: 78px;
  perspective: 78px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: scale(1.1) rotate(2deg) perspective(0px);
  transform: scale(1.1) rotate(2deg) perspective(0px);
}

.section-3 {
  position: relative;
  overflow: hidden;
  height: 650px;
  margin-bottom: 10px;
  background-image: url('../images/0012910183.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 120%;
  height: 140%;
  background-image: url('../images/despegue2.jpg');
  background-position: 0px 0px;
  background-size: 100% 140%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-6 {
  position: absolute;
  width: 100%;
  height: 94%;
  background-image: url('../images/despegue2.jpg');
  background-position: 50% 0%;
  background-size: 100% 180%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform: scale3d(1, 1.2, 1);
  transform: scale3d(1, 1.2, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-4 {
  height: 700px;
  margin-bottom: 10px;
  background-image: url('../images/9.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section-5 {
  height: 700px;
  margin-bottom: 10px;
  background-image: url('../images/11.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section-6 {
  overflow: hidden;
  height: 700px;
  margin-bottom: 10px;
  background-image: url('../images/10.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.youtube-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.youtube-3 {
  display: block;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  text-align: center;
}

.bold-text-4 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
}

.bold-text-5 {
  position: static;
  font-family: 'Avenir Next LT HEAVY', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.text-block-4 {
  font-size: 20px;
}

.section-7 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-8 {
  margin-top: 20px;
  border-radius: 5px;
}

.text-block-5 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.link {
  color: #ff8f00;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0px, 0px, 999px);
  transform: translate3d(0px, 0px, 999px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-4 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.container-4.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0px, 0px, 990px);
  transform: translate3d(0px, 0px, 990px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-9 {
  display: block;
  width: 150px;
  margin: 16px auto;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.container-5 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-9 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text-6 {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: none;
}

.html-embed {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed-2 {
  display: block;
  width: 95%;
  height: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-2.lista {
  width: 70%;
  height: 830px;
}

.html-embed-2.evo {
  width: 70%;
  height: 700px;
}

.image-10 {
  width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.section-9 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: center;
}

.slide-3 {
  background-image: url('../images/Galeria-Maradona-1.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slider-2 {
  height: 900px;
}

.slide-4 {
  background-image: url('../images/Galeria-Maradona-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Galeria-Maradona-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Galeria-Maradona-4.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Galeria-Maradona-5.jpg');
  background-position: 50% 26%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Galeria-Maradona-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Galeria-Maradona-7.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Galeria-Maradona-8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Galeria-Maradona-9.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Galeria-Maradona-10.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Galeria-Maradona-11.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Galeria-Maradona-12.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Galeria-Maradona-13.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Galeria-Maradona-14.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Galeria-Maradona-15.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Galeria-Maradona-16.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/Galeria-Maradona-17.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Galeria-Maradona-18.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-11 {
  background-image: url('../images/Galeria-Maradona-19.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/Galeria-Maradona-20.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.image-11 {
  display: block;
  width: 150px;
  margin: 16px auto;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.bold-text-7 {
  color: #fff;
}

.bold-text-8 {
  color: #000;
}

.bold-text-9 {
  color: #000;
}

.container-6 {
  text-align: center;
}

.container-7 {
  text-align: center;
}

.image-12 {
  width: 50px;
  margin-right: 40px;
}

.section-10 {
  margin-top: 20px;
}

.image-13 {
  width: 50px;
}

.section-11 {
  display: block;
  width: 600px;
}

.html-embed-3 {
  width: 1920px;
  height: 450px;
  margin-right: 83px;
  margin-left: 126px;
  padding-top: 0px;
}

.mobile {
  height: 500px;
}

.tablet {
  height: 500px;
}

.tablet1 {
  height: 500px;
}

.tablet-mobile {
  height: 500px;
}

html.w-mod-js *[data-ix="black-triangle"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 620px;
    background-position: 0px 0px, 50% -85%;
    background-size: auto, 112%;
  }
  .navbar {
    height: 50px;
  }
  .search-form {
    display: none;
  }
  .video-container {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .video-container.center {
    margin-top: 330px;
  }
  .hero-heading {
    margin-top: -30px;
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 100px;
  }
  .bold-text {
    font-size: 60px;
  }
  .hero-sub-heading {
    width: 700px;
  }
  .line-divider {
    width: 80%;
  }
  .sub {
    display: block;
    overflow: visible;
    margin-top: -55px;
  }
  .big-hero-text {
    margin-top: -10px;
  }
  .hero-bottom-content {
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .left-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .follow-us {
    display: none;
  }
  .left-box-test {
    left: auto;
    margin-top: 160px;
    margin-left: 0px;
    border-radius: 20px;
    background-color: rgba(82, 82, 82, 0.45);
    -webkit-filter: none;
    filter: none;
  }
  .paragraph-2 {
    position: relative;
    z-index: 50;
    text-align: center;
  }
  .yellow-button {
    left: auto;
    margin-left: 0px;
  }
  .grid {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .bora-bora-trip {
    grid-auto-flow: row;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .featured-trip-text {
    padding-right: 44px;
  }
  .featured-trip-text.keystone-text {
    height: 100%;
    padding-left: 44px;
  }
  .featured-trip-text.keystone-text.textomundial {
    height: 100%;
  }
  .featured-trip-text.keystone-text.textotv {
    height: 100%;
  }
  .featured-trip-text.keystone-text.textoapogeo {
    height: 100%;
  }
  .featured-trip-text.keystone-text.texto78 {
    height: 100%;
  }
  .featured-trip-text.back-black {
    height: 100%;
  }
  .featured-trip-text.back-black.textocuba {
    height: 100%;
  }
  .featured-trip-text.back-black.textoseleccion {
    height: 100%;
  }
  .featured-trip-text.back-black.texto82 {
    height: 100%;
  }
  .featured-trip-text.back-black.textocebollitas {
    height: 100%;
  }
  .featured-trip-heading {
    font-size: 20px;
  }
  .trip-location-heading {
    font-size: 30px;
  }
  .featured-trip-para.bora {
    font-size: 15px;
    line-height: 28px;
  }
  .featured-trip-para.keystone {
    font-size: 15px;
    line-height: 27px;
  }
  .button.nav-button {
    font-size: 18px;
  }
  .right-box {
    display: none;
  }
  .activity-section {
    padding-top: 80px;
  }
  .activity-grid-old---hidden {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .activity-button {
    font-size: 18px;
  }
  .awaits-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .testimonial-grid {
    grid-column-gap: 40px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .subscribe-box {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-div.top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-follow-image {
    width: 40px;
  }
  .nav-logo {
    width: 200px;
  }
  .search-wrapper {
    display: none;
  }
  .div-block-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .image-6 {
    width: 150px;
  }
  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-8 {
    margin-left: 10px;
  }
  .container-5 {
    margin-top: 0px;
  }
  .html-embed {
    width: 95%;
  }
  .html-embed-2 {
    width: 100%;
    height: 470px;
  }
  .html-embed-2.lista {
    width: 100%;
    height: 550px;
  }
  .html-embed-2.evo {
    width: 100%;
    height: 450px;
  }
  .section-9 {
    padding-top: 20px;
  }
  .image-11 {
    padding-left: 20px;
  }
  .tablet1 {
    height: 170px;
  }
  .tablet-mobile {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 600px;
    background-position: 0px 0px, 50% -37%;
  }
  .logo-image {
    width: 100px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .hero-heading {
    font-size: 70px;
    line-height: 75px;
  }
  .bold-text {
    font-size: 48px;
  }
  .hero-sub-heading {
    width: 700px;
  }
  .line-divider {
    width: 60%;
  }
  .sub {
    margin-top: -65px;
  }
  .big-hero-text {
    margin-top: -15px;
  }
  .left-box-test {
    width: auto;
    margin-top: 180px;
    margin-right: 40px;
    margin-left: 40px;
    background-color: rgba(82, 82, 82, 0.7);
  }
  .paragraph-2 {
    font-size: 16px;
  }
  .yellow-button {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .bora-bora-trip {
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 2px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2px auto;
    grid-template-rows: auto auto;
  }
  .featured-trip-image {
    height: 250px;
  }
  .featured-trip-image.despegue-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
  }
  .featured-trip-image.despegue-img.video1 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video3 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video5 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video7 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video9 {
    height: 100%;
  }
  .featured-trip-image.depegue-2 {
    height: 100%;
  }
  .featured-trip-text {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .featured-trip-text.keystone-text {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-trip-text.keystone-text.textomundial {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.keystone-text.textotv {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.keystone-text.textoapogeo {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.keystone-text.texto78 {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.back-black {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.back-black.textocuba {
    height: 100%;
  }
  .featured-trip-text.back-black.textoseleccion {
    height: 100%;
    padding-right: 10px;
  }
  .featured-trip-text.back-black.texto82 {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-text.back-black.textocebollitas {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-para {
    text-align: center;
  }
  .featured-trip-para.bora {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-trip-para.keystone {
    text-align: center;
  }
  .button {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.trip-button.keystone {
    margin-right: auto;
    margin-left: auto;
  }
  .button.nav-button {
    padding-right: 45px;
    background-size: 30px;
    font-size: 15px;
  }
  .keystone-grid {
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }
  .activity-section {
    padding-top: 60px;
  }
  .main-heading {
    font-size: 30px;
  }
  .arrow-heading {
    margin-bottom: 0px;
  }
  .arrow-image {
    width: 60px;
  }
  .paragraph {
    width: auto;
    margin-top: 20px;
  }
  .activity-div.snorkeling {
    height: 400px;
  }
  .activity-button {
    font-size: 22px;
  }
  .awaits-section {
    padding-top: 25px;
  }
  .testimonial-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subscribe-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerheading {
    text-align: center;
  }
  .main-nav-menu {
    border-width: 15px;
  }
  .nav-follow-image {
    width: 35px;
  }
  .nav-logo {
    width: 125px;
  }
  .bold-text-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 38px;
  }
  .image-6 {
    display: none;
    width: 100px;
  }
  .image-7 {
    left: auto;
    top: 240px;
    right: 16%;
    bottom: 0%;
  }
  .section-3 {
    height: 500px;
  }
  .section-4 {
    height: 500px;
  }
  .section-5 {
    height: 500px;
  }
  .section-6 {
    height: 500px;
  }
  .youtube-3 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-4 {
    text-align: center;
  }
  .container-4.nav {
    height: 50px;
  }
  .div-block-8 {
    margin-left: 10px;
  }
  .image-9 {
    width: 110px;
  }
  .container-5 {
    margin-top: 0px;
  }
  .html-embed {
    width: 95%;
  }
  .section-8 {
    line-height: 20%;
  }
  .html-embed-2 {
    height: 350px;
  }
  .html-embed-2.lista {
    height: 410px;
  }
  .html-embed-2.evo {
    height: 350px;
  }
  .image-11 {
    margin-left: 20px;
    padding-left: 0px;
  }
  .bold-text-8 {
    font-size: 38px;
  }
  .tablet {
    height: 150px;
  }
  .tablet1 {
    height: 150px;
  }
  .tablet-mobile {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100%;
    margin-top: 0px;
    padding-top: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), color-stop(75%, #fff)), url('../images/coronavirus_fondo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, #fff 75%), url('../images/coronavirus_fondo.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 112%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .navwrapper {
    text-align: center;
  }
  .logo-image {
    width: 100px;
    text-align: center;
  }
  .video-container.center {
    margin-top: 60px;
  }
  .play-button {
    margin-top: 12px;
  }
  .hero-heading {
    margin-top: -32px;
    font-size: 45px;
    line-height: 50px;
  }
  .bold-text {
    font-size: 36px;
  }
  .hero-sub-heading {
    width: 2000px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .line-divider {
    width: 30%;
  }
  .sub {
    margin-top: -70px;
    margin-bottom: 10px;
  }
  .big-hero-text {
    margin-top: -15px;
  }
  .left-box {
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .left-box-test {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .yellow-button {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    display: block;
  }
  .bora-bora-trip {
    background-color: #fff;
  }
  .bora-bora-trip.back {
    background-color: #fff;
  }
  .featured-trip-image.despegue-img {
    height: 180px;
    background-image: none;
  }
  .featured-trip-image.despegue-img.video1 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video3 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video5 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video7 {
    height: 100%;
  }
  .featured-trip-image.despegue-img.video9 {
    height: 100%;
  }
  .featured-trip-image.depegue-2 {
    height: 100%;
  }
  .featured-trip-image.depegue-2.video2 {
    height: 100%;
  }
  .featured-trip-image.depegue-2.video4 {
    height: 100%;
  }
  .featured-trip-image.depegue-2.video6 {
    height: 100%;
  }
  .featured-trip-image.depegue-2.video8 {
    height: 100%;
  }
  .featured-trip-image.amerizaje {
    background-position: 50% 50%;
  }
  .featured-trip-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .featured-trip-text.keystone-text {
    height: 100%;
    margin-bottom: 0px;
    padding: 40px 0px 0px;
  }
  .featured-trip-text.keystone-text.textomundial {
    height: 100%;
    padding-top: 40px;
  }
  .featured-trip-text.keystone-text.textotv {
    height: 100%;
    padding-top: 40px;
  }
  .featured-trip-text.keystone-text.textoapogeo {
    height: 100%;
    padding-top: 40px;
  }
  .featured-trip-text.keystone-text.texto78 {
    height: 100%;
    padding-top: 40px;
  }
  .featured-trip-text.back-black {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .featured-trip-text.back-black.textocuba {
    height: 100%;
  }
  .featured-trip-text.back-black.textoseleccion {
    height: 100%;
  }
  .featured-trip-text.back-black.texto82 {
    height: 100%;
    padding-top: 40px;
  }
  .featured-trip-text.back-black.textocebollitas {
    height: 100%;
    padding-top: 20px;
  }
  .trip-location-heading.bora {
    font-size: 22px;
    line-height: 30px;
  }
  .trip-location-heading.keystone {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .featured-trip-para.bora {
    font-size: 16px;
  }
  .keystone-grid {
    background-color: #fff;
  }
  .activity-section {
    padding-top: 40px;
  }
  .mywrapper {
    width: 90%;
  }
  .main-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .arrow-image {
    display: none;
    width: 25px;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .paragraph {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .activity-grid-old---hidden {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .view-all-link {
    margin-top: 25px;
    font-size: 20px;
  }
  .video-div.vid1 {
    height: 200px;
  }
  .video-div.vid2 {
    height: 200px;
  }
  .video-div.vid3 {
    height: 200px;
  }
  .video-div.vid4 {
    height: 200px;
  }
  .video-div.vid5 {
    height: 200px;
  }
  .video-div.vid6 {
    height: 200px;
  }
  .footerheading {
    font-size: 25px;
    line-height: 30px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .main-nav-menu {
    border-width: 10px;
  }
  .bold-text-2 {
    font-size: 18px;
  }
  .heading-4 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .bold-text-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 30px;
    line-height: 41px;
  }
  .image-6 {
    display: none;
  }
  .image-7 {
    left: auto;
    top: 280px;
    right: 8%;
    bottom: 0%;
    -webkit-transform: translate(0px, 0px) scale(1.1) rotate(2deg) perspective(0px);
    transform: translate(0px, 0px) scale(1.1) rotate(2deg) perspective(0px);
  }
  .section-3 {
    background-position: 54% 0%;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .div-block-7 {
    height: 40px;
  }
  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-8 {
    margin-top: -10px;
  }
  .image-9 {
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container-5 {
    margin-top: 0px;
  }
  .bold-text-6 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .html-embed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed-2 {
    height: 190px;
  }
  .html-embed-2.lista {
    height: 232px;
  }
  .html-embed-2.evo {
    height: 230px;
  }
  .slider-2 {
    height: 250px;
  }
  .image-11 {
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .bold-text-8 {
    font-size: 30px;
  }
  .bold-text-9 {
    font-size: 30px;
  }
  .mobile {
    height: auto;
  }
  .tablet {
    height: auto;
  }
  .tablet1 {
    height: auto;
  }
  .tablet-mobile {
    height: 80px;
  }
}

@font-face {
  font-family: 'Avenir Next LT';
  src: url('../fonts/AvenirNextLTPro-Regular-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next LT DEMI';
  src: url('../fonts/AvenirNextLTPro-Demi-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next LT DEMI Italic';
  src: url('../fonts/AvenirNextLTPro-DemiIt-copy.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next LT HEAVY';
  src: url('../fonts/AvenirNextLTPro-Heavy-copy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}