@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaBold.ttf') format("truetype"), url('../fonts/FuturaExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaBook.ttf') format("truetype"), url('../fonts/FuturaDemi.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaHeavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 989;
  color: #fff;
  background-color: #072f4b;
  width: 100%;
  position: static;
  top: 0;
}

.container_navbar {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logoht {
  height: 26px;
  margin-top: 5px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-link:hover {
  color: #b68845;
}

.nav-link.w--current {
  color: #efa758;
}

.nav_link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav_link:hover {
  color: #b68845;
}

.nav_link.w--current {
  color: #efa758;
}

.nav_link.lang {
  border-left: 1px solid #ffffff2e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.hero {
  background-color: #f4e6d9;
  background-image: url('../images/silueta-arriba.png'), url('../images/header-atpm-march.jpg');
  background-position: -32px -104px, 100% 54%;
  background-repeat: no-repeat, no-repeat;
  background-size: 230px, 700px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container_header {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  height: auto;
  display: flex;
}

.heading {
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 54px;
}

.all_inclusive {
  color: #a58765;
  letter-spacing: 3px;
  padding-bottom: 10px;
  font-family: Futura PT, Arial, sans-serif;
  font-size: 27.5px;
  font-weight: 500;
}

.all_inclusive.esp {
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.all_inclusive.olcp {
  color: #f2e1d1;
}

._5starresort {
  color: #a58765;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

._5starresort.esp {
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-weight: 600;
}

._5starresort.olcp {
  color: #f2e1d1;
}

.book-button {
  letter-spacing: 2px;
  background-color: #c7893e;
  font-family: Futura PT, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 2px 2px 6px #00000080;
}

.book-button.botttom {
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.flecha {
  color: #dbccc3;
}

.cn-mx {
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cn-mx.olcp {
  color: #f2e1d1;
}

.nichos {
  background-color: #f4e6d9;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading-2 {
  margin-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

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

.div-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.desciption-text {
  font-family: futura-pt, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.desciption-text.center {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  line-height: 33px;
}

.desciption-text.center.olcp {
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.container-carrousel {
  width: 80%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container-carrousel.benefits {
  justify-content: space-around;
  display: flex;
}

.icon-niche {
  width: 25px;
}

.heading-card {
  color: #fff;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.heading-card.small {
  font-size: 23px;
}

.paragraph-card {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.offer {
  background-color: #f4e6d9;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text_benefits {
  margin-top: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text_benefits.small {
  font-size: 18px;
}

.icon_benfits {
  width: 80px;
  margin-top: 20px;
}

.div_icon_benefits {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.porcent {
  width: 80%;
  margin-bottom: 10px;
}

.porcent.esp {
  width: 70%;
}

.div_porcent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.pipe {
  background-color: #7a6f66;
  width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.t-c-text {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.usps, .awards {
  background-color: #f4e6d9;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.awards-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 40px;
  padding-right: 40px;
  display: flex;
}

.award-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.award-block {
  object-fit: contain;
  flex: 0 40%;
  max-width: 130px;
  height: 130px;
  display: block;
}

.award-logo {
  height: 95%;
}

.social {
  margin-top: 19px;
  margin-bottom: 19px;
}

.fb {
  color: #191d24;
  background-image: url('../images/FB-ico.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-self: center;
  margin-right: 0;
  padding-left: 25px;
  font-size: 13px;
}

.ig {
  color: #191d24;
  background-image: url('../images/IG-ico.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  align-self: center;
  margin-right: 40px;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 300;
}

.footersection {
  background-image: linear-gradient(#072f4b, #072f4b);
  padding: 40px;
  font-size: 12px;
}

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

.footer {
  font-size: 12px;
}

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

.rrss {
  color: #9e9e9e;
  width: 40px;
  margin-left: 20px;
  margin-right: 20px;
  transition: color .35s;
  display: inline-block;
}

.rrss.fb {
  background-image: none;
  padding-left: 0;
  font-size: 12px;
}

.rrss.fb:hover {
  color: #3b5998;
}

.rrss.ig {
  background-image: none;
  padding-left: 0;
}

.rrss.ig:hover {
  color: #cd486b;
}

.btt-arrow {
  color: #231f20;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  transform: rotate(-90deg);
}

.centered-h2 {
  color: #231f20;
  text-align: center;
  width: 80%;
  margin: 10px auto 5px;
  font-family: futura-pt, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.btt-button {
  z-index: 1000;
  color: #7a6e66;
  letter-spacing: 3px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.btt-button.atpm {
  color: #231f20;
  margin-top: 20px;
  text-decoration: none;
}

.blacklink {
  color: #231f20;
  text-decoration: none;
}

.bulletpoint {
  color: #231f20;
  text-align: left;
  margin-bottom: 13px;
}

.icon-4 {
  font-size: 20px;
  line-height: 20px;
}

.usps-slide-img-1 {
  background-image: url('../images/c2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-fotos {
  flex: 1;
  min-height: 50vh;
  display: block;
}

.usps-slide-img-3 {
  background-image: url('../images/c4.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-slide-img-5 {
  background-image: url('../images/c3.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-slide-img-4 {
  background-image: url('../images/c5.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-slide-img-2 {
  background-image: url('../images/c1.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.left-arrow {
  font-size: 25px;
  line-height: 25px;
}

.usps-text {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-corner-tr {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.style-corner-tr.mobile {
  border-top-color: #000;
  border-right-color: #000;
}

.style-corner-br {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-usps {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-text-usps {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.paragraph-usps {
  text-align: left;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
}

.paragraph-usps.nopad {
  margin-bottom: 0;
}

.icon_usps {
  height: 30px;
  margin-right: 10px;
}

.icon_usps.small {
  height: 25px;
}

.icon_usps.pad {
  margin-right: 15px;
}

.div-usps-line {
  margin-bottom: 5px;
  display: flex;
}

.bold-text {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span-3 {
  font-size: 20px;
}

.div_benefits {
  text-align: center;
  width: 220px;
}

.container-header-info {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slider {
  background-color: #ddd0;
  align-items: stretch;
  height: auto;
}

.div-cards {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.card {
  width: 331.2px;
  position: relative;
}

.card-inner {
  background-image: linear-gradient(#0000004f, #fff0);
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.slide-hide {
  display: none;
}

.div_closing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.container-benefits {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 60%;
  display: flex;
}

.slider-tablet {
  display: none;
}

.div-cards-tab {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.slider-mobile {
  display: none;
}

.paragraph {
  margin-top: 10px;
  font-size: 13px;
}

.t-conditions {
  color: #000;
  text-align: center;
  background-color: #dbcab7;
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div_tittle_t-c {
  width: 80%;
  margin: 60px auto 0;
  padding-left: 40px;
}

.t-c-tit {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 18.5px;
  font-weight: 500;
}

.div_t-c {
  color: #000;
  letter-spacing: .5px;
  width: 80%;
  height: auto;
  margin: 20px auto 40px;
  font-size: 13px;
  transition: height .6s;
  display: block;
  overflow: hidden;
}

.call {
  color: #fff;
  text-decoration: none;
}

.code-embed, .code-embed-2 {
  color: #fff;
}

.hero_copy {
  background-color: #7a6e66;
  background-image: url('../images/polaroid-tropical-bliss-eng.webp'), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
  background-position: 81%, 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 350px, 700px, auto;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hero_copy.esp {
  background-image: url('../images/polaroid-tropical-bliss-esp.webp'), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
}

.hero_copy.slide-hide {
  display: block;
}

.tagline-olcp {
  width: 300px;
  margin-bottom: 20px;
}

.tagline-olcp.large {
  width: 340px;
}

.tagline-olcp.short {
  width: 265px;
}

.button {
  letter-spacing: 2px;
  background-color: #1a1a1a;
  border-radius: 16px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
  box-shadow: 0 2px 6px 1px #00000061;
}

.button.bottom {
  margin-top: 20px;
}

.nichos_olcp {
  background-color: #efedeb;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading2-olcp {
  color: #5a514b;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.desciption-text-olcp {
  color: #5a514b;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.heading-card-olcp {
  color: #fff;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-card-olcp {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.offer-olcp {
  background-color: #efedeb;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text_benefits-olcp {
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-olcp {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.t-c-text-olcp {
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.usps-olcp {
  background-color: #efedeb;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-usps-olcp {
  text-align: left;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-usps-olcp.nopad {
  margin-bottom: 0;
}

.awards-olcp {
  background-color: #efedeb;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.centered-olcp {
  color: #5a514b;
  text-align: center;
  width: 80%;
  margin: 10px auto 5px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.t-c {
  color: #000;
  text-align: center;
  background-color: #dbcab7;
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.t-c-olcp {
  color: #000;
  text-align: center;
  background-color: #dad8d6;
  background-image: url('../images/splash.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.t-c-tit-olcp {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.usps-img-1 {
  background-image: url('../images/C2_1.jpg');
  background-position: 47%;
  background-repeat: no-repeat;
  background-size: cover;
}

.usps-img-2 {
  background-image: url('../images/C3_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.usps-img-3 {
  background-image: url('../images/C5_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.usps-img-4 {
  background-image: url('../images/C4_1.jpg');
  background-position: 58%;
  background-size: cover;
}

.usps-img-5 {
  background-image: url('../images/C1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-tablet-olcp, .slider-mobile-olcp {
  display: none;
}

.container_header-olcp {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  height: auto;
  display: flex;
}

.container-header-info-olcp {
  margin-top: 60px;
  margin-bottom: 60px;
}

.intro {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: none;
}

.sup {
  font-size: 51px;
}

.link-block {
  color: #fff;
}

.section {
  background-color: #a58766;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.bold {
  font-size: 38px;
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.hero-copy {
  background-color: #f4e6d9;
  background-image: url('../images/silueta-arriba.png'), url('../images/header-atpm-jun.png');
  background-position: -32px -104px, 100% 54%;
  background-repeat: no-repeat, no-repeat;
  background-size: 230px, 700px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.text-block {
  width: 350px;
  margin-bottom: 45px;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.section_olcp {
  background-color: #73a8b6;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-span-6 {
  font-size: 36px;
  font-weight: 500;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
}

.text-block_olcp {
  color: #fff;
  width: 350px;
  margin-bottom: 45px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.text-span-7 {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .book-button {
    font-size: 22px;
  }

  .cn-mx {
    font-size: 21px;
  }

  .bulletpoint {
    color: #231f20;
  }

  .div-cards, .div-cards-tab {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }

  .nav-menu {
    background-color: #072f4b;
  }

  .nav-link, .nav_link {
    text-align: right;
  }

  .nav_link.lang {
    border-left-style: none;
  }

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

  .hero {
    background-image: url('../images/img-circle-mob.png'), url('../images/plant-blur.png'), linear-gradient(90deg, #00000075, #fff0), url('../images/silueta-arriba.png'), url('../images/mobile-horizontal.jpg');
    background-position: 109% 100%, 100% 0, 0 0, 0 0, 4%;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat;
    background-size: 310px, 250px, auto, 230px, 800px;
  }

  .heading {
    color: #fff;
    font-weight: 500;
    line-height: 51px;
  }

  .heading.esp {
    font-size: 47px;
    line-height: 49px;
  }

  .all_inclusive, .all_inclusive.olcp, ._5starresort, ._5starresort.olcp {
    color: #fff;
  }

  .book-button {
    font-size: 21px;
  }

  .cn-mx, .cn-mx.olcp {
    color: #fff;
  }

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

  .desciption-text {
    line-height: 24px;
  }

  .desciption-text.center {
    font-size: 23px;
    line-height: 27px;
  }

  .desciption-text.center.olcp {
    font-size: 22px;
  }

  .container-carrousel.benefits {
    text-align: center;
    flex-flow: column;
  }

  .paragraph-card.hide {
    display: none;
  }

  .text_benefits {
    font-size: 18px;
  }

  .icon_benfits {
    width: 80px;
  }

  .porcent {
    width: 70%;
  }

  .porcent.esp {
    width: 60%;
  }

  .div_porcent {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 10px;
  }

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

  .award-block {
    max-width: 90px;
    height: 90px;
  }

  .fb {
    width: 100%;
  }

  .ig {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .rrss.fb {
    width: 5%;
  }

  .rrss.ig {
    width: 5%;
    display: inline-block;
  }

  .usps-slide-img-1 {
    background-position: 100%;
  }

  .usps-fotos {
    min-height: auto;
  }

  .usps-slide-img-3, .usps-slide-img-5, .usps-slide-img-4, .usps-slide-img-2 {
    background-position: 100%;
  }

  .usps-slider {
    height: 40vh;
  }

  .usps-text {
    min-height: auto;
    padding: 40px 0 20px;
  }

  .style-corner-tr.mobile {
    border-style: none none solid solid;
    border-bottom-width: 2px;
    border-bottom-color: #000;
    border-left-width: 2px;
    border-left-color: #000;
    inset: auto auto 0% 0%;
  }

  .div-usps {
    flex-flow: column;
  }

  .slider, .div-cards {
    display: none;
  }

  .container-benefits {
    width: auto;
    margin-top: 20px;
  }

  .slider-tablet {
    background-color: #ddd0;
    height: auto;
    display: block;
  }

  .slider-mobile {
    display: none;
  }

  .hero_copy {
    background-image: url('../images/polaroid-tropical-bliss-eng.webp'), linear-gradient(84deg, #0000009c 8%, #fff0), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
    background-position: 87%, 0 0, 50% 100%, 0 100%;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
    background-size: 280px, auto, cover, auto;
  }

  .hero_copy.esp {
    background-image: url('../images/polaroid-tropical-bliss-esp.webp'), linear-gradient(84deg, #0009, #fff0), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
    background-position: 87%, 0 0, 112%, 50% 100%;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
    background-size: 280px, auto, 700px, cover;
  }

  .tagline-olcp {
    width: 250px;
  }

  .tagline-olcp.large {
    width: 300px;
  }

  .heading2-olcp {
    font-size: 34px;
  }

  .desciption-text-olcp {
    font-size: 20px;
    line-height: 24px;
  }

  .text_benefits-olcp {
    font-size: 17px;
  }

  .centered-olcp {
    font-size: 34px;
  }

  .usps-img-1 {
    background-position: 100%;
  }

  .slider-tablet-olcp {
    background-color: #ddd0;
    height: auto;
    display: block;
  }

  .slider-mobile-olcp {
    display: none;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bold {
    font-size: 29px;
  }

  .hero-copy {
    background-image: url('../images/img-circle-may.png'), url('../images/plant-blur.png'), linear-gradient(90deg, #00000075, #fff0), url('../images/silueta-arriba.png'), url('../images/mobile-may-100.jpg');
    background-position: 109% 100%, 100% 0, 0 0, 0 0, 4%;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat;
    background-size: 310px, 250px, auto, 230px, 800px;
  }

  .text-block {
    color: #fff;
  }

  .section_olcp {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-span-6 {
    font-size: 29px;
  }

  .text-block_olcp {
    color: #fff;
    width: 290px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
  }

  .container_navbar {
    padding-left: 10px;
  }

  .nav-link, .nav_link {
    border-left: 1px #0000;
  }

  .hero {
    background-image: url('../images/img-circle-mob.png'), linear-gradient(80deg, #000000c2, #fff0), url('../images/plant-blur.png'), url('../images/silueta-arriba.png'), url('../images/mobile-horizontal.jpg');
    background-position: 115% 100%, 0 0, 100% 0, 0 -86px, 11%;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    background-size: 272px, auto, 200px, 230px, cover;
  }

  .heading {
    font-size: 49px;
  }

  .heading.esp {
    font-size: 43px;
  }

  .all_inclusive.olcp {
    font-size: 23px;
  }

  ._5starresort.olcp {
    font-size: 18px;
  }

  .nichos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .div-block {
    padding-bottom: 40px;
  }

  .desciption-text.center {
    font-size: 23px;
    line-height: 25px;
  }

  .offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon_benfits {
    width: 75px;
  }

  .porcent {
    width: 80%;
  }

  .usps, .awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards-container {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .award-block {
    height: 65px;
  }

  .award-logo {
    height: 100%;
  }

  .centered-h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .btt-button {
    margin-bottom: 0;
  }

  .usps-text {
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px 20px;
  }

  .style-corner-tr {
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    width: 20px;
    height: 20px;
  }

  .style-corner-tr.mobile {
    border-style: none none solid solid;
    border-bottom-width: 1.5px;
    border-bottom-color: #7a6e66;
    border-left-width: 1.5px;
    border-left-color: #7a6e66;
    inset: auto auto 0% 0%;
  }

  .style-corner-br {
    border-bottom-width: 1.5px;
    border-right-width: 1.5px;
    width: 20px;
    height: 20px;
  }

  .card-inner {
    padding: 20px;
  }

  .slider-mobile {
    display: none;
  }

  .t-conditions {
    padding: 20px;
  }

  .div_tittle_t-c {
    padding-left: 20px;
  }

  .div_t-c {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .hero_copy {
    background-position: 94%, 0 0, 100%, 0 100%;
    background-size: 250px, auto, 700px, auto;
  }

  .hero_copy.esp {
    background-position: 95%, 0 0, 94%, 50% 100%;
    background-size: 230px, auto, cover, cover;
  }

  .tagline-olcp {
    width: 200px;
  }

  .tagline-olcp.large {
    width: 203px;
  }

  .tagline-olcp.short {
    width: 210px;
  }

  .nichos_olcp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading2-olcp {
    font-size: 30px;
  }

  .desciption-text-olcp {
    font-size: 18px;
  }

  .offer-olcp, .usps-olcp, .awards-olcp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-olcp {
    font-size: 31px;
    line-height: 42px;
  }

  .t-c, .t-c-olcp {
    padding: 20px;
  }

  .slider-mobile-olcp {
    display: none;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-copy {
    background-image: url('../images/img-circle-may.png'), linear-gradient(80deg, #000000c2, #fff0), url('../images/plant-blur.png'), url('../images/silueta-arriba.png'), url('../images/mobile-may-100.jpg');
    background-position: 115% 100%, 0 0, 100% 0, 0 -86px, 25%;
    background-repeat: no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    background-size: 272px, auto, 200px, 230px, cover;
  }

  .section_olcp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block_olcp {
    width: 180px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container_navbar {
    height: 40px;
  }

  .nav-link, .nav_link {
    background-color: #0003;
  }

  .menu-button {
    background-color: #0000;
  }

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

  .hero {
    background-image: linear-gradient(84deg, #00000094, #fff0), url('../images/plant-blur.png'), url('../images/silueta-arriba.png'), url('../images/mobile-horizontal.jpg');
    background-position: 0 0, 100% 0, 0 0, 61%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 200px, 230px, cover;
    width: 100%;
  }

  .hero.slide-hide {
    background-image: linear-gradient(84deg, #00000094, #fff0), url('../images/plant-blur.png'), url('../images/silueta-arriba.png'), url('../images/mobile-atpm-march.jpg');
    background-position: 0 0, 100% 0, 0 0, 100%;
  }

  .heading {
    margin-bottom: 80px;
    font-size: 38px;
    line-height: 40px;
  }

  .heading.esp {
    font-size: 34px;
    line-height: 41px;
  }

  .all_inclusive {
    font-size: 22px;
  }

  .all_inclusive.esp {
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 24px;
  }

  .all_inclusive.olcp.esp {
    margin-bottom: 20px;
  }

  ._5starresort {
    font-size: 17px;
  }

  ._5starresort.olcp {
    margin-bottom: 20px;
  }

  ._5starresort.olcp.esp {
    margin-bottom: 10px;
  }

  .book-button {
    font-size: 20px;
  }

  .cn-mx {
    letter-spacing: 3px;
    margin-bottom: 35px;
    font-size: 16.5px;
  }

  .cn-mx.olcp {
    margin-bottom: 20px;
  }

  .nichos {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .desciption-text {
    font-size: 19px;
  }

  .desciption-text.center {
    font-size: 22px;
    line-height: 24px;
  }

  .desciption-text.center.olcp {
    font-size: 17px;
    line-height: 22px;
  }

  .heading-card {
    margin-bottom: 5px;
  }

  .paragraph-card {
    font-size: 15px;
    line-height: 19px;
  }

  .offer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text_benefits {
    font-size: 18px;
  }

  .icon_benfits {
    width: 70px;
  }

  .porcent {
    width: 100%;
  }

  .porcent.esp {
    width: 80%;
  }

  .t-c-text {
    margin-bottom: 25px;
  }

  .usps {
    width: 100%;
    padding-bottom: 40px;
  }

  .awards {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .award-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .award-block {
    height: auto;
  }

  .award-logo {
    width: 100%;
  }

  .fb, .ig {
    width: auto;
  }

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

  .footer {
    color: #fff;
  }

  .link {
    text-decoration: none;
  }

  .rrss.fb, .rrss.ig {
    width: 10%;
  }

  .centered-h2 {
    font-size: 33px;
    line-height: 36px;
  }

  .right-arrow {
    width: 60px;
  }

  .usps-slide-img-1 {
    background-position: 100% 0, 100% 0;
  }

  .usps-fotos {
    min-height: auto;
  }

  .usps-slide-img-3, .usps-slide-img-2 {
    background-position: 100% 0;
  }

  .usps-slider {
    height: 60vh;
  }

  .left-arrow {
    width: 60px;
  }

  .usps-text {
    flex-direction: column;
    padding: 30px 0 20px;
  }

  .style-corner-tr.mobile {
    border-bottom-color: #000;
    border-left-color: #000;
  }

  .container-text-usps {
    width: 100%;
    margin-left: 0;
  }

  .paragraph-usps {
    font-size: 16px;
  }

  .icon_usps {
    height: 28px;
  }

  .bold-text {
    font-size: 17px;
  }

  .div_benefits {
    width: auto;
  }

  .container-header-info {
    margin-top: 20px;
  }

  .brand {
    margin-top: 10px;
  }

  .card {
    width: 100%;
  }

  .div_closing {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .container-benefits {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .slider-tablet {
    display: none;
  }

  .slider-mobile {
    background-color: #ddd0;
    height: auto;
    display: block;
  }

  .t-conditions {
    width: 100%;
    padding-top: 0;
  }

  .div_tittle_t-c {
    padding-left: 10px;
  }

  .div_t-c {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-izq-mob {
    font-size: 26px;
    bottom: -30px;
    left: -27px;
  }

  .icon-der-mob {
    font-size: 26px;
    bottom: -30px;
    right: -27px;
  }

  .call {
    color: #fff;
    text-decoration: none;
  }

  .hero_copy {
    background-image: url('../images/polaroid-tropical-bliss-eng.webp'), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
    background-position: 50% 9%, 50% -51%, 0 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 230px, 500px, 150px;
    width: 100%;
  }

  .hero_copy.esp {
    background-image: url('../images/polaroid-tropical-bliss-esp.webp'), url('../images/bg-olcp.jpg'), url('../images/splash_1.png');
    background-position: 50% 9%, 50% -51%, 0 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 230px, 500px, auto;
  }

  .tagline-olcp {
    width: 180px;
  }

  .tagline-olcp.large, .tagline-olcp.short {
    width: auto;
  }

  .nichos_olcp {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading2-olcp {
    font-size: 27px;
    line-height: 35px;
  }

  .desciption-text-olcp {
    font-size: 14px;
  }

  .heading-card-olcp {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .paragraph-card-olcp {
    font-size: 13px;
    line-height: 19px;
  }

  .offer-olcp {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text_benefits-olcp {
    font-size: 18px;
  }

  .t-c-text-olcp {
    margin-bottom: 25px;
  }

  .usps-olcp {
    width: 100%;
    padding-bottom: 40px;
  }

  .paragraph-usps-olcp {
    font-size: 13px;
  }

  .awards-olcp {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-olcp {
    font-size: 27px;
    line-height: 36px;
  }

  .t-c, .t-c-olcp {
    width: 100%;
    padding-top: 0;
  }

  .usps-img-1 {
    background-position: 100% 0, 100% 0;
  }

  .slider-tablet-olcp {
    display: none;
  }

  .slider-mobile-olcp {
    background-color: #ddd0;
    height: auto;
    display: block;
  }

  .container_header-olcp {
    flex-flow: column-reverse;
    width: 100%;
    height: 600px;
  }

  .container-header-info-olcp {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .section {
    width: 100%;
  }

  .bold {
    font-size: 26px;
  }

  .hero-copy {
    background-image: linear-gradient(84deg, #000000bd, #fff0), url('../images/plant-blur.png'), url('../images/silueta-arriba.png'), url('../images/mobile-img-may-100.jpg');
    background-position: 0 0, 100% 0, 0 0, 0%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 150px, 217px, cover;
    width: 100%;
  }

  .text-block {
    width: auto;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text-block.esp {
    margin-bottom: 50px;
  }

  .section_olcp {
    width: 100%;
  }

  .text-span-6 {
    font-size: 26px;
  }

  .text-block_olcp {
    width: 214px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block_olcp.esp {
    margin-bottom: 50px;
  }

  .text-span-7 {
    font-size: 26px;
  }
}


@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaBold.ttf') format('truetype'), url('../fonts/FuturaExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaBook.ttf') format('truetype'), url('../fonts/FuturaDemi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}