:root {
  --lime: #b8ff2c;
  --lime-soft: #ccff5c;
  --dark: #05070b;
  --white-soft: rgba(255, 255, 255, 0.86);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #05070b;
  color: #fff;
  overflow-x: hidden;
}

.experiencia-page {
  width: 100%;
  min-height: 100vh;
  background: #05070b;
}

/* HERO */

.experiencia-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.35) 100%),
    url("../img/IMC/bodylife_pesas.png");
  background-size: cover;
  background-position: center;
  padding-top: 95px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(184, 255, 44, 0.16), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.86));
  pointer-events: none;
}

.experiencia-container {
  position: relative;
  z-index: 2;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hero-content {
  max-width: 680px;
  transform: translateX(90px);
 
    transform: translate(90px, -70px);
  }


.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 22px;
  text-shadow: 0 0 18px rgba(184, 255, 44, 0.45);
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 6.8rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -3px;
  margin-bottom: 28px;
  color: #fff;
  text-shadow: 0 14px 35px rgba(0,0,0,.65);
}

.hero-content h1 span {
  display: block;
  color: var(--lime);
  text-shadow:
    0 0 18px rgba(184, 255, 44, 0.42),
    0 6px 18px rgba(0,0,0,.75);
}

.hero-content p {
  max-width: 620px;
  color: #ffffff;
  font-size: 1.20rem;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 32px;

  text-shadow:
    0 2px 10px rgba(0,0,0,.75),
    0 0 18px rgba(0,0,0,.45);
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-features div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(8px);
  color: #fff;
  font-weight: 700;
  font-size: .92rem;
}

.hero-features i {
  color: var(--lime);
  font-size: 1rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.hero-buttons .btn-custom {
  min-width: 210px;
  height: 62px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 30px;

  border-radius: 14px;

  background: rgba(0,0,0,.18);

  border: 1.5px solid rgba(255,255,255,.85);

  color: #ffffff;

  font-size: 1rem;
  font-weight: 800;

  text-decoration: none;

  backdrop-filter: blur(10px);

  transition: all .28s ease;
}

.hero-buttons .btn-custom:hover {
  background: #ffffff;
  color: #000000;

  transform: translateY(-3px);

  box-shadow:
    0 10px 30px rgba(255,255,255,.18);
}


/* TARJETA DERECHA */

.hero-card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.experience-card {
  width: min(760px, 100%);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(10, 12, 14, 0.68);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    0 30px 80px rgba(0,0,0,.65),
    0 0 45px rgba(184,255,44,.12);
  backdrop-filter: blur(14px);
  transform: translateY(-90px);
}

.card-img {
  height: 500px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(0,0,0,.75) 100%),
    url("../img/experiencia_amigos.png");
  background-size: cover;
  background-position: center;
}

.card-info {
  padding: 38px 40px 42px;
}

.card-info span {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: .78rem;
  font-weight: 900;
}

.card-info h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 8px 0 12px;
}

.card-info p {
  color: rgba(255,255,255,.92);
  line-height: 1.7;
  margin: 0;

  font-size: 1.05rem;
  font-weight: 600;

  text-shadow:
    0 2px 10px rgba(0,0,0,.55);
}

/*---------------------------------------------------SEGUNDA SESIÓN---------------------------------------------*/
/* ================================
   EXPERIENCIA BODY LIFE
================================ */

:root {
  --lime: #b8ff2c;
  --dark: #030403;
  --white-soft: rgba(255,255,255,0.78);
}

* {
  box-sizing: border-box;
}

.experience-page {
  width: 100%;
  min-height: 100vh;
  background: var(--dark);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

/* ================================
   SECCIÓN - ÚNICOS EN LA ZONA
================================ */

.unique-zone-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 115px 0 70px;
  overflow: hidden;
  background: #030403;
}

.unique-zone-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/experiencia_en_entrada.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  filter:
  brightness(0.60)
  contrast(1.12)
  saturate(1.05);
  transform: scale(1.03);
  z-index: 1;
}

.unique-zone-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0.17) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.12) 48%, rgba(0,0,0,0.70) 100%),
    radial-gradient(circle at 18% 42%, rgba(184,255,44,0.16), transparent 20%);
  z-index: 2;
}

.unique-zone-container{
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 100%;

  margin: 0;

  padding-left: 70px;
  padding-right: 40px;
}
/* Texto superior */
.unique-zone-text{
  width: 100%;
  max-width: 1000px;

  margin-top: -100px;
}
.unique-zone-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.unique-zone-kicker i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  color: #061006;
  font-size: 0.75rem;
  box-shadow: 0 0 26px rgba(184,255,44,0.42);
}

.unique-zone-text h1{
  margin: 0;

  color: #ffffff;

  font-size: clamp(4.2rem, 6vw, 6rem);

  line-height: 0.88;

  font-weight: 800;

  letter-spacing: -1px;

  max-width: 980px;

  font-family: "Inter", sans-serif;

  text-shadow:
    0 8px 30px rgba(0,0,0,0.45);
}

.unique-zone-text h1 span{
  color: #b8ff2c;

  text-shadow:
    0 0 12px rgba(184,255,44,0.20),
    0 0 28px rgba(184,255,44,0.08);
}

.unique-zone-line{
  position: relative;

  width: 120px;
  height: 4px;

  margin-top: 38px;
  margin-bottom: 38px;

  border-radius: 30px;

  background:
      linear-gradient(
          90deg,
          rgba(184,255,44,0) 0%,
          rgba(184,255,44,0.25) 15%,
          #b8ff2c 50%,
          rgba(184,255,44,0.25) 85%,
          rgba(184,255,44,0) 100%
      );

  box-shadow:
      0 0 12px rgba(184,255,44,0.45),
      0 0 28px rgba(184,255,44,0.22),
      0 0 55px rgba(184,255,44,0.10);

  overflow: hidden;
}

.unique-zone-line::before{
  content: "";

  position: absolute;

  top: -12px;
  left: 50%;

  width: 55px;
  height: 28px;

  transform: translateX(-50%);

  background:
      radial-gradient(
          ellipse at center,
          rgba(184,255,44,0.45),
          rgba(184,255,44,0)
      );

  filter: blur(6px);
}
.unique-zone-text p{
  display: inline-block;

  max-width: 760px;

  margin: 0 0 22px;

  padding: 14px 22px;

  color: rgba(255,255,255,0.96);

  font-size: 1.28rem;

  line-height: 1.9;

  font-weight: 800;

  letter-spacing: -0.3px;

  border-radius: 16px;

  background:
  linear-gradient(
      180deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.05)
  );

  backdrop-filter: blur(10px);

  box-shadow:
      0 10px 35px rgba(0,0,0,0.28);

  text-shadow:
      0 2px 10px rgba(0,0,0,0.45);
}
/* Cards */

.unique-zone-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 50px;
}

.unique-zone-card {
  min-height: 315px;
  padding: 36px 28px;
  text-align: center;
  border-radius: 16px;
  background: rgba(10, 12, 10, 0.68);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.45);
  transition: 0.25s ease;
}

.unique-zone-card:hover {
  transform: translateY(-8px);
  border-color: rgba(184,255,44,0.45);
  background: rgba(12, 18, 10, 0.78);
}

.unique-zone-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--lime);
  border: 1px solid rgba(184,255,44,0.55);
  background: rgba(184,255,44,0.08);
  box-shadow:
    0 0 30px rgba(184,255,44,0.14),
    inset 0 0 18px rgba(184,255,44,0.08);
  font-size: 1.7rem;
}

.unique-zone-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 900;
}

.card-line{
  position: relative;

  width: 55px;
  height: 3px;

  margin: 22px auto;

  border-radius: 30px;

  background:
      linear-gradient(
          90deg,
          rgba(184,255,44,0) 0%,
          rgba(184,255,44,0.30) 18%,
          #b8ff2c 50%,
          rgba(184,255,44,0.30) 82%,
          rgba(184,255,44,0) 100%
      );

  box-shadow:
      0 0 10px rgba(184,255,44,0.40),
      0 0 22px rgba(184,255,44,0.18);

  overflow: hidden;
}

.card-line::before{
  content: "";

  position: absolute;

  top: -8px;
  left: 50%;

  width: 26px;
  height: 16px;

  transform: translateX(-50%);

  background:
      radial-gradient(
          ellipse at center,
          rgba(184,255,44,0.42),
          rgba(184,255,44,0)
      );

  filter: blur(4px);
}

.unique-zone-card p{
  margin: 0;

  color: rgba(255,255,255,0.78);

  text-align: center;

  font-size: 1.02rem;

  line-height: 1.8;

  font-weight: 500;

  letter-spacing: -0.1px;

  text-shadow:
      0 2px 8px rgba(0,0,0,0.22);
}

/* Barra inferior */

.unique-zone-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 18px;
  background: rgba(8, 10, 8, 0.78);
  border: 1px solid rgba(255,255,255,0.13);
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.45);
}

.unique-bottom-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--lime);
  border: 1px solid rgba(184,255,44,0.45);
  background: rgba(184,255,44,0.08);
  font-size: 1.35rem;
}

.unique-zone-bottom p {
  flex: 1;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}

.unique-zone-bottom a {
  min-width: 190px;
  padding: 16px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 10px;
  background: var(--lime);
  color: #061006;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-shadow: 0 0 35px rgba(184,255,44,0.28);
  transition: 0.25s ease;
}

.unique-zone-bottom a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 45px rgba(184,255,44,0.45);
}

.title-stars{
  display: flex;
  align-items: center;
  gap: 16px;

  margin-bottom: 35px;

  padding-left: 210px;
}

.title-stars i{
  color: #b8ff2c;

  font-size: 1.5rem;

  text-shadow:
      0 0 10px rgba(184,255,44,0.25),
      0 0 25px rgba(184,255,44,0.10);
}
.lime-text{
  color: #b8ff2c;

  font-weight: 700;

  text-shadow:
      0 0 10px rgba(184,255,44,0.18);
}
/*--------------------------------------------TERCERA SESIÓN-------------------------------------------------*/

/* =========================================
   HISTORIAS BODY LIFE
========================================= */

.bodylife-stories-section{
  position: relative;

  width: 100%;

  padding: 140px 0;

  overflow: hidden;

  background:
      linear-gradient(
          180deg,
          #040404 0%,
          #070707 50%,
          #020202 100%
      );
}

/* FONDO */
.bodylife-stories-section::before{
  content: "";

  position: absolute;
  inset: 0;

  background-image:
      url("../img/progreso_pareja_2.png");

  background-size: cover;
  background-position: center;

  opacity: 0.22;

  filter:
      brightness(0.92)
      contrast(1.1);

  transform: scale(1.04);

  z-index: 1;
}

/* OVERLAY */

.bodylife-stories-overlay{
  position: absolute;
  inset: 0;

  background:
      radial-gradient(
          circle at top left,
          rgba(184,255,44,0.08),
          transparent 28%
      );

  z-index: 2;
}

/* CONTENEDOR */

.bodylife-stories-container{
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 1850px;

  margin: 0 auto;

  padding-left: 25px;
  padding-right: 25px;
}
/* =========================================
 TITULO
========================================= */

.bodylife-stories-heading{
  text-align: center;

  max-width: 1400px;

  width: 100%;

  margin: 0 auto 90px;
}

.stories-stars{
  display: flex;
  justify-content: center;
  gap: 14px;

  margin-bottom: 28px;
}

.stories-stars i{
  color: #b8ff2c;

  font-size: 1.2rem;

  text-shadow:
      0 0 12px rgba(184,255,44,0.25);
}

.bodylife-stories-heading h2{
  margin: 0;

  color: #fff;

  font-size: clamp(3rem, 5vw, 5.5rem);

  line-height: 0.95;

  font-weight: 800;

  letter-spacing: -3px;
}

.bodylife-stories-heading h2 span{
  color: #b8ff2c;

  text-shadow:
      0 0 20px rgba(184,255,44,0.14);
}

/* LINEA */

.stories-light-line{
  position: relative;

  width: 110px;
  height: 4px;

  margin: 34px auto;

  border-radius: 30px;

  background:
      linear-gradient(
          90deg,
          rgba(184,255,44,0),
          rgba(184,255,44,0.25),
          #b8ff2c,
          rgba(184,255,44,0.25),
          rgba(184,255,44,0)
      );

  box-shadow:
      0 0 15px rgba(184,255,44,0.35);
}


/* =========================================
 GRID
========================================= */

.bodylife-stories-grid{
  display: grid;

  grid-template-columns: repeat(3, minmax(420px, 1fr));

  gap: 34px;

  width: 100%;
}
/* CARD */

.story-card{
  overflow: hidden;

  border-radius: 24px;

  background:
      linear-gradient(
          180deg,
          rgba(15,15,15,0.88),
          rgba(5,5,5,0.94)
      );

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(14px);

  transition: 0.3s ease;

  box-shadow:
      0 20px 60px rgba(0,0,0,0.35);
}

.story-card:hover{
  transform: translateY(-10px);

  border-color:
      rgba(184,255,44,0.25);
}

/* IMAGEN */

.story-image{
  width: 100%;
  height: 420px;


  overflow: hidden;
}

.story-image img{
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: 0.5s ease;
}

.story-card:hover .story-image img{
  transform: scale(1.06);
}

/* CONTENIDO */

.story-content{
  padding: 34px;
}

.story-content h3{
  margin: 0 0 16px;

  color: #fff;

  font-size: 1.7rem;

  line-height: 1.3;

  font-weight: 800;
}

.story-name{
  display: inline-block;

  margin-bottom: 20px;

  color: #b8ff2c;

  font-size: 0.95rem;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.story-content p{
  margin: 0;

  color: rgba(255,255,255,0.84);

  font-size: 1.06rem;
  line-height: 1.9;
  font-weight: 500;

  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}
.story-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-content p{
  text-align: justify;
  text-justify: inter-word;

  line-height: 1.95;

  hyphens: auto;
}
.stories-hearts{
  display: flex;
  justify-content: center;
  gap: 18px;

  margin-bottom: 28px;
}

.stories-hearts i{
  color: #b8ff2c;

  font-size: 1.3rem;

  text-shadow:
      0 0 14px rgba(184,255,44,0.28),
      0 0 28px rgba(184,255,44,0.10);
}

.bodylife-stories-heading p{
  display: block !important;

  max-width: 1300px !important;
  width: 100% !important;

  margin: 0 auto !important;
  padding: 24px 38px !important;

  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 24px !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  box-shadow: 0 10px 30px rgba(0,0,0,0.18) !important;

  color: rgba(255,255,255,0.96) !important;
  font-size: 1.18rem !important;
  line-height: 2 !important;
  font-weight: 700 !important;
  text-align: center !important;

  text-shadow: 0 3px 14px rgba(0,0,0,0.75) !important;
}
/* =========================================
   MAPA GOOGLE BODY LIFE
========================================= */

.bodylife-map-container{
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: 26px;
}

.bodylife-map-container iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  position: relative;
  z-index: 1;
}

.bodylife-map-click-layer{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent !important;
  cursor: pointer;
}
.inst-banner-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow: visible;
  background: transparent;
}

.inst-banner-card-wrap {
  position: relative;
  width: 980px;
  max-width: 72%;
  margin-left: 0;
  z-index: 30;
}

.inst-banner-card {
  position: relative;
  min-height: 185px;
  display: flex;
  align-items: center;
  padding: 2rem 3.2rem;
  background:
    linear-gradient(135deg, #b8ff2c 0%, #a8ed24 45%, #7fc20f 100%);
  box-shadow:
    0 24px 55px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.32);
  z-index: 2;
  overflow: hidden;
}

.inst-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.42), transparent 24%),
    linear-gradient(90deg, rgba(255,255,255,.18), transparent 55%);
  opacity: .65;
  pointer-events: none;
}

.inst-banner-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.inst-banner-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 24px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(20,20,20,0.16),
      rgba(255,255,255,0.10)
    );

  border: 1px solid rgba(0,0,0,0.08);

  backdrop-filter: blur(10px);

  color: #101010;

  font-size: 0.75rem;
  font-weight: 900;

  letter-spacing: 3px;

  text-transform: uppercase;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.35);

  position: relative;

  overflow: hidden;
}
.inst-banner-kicker::before {
  content: "";

  position: absolute;

  top: -120%;
  left: -30%;

  width: 55px;
  height: 260%;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,0.45),
      transparent
    );

  transform: rotate(25deg);

  animation: kickerShine 4s linear infinite;
}

@keyframes kickerShine {
  0% {
    left: -40%;
  }

  100% {
    left: 140%;
  }
}
/*---------------------------------------------------------------------BANNER BODYLIFE----------------------------------------------*/

/* =========================
   BANNER BODY LIFE PREMIUM
========================= */

.inst-banner-wrap {
  position: relative;

  width: 100%;

  display: flex;
  justify-content: flex-start;

  overflow: visible;

  background: transparent;
}

.inst-banner-card-wrap {
  position: relative;

  width: 1150px;
  max-width: 78%;

  z-index: 30;
}

/* =========================
   TARJETA PRINCIPAL
========================= */

.inst-banner-card {
  position: relative;

  min-height: 260px;

  display: flex;
  align-items: center;

  padding: 2.4rem 3.5rem;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #c9ff2f 0%,
      #b8ff2c 35%,
      #9fe112 100%
    );

  box-shadow:
    0 28px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.22);

  z-index: 2;
}

/* BRILLOS */

.inst-banner-card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(255,255,255,.28),
      transparent 24%
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,.10),
      transparent 55%
    );

  pointer-events: none;
}

/* =========================
   TRIÁNGULO DERECHO
========================= */

.inst-banner-triangle {
  position: absolute;

  top: 0;
  right: -190px;

  width: 190px;
  height: 100%;

  background:
    linear-gradient(
      135deg,
      #a9ee17 0%,
      #7fbe0f 100%
    );

  clip-path: polygon(0 0, 100% 50%, 0 100%);

  z-index: 1;

  filter:
    drop-shadow(20px 18px 28px rgba(0,0,0,.18));
}

/* =========================
   CONTENIDO
========================= */

.inst-banner-content {
  position: relative;
  z-index: 5;

  max-width: 900px;
}

/* =========================
   MINI ETIQUETA
========================= */

.inst-banner-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 9px 18px;

  margin-bottom: 22px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(20,20,20,0.12),
      rgba(255,255,255,0.08)
    );

  border: 1px solid rgba(0,0,0,0.06);

  backdrop-filter: blur(10px);

  color: #111111;

  font-family: "Inter", sans-serif;

  font-size: 0.76rem;

  font-weight: 900;

  letter-spacing: 3px;

  text-transform: uppercase;

  box-shadow:
    0 10px 22px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,.22);

  overflow: hidden;

  position: relative;
}

/* BRILLO */

.inst-banner-kicker::before {
  content: "";

  position: absolute;

  top: -120%;
  left: -35%;

  width: 55px;
  height: 260%;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,.42),
      transparent
    );

  transform: rotate(25deg);

  animation: kickerShine 4s linear infinite;
}

@keyframes kickerShine {

  0% {
    left: -40%;
  }

  100% {
    left: 140%;
  }
}

/* =========================
   TITULO
========================= */

.inst-banner-title {
  margin: 0 0 .8rem;

  font-family: "Inter", sans-serif;

  font-size: clamp(2.2rem, 4vw, 4.4rem);

  line-height: .88;

  font-weight: 900;
  white-space: nowrap;

  letter-spacing: -4px;

  text-transform: uppercase;

  color: #111111;

  filter:
    drop-shadow(0 12px 18px rgba(0,0,0,0.18));

  text-shadow:
    0 2px 0 rgba(255,255,255,0.06),
    0 6px 10px rgba(0,0,0,0.12),
    0 14px 28px rgba(0,0,0,0.16),
    0 22px 40px rgba(0,0,0,0.10);
}

/* =========================
   SUBTITULO
========================= */

.inst-banner-sub {
  margin: 0;

  max-width: 780px;

  font-family: "Inter", sans-serif;

  font-size: clamp(1.1rem, 1.5vw, 1.65rem);

  line-height: 1.28;

  font-weight: 500;

  letter-spacing: -0.5px;

  color: #ffffff;

  margin-left: 28px;

  text-shadow:
  0 4px 10px rgba(0,0,0,0.32),
  0 10px 24px rgba(0,0,0,0.28),
  0 22px 40px rgba(0,0,0,0.20);
}


.inst-banner-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.inst-banner-title i {
  font-size: 0.85em;

  color: rgba(20,20,20,0.92);

  filter:
    drop-shadow(0 6px 10px rgba(0,0,0,0.18));

  text-shadow:
    0 4px 12px rgba(0,0,0,0.18);
}
.inst-banner-title i {
  color: #111111;

  opacity: .92;

  transform: translateY(-2px);
}
/*---------------------------------------------------------------RESEÑAS BODYLIFE-------------------------------------*/



.bl-reviews-top{
  width: 100%;
  max-width: 1750px;

  margin: 0 auto 55px;

  padding: 0 25px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bl-reviews-stars{
  display: flex;
  gap: 18px;

  margin-bottom: 14px;
}

.bl-reviews-stars i{
  color: #b8ff2c;

  font-size: 2.1rem;

  text-shadow:
      0 0 15px rgba(184,255,44,0.45);
}

.bl-reviews-mini{
  display: block;

  color: #b8ff2c;

  font-size: 1.05rem;

  font-weight: 900;

  letter-spacing: 6px;

  margin-bottom: 22px;
}

.bl-reviews-title{
  width: 100%;
  max-width: 1600px;
  padding: 42px 65px;
  background: rgba(0,0,0,0.50);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: clamp(2.8rem,4vw,5.4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow:
      0 0 18px rgba(255,255,255,0.08);

      text-shadow:
      0 2px 4px rgba(255,255,255,0.10),
      0 10px 24px rgba(255,255,255,0.08),
      0 18px 40px rgba(0,0,0,0.18);
}
.bl-reviews-title span {
  color: #cfff32;

  text-shadow:
    0 0 10px rgba(207,255,50,0.45),
    0 0 24px rgba(207,255,50,0.28),
    0 10px 25px rgba(0,0,0,0.18);
}

.bl-google-btn{
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 18px 42px;

  border-radius: 60px;

  background: #b8ff2c;

  color: #000;

  font-size: 1rem;

  font-weight: 900;

  text-decoration: none;

  transition: 0.3s ease;

  box-shadow:
      0 0 25px rgba(184,255,44,0.35);
}

.bl-google-btn:hover{
  transform: translateY(-3px);

  background: #d2ff69;

  color: #000;
}
.bl-reviews-widget{
  width: 100%;

  min-height: 800px;

  margin: 0;

  padding: 0;

  background: rgba(255,255,255,0.96);

  border-radius: 0;

  overflow: hidden;

  position: relative;
  z-index: 10;
}
.bl-reviews-stars{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;
}

.bl-reviews-stars i{
  color: #b8ff2c;

  font-size: 1.2rem;

  text-shadow:
      0 0 12px rgba(184,255,44,0.55);

  animation: starGlow 2.5s ease-in-out infinite alternate;
}
.bl-google-review-box{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 45px 20px 70px;
}

.bl-google-review-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  padding: 22px 42px;

  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(14px);

  border: 1px solid rgba(184,255,44,0.22);
  border-radius: 24px;

  color: #fff;
  text-decoration: none;

  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .5px;

  position: relative;
  overflow: hidden;

  box-shadow:
      0 0 25px rgba(184,255,44,0.14);

  animation: glowPulse 3s ease-in-out infinite;

  transition:
      transform .35s ease,
      box-shadow .35s ease,
      border-color .35s ease,
      background .35s ease;
}

/* brillo animado recorriendo el botón */
.bl-google-review-link::before{
  content: "";

  position: absolute;
  top: -120%;
  left: -40%;

  width: 70px;
  height: 300%;

  background: linear-gradient(
      180deg,
      transparent,
      rgba(255,255,255,0.28),
      transparent
  );

  transform: rotate(25deg);

  animation: shineMove 4s linear infinite;
}

/* hover potente */
.bl-google-review-link:hover{
  transform: translateY(-6px) scale(1.03);

  background: rgba(184,255,44,0.08);

  border-color: rgba(184,255,44,0.65);

  box-shadow:
      0 0 25px rgba(184,255,44,0.35),
      0 0 55px rgba(184,255,44,0.22),
      0 0 90px rgba(184,255,44,0.12);
}

/* texto del botón */
.bl-google-review-link span{
  position: relative;
  z-index: 2;
}

/* G de Google */
.bl-google-review-link i{
  position: relative;
  z-index: 2;

  font-size: 1.5rem;
  font-weight: 900;

  background: linear-gradient(
      90deg,
      #4285F4 0%,
      #4285F4 25%,
      #EA4335 25%,
      #EA4335 50%,
      #FBBC05 50%,
      #FBBC05 75%,
      #34A853 75%,
      #34A853 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;

  animation: googleBounce 2.2s ease-in-out infinite;
}

/* animaciones */
@keyframes glowPulse{
  0%{
      box-shadow:
          0 0 18px rgba(184,255,44,0.10);
  }

  50%{
      box-shadow:
          0 0 35px rgba(184,255,44,0.28),
          0 0 60px rgba(184,255,44,0.12);
  }

  100%{
      box-shadow:
          0 0 18px rgba(184,255,44,0.10);
  }
}

@keyframes shineMove{
  0%{
      left: -45%;
  }

  100%{
      left: 140%;
  }
}

@keyframes googleBounce{
  0%,100%{
      transform: translateY(0px) scale(1);
  }

  50%{
      transform: translateY(-3px) scale(1.08);
  }
}
.bl-google-review-box{
  position: relative;
  z-index: 50;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bl-google-review-link{
  position: relative;
  z-index: 60;

  pointer-events: auto;

  cursor: pointer;
}

.password-help {
  display: block;
  width: 100%;
  
  font-size: 16px;
  font-weight: 500;
  
  color: rgba(255,255,255,0.9);
  
  margin-top: 6px;
  padding: 10px 14px;
  
  border-radius: 10px;
  
  background: rgba(191,255,0,0.08); /* fondo suave verde */
  border-left: 3px solid #bfff00;   /* línea elegante */
  
  text-shadow: 0 0 6px rgba(191,255,0,0.15);
}
.legal-box {
  background: rgba(10, 12, 10, 0.95); /* negro profundo */
  border: 1px solid rgba(191,255,0,0.25);
  border-radius: 16px;
  padding: 18px 20px;
  margin-top: 8px;

  box-shadow:
      0 10px 30px rgba(0,0,0,0.6),
      0 0 15px rgba(191,255,0,0.08);
}
.legal-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.95);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.legal-check input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: #bfff00;
}

.legal-box p {
  margin: 12px 0 0 32px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}
/*----------------------------------------------AVISO LEGAL---------------------------------*/
.legal-check span {
  color: #d6d6d6;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* LINKS SIN SUBRAYADO */
.legal-check a {
  color: #c6ff1a; /* verde BODY LIFE */
  text-decoration: none; /* 👈 quitamos subrayado */
  font-weight: 700;

  transition: all 0.2s ease;
}

/* HOVER SUAVE */
.legal-check a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(198,255,26,0.5);
}

/* quitar estilos feos del navegador */
.legal-check a:visited,
.legal-check a:active {
  color: #c6ff1a;
}

.obligatorio {
  color: #ff4d4d;
  font-weight: 900;
  margin-left: 4px;
}

.campo-error {
  border: 2px solid #ff3b3b !important;
  box-shadow:
    0 0 0 4px rgba(255, 59, 59, 0.25),
    0 0 14px rgba(255, 59, 59, 0.35) !important;
}
.mensaje-error-campo {
  color: #ff4d4d;
  font-size: 13px;
  font-weight: 800;
  margin-top: 7px;
  text-align: left;
}
.campo-error:focus {
  border: 2px solid #ff3b3b !important;
  box-shadow:
    0 0 0 4px rgba(255, 59, 59, 0.25),
    0 0 14px rgba(255, 59, 59, 0.35) !important;
}

.info-obligatorio {
  margin: 10px auto 18px;
  text-align: center;

  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);

  letter-spacing: 0.3px;
}


.info-obligatorio span {
  color: rgba(255,255,255,0.35);
  font-weight: 800;
  font-size: 1.2em;

  display: inline-block; /* clave */
  transform: translateY(2px); /* baja el asterisco */
}

/* =========================================================RESPONSIVE EXPERIENCIA.CSS========================================================= */

/* Pantallas grandes tipo Nest Hub Max / laptops */
@media (max-width: 1280px) {
  .experiencia-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-content {
    transform: translate(35px, -45px);
    max-width: 620px;
  }

  .experience-card {
    width: 100%;
    transform: translateY(-55px);
  }

  .card-img {
    height: 420px;
  }

  .unique-zone-container {
    padding-left: 45px;
    padding-right: 35px;
  }

  .unique-zone-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .bodylife-stories-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block,
  .footer-contact-block h5,
  .footer-phone {
    transform: none !important;
  }
}

/* iPad Pro / Surface Pro */
@media (max-width: 1024px) {
  .experiencia-hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background-position: center;
  }

  .experiencia-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-content {
    transform: none;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 45px;
  }

  .hero-kicker,
  .hero-features,
  .hero-buttons {
    justify-content: center;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card-wrap {
    width: 100%;
  }

  .experience-card {
    max-width: 680px;
    margin: 0 auto;
    transform: none;
  }

  .unique-zone-section {
    min-height: auto;
    padding: 100px 0 70px;
  }

  .unique-zone-text {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
  }

  .unique-zone-text p {
    max-width: 900px;
  }

  .title-stars {
    padding-left: 0;
    justify-content: center;
  }

  .unique-zone-line {
    margin-left: auto;
    margin-right: auto;
  }

  .unique-zone-bottom {
    flex-direction: column;
    text-align: center;
  }

  .bodylife-stories-section {
    padding: 100px 0;
  }

  .bodylife-stories-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }

  .inst-banner-card-wrap {
    width: 86%;
    max-width: 86%;
  }

  .inst-banner-card {
    min-height: 220px;
    padding: 2rem;
  }

  .inst-banner-title {
    white-space: normal;
  }

  .inst-banner-triangle {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .footer-contact-block {
    align-items: center;
    text-align: center;
  }
}

/* iPad Air / iPad Mini / tablets */
@media (max-width: 820px) {
  .hero-content h1 {
    font-size: clamp(3rem, 10vw, 5.2rem);
    letter-spacing: -2px;
  }

  .hero-content p {
    font-size: 1.05rem;
  }

  .hero-buttons .btn-custom {
    min-width: 190px;
    height: 58px;
  }

  .card-img {
    height: 360px;
  }

  .card-info {
    padding: 30px;
  }

  .unique-zone-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .unique-zone-text h1 {
    font-size: clamp(3rem, 10vw, 4.8rem);
  }

  .unique-zone-text p {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .unique-zone-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .unique-zone-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .bodylife-stories-heading {
    margin-bottom: 60px;
  }

  .bodylife-stories-heading h2 {
    font-size: clamp(2.7rem, 9vw, 4.6rem);
    letter-spacing: -2px;
  }

  .story-image {
    height: 360px;
  }

  .bl-reviews-title {
    padding: 32px 28px;
    font-size: clamp(2.4rem, 8vw, 4.4rem);
  }

  .bodylife-map-container {
    height: 480px;
  }
}

/* Surface Duo / móviles grandes */
@media (max-width: 540px) {
  .experiencia-hero {
    padding-top: 105px;
    padding-bottom: 55px;
  }

  .experiencia-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
    line-height: .95;
    letter-spacing: -1.5px;
  }

  .hero-content p {
    font-size: .98rem;
    line-height: 1.65;
    font-weight: 600;
  }

  .hero-features {
    gap: 10px;
  }

  .hero-features div {
    width: 100%;
    justify-content: center;
    font-size: .88rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn-custom {
    width: 100%;
    min-width: 0;
    height: 56px;
  }

  .experience-card {
    border-radius: 22px;
  }

  .card-img {
    height: 300px;
  }

  .card-info {
    padding: 25px 22px;
  }

  .unique-zone-section {
    padding: 80px 0 55px;
  }

  .unique-zone-bg {
    background-position: center;
    transform: scale(1.08);
  }

  .unique-zone-text h1 {
    font-size: clamp(2.4rem, 13vw, 3.8rem);
    line-height: .95;
  }

  .unique-zone-text p {
    padding: 13px 16px;
    font-size: .96rem;
    line-height: 1.65;
  }

  .unique-zone-cards {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .unique-zone-bottom {
    padding: 20px 18px;
  }

  .unique-zone-bottom a {
    width: 100%;
    min-width: 0;
  }

  .bodylife-stories-section {
    padding: 75px 0;
  }

  .bodylife-stories-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bodylife-stories-heading p {
    padding: 20px 18px !important;
    font-size: .95rem !important;
    line-height: 1.75 !important;
  }

  .story-image {
    height: 300px;
  }

  .story-content {
    padding: 24px 20px;
  }

  .story-content h3 {
    font-size: 1.35rem;
  }

  .story-content p {
    font-size: .95rem;
    line-height: 1.75;
  }

  .inst-banner-card-wrap {
    width: 92%;
    max-width: 92%;
  }

  .inst-banner-card {
    min-height: 190px;
    padding: 1.6rem 1.3rem;
  }

  .inst-banner-title {
    font-size: clamp(1.9rem, 10vw, 3rem);
    letter-spacing: -2px;
    gap: 10px;
  }

  .inst-banner-sub {
    margin-left: 0;
    font-size: 1rem;
  }

  .bl-reviews-mini {
    font-size: .82rem;
    letter-spacing: 4px;
  }

  .bl-reviews-title {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .bl-google-review-link {
    width: 100%;
    padding: 18px 20px;
    font-size: .95rem;
  }

  .bodylife-map-container {
    height: 380px;
    border-radius: 18px;
  }

  .footer-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* iPhone 14 Pro Max / XR / Pixel / Samsung */
@media (max-width: 430px) {
  .hero-kicker {
    font-size: .78rem;
    letter-spacing: 1.5px;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .card-img {
    height: 270px;
  }

  .unique-zone-kicker {
    font-size: .72rem;
    letter-spacing: 2px;
  }

  .unique-zone-text h1 {
    font-size: 2.8rem;
  }

  .unique-zone-card h3 {
    font-size: 1.18rem;
  }

  .bodylife-stories-heading h2 {
    font-size: 2.7rem;
  }

  .story-image {
    height: 270px;
  }

  .bl-reviews-stars {
    gap: 9px;
  }

  .bl-reviews-title {
    font-size: 2.35rem;
  }

  .footer-social a {
    width: 48px;
    height: 48px;
  }
}

/* iPhone SE / pantallas pequeñas */
@media (max-width: 375px) {
  .experiencia-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-content h1 {
    font-size: 2.55rem;
  }

  .hero-content p {
    font-size: .92rem;
  }

  .card-img {
    height: 240px;
  }

  .card-info h3 {
    font-size: 1.25rem;
  }

  .unique-zone-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .unique-zone-text h1 {
    font-size: 2.35rem;
  }

  .unique-zone-text p {
    font-size: .9rem;
  }

  .unique-zone-icon {
    width: 62px;
    height: 62px;
    font-size: 1.4rem;
  }

  .bodylife-stories-heading h2 {
    font-size: 2.35rem;
  }

  .story-image {
    height: 240px;
  }

  .inst-banner-title {
    font-size: 2rem;
  }

  .bl-reviews-title {
    font-size: 2rem;
  }
}

/* Móviles muy estrechos */
@media (max-width: 320px) {
  .hero-content h1,
  .unique-zone-text h1,
  .bodylife-stories-heading h2 {
    font-size: 2rem;
  }

  .hero-buttons .btn-custom {
    font-size: .9rem;
  }

  .card-img,
  .story-image {
    height: 220px;
  }
}

/* Pantallas bajas tipo Nest Hub / horizontal */
@media (max-height: 800px) and (min-width: 900px) {
  .experiencia-hero {
    min-height: 100vh;
    padding-top: 85px;
  }

  .hero-content {
    transform: translate(45px, -35px);
  }

  .experience-card {
    transform: translateY(-45px);
  }

  .card-img {
    height: 360px;
  }

  .unique-zone-section {
    padding-top: 90px;
  }

  .unique-zone-text {
    margin-top: -45px;
  }

  .unique-zone-card {
    min-height: 260px;
    padding: 28px 22px;
  }
}
/* ======================================================
   CAJAS MÁS ESTRECHAS EN MÓVIL
====================================================== */

@media (max-width: 430px) {

  .hero-features {
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;

    gap: 12px !important;
  }

  .hero-features div {

    width: 82% !important;

    margin: 0 auto !important;

    padding: 10px 14px !important;

    border-radius: 18px !important;

    font-size: .85rem !important;

    justify-content: center !important;
  }

}
@media (max-width: 430px) {

  .hero-buttons {
    align-items: center !important;
  }

  .hero-buttons .btn-custom {

    width: 68% !important;

    min-width: unset !important;

    padding-left: 12px !important;
    padding-right: 12px !important;

    height: 54px !important;

    font-size: .92rem !important;

    border-radius: 18px !important;

    margin: 0 auto !important;
  }

  
}

@media (max-width: 375px) {

  .unique-zone-bg {
    filter:
      brightness(0.82)
      contrast(1.08)
      saturate(1.05) !important;
  }

}
@media (max-width: 375px) {

  .unique-zone-cards {
    gap: 16px !important;
  }

  .unique-zone-card {

    width: 76% !important;

    margin: 0 auto !important;

    padding: 22px 15px !important;

    min-height: auto !important;

    border-radius: 20px !important;
  }

}
/* =====================================================
   BANNER MÁS PEQUEÑO GLOBAL
===================================================== */

.inst-banner-card-wrap {

  width: 820px !important;

  max-width: 62% !important;
}

.inst-banner-card {

  min-height: 180px !important;

  padding: 1.6rem 2.4rem !important;
}

.inst-banner-title {

  font-size: clamp(1.8rem, 3vw, 3.2rem) !important;

  line-height: .92 !important;
}

.inst-banner-sub {

  font-size: clamp(.95rem, 1.2vw, 1.2rem) !important;

  max-width: 620px !important;
}

/* ================= MOBILE ================= */

@media (max-width: 1024px) {

  .inst-banner-card-wrap {

    max-width: 72% !important;
  }

  .inst-banner-card {

    min-height: 160px !important;

    padding: 1.4rem 2rem !important;
  }

}

@media (max-width: 768px) {

  .inst-banner-card-wrap {

    max-width: 82% !important;
  }

  .inst-banner-card {

    min-height: 145px !important;

    padding: 1.2rem 1.5rem !important;
  }

  .inst-banner-title {

    font-size: 2rem !important;
  }

}

@media (max-width: 430px) {

  .inst-banner-card-wrap {

    max-width: 88% !important;
  }

  .inst-banner-card {

    min-height: 125px !important;

    padding: 1rem 1.2rem !important;
  }

  .inst-banner-title {

    font-size: 1.7rem !important;

    letter-spacing: -1px !important;
  }

  .inst-banner-sub {

    font-size: .88rem !important;

    line-height: 1.3 !important;
  }

}

@media (max-width: 375px) {

  .inst-banner-card {

    min-height: 115px !important;
  }

  .inst-banner-title {

    font-size: 1.5rem !important;
  }

}

/* =========================================================
   RESPONSIVE EXCLUSIVO IPAD PRO 1024 x 1366
========================================================= */

@media (width: 1024px) {

  .experiencia-hero {
    min-height: 100vh !important;
    padding-top: 70px !important;
    padding-bottom: 35px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .experiencia-container {
    width: 100% !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
    transform: scale(0.78) translateY(-35px) !important;
    transform-origin: top center !important;
  }

  .hero-content {
    transform: none !important;
    max-width: 500px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .hero-kicker {
    font-size: 1rem !important;
    margin-bottom: 20px !important;
  }

  .hero-content h1 {
    font-size: 5.2rem !important;
    line-height: .88 !important;
    letter-spacing: -3px !important;
    margin-bottom: 28px !important;
  }

  .hero-content p {
    max-width: 500px !important;
    font-size: 1.12rem !important;
    line-height: 1.65 !important;
    margin-bottom: 28px !important;
  }

  .hero-features {
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
  }

  .hero-features div {
    width: auto !important;
    padding: 10px 18px !important;
    font-size: .9rem !important;
  }

  .hero-buttons {
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  .hero-buttons .btn-custom {
    min-width: 180px !important;
    width: auto !important;
    height: 52px !important;
    padding: 0 22px !important;
    font-size: .9rem !important;
  }

  .hero-card-wrap {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .experience-card {
    width: 100% !important;
    max-width: 480px !important;
    transform: translateY(80px) !important;
    border-radius: 26px !important;
  }

  .card-img {
    height: 360px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .card-info {
    padding: 28px 30px 32px !important;
  }

  .card-info span {
    font-size: .76rem !important;
  }

  .card-info h3 {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }

  .card-info p {
    font-size: .95rem !important;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1040px) {

  .hero-buttons {

    display: grid !important;

    grid-template-columns: repeat(3, 180px) !important;

    justify-content: flex-start !important;

    align-items: center !important;

    gap: 14px !important;

    width: auto !important;

    max-width: none !important;
  }

  .hero-buttons .btn-custom,
  .hero-buttons .btn-register {

    width: 180px !important;

    min-width: 180px !important;

    max-width: 180px !important;

    height: 52px !important;

    margin: 0 !important;

    display: flex !important;

    justify-content: center !important;

    align-items: center !important;

    position: static !important;

    transform: none !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    float: none !important;

    clear: none !important;
  }

}
/* =========================================================
   EXPERIENCIA - RESPONSIVE NEST HUB 1024 x 600
========================================================= */

@media (min-width: 1000px) and (max-width: 1040px)
and (min-height: 560px) and (max-height: 640px) {

  .experiencia-hero {
    min-height: 100vh !important;
    height: 100vh !important;
    padding-top: 70px !important;
    padding-bottom: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-start !important;
    background-position: center center !important;
  }

  .experiencia-container {
    width: 100% !important;
    padding-left: 65px !important;
    padding-right: 65px !important;
    transform: scale(0.76) translateY(-42px) !important;
    transform-origin: top center !important;
  }

  .hero-content {
    max-width: 560px !important;
    transform: none !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .hero-kicker {
    font-size: .92rem !important;
    margin-bottom: 16px !important;
  }

  .hero-content h1 {
    font-size: 5rem !important;
    line-height: .84 !important;
    letter-spacing: -3px !important;
    margin-bottom: 22px !important;
  }

  .hero-content p {
    max-width: 520px !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .hero-features {
    gap: 10px !important;
    margin-bottom: 16px !important;
    justify-content: flex-start !important;
  }

  .hero-features div {
    width: auto !important;
    padding: 8px 15px !important;
    font-size: .82rem !important;
  }

  .hero-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    max-width: none !important;
    justify-content: flex-start !important;
  }

  .hero-buttons .btn-custom,
  .hero-buttons .btn-register {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 48px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    font-size: .82rem !important;
    white-space: nowrap !important;
  }

  .hero-card-wrap {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .experience-card {
    max-width: 430px !important;
    width: 430px !important;
    transform: translateY(25px) !important;
    border-radius: 24px !important;
  }

  .card-img {
    height: 300px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .card-info {
    padding: 24px 26px !important;
  }

  .card-info h3 {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
  }

  .card-info p {
    font-size: .9rem !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   NEST HUB MAX 1280 x 800
   CAJAS MÁS PEQUEÑAS
========================================================= */

@media (min-width: 1200px) and (max-width: 1300px)
and (min-height: 760px) and (max-height: 840px) {

  .unique-zone-cards {
    gap: 18px !important;
    margin-top: 30px !important;
  }

  .unique-zone-card {

    max-width: 480px !important;

    min-height: 270px !important;

    padding: 38px 34px !important;

    border-radius: 26px !important;
  }

  .unique-zone-card-icon {

    width: 68px !important;
    height: 68px !important;

    font-size: 1.5rem !important;

    margin-bottom: 22px !important;
  }

  .unique-zone-card h3 {

    font-size: 2rem !important;

    margin-bottom: 14px !important;
  }

  .unique-zone-card p {

    font-size: 1.05rem !important;

    line-height: 1.7 !important;
  }

}
@media (min-width: 1200px) and (max-width: 1300px)
and (min-height: 760px) and (max-height: 840px) {

  .unique-zone-cards {
    width: 100% !important;
    max-width: 1120px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;

    justify-content: center !important;
    align-items: center !important;

    gap: 22px 60px !important;
  }

  .unique-zone-card {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }

}
/* ========================= ================ ================ ================ FOOTER RESPONSIVE MÓVIL========================= */

@media (max-width: 768px){

  .footer-main{
    padding: 2.2rem 0 1.2rem;
    overflow: hidden;
  }

  .footer-container{
    width: 100%;
    padding: 0 18px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .footer-top{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2rem !important;
    text-align: center !important;
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block{
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    margin: 0 auto !important;
    padding: 0 !important;

    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }

  .footer-logo{
    width: 54px;
    height: 54px;
    margin: 0 auto .7rem !important;
  }

  .footer-brand-text h4{
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .footer-brand-text p{
    font-size: .9rem;
    line-height: 1.35;
  }

  .footer-info{
    overflow: hidden;
  }

  .footer-info h5,
  .footer-contact-block h5{
    font-size: 1.35rem;
    margin-bottom: .6rem;
  }

  .footer-info p{
    width: 100%;
    max-width: 310px;

    margin: 0 auto .75rem;

    font-size: .88rem;
    line-height: 1.55;

    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .footer-location,
  .footer-phone{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: .9rem;

    position: static !important;
    left: auto !important;
    transform: none !important;
  }

  .footer-social{
    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    gap: .9rem;
    margin-top: .9rem;
  }

  .footer-social a{
    width: 48px;
    height: 48px;
  }

  .footer-social a i{
    font-size: 18px;
  }

  .footer-bottom{
    margin-top: 2rem;
    padding-top: 1.4rem;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    gap: .9rem;

    text-align: center !important;
  }

  .footer-author{
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto !important;
    text-align: center !important;
  }

  .footer-author-content{
    align-items: center !important;
    text-align: center !important;
  }

  .footer-author-mini{
    font-size: .55rem;
  }

  .footer-author-name{
    font-size: .9rem;
  }

  .footer-author-phone{
    font-size: .85rem;
  }

  .footer-bottom p{
    width: 100%;
    max-width: 320px;

    margin: 0 auto;

    font-size: .92rem;
    line-height: 1.45;

    text-align: center;
  }

  .footer-links{
    width: 100%;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    gap: .65rem;
  }

  .footer-links a{
    font-size: .95rem;
  }
}
@media (max-width:768px){

  .footer-info p{
    max-width:280px;
    margin:auto;
  }

  .footer-bottom{
    padding-top:1.7rem;
  }

  .footer-links{
    margin-top:.4rem;
  }

}
@media (max-width:768px){

  .footer-main *{
    transform:none !important;
  }

  .footer-container{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block,
  .footer-bottom,
  .footer-author,
  .footer-links{
    width:100% !important;
    max-width:100% !important;

    margin-left:auto !important;
    margin-right:auto !important;

    left:auto !important;
    right:auto !important;

    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .footer-info p{
    max-width:270px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-social{
    justify-content:center !important;
  }
  .footer-contact-block{
    width:100% !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    margin:0 auto !important;
    padding:0 !important;

    left:auto !important;
    right:auto !important;
    transform:none !important;
  }

  .footer-contact-block h5,
  .footer-phone,
  .footer-social{
    position:static !important;

    left:auto !important;
    right:auto !important;
    transform:none !important;

    margin-left:auto !important;
    margin-right:auto !important;

    text-align:center !important;
    justify-content:center !important;
  }

  .footer-social{
    width:100% !important;
  }
}
@media (max-width:768px){

  .footer-author{
    width:100% !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    margin:0 auto !important;

    position:static !important;
    left:auto !important;
    transform:none !important;
  }

  .footer-author-content{
    width:100%;

    display:flex;
    flex-direction:column;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
  }

  .footer-author-line{
    display:none;
  }

  .footer-author-mini,
  .footer-author-name,
  .footer-author-phone{
    text-align:center !important;

    margin-left:auto !important;
    margin-right:auto !important;

    left:auto !important;
    transform:none !important;
  }
}
/* =========================
   FOOTER RESPONSIVE FINAL
========================= */

@media (max-width: 1200px){

  .footer-main{
    padding: 2.4rem 0 1.5rem;
  }

  .footer-container{
    width: 100%;
    padding: 0 22px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .footer-top{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.7rem !important;
    text-align: center !important;
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block{
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    margin: 0 auto !important;
    padding: 0 !important;

    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .footer-logo{
    margin: 0 auto .65rem !important;
  }

  .footer-info p{
    max-width: 330px !important;
    margin: 0 auto .7rem !important;
    text-align: center !important;
  }

  .footer-phone{
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;

    position: static !important;
    left: auto !important;
    transform: none !important;
  }

  .footer-social{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: .85rem !important;
  }

  .footer-bottom{
    width: 100% !important;

    margin-top: 2rem !important;
    padding-top: 1.35rem !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    gap: .85rem !important;

    text-align: center !important;
  }

  .footer-author{
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    margin: 0 auto !important;

    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .footer-author-line{
    display: none !important;
  }

  .footer-author-content{
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
  }

  .footer-author-mini,
  .footer-author-name,
  .footer-author-phone{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
  }

  .footer-bottom p{
    max-width: 360px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .footer-links{
    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    flex-wrap: wrap !important;
    gap: 1rem !important;

    margin: 0 auto !important;
    text-align: center !important;
  }
  
}


/* IPAD PRO - EXPERIENCIA HERO */
@media (min-width: 992px) and (max-width: 1200px){

  .experiencia-hero{
    min-height:auto !important;
    padding:90px 0 80px !important;
  }

  .experiencia-container{
    max-width:720px !important;
    padding:0 38px !important;
  }

  .experiencia-hero .row{
    min-height:auto !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .hero-content,
  .hero-card-wrap{
    width:100% !important;
    max-width:520px !important;
    flex:0 0 100% !important;
    text-align:center !important;
    margin:0 auto !important;
  }

  .hero-title{
    font-size:3.6rem !important;
    line-height:.92 !important;
  }

  .hero-content p{
    max-width:430px !important;
    margin:0 auto 1.2rem !important;
  }

  .hero-features,
  .hero-buttons{
    justify-content:center !important;
  }

  .experience-card{
    max-width:360px !important;
    margin:28px auto 0 !important;
  }

  .card-img{
    height:260px !important;
  }
}
/* =====================================
   FOOTER TABLET VERTICAL FIX
===================================== */

@media (min-width:768px) and (max-width:1024px){

  .footer-container{
    width:100% !important;
    max-width:700px !important;

    margin:0 auto !important;
    padding:0 28px !important;
  }

  .footer-top{
    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    gap:2rem !important;
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block{
    width:100% !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    margin:0 auto !important;
    padding:0 !important;

    position:static !important;
    transform:none !important;
    left:auto !important;
  }

  .footer-brand-text,
  .footer-info p,
  .footer-info h5,
  .footer-phone,
  .footer-contact-block h5{
    width:100% !important;

    text-align:center !important;

    margin-left:auto !important;
    margin-right:auto !important;

    transform:none !important;
    left:auto !important;
  }

  .footer-social{
    width:100% !important;

    display:flex !important;

    justify-content:center !important;
    align-items:center !important;

    gap:.9rem !important;
  }

  .footer-bottom{
    width:100% !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;

    gap:1rem !important;

    margin-top:2rem !important;
  }

  .footer-author{
    width:100% !important;

    position:static !important;
    transform:none !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
  }

  .footer-author-line{
    display:none !important;
  }

  .footer-author-content{
    width:100% !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
  }

  .footer-bottom p{
    max-width:420px;
    margin:0 auto !important;
    text-align:center !important;
  }

  .footer-links{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    flex-wrap:wrap !important;

    gap:1rem !important;
  }
}
/* FOOTER EN COLUMNA PARA PANTALLAS BAJAS / NEST HUB */

@media (min-width:1025px) and (max-width:1350px) and (max-height:850px){

  .footer-top{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:1.8rem !important;
  }

  .footer-brand,
  .footer-info,
  .footer-contact-block{
    width:100% !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    margin:0 auto !important;
    padding:0 !important;
    position:static !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
  }

  .footer-social{
    justify-content:center !important;
    width:100% !important;
  }

  .footer-bottom{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
    gap:.9rem !important;
  }

  .footer-author{
    position:static !important;
    transform:none !important;
    left:auto !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .footer-author-line{
    display:none !important;
  }
}
.footer-author-mini {
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .32em;
  color: rgba(255,255,255,.35);
}

.footer-author-name {
  font-size: .85rem;
  font-weight: 800;
  color: rgba(255,255,255,.35);
}
.footer-author-phone {
  font-size: .82rem;

  color: rgba(255,255,255,.35);
  text-decoration: none;

  text-shadow:
    0 0 8px rgba(255,255,255,.04);
}