.hero-section {
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df3636), color-stop(70%, #c58490));
  background-image: linear-gradient(180deg, #df3636, #c58490 70%);
  -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;
  color: #fff;
}

.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;
}

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

.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;
  text-align: left;
}

.hero-heading {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-right: 0px;
  float: none;
  clear: none;
  font-size: 600%;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  position: relative;
  z-index: 999;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 44px;
  line-height: 40px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}

.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: 60%;
  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-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.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 {
  display: none;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0075b8;
  font-size: 18px;
  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: #fff;
}

.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-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;
}

.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 {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 4px solid #f68e01;
  background-color: #fff;
}

.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: 0px;
  padding-bottom: 10px;
  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;
  padding-top: 40px;
  background-color: #000;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 280px);
  transform: translate3d(0px, 0px, 280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section.pelicula {
  padding-top: 10px;
  -webkit-transform: translate3d(0px, 0px, 280px);
  transform: translate3d(0px, 0px, 280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section.filmeanimado {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section.guionadaptado {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section.fotografia {
  -webkit-transform: translate3d(0px, 0px, 280px);
  transform: translate3d(0px, 0px, 280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section.cortoanimado {
  -webkit-transform: translate3d(0px, 0px, 280px);
  transform: translate3d(0px, 0px, 280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text-3 {
  margin-top: 20px;
  margin-right: 16px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  font-family: Oswald, sans-serif;
  color: #e1a748;
  font-size: 40px;
  line-height: 0px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  -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: 24px;
  margin-bottom: 0px;
  float: none;
  clear: both;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  font-family: Oswald, sans-serif;
  color: #9c3e3e;
  -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 {
  padding-top: 20px;
  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;
}

.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, 999px);
  transform: translate3d(0px, 0px, 999px);
  -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, 280px);
  transform: translate3d(0px, 0px, 280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text-6 {
  font-family: Oswald, sans-serif;
  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: 630px;
  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;
  text-align: left;
}

.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: #daa520;
  font-weight: 200;
}

.image-12 {
  height: 50px;
  max-width: 50%;
  float: left;
}

.heading-10 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 20px;
  font-weight: 700;
}

.text-block-6 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(235, 181, 109, 0.5);
  font-family: 'PT Sans', sans-serif;
  color: rgba(218, 165, 32, 0.9);
  font-size: 20px;
}

.text-block-6.ultimolistado {
  border: 1px none #000;
}

.container-6 {
  margin-bottom: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-10 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-10.spotify {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-7 {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.html-embed-3 {
  margin-top: -85px;
  margin-bottom: 0px;
  float: right;
  clear: none;
}

.container-8 {
  margin-bottom: 20px;
}

.container-9 {
  margin-bottom: 20px;
}

.container-10 {
  margin-bottom: 20px;
}

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

.section-20 {
  text-align: left;
}

.section-21 {
  text-align: left;
}

.section-21.nominados {
  margin-top: 100px;
  text-align: left;
}

.nominados {
  text-align: center;
}

.nominados.musicaoriginal {
  text-align: left;
}

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

.image-14 {
  width: 50px;
}

.container-12 {
  color: rgba(218, 165, 32, 0.9);
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 6px;
  line-height: 10px;
}

.container-13 {
  margin-bottom: 30px;
  padding-top: 0px;
  text-align: center;
}

.image-15 {
  margin-bottom: 0px;
}

.image-15.imagen-larga {
  display: block;
}

.heading-11 {
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 200;
  text-align: left;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.section-22 {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-22.parte3 {
  padding-top: 40px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#80b6b3), to(#867ec2));
  background-image: linear-gradient(180deg, #80b6b3, #867ec2);
  text-align: center;
}

.section-22.parte3.historia3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#867ec2), to(#bd4648));
  background-image: linear-gradient(180deg, #867ec2, #bd4648);
}

.section-22.parte3.historia4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd4648), to(#57b675));
  background-image: linear-gradient(180deg, #bd4648, #57b675);
}

.section-22.parte3.historia5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57b675), to(#ad45aa));
  background-image: linear-gradient(180deg, #57b675, #ad45aa);
}

.section-22.parte3.historia6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad45aa), to(#4caed8));
  background-image: linear-gradient(180deg, #ad45aa, #4caed8);
}

.section-22.parte3.historia7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4caed8), to(#bd7d23));
  background-image: linear-gradient(180deg, #4caed8, #bd7d23);
}

.section-22.parte3.historia8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd7d23), to(#c27e7f));
  background-image: linear-gradient(180deg, #bd7d23, #c27e7f);
}

.section-22.parte4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2b59b), to(#c2b59b));
  background-image: linear-gradient(180deg, #c2b59b, #c2b59b);
}

.section23.marron {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2b59b), to(#c2b59b));
  background-image: linear-gradient(180deg, #c2b59b, #c2b59b);
}

.section23.marron.a-rojo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2b59b), to(#b77272));
  background-image: linear-gradient(180deg, #c2b59b, #b77272);
}

.section23.marron.rojo-a-bordo {
  height: 490px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b77272), to(#7c4857));
  background-image: linear-gradient(180deg, #b77272, #7c4857);
}

.section-24 {
  background-color: #80b6b3;
}

.section-25 {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #998189;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #998189), to(#b5add4));
  background-image: linear-gradient(180deg, #998189 40%, #b5add4);
}

.section-25.violeta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b5add4), to(#b5add4));
  background-image: linear-gradient(180deg, #b5add4, #b5add4);
}

.section-25.violeta.a-negro {
  padding-top: 20px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c27e7f), to(#bb6b70));
  background-image: linear-gradient(180deg, #c27e7f, #bb6b70);
}

.column {
  padding-top: 100px;
  text-align: center;
}

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

.link-block-4 {
  text-align: center;
}

.image-16 {
  max-width: 90%;
  border: 7px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.4);
}

.image-16.foto {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.image-16.vertical {
  max-width: 70%;
}

.paragraph-7 {
  max-width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.paragraph-8 {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.section-26 {
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c58490;
  text-align: center;
}

.container15 {
  text-align: center;
}

.section-27 {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #c58490;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c58490), to(#80b6b3));
  background-image: linear-gradient(180deg, #c58490, #80b6b3);
}

.section-27.historia1 {
  padding-top: 20px;
}

.columns {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  width: 80%;
  margin-top: 10px;
  text-align: left;
}

.link {
  margin-right: 40px;
  padding-right: 0px;
  font-family: 'Avenir Next LT', sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.columns-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns-3 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns-4 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns-5 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.columns-6 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns-7 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.columns-8 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.container-15 {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.container-15.vertical {
  max-width: 40%;
}

.container-15.horizontal {
  max-width: 70%;
  margin-top: 20px;
}

.section-28 {
  padding-top: 40px;
  background-color: #c58490;
  text-align: center;
}

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 {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 250px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df3636), color-stop(91%, #c58490));
    background-image: linear-gradient(180deg, #df3636, #c58490 91%);
  }
  .navbar {
    height: 50px;
  }
  .search-form {
    display: none;
  }
  .body {
    overflow: visible;
  }
  .video-container {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .video-container.center {
    margin-top: 330px;
  }
  .hero-heading {
    margin-top: -150px;
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 40px;
    line-height: 0px;
  }
  .bold-text {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-sub-heading {
    width: 700px;
  }
  .line-divider {
    width: 80%;
  }
  .sub {
    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;
  }
  .created-by-div {
    padding-bottom: 10px;
  }
  .nav-follow-image {
    width: 40px;
  }
  .nav-logo {
    width: 200px;
  }
  .search-wrapper {
    display: none;
  }
  .section.fotografia {
    -webkit-transform: translate3d(0px, 0px, 990px);
    transform: translate3d(0px, 0px, 990px);
  }
  .div-block-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .image-6 {
    width: 150px;
  }
  .container-3 {
    margin-top: 20px;
    padding-top: 0px;
  }
  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-8 {
    margin-left: 10px;
  }
  .html-embed {
    width: 95%;
  }
  .html-embed-2 {
    height: 450px;
  }
  .section-9 {
    padding-top: 20px;
  }
  .image-11 {
    padding-left: 20px;
  }
  .heading-10 {
    font-size: 24px;
    line-height: 18px;
  }
  .container-6 {
    margin-bottom: 20px;
  }
  .container-8 {
    margin-bottom: 20px;
  }
  .container-9 {
    margin-bottom: 20px;
  }
  .container-10 {
    margin-bottom: 20px;
  }
  .section-21.nominados {
    margin-top: 60px;
  }
  .nominados.musicaoriginal {
    text-align: left;
  }
  .paragraph-5 {
    margin-bottom: 0px;
  }
  .container-13 {
    padding-top: 0px;
  }
  .image-15 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .image-15.imagen-larga {
    display: inline-block;
    overflow: visible;
    height: 300px;
    max-width: none;
    margin-right: auto;
    margin-left: -600px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-15.imagen-larga.difundir {
    margin-left: -200px;
  }
  .heading-11 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 28px;
  }
  .section-22.parte3 {
    overflow: visible;
    background-position: 50% 50%, 0px 0px;
  }
  .section-22.parte3.historia2 {
    padding-top: 0px;
  }
  .section-22.parte3.historia3 {
    padding-top: 0px;
  }
  .section-22.parte3.historia4 {
    padding-top: 0px;
  }
  .section-22.parte3.historia5 {
    margin-top: -1px;
    padding-top: 0px;
  }
  .section-22.parte3.historia6 {
    padding-top: 0px;
  }
  .section-22.parte3.historia7 {
    padding-top: 0px;
  }
  .section-22.parte3.historia8 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .section-22.parte4 {
    padding-top: 0px;
  }
  .section23.marron {
    padding-top: 0px;
  }
  .section23.marron.a-rojo {
    padding-bottom: 20px;
  }
  .section-25 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .div-block-10 {
    height: 2px;
  }
  .image-16 {
    border-width: 5px;
  }
  .section-26 {
    position: relative;
    margin-top: 0px;
  }
  .section-27.historia1 {
    padding-top: 10px;
  }
  .columns {
    width: 100%;
    margin-top: 10px;
  }
  .div-block-11 {
    overflow: auto;
    width: 73%;
    height: 35px;
    margin-top: 0px;
    padding-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .columns-2 {
    width: 90%;
  }
  .columns-3 {
    width: 90%;
  }
  .columns-4 {
    width: 90%;
  }
  .columns-5 {
    width: 90%;
  }
  .columns-6 {
    width: 90%;
  }
  .columns-7 {
    width: 90%;
  }
  .columns-8 {
    width: 90%;
  }
  .container-15.vertical {
    max-width: 50%;
  }
  .container-15.horizontal {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    max-height: 90px;
    margin-bottom: 0px;
    padding-top: 270px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df3636), color-stop(60%, #c58490));
    background-image: linear-gradient(180deg, #df3636, #c58490 60%);
  }
  .logo-image {
    width: 100px;
  }
  .body {
    overflow: visible;
  }
  .hero-heading {
    margin-top: -180px;
    padding-right: 0px;
    font-size: 70px;
    line-height: 0px;
  }
  .bold-text {
    position: static;
    font-size: 34px;
    line-height: 36px;
  }
  .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.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;
  }
  .created-by-div {
    padding-bottom: 10px;
  }
  .main-nav-menu {
    border-width: 15px;
  }
  .nav-follow-image {
    width: 35px;
  }
  .nav-logo {
    width: 125px;
  }
  .section.fotografia {
    -webkit-transform: translate3d(0px, 0px, 990px);
    transform: translate3d(0px, 0px, 990px);
  }
  .bold-text-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }
  .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-3 {
    margin-top: 20px;
  }
  .container-4 {
    text-align: center;
  }
  .container-4.nav {
    height: 50px;
    -webkit-transform: translate3d(0px, 0px, 999px);
    transform: translate3d(0px, 0px, 999px);
  }
  .div-block-8 {
    margin-left: 10px;
  }
  .image-9 {
    width: 110px;
  }
  .div-block-9 {
    padding-left: 10px;
  }
  .html-embed {
    width: 95%;
  }
  .section-8 {
    line-height: 20%;
  }
  .html-embed-2 {
    height: 390px;
  }
  .image-11 {
    margin-left: 20px;
    padding-left: 0px;
  }
  .heading-10 {
    width: 42%;
    font-size: 26px;
    line-height: 25px;
  }
  .text-block-6 {
    width: 40%;
    font-size: 16px;
  }
  .container-6 {
    margin-top: -20px;
    -webkit-transform: translate3d(0px, 0px, 2px);
    transform: translate3d(0px, 0px, 2px);
  }
  .section-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-10.spotify {
    margin-top: 0px;
  }
  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-14 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-16 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-18 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-19 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-21.nominados {
    margin-top: 20px;
  }
  .paragraph-5 {
    margin-bottom: 0px;
  }
  .container-13 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-15 {
    width: 370px;
  }
  .image-15.imagen-larga {
    width: auto;
    height: 260px;
    max-width: none;
    margin-left: -570px;
    padding-left: 0px;
  }
  .image-15.imagen-larga.difundir {
    margin-left: -224px;
  }
  .image-15.celulas-muertas {
    width: 560px;
  }
  .image-15.vacuna {
    width: 540px;
  }
  .image-15.nucleo {
    width: 490px;
  }
  .paragraph-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-22.parte3.historia2 {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80b6b3), to(#867ec2)), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, #80b6b3, #867ec2), linear-gradient(180deg, null, null);
  }
  .section-22.parte3.historia3 {
    padding-top: 0px;
  }
  .section-22.parte3.historia4 {
    padding-top: 0px;
  }
  .section-22.parte3.historia5 {
    padding-top: 0px;
  }
  .section-22.parte3.historia6 {
    padding-top: 0px;
  }
  .section-22.parte3.historia7 {
    padding-top: 0px;
  }
  .section-22.parte3.historia8 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .section23.marron.rojo-a-bordo {
    height: 295px;
    background-size: 1150px, auto;
  }
  .column {
    position: static;
    padding-top: 0px;
  }
  .section-26 {
    position: relative;
    z-index: 0;
    margin-top: -50px;
  }
  .container15 {
    padding-top: 30px;
    text-align: center;
  }
  .column-2 {
    position: static;
  }
  .column-3 {
    position: static;
  }
  .column-4 {
    position: static;
  }
  .column-5 {
    position: static;
  }
  .column-6 {
    position: static;
  }
  .column-7 {
    position: static;
  }
  .column-8 {
    position: static;
  }
  .column-9 {
    position: static;
  }
  .columns {
    margin-top: 0px;
  }
  .div-block-11 {
    width: 59%;
  }
  .container-15.vertical {
    max-width: 95%;
  }
  .container-15.horizontal {
    max-width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100%;
    max-height: 220px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df3636), color-stop(55%, #c58490));
    background-image: linear-gradient(180deg, #df3636, #c58490 55%);
  }
  .navwrapper {
    text-align: center;
  }
  .logo-image {
    width: 100px;
    text-align: center;
  }
  .body {
    overflow: visible;
  }
  .video-container.center {
    margin-top: 60px;
  }
  .play-button {
    margin-top: 12px;
  }
  .hero-heading {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 45px;
    line-height: 0px;
    text-align: left;
  }
  .bold-text {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .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: -40px;
  }
  .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-top: 0px;
    margin-bottom: 10px;
    line-height: 0px;
  }
  .section {
    -webkit-transform: translate3d(0px, 0px, 280px);
    transform: translate3d(0px, 0px, 280px);
  }
  .section.pelicula {
    -webkit-transform: translate3d(0px, 0px, 280px);
    transform: translate3d(0px, 0px, 280px);
  }
  .section.filmeanimado {
    -webkit-transform: translate3d(0px, 0px, 280px);
    transform: translate3d(0px, 0px, 280px);
  }
  .section.guionadaptado {
    -webkit-transform: translate3d(0px, 0px, 280px);
    transform: translate3d(0px, 0px, 280px);
  }
  .section.fotografia {
    -webkit-transform: translate3d(0px, 0px, 280px);
    transform: translate3d(0px, 0px, 280px);
  }
  .bold-text-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }
  .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%;
  }
  .container-3 {
    margin-top: 20px;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .div-block-7 {
    height: 40px;
    -webkit-transform: translate3d(0px, 0px, 995px);
    transform: translate3d(0px, 0px, 995px);
  }
  .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;
  }
  .container-4.nav {
    -webkit-transform: translate3d(0px, 0px, 300px);
    transform: translate3d(0px, 0px, 300px);
  }
  .div-block-8 {
    margin-top: -10px;
  }
  .image-9 {
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-9 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .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 {
    width: 91%;
    height: 320px;
  }
  .slider-2 {
    height: 250px;
  }
  .image-11 {
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .image-12 {
    height: 40px;
  }
  .heading-10 {
    width: auto;
    margin-top: 10px;
    font-size: 24px;
    line-height: 24px;
  }
  .text-block-6 {
    width: 100%;
  }
  .container-6 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-10 {
    margin-top: 10px;
    -webkit-transform: translate3d(0px, 0px, 290px);
    transform: translate3d(0px, 0px, 290px);
  }
  .section-10.spotify {
    padding-top: 10px;
    -webkit-transform: translate3d(0px, 0px, 290px);
    transform: translate3d(0px, 0px, 290px);
    color: #dd2d2d;
  }
  .html-embed-3 {
    width: 100%;
    margin-top: -6px;
    float: right;
    text-align: left;
  }
  .nominados {
    text-align: left;
  }
  .container-11 {
    line-height: 0px;
  }
  .paragraph-5 {
    margin-bottom: 0px;
  }
  .container-13 {
    margin-top: -20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-15 {
    width: 290px;
  }
  .image-15.imagen-larga {
    height: 200px;
    margin-left: -508px;
  }
  .image-15.imagen-larga.difundir {
    margin-left: -232px;
  }
  .heading-11 {
    font-size: 24px;
    line-height: 32px;
  }
  .paragraph-6 {
    max-width: 100%;
    text-align: left;
  }
  .section-22 {
    padding-top: 20px;
  }
  .section-22.parte3 {
    padding-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c58490), to(#80b6b3)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, #c58490, #80b6b3), linear-gradient(180deg, transparent, transparent);
  }
  .section-22.parte3.historia2 {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80b6b3), to(#867ec2)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, #80b6b3, #867ec2), linear-gradient(180deg, transparent, transparent);
  }
  .section-22.parte3.historia3 {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#867ec2), to(#bd4648));
    background-image: linear-gradient(180deg, #867ec2, #bd4648);
  }
  .section-22.parte3.historia4 {
    padding-top: 0px;
  }
  .section-22.parte3.historia5 {
    padding-top: 0px;
  }
  .section-22.parte3.historia6 {
    padding-top: 0px;
  }
  .section-22.parte3.historia7 {
    padding-top: 0px;
  }
  .section-22.parte3.historia8 {
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .section23.marron {
    padding-bottom: 40px;
  }
  .section23.marron.rojo-a-bordo {
    background-position: 51% 50%, 0px 0px;
  }
  .column {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-8 {
    max-width: 90%;
    text-align: left;
  }
  .section-26 {
    position: static;
    margin-top: 0px;
    padding-top: 10px;
  }
  .container15 {
    padding-top: 20px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns {
    margin-top: 0px;
  }
  .div-block-11 {
    width: 45%;
    padding-top: 7px;
  }
  .container-15.horizontal {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@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;
}