/* Colibrí Creativos + Colibrí IA
   Brand colors:
   #1D3E55 (navy)
   #E87586 (pink) #EE6176;
   #202020 (charcoal)
   #FFFFFF (white)
*/

/* Optional: If you have licensed Gotham / Din Pro, place font files in /assets/fonts and enable these.
@font-face { font-family: "Gotham"; src: url("../assets/fonts/Gotham-Book.woff2") format("woff2"); font-weight: 400; font-style: normal; }
@font-face { font-family: "Gotham"; src: url("../assets/fonts/Gotham-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; }
@font-face { font-family: "Gotham"; src: url("../assets/fonts/Gotham-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; }
@font-face { font-family: "Gotham"; src: url("../assets/fonts/Gotham-Ultra.woff2") format("woff2"); font-weight: 800; font-style: normal; }
@font-face { font-family: "Din Pro"; src: url("../assets/fonts/DINPro-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; }
*/


@font-face {
  font-family: 'bold';
  src: url('../fonts/bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'light';
  src: url('../fonts/light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'medium';
  src: url('../fonts/medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ultra';
  src: url('../fonts/ultra.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --cc-navy:#1D3E55;
  --cc-pink:#EE6176;
  --cc-dark:#202020;
  --cc-white:#FFFFFF;

  --cc-bg: #0e1c25;
  --cc-card: rgba(255,255,255,.06);
  --cc-border: rgba(255,255,255,.14);
  --cc-muted: rgba(255,255,255,.72);

  --radius-xl: 1.25rem;
  --shadow-soft: 0 18px 60px rgba(0,0,0,.28);
}



.font-light {
  font-family: 'light' !important;
}

.font-medium {
  font-family: 'medium' !important;
}

.font-bold {
  font-family: 'bold' !important;
}

.font-ultra {
  font-family: 'ultra' !important;
}

.letraAzul{
  color: #1D3E55 !important;
}
.letraRosa {
  color: #EE6176 !important;
}

.swal-titulo {
    font-family: 'medium' !important;
}

.swal-texto {
    font-family: 'light' !important;
}

/******************* LOADING ******************/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1d3e55;
  z-index: 99999;
  top: 0;
  left: 0;
  align-items: center;
  display: flex;
  /* Sin animation — el JS se encarga */
}

.loading img {
  width: 10% !important;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 20%;
  animation: parpadear linear infinite 3s;
}

/* Y definimos la animación 'fadeOut' para ocultar el elemento */
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* El resto de tu código CSS... */
@media only screen and (max-width: 567px) {
  .loading img {
    width: 30% !important;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 55%;
    animation: parpadear linear infinite 3s;
  }
}

@keyframes parpadear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************** FIN LOADING ****************/


/* ============================================
   MENU FIX - clases dinámicas del menú hamburguesa
   Se añaden por JS, el purger las eliminó
   ============================================ */
/*
.u-enable-responsive .menu-collapse{display:block}
.u-enable-responsive .u-nav-container-collapse{display:flex}
.u-enable-responsive .u-nav-container{display:none}
.u-enable-responsive .u-popupmenu-items>li:first-child{margin:0!important}

.menu-overlay .u-header.u-box-shadow:not(.u-sticky){z-index:unset}
.u-menu-overlay{display:none;width:100%;height:100vh;height:-webkit-fill-available}
.u-menu:not(.u-offcanvas) .u-menu-overlay{display:none!important}

.u-menu[data-responsive-from="MD"] .u-nav-container,.u-menu:not([data-responsive-from]) .u-nav-container{display:none}
.u-menu[data-responsive-from="MD"] .u-nav-container-collapse,.u-menu:not([data-responsive-from]) .u-nav-container-collapse{display:flex}
.u-menu[data-responsive-from="LG"] .u-nav-container{display:none}
.u-menu[data-responsive-from="LG"] .u-nav-container-collapse{display:flex}
.u-menu[data-responsive-from="SM"] .u-nav-container{display:none}
.u-menu[data-responsive-from="SM"] .u-nav-container-collapse{display:flex}
.u-menu[data-responsive-from="XS"] .u-nav-container{display:none}
.u-menu[data-responsive-from="XS"] .u-nav-container-collapse{display:flex}
.u-menu[data-responsive-from="XXL"] .u-nav-container{display:none}
.u-menu[data-responsive-from="XXL"] .u-nav-container-collapse{display:flex}
.u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container{display:none}
.u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse{display:flex}
.u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container{display:none}
.u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse{display:flex}

.u-offcanvas-opened.u-offcanvas-shifted-left .u-body>*,.u-offcanvas-opened.u-offcanvas-shifted-left.u-body>*{animation:menu-shift-left 500ms normal forwards ease}
.u-offcanvas-opened.u-offcanvas-shifted-right .u-body>*,.u-offcanvas-opened.u-offcanvas-shifted-right.u-body>*{animation:menu-shift-right 500ms normal forwards ease}
.u-offcanvas-unshifted-left .u-body>*,.u-offcanvas-unshifted-left.u-body>*{animation:menu-unshift-left 500ms normal forwards ease}
.u-offcanvas-unshifted-right .u-body>*,.u-offcanvas-unshifted-right.u-body>*{animation:menu-unshift-right 500ms normal forwards ease}
.u-overlap.u-offcanvas-opened .u-header.u-sticky{z-index:auto;position:absolute!important}
.u-overlap.u-offcanvas-opened .u-header.u-sticky+section{z-index:-1}
.u-section-row.u-sticky-fixed.u-sticky-with-opened-mobile-menu{z-index:4}

@keyframes menu-shift-left{from{left:0}to{left:var(--sidenav-width,250px)}}
@keyframes menu-shift-right{from{right:0}to{right:var(--sidenav-width,250px)}}
@keyframes menu-unshift-left{from{left:var(--sidenav-width,250px)}to{left:0}}
@keyframes menu-unshift-right{from{right:var(--sidenav-width,250px)}to{right:0}}

@media (max-width:575px){.u-menu[data-responsive-from="XS"] .menu-collapse{display:block}}
@media (min-width:576px) and (max-width:767px){.u-menu[data-responsive-from="SM"] .menu-collapse{display:block}}
@media (min-width:768px) and (max-width:991px){.u-menu[data-responsive-from="MD"] .menu-collapse,.u-menu:not([data-responsive-from]) .menu-collapse{display:block}}
@media (min-width:992px) and (max-width:1199px){.u-menu[data-responsive-from="LG"] .menu-collapse{display:block}}
@media (min-width:1200px){.u-xl-mode .u-menu[data-responsive-from="XL"] .menu-collapse{display:block}}
@media (min-width:1200px) and (max-width:1399px){.u-xxl-mode .u-menu[data-responsive-from="XL"] .menu-collapse{display:block}}
@media (min-width:1400px){.u-menu[data-responsive-from="XXL"] .menu-collapse{display:block}}*/


/* ============================================
   MENU FIX - corregido para no afectar desktop
   ============================================ */

.u-menu-overlay{display:none;width:100%;height:100vh;height:-webkit-fill-available}
.u-menu:not(.u-offcanvas) .u-menu-overlay{display:none!important}
.menu-overlay .u-header.u-box-shadow:not(.u-sticky){z-index:unset}

/* Desktop — muestra menú horizontal, oculta hamburguesa */
@media (min-width:768px){
  .u-menu:not([data-responsive-from]) .menu-collapse{display:none}
  .u-menu:not([data-responsive-from]) .u-nav-container{display:flex}
  .u-menu:not([data-responsive-from]) .u-nav-container-collapse{display:none}
}

/* Móvil — muestra hamburguesa, oculta menú horizontal */
@media (max-width:767px){
  .u-menu:not([data-responsive-from]) .menu-collapse{display:block}
  .u-menu:not([data-responsive-from]) .u-nav-container{display:none}
  .u-menu:not([data-responsive-from]) .u-nav-container-collapse{display:flex}
}

/* Animaciones offcanvas */
.u-offcanvas-opened.u-offcanvas-shifted-left .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-left.u-body>*{animation:menu-shift-left 500ms normal forwards ease}
.u-offcanvas-opened.u-offcanvas-shifted-right .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-right.u-body>*{animation:menu-shift-right 500ms normal forwards ease}
.u-offcanvas-unshifted-left .u-body>*,
.u-offcanvas-unshifted-left.u-body>*{animation:menu-unshift-left 500ms normal forwards ease}
.u-offcanvas-unshifted-right .u-body>*,
.u-offcanvas-unshifted-right.u-body>*{animation:menu-unshift-right 500ms normal forwards ease}
.u-overlap.u-offcanvas-opened .u-header.u-sticky{z-index:auto;position:absolute!important}
.u-overlap.u-offcanvas-opened .u-header.u-sticky+section{z-index:-1}
.u-section-row.u-sticky-fixed.u-sticky-with-opened-mobile-menu{z-index:4}

@keyframes menu-shift-left{from{left:0}to{left:var(--sidenav-width,250px)}}
@keyframes menu-shift-right{from{right:0}to{right:var(--sidenav-width,250px)}}
@keyframes menu-unshift-left{from{left:var(--sidenav-width,250px)}to{left:0}}
@keyframes menu-unshift-right{from{right:var(--sidenav-width,250px)}to{right:0}}


/* Universal box-sizing y overflow prevention */
*, *::before, *::after {
  box-sizing: border-box;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

html{ 
  scroll-behavior:smooth; 
  overflow-x: hidden;
}
body{
  /*font-family: "Gotham", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background: radial-gradient(1200px 700px at 15% 10%, rgba(238,97,118,.18), transparent 55%),
              radial-gradient(900px 600px at 80% 15%, rgba(29,62,85,.55), transparent 60%),
              linear-gradient(180deg, #08131a 0%, #060d12 40%, #05080b 100%);*/
    font-family: 'light' !important;
  color: var(--cc-white);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
}

a{ color: inherit; text-decoration: none; }
small, .small{ color: rgba(255,255,255,.70); }

/* Prevent horizontal scroll */
.container, .container-fluid{
  max-width: 100%;
}

.row{
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.col, [class*="col-"]{
  padding-left: 15px;
  padding-right: 15px;
}

.bg-grid{
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 36px 36px;
  mask-image: radial-gradient(60% 50% at 50% 30%, #000 55%, transparent 100%);
  z-index: 0;
}

.navbar{
  backdrop-filter: blur(10px);
  background: rgba(6,10,12,.35);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: all .25s ease;
}
.navbar.scrolled{
  background: rgba(6,10,12,.78);
  border-bottom-color: rgba(255,255,255,.12);
}
.nav-link{
  color: rgba(255,255,255,.85) !important;
  font-weight: 500;
  letter-spacing: .02em;
}
.nav-link:hover{ color: var(--cc-white) !important; }
.navbar-brand img{ height: 34px; }

.btn-cc{
  border-radius: 999px;
  padding: .85rem 1.15rem;
  font-weight: 700;
  letter-spacing: .02em;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-cc-primary{
  background: linear-gradient(135deg, var(--cc-pink), #ff8fa2);
  color: #14040a;
  border-color: transparent;
}
.btn-cc-primary:hover{ transform: translateY(-1px); box-shadow: 0 18px 55px rgba(238,97,118,.26); }
.btn-cc-ghost{
  background: rgba(255,255,255,.06);
  color: var(--cc-white);
}
.btn-cc-ghost:hover{ transform: translateY(-1px); background: rgba(255,255,255,.10); }

.section{
  position: relative;
  padding: 92px 0;
  z-index: 1;
  width: 100%;
}
.section-sm{ padding: 70px 0; }

.kicker{
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
}
.display-title{
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  font-size: 65px;
  /*letter-spacing: .01em;*/
  line-height: 1.05;
}
.display-title .accent{
  color: var(--cc-pink);
}
.lead{
  color: rgba(255,255,255,.78);
  max-width: 52ch;
}

.card-glass{
  background: var(--cc-card);
  border: 1px solid var(--cc-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}
.card-glass .card-body{ padding: 1.25rem; font-family: 'light';}
.card-glass .card-body p{font-family: 'light';}

.hero{
  padding-top: 120px;
  padding-bottom: 78px;
  width: 100%;
}
.hero-badge{
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-weight: 600;
  font-size: .9rem;
}
.hero-badge .dot{
  width: .6rem; height: .6rem; border-radius: 50%;
  background: var(--cc-pink);
  box-shadow: 0 0 0 6px rgba(238,97,118,.15);
}

.hero-visual{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(800px 500px at 30% 20%, rgba(238,97,118,.30), transparent 55%),
    radial-gradient(800px 500px at 70% 30%, rgba(0,162,255,.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  min-height: 460px;
}
.hero-visual .floaty{
  position: absolute;
  inset: 0;
  background-image:
    url("https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: .26;
  transform: scale(1.05);
}
.hero-visual .overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 500px at 30% 20%, rgba(238,97,118,.35), transparent 55%),
    radial-gradient(700px 480px at 80% 35%, rgba(29,62,85,.65), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
}
.hero-visual .chips{
  position:absolute; left: 18px; right: 18px; bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.chip{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 12px 12px;
  backdrop-filter: blur(10px);
}
.chip .t{ font-weight: 800; font-size: .95rem; }
.chip .s{ color: rgba(255,255,255,.72); font-size: .82rem; margin-top: 4px; }

.icon-pill{
  width: 44px; height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.service-card{
  height: 100%;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.service-card:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,.085);
  border-color: rgba(255,255,255,.20);
}
.service-card h5{ font-weight: 800; }
.service-card ul{ margin: 0; padding-left: 1.1rem; color: rgba(255,255,255,.78); }
.service-card li{ margin: .28rem 0; }

.ia-strip{
  background: radial-gradient(900px 500px at 20% 30%, rgba(238,97,118,.24), transparent 60%),
              radial-gradient(900px 520px at 70% 30%, rgba(0,162,255,.20), transparent 62%),
              linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.feature{
  display:flex; gap: 14px;
}
.feature h6{ margin: 0; font-weight: 800; }
.feature p{ margin: .2rem 0 0; color: rgba(255,255,255,.74); }

.stat{
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.stat .num{
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .01em;
}
.stat .lbl{ color: rgba(255,255,255,.72); font-weight: 600; 
  font-size: 0.95rem;}

.mock-row{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: center;
}
.mock{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.14);
  overflow:hidden;
  background: rgba(255,255,255,.06);
  box-shadow: 0 26px 70px rgba(0,0,0,.35);
}
.mock img{ width:100%; height:auto; display:block; }
.mock-caption{
  padding: 16px;
  color: rgba(255,255,255,.78);
}

.gallery-card{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  height: 100%;
}
.gallery-card img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}
.gallery-card .meta{ padding: 14px; }
.gallery-card .meta .tag{
  display:inline-block;
  font-size: .75rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  background: rgba(238,97,118,.18);
  border: 1px solid rgba(238,97,118,.30);
  color: rgba(255,255,255,.92);
  font-weight: 700;
}
.gallery-card .meta h6{ margin: 10px 0 4px; font-weight: 800; }
.gallery-card .meta p{ margin: 0; color: rgba(255,255,255,.72); }

.testimonial{
  position: relative;
}
.testimonial .quote{
  font-size: 1rem;
  color: rgba(255,255,255,.78);
}
.testimonial .who{
  display:flex; align-items:center; gap: 12px;
  margin-top: 14px;
}
.avatar{
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.10);
  overflow:hidden;
}
.avatar img{ width:100%; height:100%; object-fit: cover; display:block; }
.who .name{ font-weight: 800; line-height: 1.1; }
.who .role{ color: rgba(255,255,255,.70); font-size: .9rem; }

.form-control, .form-select{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--cc-white);
  border-radius: 14px;
}
.form-control:focus, .form-select:focus{
  border-color: rgba(238,97,118,.55);
  box-shadow: 0 0 0 .2rem rgba(238,97,118,.14);
  background: rgba(255,255,255,.07);
  color: var(--cc-white);
}
.form-control::placeholder{ color: rgba(255,255,255,.55); }

/*.footer{
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(6,10,12,.55);
}
.footer a{ color: rgba(255,255,255,.78); }
.footer a:hover{ color: var(--cc-white); }
.footer-logo{ height: 130px; }*/

.reveal{
  opacity: 0;
  transform: translateY(16px);
}
.reveal.revealed{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}

/* Subtle decorative circles (like your references) */
.orbit{
  position:absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.18);
  opacity: .24;
  filter: blur(.0px);
  pointer-events: none;
}
.orbit.o1{ top: -60px; right: -60px; }
.orbit.o2{ bottom: -80px; left: -80px; width: 380px; height: 380px; opacity: .16; }
.scribble{
  position:absolute;
  width: 100px; height: 100px;
  opacity: .20;
  left: 5%;
  top: 16%;
  pointer-events: none;
}
.scribble:before{
  content:"";
  position:absolute; inset: 0;
  background: conic-gradient(from 90deg, rgba(255,255,255,.0), rgba(255,255,255,.25), rgba(255,255,255,.0));
  mask-image: radial-gradient(circle at 50% 50%, #000 55%, transparent 70%);
}

/* ================================================
   MEDIA QUERIES - RESPONSIVE DESIGN
   ================================================ */

/* Tablets landscape y dispositivos medianos (991px - 768px) */
@media (max-width: 991px){
  /* Layout general */
  .section{ padding: 70px 0; }
  .section-sm{ padding: 50px 0; }
  
  /* Hero */
  .hero{ padding-top: 100px; padding-bottom: 60px; }
  .hero-visual{ min-height: 380px; }
  .hero-visual .chips{ 
    grid-template-columns: 1fr; 
    left: 12px; right: 12px; bottom: 12px;
  }
  
  /* Mock row */
  .mock-row{ grid-template-columns: 1fr; }
  
  /* Display titles */
  .display-title{ font-size: 2.5rem !important; }
  
  /* Orbits decorativos */
  .orbit.o1{ width: 280px; height: 280px; top: -50px; right: -50px; }
  .orbit.o2{ width: 350px; height: 350px; bottom: -60px; left: -60px; }
  
  /* Navbar */
  .navbar-brand img{ height: 30px; }
}

/* Tablets portrait (768px - 576px) */
@media (max-width: 767px){
  /* Tipografía */
  .display-title{ font-size: 2rem !important; line-height: 1.1; }
  .lead{ font-size: 1rem; }
  .kicker{ font-size: .72rem; }
  
  /* Espaciado */
  .section{ padding: 60px 0; }
  .section-sm{ padding: 40px 0; }
  
  /* Hero */
  .hero{ padding-top: 90px; padding-bottom: 50px; }
  .hero-visual{ min-height: 320px; border-radius: 20px; }
  .hero-visual .chips{ 
    gap: 8px;
    left: 10px; right: 10px; bottom: 10px;
  }
  .chip{ padding: 10px; border-radius: 12px; }
  .chip .t{ font-size: .85rem; }
  .chip .s{ font-size: .75rem; }
  
  /* Botones */
  .btn-cc{ padding: .75rem 1rem; font-size: .9rem; }
  
  /* Stats */
  .stat{ padding: 14px; }
  .stat .num{ font-size: 1.5rem; }
  .stat .lbl{ font-size: .85rem; }
  
  /* Cards */
  .card-glass{ border-radius: 16px; }
  .service-card{ margin-bottom: 1rem; }
  
  /* Gallery cards */
  .gallery-card{ border-radius: 18px; }
  .gallery-card img{ height: 180px; }
  
  /* Mock images */
  .mock{ border-radius: 20px; }
  
  /* Features */
  .feature{ gap: 12px; flex-direction: column; }
  .icon-pill{ width: 40px; height: 40px; }
  
  /* IA Strip */
  .ia-strip{
    background: radial-gradient(700px 400px at 20% 30%, rgba(238,97,118,.24), transparent 60%),
                radial-gradient(700px 420px at 70% 30%, rgba(0,162,255,.20), transparent 62%),
                linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  }
  
  /* Decorativos */
  .orbit{ display: none; } /* Ocultar en tablets pequeñas */
  .scribble{ width: 90px; height: 90px; }
  
  /* Footer */
  .footer-logo{ height: 26px; }
}

/* Móviles landscape y dispositivos pequeños (576px - 480px) */
@media (max-width: 575px){
  /* Tipografía móvil */
  .display-title{ font-size: 1.75rem !important; line-height: 1.15; }
  .lead{ font-size: .95rem; max-width: 100%; }
  h2{ font-size: 1.5rem !important; }
  h3{ font-size: 1.3rem !important; }
  h5{ font-size: 1.1rem !important; }
  
  /* Espaciado móvil */
  .section{ padding: 50px 0; }
  .section-sm{ padding: 35px 0; }
  
  /* Hero móvil */
  .hero{ padding-top: 80px; padding-bottom: 40px; }
  .hero-badge{ 
    font-size: .85rem; 
    padding: .4rem .65rem;
    gap: .45rem;
  }
  .hero-badge .dot{ width: .5rem; height: .5rem; }
  .hero-visual{ 
    min-height: 280px; 
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.40);
  }
  .hero-visual .chips{ 
    position: static;
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  /* Botones móvil */
  .btn-cc{ 
    padding: .7rem .95rem; 
    font-size: .875rem;
    white-space: nowrap;
  }
  .btn-cc i{ font-size: 1rem; }
  
  /* Stats móvil */
  .stat{ padding: 12px; border-radius: 14px; }
  .stat .num{ font-size: 1.3rem; }
  .stat .lbl{ font-size: .8rem; }
  
  /* Cards móvil */
  .card-glass{ border-radius: 14px; }
  .card-glass .card-body{ padding: 1rem; }
  .service-card h5{ font-size: 1rem; }
  .service-card ul{ font-size: .9rem; padding-left: .9rem; }
  
  /* Gallery móvil */
  .gallery-card{ border-radius: 16px; }
  .gallery-card img{ height: 160px; }
  .gallery-card .meta{ padding: 12px; }
  .gallery-card .meta h6{ font-size: .95rem; }
  
  /* Mock móvil */
  .mock{ border-radius: 16px; }
  .mock-caption{ padding: 12px; font-size: .9rem; }
  
  /* Features móvil */
  .feature h6{ font-size: 1rem; }
  .feature p{ font-size: .9rem; }
  .icon-pill{ width: 38px; height: 38px; border-radius: 12px; }
  
  /* Forms móvil */
  .form-control, .form-select{ 
    font-size: .9rem; 
    padding: .6rem .8rem;
    border-radius: 12px;
  }
  .form-label{ font-size: .9rem; }
  
  /* Testimonials móvil */
  .testimonial .quote{ font-size: .95rem; }
  .avatar{ width: 38px; height: 38px; }
  .who .name{ font-size: .95rem; }
  .who .role{ font-size: .85rem; }
  
  /* Navbar móvil */
  .navbar{ padding: .5rem 0; }
  .navbar-brand img{ height: 28px; }
  .navbar-collapse{ 
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(6,10,12,.85);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
  }
  .nav-link{ padding: .6rem 0; }
  
  /* Footer móvil */
  .footer{ padding: 2.5rem 0 !important; }
  .footer-logo{ height: 24px; }
  .footer .small{ font-size: .85rem; }
  
  /* Background móvil optimizado */
  body{
    background: radial-gradient(800px 500px at 15% 10%, rgba(238,97,118,.16), transparent 50%),
                radial-gradient(700px 450px at 80% 15%, rgba(29,62,85,.50), transparent 55%),
                linear-gradient(180deg, #08131a 0%, #060d12 40%, #05080b 100%);
  }
  
  .bg-grid{ 
    background-size: 28px 28px;
    opacity: .20;
  }
  
  /* Ocultar elementos decorativos en móvil */
  .orbit, .scribble{ display: none; }
  
  /* Chips hero - ajuste especial móvil */
  .chip{ 
    padding: 10px 12px; 
    border-radius: 12px;
  }
  .chip .t{ font-size: .8rem; }
  .chip .s{ font-size: .72rem; margin-top: 3px; }
}

/* Móviles pequeños (480px - 375px) */
@media (max-width: 479px){
  /* Tipografía extra pequeña */
  .display-title{ font-size: 1.5rem !important; }
  .lead{ font-size: .9rem; }
  h2{ font-size: 1.35rem !important; }
  
  /* Hero extra pequeño */
  .hero{ padding-top: 75px; padding-bottom: 35px; }
  .hero-visual{ min-height: 250px; }
  
  /* Botones compactos */
  .btn-cc{ 
    padding: .65rem .85rem; 
    font-size: .85rem;
  }
  
  /* Stats compactos */
  .stat .num{ font-size: 1.2rem; }
  .stat .lbl{ font-size: .75rem; }
  
  /* Forms compactos */
  .form-control, .form-select{ 
    font-size: .875rem; 
    padding: .55rem .75rem;
  }
  
  /* Navbar compacto */
  .navbar-brand img{ height: 26px; }
}

/* Móviles muy pequeños (< 375px) */
@media (max-width: 374px){
  /* Tipografía mínima */
  .display-title{ font-size: 1.35rem !important; }
  .lead{ font-size: .85rem; }
  .kicker{ font-size: .7rem; }
  
  /* Espaciado mínimo */
  .section{ padding: 40px 0; }
  .section-sm{ padding: 30px 0; }
  
  /* Hero mínimo */
  .hero{ padding-top: 70px; padding-bottom: 30px; }
  .hero-visual{ min-height: 220px; border-radius: 14px; }
  
  /* Botones mínimos */
  .btn-cc{ 
    padding: .6rem .75rem; 
    font-size: .8rem;
  }
  
  /* Stats mínimos */
  .stat{ padding: 10px; }
  .stat .num{ font-size: 1.1rem; }
  .stat .lbl{ font-size: .72rem; }
  
  /* Cards mínimos */
  .card-glass{ border-radius: 12px; }
  .card-glass .card-body{ padding: .85rem; }
  
  /* Gallery mínimo */
  .gallery-card{ border-radius: 14px; }
  .gallery-card img{ height: 140px; }
  .gallery-card .meta{ padding: 10px; }
  
  /* Navbar mínimo */
  .navbar-brand img{ height: 24px; }
  .navbar-collapse{ padding: .85rem; }
  
  /* Footer mínimo */
  .footer{ padding: 2rem 0 !important; }
  
  /* Background grid más sutil */
  .bg-grid{ 
    background-size: 24px 24px;
    opacity: .15;
  }
}

/* Landscape móviles (orientación horizontal) */
@media (max-height: 500px) and (orientation: landscape){
  .hero{ padding-top: 70px; padding-bottom: 30px; }
  .hero-visual{ min-height: 240px; }
  .section{ padding: 50px 0; }
  .section-sm{ padding: 35px 0; }
}

/* Optimizaciones de rendimiento móvil */
@media (max-width: 767px){
  /* Reducir blur effects en móvil para mejor rendimiento */
  .navbar{ backdrop-filter: blur(8px); }
  .chip{ backdrop-filter: blur(8px); }
  
  /* Simplificar sombras */
  .hero-visual{ box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .btn-cc{ box-shadow: 0 10px 30px rgba(0,0,0,.18); }
  .card-glass{ box-shadow: 0 14px 40px rgba(0,0,0,.22); }
  .mock{ box-shadow: 0 18px 50px rgba(0,0,0,.28); }
}

/* Touch optimizations */
@media (hover: none) and (pointer: coarse){
  /* Botones táctiles más grandes */
  .btn-cc{ 
    min-height: 44px;
    padding: .75rem 1rem;
  }
  
  /* Links táctiles más grandes */
  .nav-link{ 
    padding: .75rem 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  
  /* Inputs táctiles más grandes */
  .form-control, .form-select{ 
    min-height: 44px;
    font-size: 16px; /* Previene zoom en iOS */
  }
  
  /* Remover hover effects en táctil */
  .service-card:hover{ transform: none; }
  .btn-cc:hover{ transform: none; }
}

/* Dark mode support (opcional) */
@media (prefers-color-scheme: dark){
  /* Ya está en dark por defecto, pero puedes ajustar si necesitas */
}

/* Reduced motion (accesibilidad) */
@media (prefers-reduced-motion: reduce){
  *{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .reveal{
    opacity: 1;
    transform: none;
  }
}

/* Print styles */
@media print{
  .navbar, .footer, .btn-cc, .orbit, .scribble, .bg-grid{ display: none; }
  body{ background: white; color: black; }
  .hero-visual, .card-glass{ border: 1px solid #ccc; }
}


.video-hero-section {
    position: relative;
    width: 100%;
    /*min-height: 700px;*/
    height: 750px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video de fondo */
.video-hero-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

/* Overlay oscuro sobre el video */
.video-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Contenido por encima del video */
.video-hero-wrapper {
    position: relative;
    z-index: 2;
}

.video-hero-text {
    color: white;
    text-align: center;
}

.video-hero-text h1 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 35%;
    font-size: 6.5rem;
    /*font-weight: bold;*/
    /*margin-bottom: 1rem;*/
    color: #FFF;
    text-transform: uppercase;
    /*border: solid 2px #FFF;*/
}


/* Responsive */
@media (max-width: 768px) {
    .video-hero-section {
        min-height: 300px;
    }
    
    .video-hero-text h1 {
        font-size: 1.8rem;
    }
}

.bg-seccion2 {
  background-image: url('../images/bg-seccion2.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 1009px;
}

.bg-seccion2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.7); /* Ajusta la opacidad aquí (0.7 = 70%) */
  z-index: 1;
}

.bg-seccion2 > * {
  position: relative;
  z-index: 2;
}

.padding1-seccion2 {
  padding: 50px 100px;
}

.padding2-seccion2 {
  padding: 70px 120px;
}

.texto-seccion2 {
  color: rgba(255,255,255,.78);
  max-width: 100%;
  font-size: 1.3rem; 
}

.recuadros-seccion2 {
  background: #474646;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px; /* Ajusta según necesites */
}

.bg-seccion3 {
  background-image: url('../images/fondo-galaxia.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  /*height: 596px;*/
}

.padding1-seccion3 {
  padding: 50px 180px;
}

.texto-seccion3 {
  color: rgba(255,255,255,.78);
  max-width: 100%;
  font-size: 1.5rem;
}

/* SERVICES HERO SECTION */
.services-hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 100px 0;
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle 600px at 85% 45%, rgba(238, 97, 118, 0.35), transparent 65%),
    radial-gradient(circle 450px at 90% 30%, rgba(238, 97, 118, 0.25), transparent 60%),
    radial-gradient(circle 350px at 88% 55%, rgba(238, 97, 118, 0.20), transparent 55%),
    linear-gradient(180deg, #1a1625 0%, #0f0b17 100%);
  z-index: 0;
}

.services-hero-bg::before {
  content: '';
  position: absolute;
  top: 20%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(238, 97, 118, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  animation: float 8s ease-in-out infinite;
}

.services-hero-bg::after {
  content: '';
  position: absolute;
  top: 35%;
  right: 15%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(238, 97, 118, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: float 10s ease-in-out infinite reverse;
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.services-hero-content {
  position: relative;
  z-index: 2;
}

.kicker-servicios {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services-hero-title {
  font-family: 'bold', sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.accent-servicios {
  color: #EE6176;
}

.services-hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 900px;
  margin-bottom: 0;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -20px) scale(1.05);
  }
}

/* Responsive adjustments for services hero */
@media (max-width: 991px) {
  .services-hero-section {
    min-height: 500px;
    padding: 100px 0 80px 0;
  }
  
  .services-hero-title {
    font-size: 3rem;
  }
  
  .services-hero-subtitle {
    font-size: 1.05rem;
  }
}

@media (max-width: 767px) {
  .services-hero-section {
    min-height: 450px;
    padding: 90px 0 70px 0;
  }
  
  .kicker-servicios {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .services-hero-title {
    font-size: 2.2rem;
  }
  
  .services-hero-subtitle {
    font-size: 1rem;
  }
  
  .services-hero-bg::before,
  .services-hero-bg::after {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 479px) {
  .services-hero-section {
    min-height: 400px;
    padding: 80px 0 60px 0;
  }
  
  .services-hero-title {
    font-size: 1.8rem;
  }
  
  .services-hero-subtitle {
    font-size: 0.95rem;
  }
}


/**** SECCION 2 *****/


/****SECCION 2 ****/


/****** SERVICIOS ******/
.tituloServicios {
  color: #FFF;
  font-family: bold;
  font-size: 30px;
}
.contact-titleServicios {
  font-size: 3.125rem;
  font-family: bold !important;
  color: #ffffff;
}
/***********************/

#btn-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1D3E55;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);

  /* Oculto por defecto */
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#btn-top.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

#btn-top:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}

/*BOTON FLOTANTE WHATSAPP*/
.float {
  position:fixed;
  z-index: 999;
  width:50px;
  height:50px;
  /*bottom:40px;
  right:40px;*/
  bottom: 95px;
  right: 30px;
  background: url(../images/whatsapp-blanco.png), #EE6176;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:50%;
  border: none;
  text-align:center;
  animation: pulse 2s infinite;
}
.float:hover {
  text-decoration: none;
  background: url(../images/whatsapp-blanco.png), #1D3E55;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
/*FIN BOTON FLOTANTE WHATSAPP*/


/* Bird Animation */
.bird-container {
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease 0.3s backwards;
}

.bird-image {
  max-width: 280px;
  width: 100%;
  animation: floatBird 4s infinite ease-in-out;
  filter: drop-shadow(0 15px 35px rgba(233, 30, 140, 0.3));
}

.animacion-image {
  /*width: 100%;*/
  animation: floatBird 4s infinite ease-in-out;
  filter: drop-shadow(0 15px 35px rgba(233, 30, 140, 0.3));
}

@keyframes floatBird {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }

  50% {
    transform: translateY(-25px) translateX(10px);
  }
}



/* Botón Flotante de Chatbot */
.chatbot-float {
    position: fixed;
    bottom: 160px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.chatbot-icon {
  width: 50px;
  height: 50px;
  background: #1D3E55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 4px 20px rgba(0, 217, 192, 0.4);*/
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.chatbot-icon i {
    font-size: 1.8rem;
    color: white;
}

.chatbot-float:hover .chatbot-icon {
    transform: scale(1.1);
    /*box-shadow: 0 6px 30px rgba(0, 217, 192, 0.6);*/
}

.chatbot-tooltip {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #1A1A2E;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chatbot-float:hover .chatbot-tooltip {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* Widget de Chatbot */
.chatbot-widget {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 380px;
    height: 550px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8) translateY(20px);
    transition: all 0.3s ease;
}

.chatbot-widget.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}

.chatbot-header {
    background: #1D3E55;
    color: white;
    padding: 1.25rem;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-header-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chatbot-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    padding: 5px;
}

.chatbot-header h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.chatbot-status {
    font-size: 0.8rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.chatbot-status i {
    font-size: 0.5rem;
    animation: blink 1.5s infinite;
}

.chatbot-close {
    background: transparent; /*;*/
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.chatbot-close:hover {
    transform: rotate(90deg);
}

.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    background: #f8f9fa;
}

.chatbot-message {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    animation: slideIn 0.3s ease;
}

.user-message {
    flex-direction: row-reverse;
}

.message-bot {
    width: 35px;
    height: 35px;
    background: #1D3E55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.message-avatar {
    width: 35px;
    height: 35px;
    background: #EE6176;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.user-message .message-avatar {
    background: #EE6176;
}

.message-content {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 15px;
    max-width: 70%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.user-message .message-content {
    background: #EE6176;
    color: white;
}

.message-content p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: 'light';
}

.message-content p + p {
    margin-top: 0.5rem;
}

.chatbot-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.quick-reply {
    background: white;
    border: 2px solid #1D3E55;
    color: #1D3E55;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: light;
}

.quick-reply:hover {
    background: #1D3E55;
    color: white;
    transform: translateY(-2px);
}

.chatbot-input {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: white;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #e0e0e0;
}

#chatbot-input-field {
    flex: 1;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
}

#chatbot-input-field:focus {
    border-color: #1D3E55;
}

#chatbot-send {
    width: 45px;
    height: 45px;
    background: #1D3E55;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#chatbot-send:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 217, 192, 0.4);
}

.typing-indicator {
    display: flex;
    gap: 0.3rem;
    padding: 0.75rem 1rem;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background: #1D3E55;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(238, 97, 118, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(238, 97, 118, 0.7);
    }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .chatbot-widget {
        width: calc(100vw - 20px);
        height: calc(100vh - 120px);
        bottom: 10px;
        right: 10px;
    }
    
    .chatbot-float {
        bottom: 20px;
        right: 20px;
    }
    
    .chatbot-tooltip {
        display: none;
    }
}

/* =====================
   SECCIÓN CONTACTO
===================== */

.colibri-contact {
  /*background-image: url('../images/ChatGPTImage6ene202614_54_36.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;*/
  position: relative;
  overflow: hidden;
}

/* Título principal */
.contact-title {
  font-size: 3.125rem;
  font-family: 'bold' !important;
  color: #ffffff;
}

.contact-highlight {
  color: #EE6176;
}

.contact-sub {
  color: #FFFFFF;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: 'light' !important;
}

/* Info lateral */
.contact-info {
  width: 100% !important;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: 'light' !important;
}

.contact-info-item {
  display: flex;
  align-items: center; /* cambia de flex-start a center */
  gap: 1rem;
  font-family: 'light' !important;
}

.contact-icon {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 32px;          /* agrega esto */
  text-align: center;       /* agrega esto */
  flex-shrink: 0;           /* agrega esto para que no se comprima */
  margin-top: 0;            /* quita el margin-top: 2px que tenías */
}

.contact-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 2px;
}

.contact-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.contact-link:hover {
  color: #EE6176;
}

.contact-value {
  color: #dddddd;
  font-size: 0.95rem;
  margin: 0;
  font-family: 'light' !important;
}

/* Botón WhatsApp */
.btn-whatsappInfo {
  background: transparent;
  color: #ffffff;
  font-family: bold;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  border: solid 1px #FFF;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.2s;
  text-decoration: none;
}

.btn-whatsappInfo:hover {
  background: #EE6176;
  border: solid 1px #EE6176;
  color: #FFFFFF;
}

/* Formulario */
.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-form-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #EE6176;
  margin-bottom: 6px;
  font-family: 'bold' !important;
}

.contact-input {
  background: #202020;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.contact-input::placeholder {
  color: #555555;
  font-family: 'light';
}

.contact-input:focus {
  background: #202020;
  border-color: #00c896;
  box-shadow: 0 0 0 3px rgba(0, 200, 150, 0.15);
  color: #ffffff;
  outline: none;
  font-family: light;
}

.contact-input option {
  background: #202020;
  color: #ffffff;
  font-family: 'light';
}

/* Botón enviar */
.btn-contact-send {
  background: #EE6176;
  color: #FFFFFF;
  font-family: bold;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  border-radius: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
}

.btn-contact-send:hover {
  background: #1D3E55;
  color: #FFFFFF;
  border: none;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info {
    height: auto;
  }
}


/*============FOOTER=============*/
.footer {
  background: #202020;
  /*padding-bottom: 80px;
  padding-top: 80px;*/
}
.contacto-footer {
  text-align: left;
  color: #fff;
}
.mailFooter a {
  color: #FFF;
  text-decoration: none;
}
.mailFooter a:hover {
  color: #EE6176;
}
.iconosRS a {
  color: #FFF;
}
.contacto-footer ul li {
    list-style:none;
    margin-bottom: 15px;
}
.redes-sociales ul li {
    list-style:none;
}
.redes-sociales {
  text-align: center;
  color: #fff;
  line-height: 10px;
}
.redes-sociales-icono{
  font-size: 1.8vw; 
  margin: 10px;
  color: #fff;
}
.navegacionFooter a {
  color: #FFF;
  text-decoration: none;
}
.navegacionFooter a:hover {
  color: #EE6176;
  text-decoration: none;
}
.logo-footer{
  text-align: center;
  object-position: center;
}
.logo-footer img {
  width: 150px;
}
/*=========FIN FOOTER==========*/

@media only screen and (max-width: 900px) {

  .bg-seccion3 {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .colibri-contact {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  /****** SERVICIOS ******/
  .tituloServicios {
    position: relative;
    left: 25px;
    font-size: 24px !important;
    font-family: GOTHAM-BOLD !important;
    color: #ffffff;
  }
  .contact-titleServicios {
    position: relative;
    left: 25px;
    font-size: 46px !important;
    font-family: GOTHAM-BOLD !important;
    color: #ffffff;
  }
  /***********************/

  .contact-title {
    position: relative;
    left: 25px;
    font-size: 50px !important;
    font-family: GOTHAM-BOLD !important;
    color: #ffffff;
  }

  .contact-sub {
    position: relative;
    left: 25px;
  }

  .contact-info {
    position: relative;
    width: 110% !important;
    margin: 0 auto;
    left: 10px;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .contact-form {
    position: relative;
    width: 110% !important;
    margin: 0 auto;
    left: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 0.8rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .btn-contact-send {
    width: 100%;
    font-size: 0.8rem;
  }

  .chatbot-float {
    position: fixed;
    bottom: 155px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .chatbot-widget {
    z-index: 9999;
  }

  .footer-logo {
    width: 30%;
    height: 30%;
  }

  .textoMasPequeR {
    text-align: center;
    font-size: 12px !important;
  }

  .centradoResponsive {
    text-align: center !important;
  }

  .textoFinalResponsive {
    margin: 0 auto;
    /*border: solid 2px #FFF;*/
  }

  .mTopResponsiveSecciones {
    margin-top: 50px !important;
  }

}



/* El fondo animado se posiciona de forma absoluta */
.bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Al fondo */
    overflow: hidden;
    background: #202020 !important;
}

/* Importante: El contenido debe estar por encima del fondo */
.colibri-contact .container {
    position: relative;
    z-index: 1; /* Por encima del fondo */
}
        .shape {
            position: absolute;
            opacity: .10; /*0.15*/
            animation: float 20s infinite ease-in-out;
        }

        .shape-1 {
            width: 150px; /*400px*/
            height: 150px; /*400px*/
            /*background: linear-gradient(135deg, var(--primary-pink), var(--primary-purple));*/
            background: url('../images/Recurso 6-8.png');
            background-repeat: no-repeat;
            border-radius: 50%;
            top: 100px; /*100*/
            right: 100px; /*-100*/
            animation-delay: 0s;
        }

        .shape-2 {
            width: 350px;
            height: 350px;
            /*background: linear-gradient(45deg, var(--primary-blue), var(--primary-coral));*/
            background: url('../images/Recurso 7-8.png');
            background-repeat: no-repeat;
            /*border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;*/
            bottom: 80px; /*-80*/
            left: 80px; /*-80*/
            animation-delay: 7s;
        }

        .shape-3 {
            width: 250px;
            height: 250px;
            /*background: linear-gradient(90deg, var(--primary-coral), var(--primary-pink));*/
            background: url('../images/Recurso 9-8.png');
            background-repeat: no-repeat;
            /*border-radius: 50%;*/
            top: 50%;
            right: 15%;
            animation-delay: 14s;
        }

        .shape-4 {
            width: 200px;
            height: 200px;
            /*background: linear-gradient(180deg, var(--primary-purple), var(--primary-blue));
            border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;*/
            background: url('../images/Recurso 11-8.png'); 
            background-repeat: no-repeat;
            top: 20%;
            left: 10%;
            animation-delay: 3s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(-40px) rotate(10deg);
            }
            50% {
                transform: translateY(0px) rotate(0deg);
            }
            75% {
                transform: translateY(40px) rotate(-10deg);
            }
        }
        
        
  #gl {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: block;
  }
  #gl {
    touch-action: pan-y !important;
    }
    
    .about-image-wrap img {
    margin: 0 auto;
  }
  
  
.cc-ia-performance-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr)) !important;
}

.section-colibri-ia {
    margin-top:140px;
    padding:80px 50px;
    border-radius:20px;
    background:linear-gradient(135deg,#1D3E55 0%,#0B1422 100%);
    color:#ffffff;
} 
@media (min-width: 768px) {
  #hero-content {
    left: 50% !important;
    transform: translate(-50%, -54%) !important;
    width: 100%;
    max-width: 1140px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
    
      /* Hero: convertir en columna real (texto arriba, dock abajo) para
     que NUNCA se encimen, sin importar cuántas líneas tenga el título.
     Requiere id="hero-wrap" en el contenedor del hero e
     id="hero-content" en el div que envuelve título/descripción/CTA. */
     #hero-title {
          width: 95%;
        font-size: 32px !important;
        line-height: 1.15 !important;
      }
      #hero-desc {
        font-size: 16px !important;
      }
      #hero-items {
        font-size: 12px !important;
      }
      #hero-cta {
        margin-top: 16px !important;
        padding: 11px 24px !important;
        font-size: 11px !important;
      }


    
    
    
    /* Dock del hero: los 5 botones no caben en pantallas angostas.
     Se vuelve deslizable horizontalmente en vez de cortarse. */
    /*#hero-dock {
        max-width: calc(100vw - 32px);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        scrollbar-width: none;  
        -ms-overflow-style: none; 
    }
    #hero-dock::-webkit-scrollbar {
        display: none;
    }
    #hero-dock button {
        flex: 0 0 auto;
    }*/
    
    
    
    
    
    /*  #hero-dock {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 95vw;
    max-width: 95vw;
    box-sizing: border-box;
    padding: 10px;
    overflow: visible;
  }
  #hero-dock button {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding: 10px 8px !important;
    white-space: normal;
  }
  #hero-dock button span:last-child {
    font-size: 11px !important;
    white-space: normal;
    text-align: center;
    line-height: 1.2 !important;
  }
  #hero-dock button:last-child {
    grid-column: 1 / -1;
    max-width: 60%;
    margin: 0 auto;
  }
*/

 
    /* Sección "Somos": párrafos justificados */
    .about-copy {
        text-align: justify;
        font-size: 15px !important;
    }
 
    /* Sección "Somos": imagen del colibrí centrada */
    .about-image-wrap img {
        margin: 0 auto;
    }
 
    /* Sección Colibrí IA: párrafo justificado */
    .colibri-ia-text {
        text-align: justify;
    }
  
    .section-colibri-ia {
        margin-top:140px;
        padding:35px 35px;
        border-radius:20px;
        background:linear-gradient(135deg,#1D3E55 0%,#0B1422 100%);
        color:#ffffff;
    }
 
}


/*============ NUEVO INDEX ===========*/
@keyframes ccFloatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}
@keyframes ccFloatYsm{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes ccBob{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(2deg)}}
@keyframes ccSpin{to{transform:rotate(360deg)}}
@keyframes ccSpinRev{to{transform:rotate(-360deg)}}
@keyframes ccPulse{0%,100%{transform:scale(1);opacity:.55}50%{transform:scale(1.09);opacity:.85}}
@keyframes ccDriftX{0%,100%{transform:translateX(0)}50%{transform:translateX(16px)}}
@keyframes ccKenBurns{0%{transform:scale(1.04) translate(0,0)}50%{transform:scale(1.1) translate(-1.5%,-1.8%)}100%{transform:scale(1.04) translate(0,0)}}
@keyframes ccStarDrift{0%{transform:translateY(0)}100%{transform:translateY(-40px)}}
/*@media (prefers-reduced-motion:reduce){*{animation:none!important}}*/

.modal-title {
    color: #EE6176;
    font-family: 'bold' !important;
}

.modal-demo-web {
    background-color: #0b0f19 !important;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), 
        url('../images/milkyway-gen-optimizado.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform-origin: 55% 45%;
    color: #ffffff !important;
}
#fecha-hora {
    accent-color: #EE6176; /* <- Reemplaza este código hexadecimal por el color que tú quieras */
}