@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Book.otf') format('opentype'),
         url('../fonts/GothamRoundedBook_21018.ttf') format('truetype');
    font-weight: 400; /* Normal (Book) */
    font-style: normal;
  }
  
  /* Book Italic */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  
  /* Light */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Light.otf') format('opentype'),
         url('../fonts/GothamRoundedLight_21020.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
  }
  
  /* Light Italic */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
  }
  
  /* Medium */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.otf') format('opentype'),
         url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
  }
  
  /* Medium Italic */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
  }
  
  /* Bold */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Bold.otf') format('opentype'),
         url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
  }
  
  /* Bold Italic */
  @font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }
  @import url('https://fonts.cdnfonts.com/css/mollen-personal-use');
  *{
    margin: 0;
    padding: 0;
    
   
}
body{
  background:
      radial-gradient(circle at 20% 20%, rgba(227,24,105,.10), transparent 45%),
      radial-gradient(circle at 85% 70%, rgba(255,122,0,.10), transparent 50%);
}
#main-header{
    height: 80px;
}
#header_container{
    height: 80px;
    font-family: 'Gotham Rounded', sans-serif;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; 
  display: grid;
  grid-template-columns: auto 1fr;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: 80px;
  align-items: center;
 
  width: 100%;
  background-color: white;
}

.left-header {
  display: flex;
  align-items: center;
}
.right-header img{
    width: 100%;
}
.right-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.right-header a {
  text-decoration: none;
  font-family: 'Mollen Personal Use', sans-serif;
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  margin-right: 18px;
  margin-left: 18px;
}
.right-header a:hover{
    color: #E51271;
    font-weight: 700;

}

/* Estilos para el menú hamburguesa */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  justify-self: end;
  z-index: 1000;
}

.hamburger-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #676767;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* Estilos para móvil */
@media (max-width: 768px) {
  header {
    grid-template-columns: auto 1fr;
    padding: 0 5%;
  }
  
  .hamburger-btn {
    display: block;
  }
  
  .nav-bar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
  }
  
  .nav-bar.active {
    right: 0;
  }
  
  .right-header a {
    display: block;
    margin: 15px 0;
    font-size: 20px;
  }
  
  /* Animación para el botón hamburguesa cuando está activo */
  .hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
}
 /* ========= HERO base ========= */
  .hero-airama{
    min-height: 92vh;
 
    display: grid;
    place-items: center;
    padding-block: clamp(2.5rem, 6vw, 5.5rem);
  }

  .hero-inner{
    max-width: 1180px;
    z-index: 3; /* arriba de assets */
  }

  .hero-center{
    position: relative;
    z-index: 3;
    padding-inline: clamp(1rem, 3vw, 2rem);
  }

  /* ========= Logo + H1 ========= */
  .hero-logo{
    width: min(560px, 92%);
    height: auto;
    opacity: 0;
    transform: translateY(10px) scale(.985);
    filter: blur(2px);
    transition: opacity .9s ease, transform .9s ease, filter .9s ease;
    will-change: transform;
  }

  .hero-title{
    font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.3;
    font-size: clamp(0.85rem, 1.25vw, 1.05rem);
    color: #e31869;
    opacity: 0;
    transform: translateY(14px);
    filter: blur(2px);
    transition: opacity .85s ease, transform .85s ease, filter .85s ease;
  }

  /* Aparición */
  .hero-airama.is-visible .hero-logo,
  .hero-airama.is-visible .hero-title{
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  /* Hover sutil (dinamismo pro) */
  .hero-airama:hover .hero-logo{
    transform: translateY(0) scale(1.01);
  }
  .hero-airama:hover .hero-title{
    transform: translateY(0) scale(1.02);
  }

  /* ========= Assets viewport ========= */
  .hero-assets-viewport{
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none; /* no bloquea interacciones */
  }

  .asset{
    position: absolute;
    height: auto;
    max-width: none;
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .9s ease, transform .9s ease, filter .25s ease;
    will-change: transform;
    pointer-events: auto; /* permite hover individual */
  }

  .hero-airama.is-visible .asset{
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .asset:hover{
    transform: translateY(-2px) scale(1.05);
    filter: drop-shadow(0 14px 26px rgba(0,0,0,.10));
  }

  /* IZQ superior - PEGADA AL BORDE REAL */
  .asset-left-edge-top{
    top: 40px;
    left: 0; /* ← desde donde empieza la página */
    width: 30%;
  }

  /* DER inferior - PEGADA AL BORDE REAL */
  .asset-right-edge-bottom{
    bottom: 0;
    right: 0; /* ← hasta donde termina la página */
    width: 30%;
  }

  /* IZQ inferior - CENTRADA EN ESPACIO IZQ */
  .asset-left-center-bottom{
    left: 25vw; /* centro del “tercio” izquierdo */
    bottom: 12%;
    width: clamp(48px, 5vw, 72px);
    transform: translate(-50%, 18px) scale(.98); /* respeta anim */
  }
  .hero-airama.is-visible .asset-left-center-bottom{
    transform: translate(-50%, 0) scale(1);
  }
  .asset-left-center-bottom:hover{
    transform: translate(-50%, -2px) scale(1.08);
  }

  /* DER superior - CENTRADA EN ESPACIO DER */
  .asset-right-center-top{
    right: 25vw; /* centro del “tercio” derecho */
    top: 14%;
    width: clamp(48px, 5vw, 72px);
    transform: translate(50%, 18px) scale(.98);
  }
  .hero-airama.is-visible .asset-right-center-top{
    transform: translate(50%, 0) scale(1);
  }
  .asset-right-center-top:hover{
    transform: translate(50%, -2px) scale(1.08);
  }

  /* Glow opcional (muy suave) */
  .hero-glow{
    position: absolute;
    inset: -30%;
    z-index: 0;
    pointer-events: none;

    opacity: .85;
  }

  /* ========= Responsive ========= */
  @media (max-width: 991.98px){
    /* En mobile ya se ocultan por clases Bootstrap d-none d-lg-block */

    /* Ajustes de centrado para no chocar con el logo */
    .asset-left-center-bottom{
      left: 18vw;
      bottom: 10%;
    }
    .asset-right-center-top{
      right: 18vw;
      top: 8%;
    }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce){
    .hero-logo, .hero-title, .asset{
      transition: none !important;
      transform: none !important;
      filter: none !important;
      opacity: 1 !important;
    }
  }
  /* =========================
   SECTION ABOUT – AIRAMA
========================= */

.section-about{
  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;

}

/* Estrella decorativa */
.section-about .asset-right-center-top{
  position: absolute;
  top: 12%;
  right: 8%;
  width: clamp(40px, 4.5vw, 70px);
  opacity: 0;
  transform: translateY(12px) scale(.9);
  transition: opacity .8s ease, transform .8s ease;
  pointer-events: none;
}

/* Título */
.about-title{
  font-family: 'Mollen Personal Use', 'Gotham Rounded', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #e31869;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .8s ease, transform .8s ease;
}

/* Texto */
.about-text{
  font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
  color: #1a1a1a;
  max-width: 900px;
  margin-inline: auto;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .9s ease .1s, transform .9s ease .1s;
}

/* Botón */
.btn-contact{
  display: inline-block;
  font-family: 'Gotham Rounded', sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e31869, #ff7a00);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(227,24,105,.25);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .9s ease .2s,
    transform .9s ease .2s,
    box-shadow .25s ease,
    filter .25s ease;
}

/* Hover botón */
.btn-contact:hover{
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 32px rgba(227,24,105,.35);
  filter: brightness(1.05);
  color: #fff;
}

/* Estado visible */
.section-about.is-visible .about-title,
.section-about.is-visible .about-text,
.section-about.is-visible .btn-contact{
  opacity: 1;
  transform: translateY(0);
}

.section-about.is-visible .asset-right-center-top{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Mobile */
@media (max-width: 991.98px){
  .section-about .asset-right-center-top{
    top: 6%;
    right: 6%;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .about-title,
  .about-text,
  .btn-contact,
  .asset-right-center-top{
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
 .section-how{
    position: relative;
    padding: clamp(4rem, 8vw, 6.5rem) 0;

  }

  .how-title{
    font-family: 'Mollen Personal Use', 'Gotham Rounded', sans-serif;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #e31869;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .8s ease, transform .8s ease;
  }

  .how-subtitle{
    font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
    color: #1a1a1a;
    max-width: 880px;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .9s ease .05s, transform .9s ease .05s;
  }

  /* Cards */
  .how-card{
    height: 100%;
    padding: 22px 22px 20px;
    border-radius: 24px;

    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, filter .25s ease;
    opacity: 0;
    transform: translateY(16px);
    will-change: transform;
    outline: none;
  }

  .how-card:focus{
    border-color: rgba(227,24,105,.35);
    box-shadow: 0 0 0 4px rgba(227,24,105,.12), 0 16px 36px rgba(0,0,0,.07);
  }

  .how-card:hover{
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(227,24,105,.18);
    box-shadow: 0 18px 46px rgba(227,24,105,.10), 0 18px 44px rgba(0,0,0,.08);
    filter: brightness(1.02);
  }

  /* Icon */
  .how-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;

    border: 1px solid rgba(227,24,105,.16);
  }

  .how-icon i{
    font-size: 1.35rem;
    color: #e31869;
  }

  /* Text */
  .how-card-title{
    font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 8px 0;
      color: #e31869; /* PANTEÓN AIRAMA */
  }

  .how-card-text{
    font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
    color: #222;
  }

  /* Visible states */
  .section-how.is-visible .how-title,
  .section-how.is-visible .how-subtitle{
    opacity: 1;
    transform: translateY(0);
  }

  .section-how.is-visible .how-card{
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger (cascada) */
  .section-how.is-visible .how-card:nth-child(1){ transition-delay: .05s; }
  .section-how.is-visible .how-card:nth-child(2){ transition-delay: .10s; }
  .section-how.is-visible .how-card:nth-child(3){ transition-delay: .15s; }
  .section-how.is-visible .how-card:nth-child(4){ transition-delay: .20s; }
  .section-how.is-visible .how-card:nth-child(5){ transition-delay: .25s; }
  .section-how.is-visible .how-card:nth-child(6){ transition-delay: .30s; }

  /* Glow sutil */
  .how-glow{
    position: absolute;
    inset: -30%;
    z-index: 0;
    pointer-events: none;

  }

  /* Asegura contenido sobre glow */
  .section-how .container{ position: relative; z-index: 2; }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce){
    .how-title, .how-subtitle, .how-card{
      transition: none !important;
      transform: none !important;
      opacity: 1 !important;
    }
  }
  /* =========================
     SECTION SERVICES
  ========================= */
  .section-services{
    position: relative;
    padding: clamp(3.2rem, 6vw, 5.5rem) 0;
   
  }

  .services-wrap{
    border-radius: 26px;
    overflow: hidden;
    border: 5px solid #e31869;
    box-shadow: 0 18px 48px rgba(0,0,0,.08);
    background: #fff;
  }

  /* Estrella */
  .services-star{
    position: absolute;
    top: 12%;
    right: 7%;
    width: clamp(40px, 4vw, 70px);
    opacity: 0;
    transform: translateY(12px) scale(.9);
    transition: opacity .85s ease, transform .85s ease;
    pointer-events: none;
    z-index: 3;
  }

  /* Media (izquierda) */
  .services-media{
    position: relative;
    min-height: 340px;
    background: #f7f7f7;
  }

  .services-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform .45s ease, filter .45s ease;
    filter: saturate(1.02) contrast(1.02);
  }

  /* Hover: zoom suave */
  .services-wrap:hover .services-img{
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1.03);
  }

  /* Content (derecha) */
  .services-content{
    padding: clamp(2.2rem, 4vw, 3.5rem);
    background: #fff;
  }

  .services-inner{
    max-width: 520px;
    margin-inline: auto;
  }

  .services-title{
    font-family: 'Mollen Personal Use', 'Gotham Rounded', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
    color: #e31869;
    margin: 0;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .85s ease, transform .85s ease;
  }

  .services-text{
    font-family: 'Gotham Rounded', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.75;
    color: #1a1a1a;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .9s ease .06s, transform .9s ease .06s;
  }

  /* Botón (mismo estilo anterior) */
  .btn-contact{
    display: inline-block;
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e31869, #ff7a00);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(227,24,105,.25);
    border: 0;
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity .9s ease .12s,
      transform .9s ease .12s,
      box-shadow .25s ease,
      filter .25s ease;
  }

  .btn-contact-lg{
    padding: 16px 44px;
    font-size: 1.05rem;
  }

  .btn-contact:hover{
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 32px rgba(227,24,105,.35);
    filter: brightness(1.05);
    color: #fff;
  }

  /* Reveal visible */
  .section-services.is-visible .services-title,
  .section-services.is-visible .services-text,
  .section-services.is-visible .btn-contact{
    opacity: 1;
    transform: translateY(0);
  }

  .section-services.is-visible .services-star{
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Glow */
  .services-glow{
    position: absolute;
    inset: -30%;
    z-index: 0;
    pointer-events: none;

  }

  /* Mantener container encima */
  .section-services .container{ position: relative; z-index: 2; }

  /* Mobile */
  @media (max-width: 991.98px){
    .services-content{ padding: 2rem 1.5rem; }
    .services-inner{ max-width: 620px; }
    .services-media{ min-height: 260px; }

    .services-star{
      top: 6%;
      right: 6%;
    }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce){
    .services-title, .services-text, .btn-contact, .services-star, .services-img{
      transition: none !important;
      transform: none !important;
      opacity: 1 !important;
      filter: none !important;
    }
  }
  footer{
  background-color: #e84c13;
  background-image: linear-gradient(147deg, #e84c13 0%, #e51271 74%);
}
.footer-grid{
  

display: grid;
grid-template-columns: 50% 50%;

}
.footer-left{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-left h1{
  font-family: 'Gotham Rounded';
  font-weight: 800;
  font-size: calc(90px + (100vw - 1918px) * 0.02);
  padding-left: 5%;
  color: white;
}
.ftsp{
  color: #FFD000;
}
.footer-right{
  display: grid;
  grid-template-rows: 30% 70%;
}
.ft-rg-up{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5%;

}
.ft-rg-up a{
  margin-left: 3%;

}
.ft-tg-lt{
  display: flex;
  flex-direction: column;
  margin-top: 10%;
  align-items: flex-end;
  margin-right: 5%;
}
.ft-tg{
  display: flex;
  align-items: center;
 
}
.ft-tg h3{
  font-family: 'Gotham Rounded';
  font-weight: 800;
  font-size: calc(30px + (100vw - 1918px) * 0.02);
  color: #FFD000;
  width: 160px;

}
.ft-tg p{
  font-family: 'Gotham Rounded';
  font-weight: 100;
  font-size: calc(30px + (100vw - 1918px) * 0.02);
  color: white;
}
.footer-nav{
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;

}

.ft-left img{ 
  margin-left: 7%;
}
.ft-right{
  display: flex;
  margin-right: 5%;
  justify-content: flex-end;
}
.ft-right a{
 margin-left: 5%;
 text-decoration: none;
 font-family: 'Gotham Rounded';
  font-weight: 100;
  font-size: calc(30px + (100vw - 1918px) * 0.02);
  color: white;
}
.ft-right a:hover{
  color: #FFD000;
}
.reserved{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: solid 1px white;
  margin-top: 20px;
}
.reserved p{
  font-family: 'Gotham Rounded';
  font-weight: 100;
  font-size: calc(30px + (100vw - 1918px) * 0.02);
  color: white;
  margin-left: 3%;
}
@media (max-width: 678px) {
  .footer-grid{
  grid-template-columns: 1fr;
}
.footer-nav{
  grid-template-columns: 1fr;
}
.tab1btn-content{
  width: 80%;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}    
.ft-right{
    display: flex;
    flex-direction: column;
}   
.ft-right a {
     font-size: 20px;
}
.ft-tg-lt{
    display: none;
}
}