* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --color-primary: #540b19;
  --color-secondary: #fcc342;
  --white: #ffffff;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #333;
}

/* HEADER STYLES */
.header {
  position: fixed;
  top: -180px;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: rgba(13, 11, 11, 0.85);
  backdrop-filter: blur(5px);
  transition: top 0.5s ease;
  z-index: 1000;
}

.header.visible {
  top: 0;
}

.header-line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 64%;
  left: 0;
}

.header-logo {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.header-reserva-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 10%;
  height: 40%;
  background-color: #ffffff;
  border: 1px solid #693616;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Tiro Devanagari Hindi-Regular", Helvetica;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 24px;
}
.header-reserva-btn i {
  font-size: 22px;
  margin-right: 8px;
}
.header-reserva-btn:hover {
  background-color: #f5f5f5;
  border-color: #5a2a0f;
}

.header-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-list {
  display: flex;
  list-style: none;
  gap: 40px;
}

.header-nav-item {
  position: relative;
}

.header-nav-link {
  font-family: "Prociono-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 24px);
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}

.header-nav-link:hover {
  color: #fcc342;
}

.header-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fcc342;
  transition: width 0.3s ease;
}

.header-nav-link:hover::after {
  width: 100%;
}

/* HAMBURGER MODAL STYLES - CORREGIDO */
.hamburger-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 11, 11, 0.85);
  display: none;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hamburger-modal.visible {
  display: flex;
  opacity: 1;
}

.hamburger-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 50px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hamburger-content {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.hamburger-logo {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5%;
}

.hamburger-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  position: relative;
  left: 70%;
}

.hamburger-nav-container {
  width: 60%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5%;
  max-height: 400px;
  top: 30%;
}

.hamburger-nav {
  list-style: none;
  position: relative;
  padding-left: 45%;
}

.hamburger-nav-item {
  position: relative;
  margin-bottom: 25px;
}

.hamburger-nav-link {
  display: flex;
  align-items: center;
  font-family: "Open Sans-Regular", Helvetica;
  font-weight: 400;
  font-size: 26px;
  color: #fcc342;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding: 8px 0;
}

.hamburger-nav-link[aria-current="page"] {
  color: #ffffff;
}

.hamburger-nav-link:hover {
  color: #ffffff;
}

.hamburger-nav-icon {
  width: 35px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
}

/* Línea vertical corregida */
.hamburger-line {
  position: absolute;
  left: 40%;
  top: 0;
  width: 4px;
  height: 94%;
  background: rgba(252, 195, 66, 0.3);
}

/* Marcador corregido - ahora solo del tamaño del texto */
.hamburger-line-marker {
  position: absolute;
  left: 40%;
  width: 8px;
  height: 50px;
  background: #ffffff;
  top: 25%;
  transition: top 0.3s ease;
  border-radius: 2px;
}

/* HERO STYLES */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

/* Slider Videos */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide.next {
  left: 100%;
  opacity: 1;
  animation: slideIn 0.8s ease-in-out forwards;
}

@keyframes slideIn {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}

/* Video container styles */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 100/56.25 = 1.778 = 16/9 ratio */
  min-height: 100vh;
  min-width: 177.78vh; /* 16/9 = 1.778 */
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Navigation Menu */
.hero-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1000;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.hero-menu:hover {
  opacity: 0.8;
}

.hero-menu img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

/* Central Circle Container */
.hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* Main Circle with Progress */
.hero-circle {
  position: relative;
  width: 566px;
  height: 566px;
  border-radius: 50%;
}

/* Progress Circle SVG */
.hero-progress-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.hero-progress-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
}

.hero-progress-fill {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.8s ease;
}

/* Diamond Indicators */
.hero-diamond {
  position: absolute;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.hero-diamond.active {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.hero-diamond-top {
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hero-diamond-right {
  top: 50%;
  right: -8px;
  transform: translate(50%, -50%) rotate(45deg);
}

.hero-diamond-bottom {
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}

.hero-diamond-left {
  top: 50%;
  left: -8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Logo in Center */
.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 240px;
  z-index: 10;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Reserva Button */
.hero-reserva-btn {
  position: absolute;
  top: calc(50% + 150px);
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 50px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 15px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.hero-reserva-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%) translateY(-2px);
}

/* Ver Hotel Section */
.hero-ver-hotel {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  z-index: 100;
}

.hero-ver-hotel h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}

.hero-ver-hotel-line {
  width: 4px;
  height: 54px;
  background: #ffffff;
  margin: 0 auto;
}

/* Navigation Arrows */
.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.hero-nav-prev {
  left: 30px;
}

.hero-nav-next {
  right: 30px;
}

/* CONTENT SECTION */
.content-section {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #540b19;
  text-align: center;
}

.content-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 1320px) and (min-width: 1024px) {
  .header-nav-link {
    font-size: clamp(16px, 2vw, 15px);
  }
  .header-reserva-btn {
    font-size: 18px;
  }
  .info-description {
    margin-bottom: 20px !important;
  }
  .info-logo {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1200px) {
  .hamburger-logo img {
    left: 80%;
  }
  .hamburger-nav-container {
    width: 100%;
    justify-content: center;
    height: 70%;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  #id-hero {
    display: none;
  }
  .header-reserva-btn {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .header-reserva-btn {
    display: none;
  }
  .hamburger-content {
    flex-direction: column;
    align-items: center;
  }

  .header-nav-list {
    gap: 25px;
  }

  .header-nav-link {
    font-size: 15px;
  }
  .header-reserva-btn {
    width: 160px;
  }
}

@media (max-width: 900px) {
  .hamburger-line,
  .hamburger-line-marker {
    display: none;
  }
  .hamburger-logo img {
    left: 0;
  }
  .hamburger-nav-container {
    top: 5%;
  }
  .hamburger-nav {
    padding-left: 25px;
  }

  .hamburger-nav-link {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .hero-menu {
    width: 40px;
    height: 40px;
  }
  .hamburger-logo img {
    max-width: 80%;
    max-height: 80%;
  }
  .hero-reserva-btn {
    top: calc(50% + 250px) !important;
  }
  .hero-ver-hotel {
    display: none;
  }
  .hero-nav-btn {
    display: none;
  }
  .header {
    height: 85px;
    top: -140px;
  }

  .header-line {
    top: 75px;
    height: 1px;
  }

  .header-logo {
    width: 90px;
    height: 70px;
    position: relative;
    left: 11%;
  }

  .header-reserva-btn {
    width: 140px;
    height: 45px;
    font-size: 18px;
    right: 15px;
    top: 12px;
  }

  .header-nav {
    display: none;
    height: 60px;
  }

  .header-nav-list {
    gap: 15px;
  }

  .header-nav-link {
    font-size: 16px;
  }

  .hero-circle {
    width: 350px;
    height: 350px;
  }

  .hero-logo {
    width: 220px;
    height: 120px;
  }

  .hero-reserva-btn {
    top: calc(50% + 100px);
    width: 130px;
    height: 45px;
    font-size: 16px;
  }

  .hero-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .hero-nav-prev {
    left: 15px;
  }

  .hero-nav-next {
    right: 15px;
  }

  .hamburger-nav-link {
    font-size: 20px;
  }

  .hamburger-nav-icon {
    font-size: 20px;
  }

  .content-section {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .hero-circle {
    width: 280px;
    height: 280px;
  }
  .hamburger-content {
    padding: 20px;
  }

  .hamburger-nav {
    padding-left: 20px;
  }

  .hamburger-nav-link {
    font-size: 18px;
  }

  .hamburger-nav-icon {
    width: 30px;
    margin-right: 10px;
    font-size: 18px;
  }

  .hamburger-line-marker {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .hamburger-logo img {
    max-width: 100%;
    max-height: 100%;
  }
  .header-logo {
    width: 70px;
    height: 80px;
  }
  .header-nav-list {
    gap: 10px;
  }

  .header-nav-link {
    font-size: 14px;
  }

  .hamburger-nav {
    padding-left: 15px;
  }

  .hamburger-nav-link {
    font-size: 16px;
  }
}
/*****************************Info Container*****************************/

.info-section {
  width: 100%;
  min-height: 60vh;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.info-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755879735/Uxtone1_az5qxv.jpg");
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.info-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.info-container {
  max-width: 1500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 40px 20px;
}

.info-logo {
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.info-logo img {
  width: 70%;
  height: auto;
  z-index: 2;
  position: relative;
}

.info-logo-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fcc342;
  border-radius: 50%;
  z-index: 1;
}

.info-description {
  font-family: "Open Sans", sans-serif;
  max-width: 800px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.info-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  /*max-width: 900px;*/
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.info-service-item {
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.info-service-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: var(--color-primary);
  transition: all 0.3s ease;
}

.info-service-name {
  font-size: 14px;
  color: transparent;
  transition: all 0.3s ease;
  font-weight: normal;
  background: linear-gradient(
    180deg,
    rgba(70, 23, 11, 1) 0%,
    rgba(82, 62, 18, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transform: translateY(10px);
}

.info-service-item:hover {
  transform: translateY(-5px);
}

.info-service-item:hover .info-service-name {
  opacity: 1;
  transform: translateY(0);
}

.info-service-item.active {
  border-radius: 15px;
}

.info-service-item.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(
    180deg,
    rgba(126, 19, 0, 1) 27%,
    rgba(201, 156, 53, 1) 67%,
    rgba(160, 124, 42, 1) 93%,
    rgba(150, 116, 39, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.info-service-item.active .info-service-name {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1500px) {
  .info-service-icon {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .hab-slider-container {
    left: 40% !important;
  }
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .info-logo {
    margin-bottom: 10px;
  }
  .info-description {
    margin-bottom: 15px;
  }
  .info-services {
    gap: 20px;
  }

  .info-service-item {
    width: 110px;
    height: 110px;
  }

  .info-service-icon {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .info-section {
    min-height: 60vh;
    height: auto !important;
  }
  .info-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .info-services {
    gap: 10%;
  }

  .info-service-item {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .info-service-icon {
    font-size: 30px;
  }

  .info-service-name {
    font-size: 12px;
  }

  .info-logo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  .info-logo-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 478px) {
  .hab-slider-container {
    left: 35% !important;
  }
  .info-services {
    gap: 5%;
  }

  .info-service-item {
    width: 85px;
    height: 85px;
  }

  .info-service-icon {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .info-service-name {
    font-size: 11px;
  }

  .info-description {
    font-size: 15px;
  }

  .info-logo {
    width: 120px;
    height: 120px;
  }

  .info-logo-circle {
    width: 80px;
    height: 80px;
  }
}
/*****************************Hab-info*****************************/

.hab-container {
  background-color: #ffffff;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hab-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.hab-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hab-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.hab-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hab-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hab-button {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid white;
  background: transparent;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hab-button:hover {
  background: white;
  color: #333;
  transform: translateY(-2px);
}

.hab-slider-container {
  position: absolute;
  bottom: 5%;
  left: 45%;
  transform: translateX(-50%);
  z-index: 3;
}

.hab-slider-tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.hab-tab {
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.hab-tab.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 2px;
}

.hab-tab:not(.active) {
  opacity: 0.7;
}

.hab-tab:hover:not(.active) {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hab-slider-container {
    left: 40% !important;
  }
  .hab-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .hab-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .hab-button {
    padding: 12px 24px;
    font-size: 14px;
  }

  .hab-slider-container {
    bottom: 60px;
  }

  .hab-slider-tabs {
    gap: 30px;
  }

  .hab-tab {
    font-size: 16px;
  }

  .hab-content {
    padding: 0 15px;
    width: 80%;
  }
}

@media (max-width: 520px) {
  .hab-slider-container {
    left: 35% !important;
  }
  .hab-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hab-description {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }

  .hab-button {
    padding: 10px 20px;
    font-size: 13px;
  }

  .hab-slider-container {
    bottom: 40px;
  }

  .hab-slider-tabs {
    gap: 20px;
  }

  .hab-tab {
    font-size: 14px;
  }
}

/* Animación de entrada */
.hab-container.loaded .hab-content > * {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.hab-container.loaded .hab-title {
  animation-delay: 0.2s;
}

.hab-container.loaded .hab-description {
  animation-delay: 0.4s;
}

.hab-container.loaded .hab-button {
  animation-delay: 0.6s;
}

.hab-container.loaded .hab-slider-container {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/********************Servicios*****************************/
.servicios-boddy {
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.servicios-section {
  padding: 80px 40px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  max-width: 1500px;
  width: 100%;
}

.servicios-container {
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.servicios-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  max-width: 1200px;
  position: relative;
  left: 10%;
}

.servicios-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  color: #0c0c0c;
  white-space: nowrap;
  letter-spacing: 1px;
}

.servicios-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #540b19 0%, #871228 50%, #ddcb66 100%);
  flex-shrink: 0;
}

.servicios-subtitle {
  font-family: "Overlock", regular;
  font-weight: 400;
  font-size: 1.2rem;
  color: #7f8c8d;
  line-height: 1.6;
  max-width: 500px;
  margin-left: 20px;
  /*text-align: right;*/
}

.servicios-grid {
  display: flex;
  gap: 15px; /* Separación de 3px entre imágenes */
  height: 600px;
  border-radius: 12px;
  overflow: visible;
  position: relative;
}

.servicios-item {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  height: 100%;
  margin: 0 -4px;
  border-radius: 2px;
}

.servicios-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  transition: all 0.7s ease;
}

.servicios-item:hover {
  flex: 3;
  transform: scale(1.08); /* Mayor expansión en todas direcciones */
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin: 0 8px; /* Compensa la expansión manteniendo separación */
}

.servicios-item:hover::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.servicios-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  z-index: 2;
  transition: all 0.7s ease;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.servicios-icon {
  width: 70px; /* tamaño base */
  height: 70px; /* mantiene proporción */
  margin-bottom: 18px;
  transition: all 0.7s ease;
  display: block;
  filter: drop-shadow(
    2px 2px 8px rgba(0, 0, 0, 0.7)
  ); /* reemplazo al text-shadow */
}

.servicios-item:hover .servicios-icon {
  transform: translateY(-8px) scale(1.2); /* agranda y sube un poco */
  opacity: 1;
}

.servicios-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  transition: all 0.7s ease;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
}

.servicios-item:hover .servicios-text {
  font-size: 1.8rem;
  transform: translateY(-8px);
}

/* Imágenes específicas */
.servicios-item:nth-child(1) {
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1757613691/ec4b899e-0253-4e7c-9a2f-1f1c2b33fb7a.png");
}

.servicios-item:nth-child(2) {
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1757613662/ab78ee2d-1e87-4a4a-9792-597a5569f78b.png");
}

.servicios-item:nth-child(3) {
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1757613625/5fc995a7-68a4-47d4-be73-749b2b93154f.png");
}

.servicios-item:nth-child(4) {
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1757613472/1e668b6b-8807-48e0-bc43-b28457883ef3.png");
}

/* Efecto de brillo al hacer hover */
.servicios-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 50%
  );
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .servicios-title {
    font-size: 2.8rem;
  }

  .servicios-subtitle {
    font-size: 1.1rem;
  }

  .servicios-grid {
    height: 450px;
  }

  .servicios-content {
    bottom: 30px;
    left: 30px;
  }

  .servicios-icon {
    font-size: 2.4rem;
  }

  .servicios-text {
    font-size: 1.2rem;
  }

  .servicios-item:hover .servicios-icon {
    font-size: 3.2rem;
  }

  .servicios-item:hover .servicios-text {
    font-size: 1.5rem;
  }
  .servicios-header {
    left: 0%;
  }
}

@media (max-width: 768px) {
  .servicios-header {
    left: 10%;
  }
  .servicios-boddy {
    padding: 2px;
  }
  .servicios-section {
    padding: 60px 5px;
  }

  .servicios-header {
    flex-direction: column;
    /*align-items: flex-start;*/
    gap: 15px;
    margin-bottom: 40px;
    width: 70%;
    text-align: center;
  }

  .servicios-title {
    font-size: 2.4rem;
  }

  .servicios-line {
    width: 70px;
  }

  .servicios-subtitle {
    font-size: 1rem;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .servicios-grid {
    flex-direction: column;
    height: auto;
    gap: 3px;
  }

  .servicios-item {
    height: 160px;
    flex: none;
    margin: 0;
  }

  .servicios-item:hover {
    flex: none;
    height: 300px;
    transform: none;
    margin: 0;
  }

  .servicios-content {
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: start;
    gap: 20px;
  }

  .servicios-icon {
    font-size: 2rem;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }

  .servicios-text {
    font-size: 1.1rem;
    margin: 0;
  }

  .servicios-item:hover .servicios-icon {
    font-size: 2.4rem;
    transform: translateX(8px);
  }

  .servicios-item:hover .servicios-text {
    font-size: 1.3rem;
    transform: translateX(8px);
  }
}

@media (max-width: 480px) {
  .servicios-section {
    padding: 40px 20px;
  }

  .servicios-title {
    font-size: 2rem;
  }

  .servicios-subtitle {
    font-size: 0.9rem;
  }

  .servicios-item {
    height: 130px;
  }

  .servicios-item:hover {
    height: 230px;
  }

  .servicios-content {
    bottom: 15px;
    left: 15px;
    gap: 15px;
  }

  .servicios-icon {
    font-size: 1.8rem;
  }

  .servicios-text {
    font-size: 1rem;
  }

  .servicios-item:hover .servicios-icon {
    font-size: 2rem;
  }

  .servicios-item:hover .servicios-text {
    font-size: 1.1rem;
  }
}
/*****************************seccion paqutes****************************/
/* Sección principal */
.paquetes-section {
  font-family: "Open Sans", sans-serif;
  background-color: #f5f5f5;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Fondo con imagen */
.paquetes-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755877516/decorado-02_xxhklk.webp");
  background-size: cover;
  background-position: center;
  /*z-index: -1;*/
}

/* Overlay para mejorar legibilidad */
.paquetes-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

/* Tarjeta de contenido */
.paquetes-card {
  background-color: white;
  padding: 2.5rem;
  border-radius: 0;
  text-align: center;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
}

.paquetes-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Título */
.paquetes-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

/* Descripción */
.paquetes-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/* Botón */
.paquetes-button {
  display: inline-flex; /* cambia de inline-block a inline-flex */
  align-items: center; /* centra verticalmente ícono + texto */
  gap: 8px; /* espacio entre ícono y texto */

  padding: 0.8rem 2rem;
  background: linear-gradient(
    267deg,
    rgba(129, 13, 35, 1) 16%,
    rgba(84, 11, 25, 1) 68%
  );
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.paquetes-button:hover {
  background: linear-gradient(
    267deg,
    rgba(149, 15, 40, 1) 16%,
    rgba(94, 12, 28, 1) 68%
  );
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.paquetes-button:active {
  transform: translateY(0);
}

/* Icono dentro del botón */
.paquetes-button .paquetes-icon {
  width: 40px; /* tamaño del ícono */
  height: auto;
  display: inline-block;
}
.paquetes-button:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Media queries para responsividad */
@media (max-width: 768px) {
  .paquetes-card {
    padding: 2rem 1.5rem;
  }

  .paquetes-title {
    font-size: 1.75rem;
  }

  .paquetes-description {
    font-size: 0.95rem;
  }
  .paquetes-background {
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: moverFondo 20s linear infinite;
  }
  /* Animación */
  @keyframes moverFondo {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
}

@media (max-width: 480px) {
  .paquetes-card {
    padding: 1.5rem 1rem;
  }

  .paquetes-title {
    font-size: 1.5rem;
  }

  .paquetes-description {
    font-size: 0.9rem;
  }

  .paquetes-button {
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
  }
}

/* Soporte para modo de alto contraste */
@media (prefers-contrast: high) {
  .paquetes-card {
    border: 2px solid #000;
  }

  .paquetes-button {
    border: 2px solid #fff;
  }
}

/* Soporte para reducir movimiento */
@media (prefers-reduced-motion: reduce) {
  .paquetes-card {
    transition: none;
  }

  .paquetes-button {
    transition: none;
  }

  .paquetes-button:hover {
    transform: none;
  }
}
/***********************Seccion de turismo de la pagina web *************************/
.turismo-section {
  font-family: "Open Sans", sans-serif;
  padding: 80px 20px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.turismo-header {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.turismo-header.animate {
  opacity: 1;
  transform: translateY(0);
}

.turismo-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.turismo-title::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #333;
}

.turismo-subtitle {
  font-family: "Overlock", Regular;
  font-weight: 400;
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.turismo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

.turismo-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  cursor: pointer;
}

.turismo-card.animate {
  opacity: 1;
  transform: translateY(0);
}

.turismo-card:nth-child(2) {
  transition-delay: 0.2s;
  margin-top: 100px; /* Añadido para bajar el segundo card */
}

.turismo-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.turismo-card:hover .turismo-image-container {
  transform: scale(1.05);
}

.turismo-image {
  width: 100%;
  height: 400px; /* Aumentado el height de las imágenes */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.turismo-card-content {
  padding: 24px 0;
  text-align: center;
}

.turismo-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.turismo-explore-btn {
  display: inline-block;
  color: #ffd700;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.turismo-explore-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffd700;
  transition: width 0.3s ease;
}

.turismo-explore-btn:hover::after {
  width: 100%;
}

/* Modal Styles */
.turismo-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.turismo-modal.show {
  display: flex;
  opacity: 1;
}

.turismo-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.turismo-modal.show .turismo-modal-content {
  transform: scale(1);
}

.turismo-slider-container {
  position: relative;
  width: 800px;
  height: 500px;
  overflow: hidden;
}

.turismo-slider {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.5s ease;
}

.turismo-slide {
  width: 33.333%;
  height: 100%;
  position: relative;
}

.turismo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.turismo-slide-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

.turismo-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
}

.turismo-nav-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.turismo-prev {
  left: 20px;
}

.turismo-next {
  right: 20px;
}

.turismo-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
}

.turismo-close:hover {
  background: white;
  transform: scale(1.1);
}

.turismo-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.turismo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.turismo-dot.active {
  background: #ffd700;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .turismo-section {
    padding: 60px 15px;
  }

  .turismo-title {
    font-size: 2.5rem;
  }

  .turismo-title::before {
    left: -60px;
    width: 40px;
  }

  .turismo-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .turismo-card:nth-child(2) {
    margin-top: 0; /* En móvil volvemos a la posición normal */
  }

  .turismo-slider-container {
    width: 90vw;
    height: 400px;
  }

  .turismo-slide-title {
    font-size: 1.2rem;
    bottom: 15px;
    left: 15px;
  }
  .turismo-nav-btn {
    display: none;
  }
  .turismo-dots {
    display: none;
  }
}

@media (max-width: 480px) {
  .turismo-title {
    font-size: 2rem;
  }

  .turismo-title::before {
    display: none;
  }

  .turismo-slider-container {
    height: 300px;
  }

  .turismo-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .turismo-prev {
    left: 10px;
  }

  .turismo-next {
    right: 10px;
  }
}
/******************************Info 2 section*******************************/
.info2-section {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755879735/Uxtone1_az5qxv.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 👈 activa el efecto parallax */
  padding: 0 5%;
}

.info2-card {
  width: 358px;
  height: 436px;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.info2-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.info2-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* Responsive */
@media (max-width: 992px) {
  .info2-section {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .info2-card {
    width: 90%;
    max-width: 358px;
    padding: 20px;
  }

  .info2-title {
    font-size: 28px;
  }

  .info2-description {
    font-size: 16px;
    line-height: 22px;
  }
}
/*************************Ubicacion************************/
.ubi-section {
  width: 100%;
  font-family: "Overlock", cursive;
  margin-bottom: 2%;
}

.ubi-hero {
  background-color: #520c19;
  color: white;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ubi-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 100%
  );
  animation: ubi-shine 3s ease-in-out infinite;
}

@keyframes ubi-shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.ubi-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ubi-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(30px);
  animation: ubi-fadeInUp 1s ease-out 0.2s forwards;
}

.ubi-description {
  font-family: "Overlock", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 60px;
  opacity: 0;
  transform: translateY(30px);
  animation: ubi-fadeInUp 1s ease-out 0.6s forwards;
}

.ubi-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.ubi-feature {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(40px);
  animation: ubi-fadeInUp 1s ease-out forwards;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ubi-feature:nth-child(1) {
  animation-delay: 1s;
}
.ubi-feature:nth-child(2) {
  animation-delay: 1.2s;
}
.ubi-feature:nth-child(3) {
  animation-delay: 1.4s;
}

.ubi-feature:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ubi-feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.ubi-feature:hover .ubi-feature-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.ubi-feature-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.ubi-feature-desc {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.ubi-map-section {
  width: 100%;
  height: 500px;
  position: relative;
  opacity: 0;
  animation: ubi-fadeIn 1s ease-out 1.8s forwards;
}

.ubi-map-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ubi-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: contrast(1.1) saturate(1.2);
  transition: filter 0.3s ease;
}

.ubi-map-container:hover iframe {
  filter: contrast(1.2) saturate(1.3);
}

.ubi-map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(82, 12, 25, 0.9);
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateX(-30px);
  animation: ubi-slideInLeft 1s ease-out 2.2s forwards;
}

@keyframes ubi-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ubi-fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes ubi-slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */

/* Animaciones adicionales para interactividad */
.ubi-feature-icon i {
  transition: all 0.3s ease;
}

.ubi-feature:hover .ubi-feature-icon i {
  animation: ubi-bounce 0.6s ease;
}

@keyframes ubi-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Efectos de partículas sutiles */
.ubi-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 40% 60%,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px
    );
  background-size: 100px 100px, 150px 150px, 80px 80px;
  animation: ubi-float 10s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ubi-float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}
/* --- Estilos móviles tipo slider --- */
@media (max-width: 768px) {
  .ubi-hero {
    padding: 60px 15px;
  }

  .ubi-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .ubi-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  /* Cambiamos grid a slider horizontal */
  .ubi-features {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 10px;
  }

  .ubi-feature {
    flex: 0 0 80%; /* ancho de cada tarjeta en el slider */
    scroll-snap-align: center;
    min-width: 250px;
    padding: 25px 20px;
  }

  .ubi-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .ubi-feature-title {
    font-size: 1.2rem;
  }

  .ubi-feature-desc {
    font-size: 0.95rem;
  }

  .ubi-map-section {
    height: 400px;
  }

  .ubi-map-overlay {
    bottom: 10px;
    top: auto;
    left: 15px;
    padding: 12px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .ubi-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .ubi-description {
    font-size: 1rem;
    line-height: 1.7;
  }

  /* Slider más compacto en móviles pequeños */
  .ubi-features {
    gap: 15px;
    padding: 8px;
  }

  .ubi-feature {
    flex: 0 0 90%;
    min-width: 220px;
    padding: 20px 15px;
  }

  .ubi-map-section {
    height: 350px;
  }

  .ubi-map-overlay {
    left: 10px;
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
.ubi-map-overlay {
  display: flex;
  align-items: center;
  gap: 10px; /* espacio entre icono y texto */
}

.ubi-map-icon {
  width: 28px; /* ajusta el tamaño del ícono del hotel */
  height: 28px;
  object-fit: contain;
}
/******************************Fotter*****************************/
.footer-section {
  /*width: 100vw;*/
  position: relative;
}

.footer-main {
  position: relative;
  width: 100%;
  /*min-height: 632px;*/
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755877468/suite-matrimonial-_2_w6kyol.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
  padding: 30px 40px 10px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  /*margin-bottom: 2px;*/
  gap: 60px;
}

.footer-left-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 20px;
}

.footer-logo {
  max-width: 100%;
  height: auto;
  max-height: 500px;
}

.footer-right-section {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-payments {
  margin-bottom: 40px;
  justify-content: center;
  display: grid;
  justify-content: center;
}

.footer-payments h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #f8f8f8;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.footer-payment-icons {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
}

.footer-info-sections {
  display: flex;
  gap: 60px;
  margin-bottom: 10px;
}

.footer-address,
.footer-contact {
  color: #f8f8f8;
  flex: 1;
}

.footer-address h3,
.footer-contact h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-address p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.footer-email {
  color: #ffffff;
  text-decoration: underline;
  font-size: 18px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-email:hover {
  color: #e6b412;
}

.footer-phone {
  font-size: 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-phone a {
  color: #f8f8f8;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-phone a:hover {
  color: #e6b412;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 10px 0;
  border: none;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.footer-social-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.footer-social-link:focus {
  outline: 2px solid #e6b412;
  outline-offset: 4px;
  border-radius: 50%;
}

.footer-social-icon {
  width: 65px;
  height: 65px;
  color: #ffffff;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: background 0.3s ease;
}

.footer-social-link:hover .footer-social-icon {
  background: rgba(255, 255, 255, 0.1);
}

.footer-separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  border: none;
}

.footer-copyright {
  width: 100%;
  background-color: #e6b412;
  padding: 10px 15px;
  text-align: center;
}

.footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-content {
    padding: 40px 30px 30px;
  }

  .footer-main-content {
    gap: 30px;
  }

  .footer-info-sections {
    gap: 40px;
  }

  .footer-logo {
    width: 300px;
  }

  .footer-social {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .footer-payments {
    position: relative;
    top: 10%;
    right: 8%;
    display: flex;
    flex-direction: column;
    width: 330px;
  }
  .footer-payment-icons {
    position: relative;
    left: 10%;
    width: 80%;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
  }
  .footer-content {
    flex-direction: column;
    padding: 30px 20px 20px;
    text-align: center;
  }

  .footer-logo {
    width: 250px;
    margin: 0 auto 10px;
  }

  .footer-main-content {
    text-align: center;
  }

  .footer-info-sections {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-address h3,
  .footer-contact h3 {
    justify-content: center;
    font-size: 18px;
  }

  .footer-payments h3 {
    font-size: 18px;
  }

  .footer-address p {
    font-size: 15px;
  }

  .footer-email {
    font-size: 15px;
    justify-content: center;
  }

  .footer-phone {
    font-size: 20px;
    justify-content: center;
  }

  .footer-social {
    gap: 40px;
  }

  .footer-social-icon {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 20px 15px 15px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-info-sections {
    gap: 25px;
  }

  .footer-address h3,
  .footer-contact h3 {
    font-size: 16px;
  }

  .footer-payments h3 {
    font-size: 16px;
  }

  .footer-address p {
    font-size: 14px;
    line-height: 1.3;
  }

  .footer-email {
    font-size: 14px;
  }

  .footer-phone {
    font-size: 18px;
  }

  .footer-social {
    gap: 30px;
  }

  .footer-social-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .footer-copyright p {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .footer-social-link,
  .footer-email,
  .footer-phone a {
    transition: none;
  }
}

.footer-email:focus,
.footer-phone a:focus {
  outline: 2px solid #e6b412;
  outline-offset: 2px;
  border-radius: 4px;
}
/********************HeroHab  dentro de la pagina de habitaciones ************************/
.heroHab-container {
  background-color: rgba(2, 2, 2, 0.596);
  height: 60vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.heroHab-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755877446/suite-junior-02_gcbvrn.webp");
  background-size: cover;
  background-position: center;
  transform: translateY(-100%);
  animation: curtainReveal 2s ease-out forwards;
  animation-delay: 0.5s;
}
#heroPaquete {
  background-image: url("https://res.cloudinary.com/ddqoou1fq/image/upload/v1755877516/decorado-02_xxhklk.webp");
}
.heroHab-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.486);
}

.heroHab-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 1.8s;
}

.heroHab-logo {
  width: 180px;
  height: auto;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 2.5s;
}

.heroHab-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
}

.heroHab-arrow {
  font-size: 2rem;
  animation: pulse 2s infinite;
  margin-top: 20px;
}

/* Animaciones */
@keyframes curtainReveal {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .heroHab-container {
    height: 60vh;
  }

  .heroHab-title {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }

  .heroHab-logo {
    width: 140px;
    margin-bottom: 20px;
  }

  .heroHab-arrow {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .heroHab-title {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }

  .heroHab-logo {
    width: 120px;
  }
}
/************************************ HABITACIONES DENTRO CADA 1 **************************/
.habInfo-section {
  font-family: "Open Sans", sans-serif;
  padding: 80px 0px;
  /*max-width: 1800px;*/
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.habInfo-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.habInfo-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.habInfo-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.habInfo-title::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #34495e;
}

.habInfo-description {
  font-family: "Overlock", cursive;
  font-weight: 400;
  font-size: 1.2rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.habInfo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.habInfo-room {
  position: relative;
  height: 400px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.habInfo-room.animate {
  transform: translateY(0);
  opacity: 1;
}

.habInfo-room:nth-child(1) {
  transition-delay: 0.1s;
}
.habInfo-room:nth-child(2) {
  transition-delay: 0.2s;
}
.habInfo-room:nth-child(3) {
  transition-delay: 0.3s;
}
.habInfo-room:nth-child(4) {
  transition-delay: 0.4s;
}
.habInfo-room:nth-child(5) {
  transition-delay: 0.5s;
}
.habInfo-promo-card {
  transition-delay: 0.6s;
}

.habInfo-room img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.habInfo-room:hover img {
  transform: scale(1.1);
}

.habInfo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: background 0.3s ease;
}

.habInfo-room:hover .habInfo-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.habInfo-room-name {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 10px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s ease;
}

.habInfo-room.animate .habInfo-room-name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.habInfo-capacity {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ecf0f1;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s ease;
}

.habInfo-room.animate .habInfo-capacity {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}

/* Nuevo card promocional */
.habInfo-promo-card {
  background-color: #fcc342;
  border-radius: 2px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.habInfo-promo-card.animate {
  transform: translateY(0);
  opacity: 1;
}

.habInfo-promo-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.habInfo-promo-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.6;
}

.habInfo-promo-btn {
  background: white;
  color: #2c3e50;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.habInfo-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Modal Styles */
.habModal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.habModal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.habModal-content {
  background: white;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.7) translateY(50px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.habModal-overlay.active .habModal-content {
  transform: scale(1) translateY(0);
}

.habModal-header {
  background: #000;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.habModal-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

.habModal-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s ease;
}

.habModal-close:hover {
  transform: scale(1.2);
}

/* Swiper Styles */
.habModal-slider {
  height: 350px;
  position: relative;
  transition: all 0.5s ease;
}

.habModal-content.scrolled .habModal-slider {
  height: 280px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.habModal-content.scrolled .swiper-slide img {
  transform: translateY(-50px); /* súbelo 10px hacia arriba */
  transition: transform 0.3s ease; /* para que sea suave */
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}

.habModal-body {
  padding: 30px;
  overflow-y: auto;
  max-height: 400px;
  position: relative;
  transition: all 0.5s ease;
}

.habModal-content.scrolled .habModal-body {
  transform: translateY(-30px);
}

.scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3498db;
  font-size: 14px;
  opacity: 1;
  animation: bounce 2s infinite;
  transition: opacity 0.3s ease;
}

.habModal-content.scrolled .scroll-indicator {
  opacity: 0;
  pointer-events: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}

.scroll-indicator i {
  font-size: 20px;
  margin-bottom: 5px;
}

.habModal-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.habModal-room-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 15px;
}

.habModal-reserve-btn {
  background: linear-gradient(270deg, #ffd36e 0%, #9e7a29 83%, #967427 100%);
  color: #f3f0f0;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.habModal-reserve-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.habModal-amenities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.habModal-amenity-group {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.habModal-amenity-group:last-child {
  border-bottom: none;
}

.habModal-amenity-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #2c3e50;
}

.habModal-amenity-title i {
  font-size: 1.3rem;
  color: #3498db;
}

.habModal-amenity-list {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  color: #555;
  line-height: 1.8;
  position: relative;
  left: 30px;
}

.habModal-amenity-list li {
  padding: 3px 0;
}

/* Boton  */
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
  color: rgb(0, 0, 0) !important;
  width: calc(var(--swiper-navigation-size) / 60 * 35) !important;
}

.swiper-pagination-bullet-active {
  background: #000000c9 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 992px) {
  .habModal-content {
    width: 95%;
    max-height: 95vh;
  }

  .habModal-slider {
    height: 300px;
  }

  .habModal-content.scrolled .habModal-slider {
    height: 240px;
  }

  .habModal-amenities {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .habInfo-grid {
    grid-template-columns: 1fr;
  }

  .habInfo-title {
    font-size: 2rem;
  }

  .habInfo-title::before {
    left: -40px;
    width: 30px;
  }

  .habModal-info-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .habModal-room-desc {
    justify-content: center;
  }

  .habModal-slider {
    height: 250px;
  }

  .habModal-content.scrolled .habModal-slider {
    height: 200px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 576px) {
  .habModal-slider {
    height: 200px;
  }

  .habModal-content.scrolled .habModal-slider {
    height: 160px;
  }

  .habModal-body {
    padding: 20px;
  }

  .habModal-content.scrolled .habModal-body {
    transform: translateY(-20px);
  }

  .habModal-amenity-title {
    font-size: 1rem;
  }

  .habModal-amenity-list {
    font-size: 0.9rem;
  }

  .habInfo-promo-card {
    padding: 25px;
  }

  .habInfo-promo-title {
    font-size: 1.5rem;
  }

  .habInfo-promo-text {
    font-size: 1rem;
  }
}

/* Para pantallas grandes */
@media (min-width: 1200px) {
  .habModal-content {
    max-width: 1100px;
  }

  .habModal-slider {
    height: 400px;
  }

  .habModal-content.scrolled .habModal-slider {
    height: 320px;
  }

  .habModal-body {
    max-height: 450px;
  }
}
/*****************************DENTRO DE PAQUETES*****************************/
/* Sección Paquetes */
.pqt-section {
  font-family: "Open Sans", sans-serif;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.pqt-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.pqt-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.pqt-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  color: #1d252d;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.pqt-title::before,
.pqt-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #000000, #000000);
}

.pqt-title::before {
  left: -90px;
}

.pqt-title::after {
  right: -120px;
  display: none;
}

.pqt-description {
  font-family: "Overlock", cursive;
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pqt-grid {
  display: grid;
  gap: 80px;
}

.pqt-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.pqt-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.pqt-item.reverse .pqt-image {
  order: 2;
}

.pqt-item.reverse .pqt-card {
  order: 1;
}

.pqt-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.pqt-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.pqt-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pqt-image:hover img {
  transform: scale(1.05);
}

.pqt-card {
  background: white;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pqt-card-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: #1d252d;
  margin-bottom: 5px;
}

.pqt-card-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.pqt-card-special {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #cf9614;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pqt-card-description {
  font-family: "Open Sans", sans-serif;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.pqt-detail-link {
  display: inline-block;
  color: #cf9614;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.pqt-detail-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cf9614;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.pqt-detail-link:hover::after {
  transform: scaleX(1);
}

.pqt-reserve-btn {
  background: transparent;
  border: 2px solid #c88f0e;
  color: #c88f0e;
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pqt-reserve-btn:hover {
  background: #c88f0e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(200, 143, 14, 0.3);
}

/* Modal Styles */
.pqt-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pqt-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pqt-modal {
  background: white;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.7) translateY(50px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.pqt-modal-overlay.active .pqt-modal {
  transform: scale(1) translateY(0);
}

.pqt-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  transition: background 0.3s ease;
}

.pqt-modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.pqt-slider-container {
  position: relative;
  height: 400px;
  transition: all 0.5s ease;
}

.pqt-modal.scrolled .pqt-slider-container {
  height: 300px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pqt-modal.scrolled .swiper-slide img {
  transform: translateY(-50px);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}

.pqt-modal-content {
  padding: 30px;
  overflow-y: auto;
  position: relative;
  transition: all 0.5s ease;
}

.pqt-modal.scrolled .pqt-modal-content {
  transform: translateY(-30px);
}

.pqt-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.pqt-modal-title-section {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  left: 30%;
}

.pqt-modal-icon {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.pqt-modal-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}

.pqt-modal-titles h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #1d252d;
  margin: 0;
}

.pqt-modal-titles h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #666;
  margin: 0;
  letter-spacing: 1px;
}

.pqt-modal-reserve-btn {
  background: linear-gradient(270deg, #ffd36e 0%, #9e7a29 83%, #967427 100%);
  border: none;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
}

.pqt-modal-reserve-btn:hover {
  transform: translateY(-2px);
}

.pqt-modal-section {
  margin-bottom: 30px;
}

.pqt-modal-section h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 20px;
}
#pqt-grid2 {
  grid-template-columns: repeat(2, 1fr) !important;
  position: relative;
  left: 15%;
  width: 80%;
}
.pqt-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 90%;
  position: relative;
  left: 5%;
}

.pqt-modal-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pqt-modal-item-icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  font-size: 18px;
}

.pqt-modal-item-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.pqt-divider {
  height: 2px;
  background: #0000002e;
  margin: 25px 0;
}

.scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3498db;
  font-size: 14px;
  opacity: 1;
  animation: bounce 2s infinite;
  transition: opacity 0.3s ease;
}

.pqt-modal.scrolled .scroll-indicator {
  opacity: 0;
  pointer-events: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}

.scroll-indicator i {
  font-size: 20px;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 992px) {
  .pqt-modal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pqt-title {
    font-size: 2.2rem;
  }

  .pqt-title::before,
  .pqt-title::after {
    display: none;
  }

  .pqt-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pqt-item.reverse .pqt-image {
    order: 1;
  }

  .pqt-item.reverse .pqt-card {
    order: 2;
  }

  .pqt-modal {
    width: 95%;
    max-height: 95vh;
  }

  .pqt-modal-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .pqt-modal-grid {
    grid-template-columns: 1fr;
  }

  .pqt-slider-container {
    height: 300px;
  }

  .pqt-modal.scrolled .pqt-slider-container {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .pqt-section {
    padding: 60px 15px;
  }

  .pqt-title {
    font-size: 1.8rem;
  }

  .pqt-description {
    font-size: 1rem;
  }

  .pqt-card {
    padding: 25px;
  }

  .pqt-card-title {
    font-size: 1.8rem;
  }

  .pqt-slider-container {
    height: 250px;
  }

  .pqt-modal.scrolled .pqt-slider-container {
    height: 180px;
  }

  .pqt-modal-content {
    padding: 20px;
  }

  .pqt-modal.scrolled .pqt-modal-content {
    transform: translateY(-20px);
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
