/* Section intro - altura máxima 730px */
#operadora .section-intro {
  max-height: 730px;
  min-height: 0;
}

body#operadora .section-hotel-carousel {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

body#operadora .section-operadora-route {
  padding-left: clamp(20px, 5vw, 30px) !important;
  padding-right: clamp(20px, 5vw, 30px) !important;
}

body#operadora .section-operadora-route .section-two-columns-content {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body#operadora .section-operadora-route .section-two-columns-title {
  font-size: clamp(32px, 4vw, 48px) !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}

body#operadora .section-operadora-route .section-two-columns-subtitle {
  line-height: normal !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 100 !important;
  margin-bottom: clamp(20px, 3vw, 35px) !important;
  text-align: center !important;
}

body#operadora .section-operadora-route .section-two-columns-paragraphs {
  line-height: normal !important;
}

body#operadora .section-hotel-carousel + .section-operadora-route {
  padding-top: clamp(60px, 8vw, 120px) !important;
  margin-top: clamp(60px, 10vw, 90px) !important;
}

body#operadora .section-operadora-route + .section-operadora-route {
  margin-top: clamp(60px, 8vw, 100px) !important;
  margin-bottom: clamp(60px, 8vw, 100px) !important;
}

body#operadora .section-operadora-route .section-two-columns-image-large {
  max-width: 675px !important;
  max-height: 450px !important;
  aspect-ratio: auto !important;
}

body#operadora .section-operadora-route .section-two-columns-image-large img {
  max-width: 675px !important;
  max-height: 450px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#operadora .section-operadora-route .section-two-columns-gallery-overlay {
  opacity: 1;
}

body#operadora .section-operadora-route .section-two-columns-gallery-icon {
  max-width: 25px !important;
  max-height: 25px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* ========================================
   Operadora detail motion
   ======================================== */

#operadora .topo-title {
  animation: operadora-hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

#operadora .topo-subtitle {
  animation: operadora-hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}

@keyframes operadora-hero-in {
  from {
    opacity: 0;
    transform: translateY(28px);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

#operadora.operadora-motion-enabled .operadora-motion-item {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--operadora-motion-delay, 0ms);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .operadora-motion-item {
  opacity: 0;
  transform: translateY(28px);
  clip-path: inset(0 0 100% 0);
}

#operadora.operadora-motion-enabled .operadora-motion-card {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.75s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--operadora-motion-delay, 0ms);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .operadora-motion-card {
  opacity: 0;
  transform: translateY(28px);
}

#operadora.operadora-motion-enabled .location-map img {
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .location-map img {
  transform: scale(0.86);
}

#operadora.operadora-motion-enabled .operadora-motion-visual {
  overflow: hidden;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition:
    clip-path 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.8s ease;
  transition-delay: var(--operadora-motion-delay, 0ms);
}

#operadora.operadora-motion-enabled .operadora-motion-visual > img,
#operadora.operadora-motion-enabled .video-frame-wrapper .section-video-bg {
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .operadora-motion-visual {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .operadora-motion-visual > img,
#operadora.operadora-motion-enabled .operadora-motion-pending .video-frame-wrapper .section-video-bg {
  transform: scale(1.1);
}

#operadora.operadora-motion-enabled .section-hotel-highlights-icon {
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

#operadora.operadora-motion-enabled .operadora-motion-pending .section-hotel-highlights-icon {
  transform: scale(0.7);
}

@media (hover: hover) and (pointer: fine) {
  #operadora.operadora-motion-enabled .section-operadora-route .section-two-columns-image-large:hover > img,
  #operadora.operadora-motion-enabled .section-hotel-responsibility-image:hover > img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  #operadora .topo-title,
  #operadora .topo-subtitle,
  #operadora .scroll-indicator {
    animation: none !important;
  }

  #operadora .operadora-motion-item,
  #operadora .operadora-motion-card,
  #operadora .location-map img,
  #operadora .operadora-motion-visual,
  #operadora .operadora-motion-visual > img,
  #operadora .section-video-bg,
  #operadora .section-hotel-highlights-icon {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

@media (max-width: 768px) {
  #operadora .section-intro {
    max-height: 880px !important;
  }

  body#operadora .section-hotel-carousel + .section-operadora-route {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body#operadora .section-operadora-route .section-two-columns-paragraph {
    font-size: 14px;
  }
}
