.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.image {
  position: static;
  display: block;
  overflow: auto;
  width: 1920px;
  height: 1077px;
  max-height: 0px;
  max-width: 0%;
  min-height: 0px;
  min-width: 0px;
  padding-right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.left-arrow {
  overflow: auto;
  width: 100px;
  height: 100px;
}

.slide {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1404px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  clear: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#332f3a), to(#332f3a));
  background-image: linear-gradient(180deg, #332f3a, #332f3a);
}

.centered-container {
  display: block;
  height: 200px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 200%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 34px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 7px;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  margin-top: 82px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#332f3a), to(#332f3a));
  background-image: linear-gradient(180deg, #332f3a, #332f3a);
  font-family: Montserrat, sans-serif;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#332f3a), to(#332f3a));
  background-image: linear-gradient(180deg, #332f3a, #332f3a);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 50%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #969696;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.slide-2 {
  position: relative;
  overflow: auto;
  width: 1920px;
  height: 1080px;
  clear: none;
  background-image: url('../images/Landingn-Shangai-01.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.container {
  margin-right: 33.5px;
  margin-left: 475.5px;
  color: #fff;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.slide-1 {
  overflow: auto;
  width: 1405px;
  height: 300px;
  background-image: url('../images/un7-Ray-02.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-nav {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide-3 {
  background-image: url('../images/un7-Ray-10.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/un7-Ray-07.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.mask {
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider {
  height: 1000px;
}

.slider-2 {
  height: 950px;
  margin-top: -63px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-5 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border: 0px solid #000;
  border-radius: 0px;
  background-image: url('../images/Landingn-Shangai-01.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  direction: ltr;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide-6 {
  background-image: url('../images/un7-Ray-02.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.slide-7 {
  background-image: url('../images/un7-Ray-07.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand {
  overflow: visible;
  width: auto;
  margin-right: 27px;
  margin-left: -320px;
  padding-right: 162px;
  padding-left: 0px;
  background-image: url('../images/un7films_LOGO-7RED-03.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-bar {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.container-2 {
  padding-right: 0px;
  color: #fff;
  font-size: 12px;
}

.heading {
  position: relative;
  left: auto;
  top: 40%;
  right: -5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 54px auto 19px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.nombres {
  margin-top: 20px;
  margin-bottom: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#332f3a), to(#332f3a));
  background-image: linear-gradient(180deg, #332f3a, #332f3a);
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-height: 40vh;
  margin: 0rem auto;
  padding: 0px 40px;
  -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;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.video {
  position: static;
  background-color: transparent;
  background-image: url('../images/un7-Gn-02.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block {
  border-radius: 1px;
}

.div-block-2 {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 1600px;
  margin-right: 111px;
  margin-left: 111px;
  padding-left: 0px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  grid-template-areas: "Area";
}

.video-2 {
  position: relative;
  left: -236px;
  z-index: auto;
  width: 960px;
  float: none;
}

.gallery__img {
  position: static;
  border: 1px none #000;
  background-image: url('../images/PLAY-786X440.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.gallery__img:hover {
  overflow: visible;
  background-color: #000;
  background-image: url('../images/02-UN7FILM-Still.gif');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.gallery__img:active {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.gallery__img:focus {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery__link {
  position: static;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  text-decoration: none;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.gallery__link:hover {
  border: 1px none #000;
  border-radius: 13px;
  opacity: 1;
}

.gallery__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1404px;
  height: 100%;
  min-width: 200px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.galerry__container {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #252834;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lightbox-link {
  width: 50%;
}

.gallery-section__containe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(17, 17, 17, 0.5);
  background-image: none;
}

.image-2 {
  max-width: none;
  float: none;
}

.navbar__logo__image {
  position: static;
  float: none;
}

.navbar__logo {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1rem 1rem 2rem;
  clear: none;
  -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;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar__menu {
  position: static;
  padding-right: 1.1rem;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navbar__menu__link {
  padding-left: 1rem;
  font-family: Montserrat, sans-serif;
  color: #e6e6e6;
  font-weight: 500;
}

.navbar__menu__link:hover {
  color: #fff;
  font-weight: 600;
}

.navbar__logo__img {
  max-width: 100%;
}

.nav-link-4 {
  font-family: Montserrat, sans-serif;
  color: #cacaca;
}

.container__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  color: transparent;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 230px;
  margin-bottom: 32px;
  padding: 1px 48px 1px 1px;
  opacity: 1;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  -webkit-column-count: 0;
  column-count: 0;
}

.paragraph-2 {
  font-size: 12px;
  text-align: center;
}

.paragraph-3 {
  font-size: 12px;
}

.div-block-5 {
  position: static;
  display: block;
}

.slide-8 {
  background-image: url('../images/LOGOS-CLIENTES-02.gif'), url('../images/CLIENTES-EJEMPLO.gif');
  background-position: 50% 50%, 0px 0px;
  background-size: contain, contain;
  background-repeat: repeat-x, repeat;
}

.heading-3 {
  margin-top: 6px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #cacaca;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
}

.button {
  background-color: transparent;
  background-image: url('../images/iconfinder_social_style_3_vimeo_341112.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block {
  background-image: url('../images/iconfinder_social_style_3_vimeo_341112.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 53%;
  -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;
}

.header {
  width: 90%;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  opacity: 1;
}

.container-4 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.paragraph-4 {
  display: block;
  margin-top: -72px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  margin-top: -448px;
  margin-bottom: 2px;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5));
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #f7f7f7;
  font-size: 18px;
}

.text-block:hover {
  position: relative;
  top: -198px;
  display: block;
  height: 100%;
  min-height: 50%;
  min-width: 500px;
  margin: 130px auto -198px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.96;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  opacity: 0;
}

.div-block-12:hover {
  opacity: 1;
}

.heading-6 {
  position: static;
  top: auto;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  width: 786px;
  height: 440px;
  margin-top: -503px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #e0d3d3;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-6:hover {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -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-image: url('../images/PLAY-786X440.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/PLAY-786X440.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading-6:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.link {
  font-size: 14px;
}

.link-2 {
  font-size: 14px;
}

.link-2:hover {
  color: #cfcdcd;
}

.link-mail {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

.link-mail:hover {
  display: inline-block;
}

.paragraph-5 {
  margin-bottom: 2rem;
  padding: 2px 216px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.heading-7 {
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.slider-4 {
  height: 50vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-13 {
  width: 14vw;
  height: 0vw;
  margin-top: 24px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.cargo {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-shadow: none;
}

.image-3 {
  padding-top: 0px;
}

.column {
  padding-top: 37px;
}

.image-4 {
  width: 100%;
  margin-top: -1002px;
  margin-right: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-5 {
  margin-top: 146px;
  margin-left: 17px;
  padding-left: 0px;
}

.lightbox-link-2 {
  width: 100vw;
}

.column-2 {
  margin-top: 44px;
  padding-top: 0px;
}

.image-6 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-7 {
  height: 50%;
  max-height: 50%;
}

.columns {
  margin-top: 52px;
  padding-top: 0px;
}

.columns-2 {
  margin-top: 38px;
}

.div-block-14 {
  height: 100vw;
}

.heading-8 {
  margin-top: 65px;
  margin-bottom: -17px;
  padding-left: 138px;
  color: #fff;
  font-size: 30px;
}

.heading-9 {
  padding-left: 141px;
  color: #fff;
}

.div-block-15 {
  display: block;
}

.heading-10 {
  font-weight: 300;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.field-label-3 {
  font-weight: 400;
}

.field-label-4 {
  font-weight: 400;
}

.field-label-5 {
  font-weight: 400;
}

.paragraph-6 {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
  text-shadow: none;
}

.paragraph-7 {
  display: block;
  width: 100%;
  margin: 2rem auto 1.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 0rem;
  -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;
  text-align: left;
}

.div-block-17 {
  margin-top: 4.8rem;
  margin-bottom: 0rem;
}

.div-block-18 {
  margin-top: 51px;
  margin-bottom: 1px;
  background-color: transparent;
}

.div-block-19 {
  display: inline-block;
  width: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-21 {
  margin-right: 22.8rem;
  margin-left: 22.8rem;
}

.image-8 {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 1325.0001220703125px;
  max-width: 1650px;
  -webkit-filter: none;
  filter: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-5 {
  height: 100%;
}

.contact-form-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-6 {
  color: #f9f9f9;
}

.footer-2 {
  margin-bottom: 29px;
  padding-top: 21px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(17, 17, 17, 0.5);
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-2 {
  width: 50%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #908e8e;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding-top: 9px;
  padding-bottom: 9px;
  -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;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #e8e8e8;
  font-size: 12px;
  text-align: center;
}

.image-9 {
  max-width: 45%;
}

.div-block-23 {
  height: 30px;
  margin-top: 0px;
  margin-bottom: 14px;
  background-color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
}

.image-10 {
  max-width: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.background-video-2 {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 60vw;
  max-width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-24 {
  position: static;
  display: block;
  width: 100vw;
  height: 99vw;
  max-height: none;
  max-width: 100vw;
}

.image-12 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.background-video-3 {
  position: relative;
  height: 1080px;
}

.div-block-25 {
  margin-top: -93px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-27 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(17, 17, 17, 0.5);
  text-align: center;
}

.heading-13 {
  margin-top: 440px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

.heading-14 {
  margin-top: 9px;
  margin-bottom: 1rem;
  margin-left: 0rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  height: 30px;
  margin: 3px auto 50px;
  padding-top: 0px;
  padding-bottom: 3px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  opacity: 0.65;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block-28 {
  margin-left: 0rem;
  text-decoration: none;
}

.div-block-29 {
  width: 20%;
  margin-top: 1rem;
  margin-left: 1rem;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.heading-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-weight: 400;
  text-align: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(17, 17, 17, 0.5);
}

.lightbox-link-3 {
  height: 50%;
  background-color: transparent;
}

.image-13 {
  overflow: visible;
  -o-object-fit: none;
  object-fit: none;
}

.link-3 {
  display: block;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 80%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/WS-Icon-BN.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.div-block-31 {
  height: 60%;
  padding-bottom: 0px;
  background-image: url('../images/PREMIOS-02.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-14 {
  display: block;
}

.image-15 {
  display: block;
  width: 80%;
  height: 60%;
  max-height: none;
  min-height: 50px;
  text-align: center;
}

.image-16 {
  max-width: 60%;
  margin-left: 300px;
}

.image-17 {
  display: block;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 80%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Fono-Icon-BN.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  text-decoration: none;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 80%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Mail-Icon-BN.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 56px;
  margin-bottom: 27px;
  margin-left: 56px;
  padding-top: 0px;
  padding-bottom: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.premio {
  display: block;
  width: 100px;
  max-width: 50%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-34 {
  margin-top: 27px;
}

.div-block-35 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-5 {
  width: 30%;
  min-height: 80px;
  background-color: transparent;
  background-image: url('../images/iconfinder_Phone_alt_97976.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-6 {
  width: 30%;
  min-height: 80px;
  background-color: transparent;
  background-image: url('../images/iconfinder_2018_social_media_popular_app_logo-whatsapp_3225179.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-7 {
  width: 30%;
  min-height: 80px;
  background-color: transparent;
  background-image: url('../images/iconfinder_mail-icon_456095-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-36 {
  width: 50%;
  margin-bottom: 24px;
  -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;
}

.image-27 {
  margin-top: 1rem;
  text-align: center;
}

.icon-2 {
  border: 2px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  color: #332f3a;
}

.icon-3 {
  color: #332f3a;
}

.image-28 {
  position: relative;
  display: block;
  float: none;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  text-align: center;
}

.button-8 {
  position: static;
  width: 80px;
  max-height: none;
  background-color: transparent;
  background-image: url('../images/WS-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-9 {
  width: 80px;
  background-color: transparent;
  background-image: url('../images/Mail-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.button-10 {
  width: 80px;
  background-color: transparent;
  background-image: url('../images/Fono-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 48px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-11 {
  width: 130px;
  background-color: transparent;
  background-image: url('../images/WS-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.button-12 {
  width: 130px;
  background-color: transparent;
  background-image: url('../images/Mail-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.button-13 {
  width: 130px;
  background-color: transparent;
  background-image: url('../images/Fono-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 40px;
}

.div-block-41 {
  margin-bottom: 30px;
}

.button-15 {
  width: 50px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/VIMEO.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-16 {
  width: 50px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/LINKEDIN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-29 {
  border-style: solid;
  border-width: 1px;
  border-color: #fffefe;
  opacity: 1;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-17 {
  display: block;
  width: 60px;
  background-color: transparent;
  background-image: url('../images/WS-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  text-align: left;
}

.button-18 {
  width: 60px;
  background-color: transparent;
  background-image: url('../images/Mail-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.button-19 {
  width: 60px;
  background-color: transparent;
  background-image: url('../images/Fono-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-45 {
  width: 1200px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-49 {
  height: 400px;
  margin-top: 114px;
  margin-bottom: 0px;
  background-color: #252834;
}

.div-block-50 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-20 {
  background-color: transparent;
}

.div-block-53 {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: rgba(17, 17, 17, 0.5);
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-55 {
  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;
}

.div-block-56 {
  display: block;
  margin-bottom: 88px;
}

.button-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: #cacaca;
  font-size: 20px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 79.2%, 0.79);
  font-weight: 500;
  text-align: center;
}

.heading-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-weight: 500;
}

.div-block-59 {
  padding-top: 39px;
}

.image-33 {
  padding-top: 21px;
  padding-bottom: 0px;
}

.heading-19 {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-20 {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-weight: 300;
  text-align: center;
}

.image-34 {
  text-align: center;
}

.heading-21 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-span {
  color: red;
}

.button-23 {
  width: 50px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/INSTAGRAM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-65 {
  background-image: url('../images/PLAY-786X440.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.lightbox-link-5 {
  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: 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;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block-68 {
  margin-bottom: 1rem;
}

.div-block-69 {
  margin-bottom: 1rem;
}

.div-block-70 {
  color: #cacaca;
}

.div-block-71 {
  color: #cacaca;
}

.div-block-72 {
  margin-left: 0rem;
}

.div-block-73 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-74 {
  position: static;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 380px;
  background-image: url('../images/02-UN7FILM-Still.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-74:hover {
  background-image: url('../images/02-UN7FILM-Still-Play-OK.gif'), url('../images/02-UN7FILM-Still.gif');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-block-75 {
  position: relative;
  background-image: url('../images/02-CMPC-China-Still.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-75:hover {
  background-image: url('../images/PLAY-786X440.png'), url('../images/02-CMPC-China-Still.gif');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-block-76 {
  position: static;
  background-image: url('../images/10-OSTIMAR-Still-01.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-76:hover {
  position: relative;
  background-image: url('../images/PLAY-786X440.png'), url('../images/10-OSTIMAR-Still-01.gif');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.lightbox-link-6 {
  position: static;
}

.lightbox-link-7 {
  position: static;
}

.div-block-77 {
  position: relative;
  background-image: url('../images/02-UN7FILM-Still.gif');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-77:hover {
  position: relative;
  background-image: url('../images/02-UN7FILM-Still-Play-OK.gif');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-78 {
  position: static;
  background-image: url('../images/02-UN7FILM-Still.gif');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-78:hover {
  position: static;
  background-image: url('../images/PLAY-786X440.png'), url('../images/02-UN7FILM-Still.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.button-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  background-image: url('../images/PLAY-786X440.png');
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 50px;
}

.button-24:hover {
  width: 800px;
  height: 500%;
  background-image: url('../images/PLAY-786X440.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-79 {
  position: absolute;
  overflow: visible;
  width: 800px;
  max-height: 600px;
  max-width: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.button-25 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/PLAY-786X440.png');
  background-position: 50% 50%;
  background-size: 393px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-26 {
  position: absolute;
  left: 0px;
  top: 8238.39px;
  right: 805px;
  background-color: transparent;
}

.button-26:hover {
  top: 8030.39px;
  height: 440px;
  background-color: transparent;
  background-image: url('../images/PLAY-786X440.png');
  background-size: 393px;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-27 {
  position: relative;
  bottom: -7512.93px;
  width: 790px;
  height: 440px;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.button-27:hover {
  position: static;
  left: 0px;
  right: auto;
  bottom: -7512.93px;
  width: 800px;
  height: 440px;
  background-color: transparent;
  background-image: url('../images/PLAY-786X440.png');
  background-position: 50% 50%;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-36 {
  text-align: left;
}

.image-36:hover {
  background-image: url('../images/PLAY-786X440.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-80 {
  position: relative;
  background-image: url('../images/02-UN7FILM-Still.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-80:hover {
  position: static;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.lightbox-link-8 {
  position: static;
  background-color: transparent;
}

.lightbox-link-9:hover {
  position: relative;
  background-image: url('../images/02-UN7FILM-Still-Play-OK.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-81 {
  position: absolute;
  height: 440px;
}

.heading-22 {
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button-28 {
  background-color: transparent;
  background-image: url('../images/Linkedin-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-29 {
  width: 60px;
  background-color: transparent;
  background-image: url('../images/Linkedin-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.button-30 {
  width: 60px;
  background-color: transparent;
  background-image: url('../images/Linkedin-Icon-BN.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

@media screen and (min-width: 1920px) {
  .centered-container {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }

  .cards-image {
    height: 100%;
  }

  .navbar {
    position: relative;
  }

  .heading {
    display: block;
    width: 1800px;
  }

  .hero-overlay {
    margin-top: 1.1rem;
    margin-bottom: 1rem;
  }

  .div-block-2 {
    width: 1800px;
    margin-right: 111px;
  }

  .galerry__container {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .heading-6 {
    font-weight: 200;
  }

  .heading-7 {
    margin-top: 2.3rem;
    margin-bottom: 1rem;
    padding-bottom: 0px;
  }

  .slide-9 {
    background-image: url('../images/CLIENTES-EJEMPLO.gif');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
  }

  .background-video-3 {
    overflow: hidden;
    height: 1080px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-25 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-26 {
    padding-bottom: 21px;
  }

  .div-block-27 {
    width: 60%;
  }

  .heading-14 {
    margin-top: 11px;
  }

  .div-block-28 {
    margin-left: 1rem;
  }

  .div-block-30 {
    margin-top: 1.7rem;
    margin-bottom: 0rem;
  }

  .button-2 {
    width: 10%;
  }

  .button-3 {
    width: 10%;
  }

  .div-block-37 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-38 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .button-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .button-22 {
    width: 50px;
    height: 30px;
    background-color: transparent;
    background-image: url('../images/INSTAGRAM.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .button-23 {
    width: 50px;
    height: 30px;
    padding-right: 15px;
    padding-bottom: 9px;
    background-color: transparent;
    background-image: url('../images/INSTAGRAM.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cards-section {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cards-grid-container {
    display: -ms-grid;
    display: grid;
    padding: 24px 41px 11px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    -ms-grid-columns: minmax(200px, 1fr) 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .cards-image {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .contact-form {
    margin-top: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading {
    right: 41%;
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-overlay {
    margin-bottom: 22px;
  }

  .div-block-2 {
    width: 696px;
    margin-right: 35px;
    margin-left: 35px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .gallery__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gallery-section__containe {
    display: inline-block;
  }

  .navbar__logo {
    display: block;
    margin-left: 0px;
  }

  .navbar__menu {
    position: fixed;
    background-color: #332f3a;
    opacity: 0.96;
  }

  .nav-btn__container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon {
    background-color: #333;
    color: #cacaca;
  }

  .nav-btn {
    display: block;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    background-color: #332f3a;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph {
    padding-right: 35px;
    font-size: 15px;
  }

  .slider-3 {
    margin-top: 0px;
  }

  .div-block-6 {
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
  }

  .div-block-7 {
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
  }

  .div-block-9 {
    position: relative;
    left: 321px;
    bottom: -154px;
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-11 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-7 {
    margin-bottom: 0.1rem;
    font-size: 36px;
  }

  .cargo {
    font-size: 17px;
  }

  .paragraph-6 {
    margin: 1.9rem;
  }

  .paragraph-7 {
    display: block;
    margin: 1.2rem auto 2.7rem;
    font-size: 17px;
  }

  .div-block-16 {
    margin-top: 0.6rem;
    margin-bottom: 1.4rem;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    position: relative;
    top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2.1rem;
    margin-bottom: -0.2rem;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    margin-bottom: 1px;
    -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;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-12 {
    font-weight: 500;
  }

  .contact {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .background-video-3 {
    height: 500px;
  }

  .div-block-27 {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 27px;
  }

  .heading-13 {
    margin-top: 255px;
    margin-bottom: 0px;
    font-size: 34px;
  }

  .heading-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
  }

  .heading-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    height: 30px;
    margin-top: 15px;
    margin-left: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-style: solid;
    line-height: 26px;
    text-align: center;
  }

  .div-block-29 {
    border-style: none;
  }

  .heading-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 36px;
    text-align: center;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lightbox-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .button-2 {
    font-size: 14px;
    text-align: center;
  }

  .image-16 {
    margin-left: 145px;
  }

  .button-3 {
    font-size: 14px;
  }

  .button-4 {
    font-size: 14px;
  }

  .div-block-33 {
    height: 200px;
    max-height: 100%;
    margin-right: 45px;
    margin-left: 45px;
    padding-right: 41px;
    padding-left: 41px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .image-18 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-34 {
    margin-bottom: 35px;
  }

  .button-5 {
    width: 20%;
  }

  .button-6 {
    width: 20%;
  }

  .button-7 {
    width: 20%;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-27 {
    width: 100%;
    height: 50px;
    max-width: 100%;
    text-align: center;
  }

  .div-block-38 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-8 {
    background-color: transparent;
    background-image: url('../images/WS-Icon-BN.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .button-9 {
    background-color: transparent;
    background-image: url('../images/Fono-Icon-BN.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .button-10 {
    background-color: transparent;
    background-image: url('../images/Mail-Icon-BN.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-40 {
    margin-bottom: 0px;
  }

  .div-block-44 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-45 {
    width: 200px;
  }

  .div-block-46 {
    width: 130px;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-48 {
    width: 300px;
  }

  .div-block-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-54 {
    margin-top: 51px;
    margin-bottom: 44px;
  }

  .div-block-55 {
    margin-top: 11px;
    margin-bottom: 38px;
  }

  .div-block-56 {
    margin-top: 38px;
    margin-bottom: 20px;
  }

  .button-21 {
    color: #cacaca;
  }

  .heading-17 {
    margin-top: 3px;
    font-size: 36px;
  }

  .heading-18 {
    font-size: 36px;
  }

  .heading-20 {
    font-size: 22px;
  }

  .heading-21 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-63 {
    margin-top: -49px;
  }

  .image-35 {
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .lightbox-link-5 {
    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;
  }

  .div-block-72 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-82 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 7px;
  }

  .heading-22 {
    margin-top: 38px;
    margin-right: 115px;
    margin-left: 115px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cards-section {
    margin-top: 3px;
    padding: 0px 20px 40px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .cards-grid-container {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-bottom: -1px;
    padding-right: 31px;
    padding-left: 31px;
    -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;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cards-image {
    -webkit-filter: none;
    filter: none;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading {
    right: 88%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 102%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-overlay {
    margin: 6rem auto 91px;
    padding: 0px 20px 40px;
  }

  .div-block-2 {
    width: 510px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery__img {
    display: block;
  }

  .gallery__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1px;
  }

  .navbar__menu {
    position: fixed;
    background-color: #332f3a;
    opacity: 0.96;
  }

  .nav-btn__container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 16px;
  }

  .menu-button.w--open {
    background-color: #332f3a;
    color: #333;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-3 {
    margin-top: 0px;
  }

  .div-block-8 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .div-block-9 {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    width: 90%;
    height: auto;
    max-width: 1000px;
    margin-bottom: 0px;
    margin-left: 491px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-6 {
    width: 570px;
    height: 320px;
    margin-top: -320px;
  }

  .heading-7 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 32px;
  }

  .div-block-13 {
    width: 40vw;
  }

  .cargo {
    font-size: 16px;
  }

  .paragraph-7 {
    margin-top: 1.2rem;
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-16 {
    margin-top: 0rem;
    margin-bottom: -0.1rem;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem;
    margin-bottom: 1.8rem;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-18 {
    margin-top: 0.9rem;
    margin-bottom: 0.7rem;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .slide-10 {
    width: 100%;
    height: 100%;
  }

  .div-block-21 {
    margin-top: 0rem;
  }

  .image-8 {
    position: relative;
    width: 100%;
  }

  .contact-form-3 {
    padding: 40px 20px;
  }

  .container-6 {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 30px 31px;
  }

  .footer-2 {
    padding: 40px 20px 0px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-12 {
    font-family: Montserrat, sans-serif;
  }

  .contact {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .div-block-22 {
    margin-bottom: 2rem;
    padding-bottom: 0px;
  }

  .background-video-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 350px;
    max-height: none;
    max-width: 100%;
    margin-bottom: 0rem;
    -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;
  }

  .div-block-25 {
    margin-bottom: 2rem;
  }

  .div-block-26 {
    margin-top: 2rem;
  }

  .div-block-27 {
    margin-top: 14px;
    margin-bottom: 6px;
    border-top: 1px solid #fff;
  }

  .heading-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 142px;
    margin-bottom: 0.1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 28px;
  }

  .heading-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 24px;
    font-weight: 400;
  }

  .heading-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18%;
    height: 30px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: solid;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 13px auto 11px;
    -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;
  }

  .div-block-29 {
    width: 28%;
    border-style: none;
  }

  .heading-16 {
    margin-right: 43px;
    margin-left: 43px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 28px;
    line-height: 42px;
  }

  .lightbox-link-3 {
    height: 40%;
    -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;
  }

  .mask-2 {
    width: 100%;
  }

  .button-2 {
    width: 10%;
    font-size: 14px;
  }

  .image-16 {
    max-width: 80%;
    margin-top: 33px;
    margin-left: 52px;
  }

  .button-3 {
    overflow: visible;
    width: 10%;
    font-size: 14px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-4 {
    width: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
  }

  .div-block-33 {
    width: 90%;
    height: 100px;
    max-height: 100%;
    margin: 8.8rem 31px 3rem;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .premio {
    width: 76px;
  }

  .div-block-34 {
    margin-top: 2.4rem;
    margin-bottom: 3.4rem;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .button-5 {
    width: 22%;
  }

  .button-6 {
    width: 22%;
  }

  .button-7 {
    width: 22%;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 62%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-27 {
    width: 100%;
    height: 40px;
  }

  .div-block-37 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-38 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-40 {
    height: 60px;
  }

  .button-11 {
    width: 120px;
  }

  .button-12 {
    width: 120px;
  }

  .button-13 {
    width: 120px;
  }

  .button-14 {
    font-size: 36px;
  }

  .div-block-43 {
    height: 60px;
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-align: left;
  }

  .button-17 {
    display: block;
    width: 50px;
    height: 45px;
    text-align: left;
  }

  .button-18 {
    width: 50px;
    height: 45px;
  }

  .button-19 {
    width: 50px;
    height: 45px;
  }

  .div-block-44 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-46 {
    width: 130px;
  }

  .div-block-48 {
    width: 100px;
  }

  .div-block-50 {
    width: 200px;
    margin-left: 0.7rem;
  }

  .div-block-54 {
    margin-bottom: -38px;
  }

  .button-21 {
    color: #cacaca;
  }

  .div-block-57 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-17 {
    font-size: 30px;
  }

  .heading-18 {
    font-size: 30px;
  }

  .image-33 {
    max-width: none;
    padding-left: 0px;
  }

  .heading-20 {
    font-size: 18px;
  }

  .heading-21 {
    margin-top: 3px;
    margin-bottom: 104px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-62 {
    margin-right: 0.7rem;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .lightbox-link-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-82 {
    position: fixed;
  }

  .heading-22 {
    margin-top: 36px;
    margin-right: 13px;
    margin-left: 13px;
    font-size: 20px;
    line-height: 26px;
  }

  .button-29 {
    width: 50px;
    height: 45px;
  }

  .button-30 {
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .cards-section {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0px 0px;
    padding: 0px;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image {
    color: #332f3a;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-text {
    color: #d0d0d0;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .navbar {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .slider-2 {
    height: 600px;
  }

  .heading {
    position: relative;
    right: 168%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 278px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .nombres {
    text-transform: uppercase;
  }

  .hero-overlay {
    height: 100%;
    max-height: 100vh;
    margin: 0rem 1rem;
    padding: 0rem 0px 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: transparent;
  }

  .div-block-2 {
    width: 275px;
    margin-right: auto;
    margin-left: auto;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .background-video {
    position: relative;
  }

  .gallery__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gallery__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -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;
  }

  .container-3 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .body {
    padding-top: 0px;
    background-color: #252834;
    color: #221f27;
  }

  .gallery-section__containe {
    padding-top: 0px;
    background-color: rgba(17, 17, 17, 0.5);
    background-image: none;
  }

  .navbar__logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 1rem;
    -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;
  }

  .navbar__menu {
    position: fixed;
    background-color: #332f3a;
    opacity: 0.96;
  }

  .navbar__logo__img {
    padding-bottom: 0px;
  }

  .nav-btn__container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #cacaca;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-right: 10px;
  }

  .menu-button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #332f3a;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -23px;
  }

  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    color: #cacaca;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
  }

  .slider-3 {
    margin-top: 0px;
  }

  .div-block-6 {
    margin: 0rem -21px 2rem;
    padding-left: 0px;
  }

  .div-block-7 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0.9rem 1rem;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-left: 216px;
    -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;
  }

  .heading-6 {
    width: 320px;
    height: 185px;
    margin-top: -181px;
  }

  .paragraph-5 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.1rem;
    margin-bottom: -0.1rem;
    padding-top: 0px;
    float: left;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
  }

  .slider-4 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-13 {
    width: 60vw;
  }

  .cargo {
    margin-top: 7px;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-8 {
    padding-left: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .heading-9 {
    padding-left: 135px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .paragraph-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -27px;
    margin-left: -27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }

  .paragraph-7 {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .div-block-16 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .div-block-17 {
    margin: 1rem 0px 0rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-18 {
    margin-top: 0px;
    margin-bottom: -15px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: transparent;
    text-align: center;
  }

  .div-block-19 {
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    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;
  }

  .contact-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .field-label-6 {
    color: #d4d4d4;
  }

  .paragraph-8 {
    color: #332f3a;
  }

  .heading-11 {
    color: #e8e8e8;
  }

  .field-label-7 {
    color: #fff;
  }

  .field-label-8 {
    color: #fff;
  }

  .field-label-9 {
    color: #fff;
  }

  .field-label-10 {
    color: #fff;
  }

  .container-5 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-20 {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-21 {
    margin-right: 2.9rem;
    margin-bottom: 1rem;
    margin-left: 2.9rem;
  }

  .image-8 {
    position: static;
    max-width: 156%;
    margin-bottom: 0rem;
  }

  .slider-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #332f3a;
  }

  .container-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-2 {
    height: 50%;
    margin-top: -37px;
    margin-bottom: 24px;
    padding: 40px 20px 5px;
    background-color: rgba(17, 17, 17, 0.5);
    color: transparent;
    text-align: center;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image-2 {
    text-align: center;
  }

  .heading-12 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-12 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-13 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .field-label-14 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .field-label-15 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .submit-button {
    font-family: Montserrat, sans-serif;
  }

  .div-block-22 {
    margin-top: 0rem;
    margin-bottom: 6.6rem;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: -96px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .background-video-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    max-height: 100vw;
  }

  .background-video-3 {
    height: 600px;
    margin-top: -64px;
    margin-bottom: 0rem;
  }

  .div-block-25 {
    position: static;
    margin-bottom: 0rem;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    margin-top: 0rem;
    margin-bottom: 24px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.5);
    opacity: 1;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 2px;
    max-height: 2px;
    margin-top: 18px;
    margin-bottom: 39px;
    padding-right: 0px;
    padding-bottom: 0rem;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    text-align: center;
  }

  .heading-13 {
    margin: 93px 1rem 1.3rem;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -33px;
    margin-bottom: -1px;
    margin-left: 0rem;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .heading-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34%;
    height: 34px;
    margin-top: 15px;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: solid;
    font-weight: 200;
    text-align: center;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 51px auto 28px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-29 {
    border-style: none;
  }

  .heading-16 {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #cacaca;
    font-size: 26px;
    line-height: 40px;
  }

  .div-block-30 {
    margin-top: 2.4rem;
    margin-bottom: -37px;
    background-color: rgba(17, 17, 17, 0.5);
  }

  .lightbox-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .button-2 {
    width: 20%;
    font-size: 14px;
  }

  .image-16 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .button-3 {
    font-size: 14px;
  }

  .button-4 {
    font-size: 14px;
  }

  .div-block-33 {
    position: static;
    left: 109px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 86%;
    height: 100px;
    margin: 18px auto 33px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-18 {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: -6px;
  }

  .image-19 {
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
  }

  .image-20 {
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
  }

  .image-21 {
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
  }

  .image-22 {
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
  }

  .image-23 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .image-24 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .image-25 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .image-26 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .premio {
    width: 50px;
    max-width: 20%;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .div-block-34 {
    margin-top: 4px;
    margin-bottom: 53px;
    padding-top: 7px;
    padding-bottom: 0px;
  }

  .div-block-35 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .button-5 {
    width: 18%;
  }

  .button-6 {
    width: 18%;
  }

  .button-7 {
    width: 20%;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-27 {
    width: 100%;
    height: 24px;
    max-width: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-37 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-39 {
    width: 70%;
    height: 100px;
    -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;
  }

  .button-8 {
    width: 60px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-9 {
    width: 60px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-10 {
    width: 60px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-40 {
    width: 100%;
    height: 50px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button-11 {
    width: 80px;
  }

  .button-12 {
    width: 80px;
  }

  .button-13 {
    width: 80px;
  }

  .button-14 {
    margin-bottom: 24px;
    color: hsla(0, 0%, 79.2%, 0.79);
    font-size: 26px;
  }

  .button-15 {
    width: 40px;
    height: 20px;
  }

  .button-16 {
    width: 40px;
    height: 20px;
  }

  .image-29 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .div-block-43 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .div-block-45 {
    width: 50px;
  }

  .div-block-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #252834;
  }

  .div-block-50 {
    overflow: visible;
    max-width: 100px;
    background-color: transparent;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-30 {
    width: 200.00001525878906px;
    margin-top: 23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-52 {
    margin-top: 5px;
  }

  .button-20 {
    background-color: transparent;
  }

  .div-block-53 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 21px;
    background-color: rgba(17, 17, 17, 0.5);
  }

  .div-block-54 {
    margin-top: 28px;
  }

  .lightbox-link-4 {
    width: 200px;
  }

  .div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-bottom: -1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-21 {
    color: hsla(0, 0%, 79.2%, 0.79);
    font-size: 14px;
  }

  .image-31 {
    width: 250px;
  }

  .div-block-57 {
    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;
  }

  .heading-17 {
    margin-top: 0px;
    margin-bottom: 23px;
    color: #cacaca;
    font-size: 30px;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    color: #cacaca;
    font-size: 30px;
    font-weight: 500;
  }

  .image-33 {
    max-width: none;
    margin-right: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 23px;
  }

  .heading-19 {
    margin-top: 0px;
    margin-right: 1rem;
    margin-left: 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .heading-20 {
    font-size: 14px;
    line-height: 25px;
  }

  .heading-21 {
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-60 {
    margin-top: -25px;
    font-size: 16px;
  }

  .button-23 {
    width: 40px;
    height: 20px;
  }

  .div-block-62 {
    width: 100px;
  }

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

  .div-block-82 {
    position: fixed;
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-83 {
    margin-top: 30px;
  }

  .button-29 {
    height: 45px;
  }

  .button-30 {
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd561d89-0c30-f9e0-1c38-e9644bfbae9f-c654222d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bc449c1-2dce-04e7-5f8b-38bdeadf2eed-c654222d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}