/** Shopify CDN: Minification failed

Line 548:1 Expected "}" to go with "{"

**/
/* =========================================
   Fondo global con imagen 
========================================= */

/* 1️⃣ Sobrescribir variables del theme Orion */
:root {
  --color-scheme-background: transparent !important;
  --color-scheme-background-gradient: transparent !important;
}

/* Si el wrapper usa esta clase (muy común en Orion) */
.color-scheme-main {
  --color-scheme-background: transparent !important;
  --color-scheme-background-gradient: transparent !important;
}

/* 2️⃣ Fondo real */
html, body {
  height: 100%;
}


body {

 background:
    linear-gradient(rgba(0,0,0,0.02), rgba(0,0,0,0.02)),
    url("/cdn/shop/files/bg-Servicios-Criogenicos-1.png?v=1771253395");

      background-size: cover;
    background-position: center 5%;
  background-attachment: fixed;
}
/* 
background:
  rgba(0, 0, 0, 0.20)
  url("/cdn/shop/files/bg-Servicios-Criogenicos-1.png?v=1771253395");

  background-size: cover;
  background-position: center 5%;
  background-attachment: fixed;
*/

/* Aseguramos que todo el contenido esté encima */
body > * {
  position: relative;
  z-index: 1;
}


/* 3️⃣ Asegurar que los contenedores principales no tapen el fondo */
.page-wrapper,
#MainContent,
.content-for-layout,
.shopify-section {
  background: transparent !important;
}

.custom-hero .banner__image,
.custom-hero .banner__image img {
  height: 100%;
  width: 100%;
}

.custom-hero .banner__image img {
  object-fit: cover;
}


/* =====================================================
   OPTIMIZACIÓN PARA CELULAR – LIMPIO
===================================================== */




@media (max-width: 768px) {

  /* Mejor rendimiento en móvil 
  body {
    background-attachment: scroll;
    background-position: center;
    background-size: 120%;
  }*/

  /* Fondo fijo real */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(rgba(255,255,255,0.02), rgba(255,255,255,0.02)),
      url("/cdn/shop/files/bg-Servicios-Criogenicos-1.png?v=1771253395");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }


  body {
        background: transparent !important;
    }

    .page-wrapper,
    #MainContent,
    .content-for-layout,
    .shopify-section {
      background: transparent !important;

    /* Altura final del slideshow / banner 
  .slideshow,
  .banner,
  .hero {
    min-height: 65vh !important;
    height: auto !important;
  }
*/

  /* Ajuste de imagen */
  .slideshow__slide img,
  .banner__media img {
    object-fit: cover !important;
    object-position: center 30% !important;
  }

  /* Ajuste del texto */
  .banner__content,
  .slideshow__text-wrapper {
    padding: 20px !important;
    text-align: left !important;
  }

  .slideshow__slide,
  .banner {
    display: flex !important;
    align-items: flex-end !important;
  }




  /* Tamaño de títulos */
  .banner__heading,
  .slideshow__heading {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  /* Botones más tocables */
  .button,
  .btn {
    padding: 14px 22px;
    font-size: 16px;
  }

  /* Reducir espacios verticales */
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Header más compacto 
  .header-section__wrapper {
    padding: 8px 16px;
  }
*/
}

.main-nav__hamburger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}


.main-nav__hamburger-button svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 991px) {

  .collection-list-section .card__media {
    aspect-ratio: 1 / 1 !important;
  }

  .collection-list-section .card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

}

/* Solo páginas internas 
.template-page .custom-hero .banner__image,
.template-page .custom-hero .banner__image img {
  height: 100%;
  width: 100%;
}

.template-page .custom-hero .banner__image img {
  object-fit: cover;
}

*/
@media (max-width: 768px) {

  .template-page .custom-hero,
  .template-page .custom-hero .banner__inner,
  .template-page .custom-hero .banner__media {
    height: 10 !important;
    min-height: 10 !important;
  }

}

/*
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.wa-button {
  background: #25D366;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50px;
  cursor: pointer;
}

.wa-menu {
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
}

.whatsapp-float:hover .wa-menu {
  display: flex;
}

.wa-menu a {
  background: white;
  padding: 10px;
  margin: 5px 0;
  text-decoration: none;
  border-radius: 8px;
  color: black;
}

*/

.hero-video-section {
  width: 100%;
  background: #141530;
  padding: 120px 0;
}

.hero-video-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  position: relative; /* 👈 clave */
}

/* VIDEO */
.hero-video-bg {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}

/* TEXTO SUPERPUESTO CONTROLADO */
.hero-video-content {
  position: absolute;   /* 👈 ahora sí invade */
  left: 8%;
  width: 45%;
  z-index: 3;
  color: white;
}

.hero-video-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-video-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.8);
}

.hero-video-button {
  padding: 14px 32px;
  background: white;
  color: black;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
}

/* MOBILE */
@media (max-width: 900px) {
  .hero-video-wrapper {
    display: block;
  }

  .hero-video-content {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 40px;
  }
}

.banner__image.parallax-img {
  position: relative;
  display: block;
  height: 100vh; /* 🔥 CLAVE */
  overflow: hidden;
}

.banner__image.parallax-img img {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--21449005760748__hero_mfjr9z .custom-hero.banner,
  #shopify-section-template--21449005826284__hero_Wi6dHP .custom-hero.banner,
  #shopify-section-template--21758244847852__hero_eUdxLJ .custom-hero.banner,
  #shopify-section-template--21758244847852__hero_mmdxpt .custom-hero.banner,
  #shopify-section-template--21758244880620__hero_iWMPBA .custom-hero.banner,
  #shopify-section-template--21758244880620__hero_wCF3Nf .custom-hero.banner,
  #shopify-section-template--21733440225516__hero_iWMPBA .custom-hero.banner,
  #shopify-section-template--21733440225516__hero_rBtm8f .custom-hero.banner,
  #shopify-section-template--22053722194156__hero_ci8Bra .custom-hero.banner,
  #shopify-section-template--22053722194156__hero_ffeVwi .custom-hero.banner,
  #shopify-section-template--21743583920364__hero_iWMPBA .custom-hero.banner,
  #shopify-section-template--21743583920364__hero_aGwxDf .custom-hero.banner,
  #shopify-section-template--21758244913388__hero_iWMPBA .custom-hero.banner,
  #shopify-section-template--21692185903340__hero_iWMPBA .custom-hero.banner,
  #shopify-section-template--21692185903340__hero_aPgnEG .custom-hero.banner {
    height: auto !important;
    min-height: unset !important;
  }
  
  .banner.custom-hero .banner__image,
  .banner.custom-hero .banner__image img {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
  }
  
  .banner.custom-hero .banner__content {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
  }
}


/* =============================================
   CRYOLAB - CTA Final + Sticky Bar Móvil
   Para tema Orion - División Criogenia
   ============================================= */

/* -----------------------------------------
   1. OCULTAR BOTONES EN SECCIONES IMAGE WITH TEXT
   (Solo si decides ocultarlos con CSS en vez de desde el editor)
   ----------------------------------------- */
/*
.image-with-text-section .content__button {
  display: none !important;
}
*/
/* -----------------------------------------
   STICKY BAR - Desktop y Móvil
   ----------------------------------------- */
.cryolab-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  
  background: #534AB7;
  padding: 14px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cryolab-sticky-bar.visible {
  transform: translateY(0);
}

.cryolab-sticky-bar__text {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  margin: 0;
}

.cryolab-sticky-bar__button {
  background: #ffffff;
  color: #3C3489;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.cryolab-sticky-bar__button:hover {
  background: #f0f0f0;
}

/* Espacio para que el contenido no quede tapado */
body.sticky-active {
  padding-bottom: 60px;
}

/* Ajustes móvil */
@media screen and (max-width: 767px) {
  .cryolab-sticky-bar {
    padding: 12px 16px;
    justify-content: space-between;
  }
  
  .cryolab-sticky-bar__text {
    font-size: 14px;
  }
  
  .cryolab-sticky-bar__button {
    padding: 10px 20px;
    font-size: 14px;
  }
}


/* -----------------------------------------
   CTA FINAL - Estilos forzados para Desktop
   ----------------------------------------- */
.cryolab-cta-final {
  background: linear-gradient(135deg, #EEEDFE 0%, #E6F1FB 100%) !important;
  border-radius: 16px !important;
  padding: 40px 30px !important;
  text-align: center !important;
  margin: 40px auto !important;
  max-width: 600px !important;
  width: 90% !important;
  box-sizing: border-box !important;
}

.cryolab-cta-final__title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #3C3489 !important;
  margin: 0 0 8px 0 !important;
  text-align: center !important;
}

.cryolab-cta-final__subtitle {
  font-size: 16px !important;
  color: #534AB7 !important;
  margin: 0 0 24px 0 !important;
  text-align: center !important;
}

.cryolab-cta-final__button {
  display: inline-block !important;
  background: #534AB7 !important;
  color: #ffffff !important;
  padding: 16px 40px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

.cryolab-cta-final__button:hover {
  background: #3C3489 !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

/* Responsive móvil */
@media screen and (max-width: 767px) {
  .cryolab-cta-final {
    padding: 30px 20px !important;
    margin: 30px 16px !important;
    border-radius: 12px !important;
    width: calc(100% - 32px) !important;
  }
  
  .cryolab-cta-final__title {
    font-size: 20px !important;
  }
  
  .cryolab-cta-final__subtitle {
    font-size: 14px !important;
  }
  
  .cryolab-cta-final__button {
    padding: 14px 32px !important;
    font-size: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Quitar subrayado en links del footer */
.footer a,
.footer__content a,
.footer-block__details-content a {
  text-decoration: none !important;
}