.popular_courses .owl-item {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px 10px;
    padding-bottom: 0px;
}
.popular_courses .owl-item.active {
    opacity: 1;
}

@media (max-width: 991px) {
    .popular_courses .owl-nav {
        display: none !important;
    }
}

.single_course {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_head {
    position: relative;
    overflow: hidden;
}
.michelin-guide-banner {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.28em;
    width: 100%;
    height: 16.25%;
    box-sizing: border-box;
    padding-top: 14.5%;
    background: rgba(25, 23, 22, 0.48);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.72rem, 1.55vw, 1.8rem);
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.michelin-guide-banner img {
    width: 0.68em;
    height: auto;
}
.michelin-guide-banner strong {
    font-weight: 700;
}
.michelin-guide-banner span {
    font-weight: 300;
}
@media (max-width: 575.98px) {
    .michelin-guide-banner {
        font-size: clamp(0.8rem, 4.35vw, 1.25rem);
    }
}
.single_course .course_head img {
    -webkit-filter: grayscale(0) contrast(100%);
    filter: grayscale(0) contrast(100%);
    -webkit-transition: -webkit-filter 0.70s ease;
    transition: filter 0.70s ease;
}

.single_course .course_content {
    padding: 20px 20px;
    background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_content .tag {
    padding: 2px 21px;
    font-size: 13px;
    color: #fff;
    background: #002347;
    text-transform: uppercase;
}
.single_course .course_content p {
    font-family: NexaLight;
    font-size: 16px;
    margin: 0;
}
.single_course:hover {
    box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
}
.single_course:hover .course_head img {
    -webkit-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%);
}
.single_course:hover .course_content {
    background: #fff;
}
.brand-manifesto {
  position: relative;
  width: calc(100% + 3rem);
  margin: -1.5rem -1.5rem 3rem;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 8vw, 9rem);
  overflow: hidden;
  background: #231f20;
  color: #fff;
}

.brand-manifesto::after {
  content: "";
  position: absolute;
  right: clamp(1.5rem, 8vw, 9rem);
  bottom: 0;
  width: 1px;
  height: 22%;
  background: rgba(255, 255, 255, 0.45);
}

.brand-manifesto__inner {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
}

.brand-manifesto__eyebrow {
  margin: 0 0 1.35rem;
  font-family: NexaBold;
  font-size: clamp(0.66rem, 0.8vw, 0.78rem);
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.brand-manifesto__copy {
  max-width: 950px;
  margin: 0;
  font-family: NexaLight;
  font-size: clamp(1.25rem, 2.35vw, 2.55rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.brand-manifesto__signature {
  margin: 1.75rem 0 0;
  font-family: NexaBold;
  font-size: clamp(0.85rem, 1vw, 1.05rem);
  letter-spacing: 0.08em;
}

#experiencias .galeria-botonera a.rounded-pill,
#inversiones #desarrollos-anchor a.rounded-pill {
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
  font-family: NexaBold;
}

#experiencias .galeria-botonera a.rounded-pill:hover,
#experiencias .galeria-botonera a.rounded-pill:focus,
#inversiones #desarrollos-anchor a.rounded-pill:hover,
#inversiones #desarrollos-anchor a.rounded-pill:focus {
  background-color: #fff !important;
  color: #000;
  text-decoration: none;
}

#experiencias .experiencias-logos img {
  max-width: 312px !important;
  height: auto !important;
}

#hospedaje .course_content > a.rounded-pill:not(.ver-casa),
.booking-hotel-actions > a.rounded-pill:not(.ver-casa) {
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
  font-family: NexaBold;
}

#hospedaje .course_content > a.rounded-pill:not(.ver-casa):hover,
#hospedaje .course_content > a.rounded-pill:not(.ver-casa):focus,
#hospedaje .course_content > a.rounded-pill:not(.ver-casa):active,
.booking-hotel-actions > a.rounded-pill:not(.ver-casa):hover,
.booking-hotel-actions > a.rounded-pill:not(.ver-casa):focus,
.booking-hotel-actions > a.rounded-pill:not(.ver-casa):active {
  background-color: #fff !important;
  color: #000;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  #inversiones .entretenimientogrid .entretenimientoinfo {
    grid-row: 1 / 2;
  }

  #inversiones .entretenimientogrid > #desarrollos-anchor {
    grid-row: 2 / 3;
  }
}

.pswp--home-gallery .pswp__caption:not(.pswp__caption--fake) {
  top: 0;
  bottom: auto;
  width: clamp(28px, 7vw, 140px);
  height: 100%;
  min-height: 0;
  background: #171717 !important;
  pointer-events: none;
}

.pswp--home-gallery .pswp__caption:not(.pswp__caption--fake) .pswp__caption__center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(0.3rem, 1.25vw, 1.25rem) 0;
  color: #f7f7f7;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.pswp--home-gallery .gallery-ribbon__hotel {
  font-family: NexaBold;
  font-size: clamp(0.36rem, 1.38vw, 1.68rem);
  letter-spacing: 0.17em;
}

.pswp--home-gallery .gallery-ribbon__location {
  font-family: NexaLight;
  font-size: clamp(0.32rem, 1.15vw, 1.38rem);
  letter-spacing: 0.18em;
}

.pswp--home-gallery .gallery-ribbon__separator {
  margin: clamp(0.3rem, 1.25vw, 1.5rem) 0;
  font-family: NexaLight;
  font-size: clamp(0.32rem, 1.15vw, 1.38rem);
}

.pswp--home-gallery .pswp__ui--hidden .pswp__caption:not(.pswp__caption--fake) {
  opacity: 1;
}

@font-face {
  font-family: "Nohemi Regular";
  src: url("fonts/Nohemi-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.media-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 38px;
  margin-inline: -15px;
  padding: 60px 0;
  overflow: hidden;
  background: #f2f2f2;
}

.media-ribbon__title {
  margin: 0;
  color: #141414;
  font-family: "Nohemi Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.media-ribbon__viewport {
  display: flex;
  align-items: center;
  width: 85%;
  height: 63px;
  padding: 10px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12.5%, #000 87.5%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 12.5%, #000 87.5%, transparent 100%);
}

.media-ribbon__track,
.media-ribbon__group {
  display: flex;
  align-items: center;
  height: 43px;
}

.media-ribbon__track {
  flex: none;
  width: max-content;
  will-change: transform;
  animation: media-ribbon-scroll 37.37s linear infinite;
  animation-play-state: paused;
}

.media-ribbon__track.is-ready {
  animation-play-state: running;
}

.media-ribbon__group {
  flex: none;
  gap: 52px;
  margin: 0;
  padding: 0 52px 0 0;
  list-style: none;
}

.media-ribbon__link,
.media-ribbon__logo {
  display: block;
  flex: none;
}

.media-ribbon__link:focus-visible {
  outline: 2px solid #141414;
  outline-offset: 4px;
}

.media-ribbon__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-ribbon__link--gq,
.media-ribbon__link--ad {
  width: 104px;
  height: 48px;
}

.media-ribbon__link--travel-noire,
.media-ribbon__link--economista {
  width: 164px;
  height: 48px;
}

.media-ribbon__link--robb,
.media-ribbon__link--travel-leisure,
.media-ribbon__link--forbes {
  width: 134px;
  height: 76px;
}

.media-ribbon__link--pause {
  width: 118px;
  height: 67px;
}

.media-ribbon__link--travelers {
  width: 154px;
  height: 88px;
}

@keyframes media-ribbon-scroll {
  to {
    transform: translate3d(-25%, 0, 0);
  }
}

@media (min-width: 576px) {
  .media-ribbon {
    margin-inline: -30px;
  }
}

@media (max-width: 809.98px) {
  .media-ribbon {
    padding: 30px 0 60px;
  }

  .media-ribbon__viewport {
    width: 55%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-ribbon__track {
    animation: none;
  }
}

html,
body > .container {
  scroll-behavior: smooth;
}

html.reveal-ready .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.reveal-ready .scroll-reveal.scroll-reveal--from-top {
  transform: translate3d(0, -14px, 0);
}

html.reveal-ready .scroll-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html,
  body > .container {
    scroll-behavior: auto !important;
  }

  html.reveal-ready .scroll-reveal,
  html.reveal-ready .scroll-reveal.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
