.elementor-11829 .elementor-element.elementor-element-c5e35f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11829 .elementor-element.elementor-element-78475af{--display:flex;}.elementor-11829 .elementor-element.elementor-element-aba863b{--display:flex;}.elementor-11829 .elementor-element.elementor-element-e6b10f0{--spacer-size:70px;}.elementor-11829 .elementor-element.elementor-element-293b478{--spacer-size:70px;}.elementor-11829 .elementor-element.elementor-element-298dc8a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11829 .elementor-element.elementor-element-4450671{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11829 .elementor-element.elementor-element-aa70891 > .elementor-widget-container{border-radius:0px 0px 0px 0px;}.elementor-11829 .elementor-element.elementor-element-29d2c7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11829 .elementor-element.elementor-element-5f8b73f iframe{height:846px;}.elementor-11829 .elementor-element.elementor-element-3b1a8f3{--display:flex;}.elementor-11829 .elementor-element.elementor-element-9068863{--spacer-size:70px;}.elementor-11829 .elementor-element.elementor-element-a864115{--spacer-size:40px;}.elementor-11829 .elementor-element.elementor-element-dc71144{--display:flex;}.elementor-11829 .elementor-element.elementor-element-3e9df24{--spacer-size:70px;}.elementor-11829 .elementor-element.elementor-element-858c433{--display:flex;}@media(max-width:1024px){.elementor-11829 .elementor-element.elementor-element-5f8b73f{border-radius:24px 24px 24px 24px;}.elementor-11829 .elementor-element.elementor-element-5f8b73f iframe{height:1112px;}}@media(max-width:767px){.elementor-11829 .elementor-element.elementor-element-e6b10f0{--spacer-size:0px;}.elementor-11829 .elementor-element.elementor-element-293b478{--spacer-size:0px;}.elementor-11829 .elementor-element.elementor-element-5f8b73f{border-radius:32px 32px 32px 32px;}.elementor-11829 .elementor-element.elementor-element-5f8b73f iframe{height:327px;}.elementor-11829 .elementor-element.elementor-element-9068863{--spacer-size:0px;}.elementor-11829 .elementor-element.elementor-element-a864115{--spacer-size:0px;}.elementor-11829 .elementor-element.elementor-element-3e9df24{--spacer-size:0px;}}@media(min-width:768px){.elementor-11829 .elementor-element.elementor-element-4450671{--width:50%;}.elementor-11829 .elementor-element.elementor-element-29d2c7e{--width:50%;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}


/* ======================================================== */
/* 00. IMPORTACIÓN DE TIPOGRAFÍAS OFICIALES                 */
/* ======================================================== */

/* Montserrat (Variable Font para todo el cuerpo y secciones específicas) */
@font-face {
	font-family: 'Montserrat';
	src: url('https://girorecicla.cl/wp-content/uploads/2026/07/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900; /* Soporte para variable font */
	font-style: normal;
	font-display: swap;
}

/* Google Sans Code (Regular) */
@font-face {
	font-family: 'GoogleSans';
	src: url('https://girorecicla.cl/wp-content/uploads/2025/11/GoogleSansCode-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Google Sans Code (Medium) */
@font-face {
	font-family: 'GoogleSans';
	src: url('https://girorecicla.cl/wp-content/uploads/2025/11/GoogleSansCode-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Base global para asegurar que TODO parta como Montserrat por defecto */
body, p, a, span, button, .mc-section {
	font-family: 'Montserrat', sans-serif;
}

/* ======================================================== */
/* S1: GIRO HERO SECTION (Todo Montserrat)                  */
/* ======================================================== */
.giro-hero-section {
    position: relative;
    overflow: hidden; 
    border-top-right-radius: 40px; 
    min-height: 780px;
    padding: 40px 24px;
    margin-bottom: -20px;
    background-color: transparent;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    color: #111111;
}

.giro-hero-section *,
.giro-hero-section *::before,
.giro-hero-section *::after {
    box-sizing: border-box;
}

.giro-hero-svg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 108%;
    max-width: 1690px; 
    height: 101%;
    transform: translateX(calc(-50% + 0px)); 
    z-index: 1;
    pointer-events: none;
}

.giro-hero-svg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
}

.giro-hero-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.giro-hero-grid {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

.giro-hero-left,
.giro-hero-right {
    position: relative;
}

.giro-hero-left-inner {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 36px;
    min-height: 620px;
    padding: 56px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
    box-shadow: 0 36px 80px rgba(15, 25, 40, 0.12);
}

.giro-logo {
    max-width: 480px !important;
}

.giro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Quitamos la sombra y el rebote */
.btn:hover,
.btn:focus-visible {
    transform: none !important;
    box-shadow: none !important;
}

/* Estado Base Botones */
.btn-amarillo { font-weight: 400; background: #ffd100; color: #111111; border: 1px solid #ffd100; }
.btn-blanco { font-weight: 400; border: 1px solid #cccccc; background: rgba(255, 255, 255, 0.92); color: #333333; }


.giro-hero-right {
    min-height: 620px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.giro-logo-chile {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 3;
}

.giro-right-stage {
    position: relative;
    width: 100%;
    min-height: 620px;
}

/* Estado Base Save the Date */
.giro-save-the-date {
    position: absolute;
    left: 12%;       
    bottom: 12%;     
    width: 68%;      
    background: #ffd100;
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 30px 68px rgba(17, 17, 17, 0.18);
    z-index: 2 !important; 
    text-decoration: none; 
    color: #111111; 
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.giro-save-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 14px;
    font-size: 0.96rem;
    font-weight: 600;
}

.giro-save-row.first-row { margin-top: 0; }

.giro-save-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}


/* ======================================================== */
/* HOVERS PERSONALIZADOS (Solo para Desktop)                */
/* ======================================================== */
@media (hover: hover) and (pointer: fine) {
    
    /* 1. Inscribirme -> Negro (Flecha cambia a blanco) */
    .btn-amarillo:hover {
        background: #111111;
        color: #ffffff;
        border-color: #111111;
    }
    .btn-amarillo:hover img {
        filter: brightness(0) invert(1);
    }
    
    /* 2. Ver Edición Anterior -> Verde (Texto y lupa quedan negros) */
    .btn-blanco:hover {
        background: #cce300; 
        color: #111111;
        border-color: #cce300;
    }
    
    /* 3. Save the Date -> Blanco con borde negro interior */
    .giro-save-the-date:hover {
        background: #ffffff;
        color: #111111;
        /* Usamos inset box-shadow en lugar de border para que el cuadro no cambie de tamaño al tocado */
        box-shadow: inset 0 0 0 0.5px #111111, 0 30px 68px rgba(17, 17, 17, 0.18) !important;
    }
}

/* ======================================================== */
/* CLICK EN MÓVIL (Mismos colores exactos al presionar)     */
/* ======================================================== */

/* Inscribirme */
.btn-amarillo:active { 
    background: #111111 !important; 
    color: #ffffff !important; 
    border-color: #111111 !important; 
}
.btn-amarillo:active img { 
    filter: brightness(0) invert(1) !important; 
}

/* Edición Anterior */
.btn-blanco:active { 
    background: #cce300 !important; 
    color: #111111 !important; 
    border-color: #cce300 !important; 
}

/* Save the Date */
.giro-save-the-date:active { 
    background: #ffffff !important; 
    color: #111111 !important; 
    box-shadow: inset 0 0 0 2px #111111 !important; 
}


/* ======================================================== */
/* NUEVA ANIMACIÓN "BOUNCY" (Definitiva y sin bugs)         */
/* ======================================================== */
.hero-floating-wrap {
    position: absolute;
    z-index: 10 !important; 
    /* Esta capa exterior maneja el Parallax del scroll */
}

@keyframes bounceInUp {
    0% { opacity: 0; transform: translateY(-220px) scale(0.4); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.hero-bounce {
    opacity: 0; /* Inicia oculto */
    animation: bounceInUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-floating-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 20px 35px rgba(9, 13, 20, 0.16));
    transition: transform 0.1s linear; 
}

.float-caja { left: -20%; top: 42%; width: 180px; rotate: 20deg; }
.float-yogurt { left: 28%; top: 35%; width: 160px; rotate: 10deg;  }
.float-termo { right: 18%; top: 18%; width: 160px; rotate: -20deg; }
.float-lata { left: 1%; bottom: 1%; width: 140px; rotate: -10deg;  }
.float-botella { right: 14%; bottom: 12%; width: 180px; rotate: 20deg; }

.anim-scroll {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.anim-scroll.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}


/* ======================================================== */
/* ADAPTACIÓN TABLET                                        */
/* ======================================================== */
@media (max-width: 992px) {
    .giro-hero-section {
        background-image: none !important; 
        background-color: #f8f9f5;
        padding: 50px 20px 40px;
        min-height: auto;
        margin-top: -60px ;
    }
    .giro-hero-svg { display: none !important; }
    .giro-logo-chile { display: none !important; }

    .giro-hero-grid {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 580px; 
        margin: 0 auto;
    }

    .giro-hero-left, 
    .giro-hero-right, 
    .giro-right-stage {
        position: static !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }

    .giro-logo {
        width: 100% !important;
        max-width: 480px !important; 
        margin: 40px auto 50px auto !important; 
        position: relative;
        z-index: 10;
        display: block;
    }

    .giro-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 10;
        margin-top: 20px;
    }
    
    .btn { width: 100%; max-width: none; }

    .giro-save-the-date {
        position: relative;
        width: 100%;
        left: auto; bottom: auto;
        margin-top: 20px;
        max-width: none;
        z-index: 10 !important;
        box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08) !important;
    }

    .hero-floating-wrap { position: absolute; z-index: 15 !important; }
    
    .float-caja { top: 60px; left: 2%; right: auto; width: 150px; rotate: -15deg; }
    .float-botella { top: 320px; right: -3%; left: auto; width: 170px; rotate: -10deg; }
    .float-yogurt { top: 200px; left: -4%; right: auto; width: 125px; rotate: -10deg; }
    .float-lata { top: 320px; right: 78%; left: auto; width: 165px; rotate: 15deg; }
    .float-termo { top: 40px; right: -5%; left: auto; width: 150px; rotate: -20deg; }
}

/* ======================================================== */
/* ADAPTACIÓN MÓVIL                                         */
/* ======================================================== */
@media (max-width: 480px) {
    .giro-hero-section { padding: 40px 16px 30px; margin-top: -60px; }
    
    .giro-logo {
        width: 100% !important;
        max-width: 380px !important;
        margin: 30px auto 40px auto !important;
    }

    .float-caja { top: 40px; left: -4%; right: auto; width: 90px; }
    .float-botella { top: 215px; right: -40px; left: auto; width: 95px; }
    .float-yogurt { top: 150px; left: -24px; right: auto; width: 80px; rotate: -10deg; }
    .float-lata { top: 260px; right: %; left: auto; width: 105px; rotate: 15deg; }
    .float-termo { top: 30px; right: 2%; left: auto; width: 100px; rotate: -20deg; }
}
/* small global utilities appended */
:root{--mc-yellow:#ffd400;--mc-green:#cce300;--mc-black:#111;--mc-muted:#666}
*,*::before,*::after{box-sizing:border-box}
html,body{height:100%}
body{font-family:'Montserrat', sans-serif;line-height:1.25;color:var(--mc-black)}
.mc-section{width:100%;padding:28px;border-radius:12px}
.text-muted{color:var(--mc-muted)}


/* ======================================================== */
/* S2: SECCIÓN 02 ¿POR QUÉ ASISTIR? (Blindada)              */
/* ======================================================== */

.giro-why-section {
  padding: 60px 30px;
  border-radius: 32px;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), 
    url('https://girorecicla.cl/wp-content/uploads/2026/07/Recurso-1@2x-8_6-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  max-width: 1360px !important;
  margin: 0 auto;
  overflow: hidden; 
  font-family: 'Montserrat', sans-serif;
}

.giro-why-section .inner {
  display: grid;
  grid-template-columns: 1fr 2.2fr; 
  gap: 50px;
  align-items: center;
}

.giro-why-section .mc-left .sub-title {
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.giro-why-section .mc-left h2 {
  font-family: 'GoogleSans', sans-serif !important;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  color: #111;
}

.giro-why-section .why-carousel-wrapper {
  padding-top: 40px; 
  width: 100%;
}

.giro-why-section .track {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

/* --- TARJETAS ALTAS (BLINDADAS CONTRA ELEMENTOR) --- */
.giro-why-section .card {
  border-radius: 32px !important; 
  padding: 120px 30px 40px 30px !important; 
  box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important; 
  flex: 1; 
  min-width: 0; 
  min-height: 400px !important; /* Forzamos la altura mínima */
  height: 100% !important; /* Fix para que el fondo baje hasta el final */
  position: relative;
  box-sizing: border-box;
}

/* Coloreado sutil por tarjeta */
.giro-why-section .card:nth-child(1) { background-color: #FAFAED !important; }
.giro-why-section .card:nth-child(2) { background-color: #F0F6CD !important; }
.giro-why-section .card:nth-child(3) { background-color: #E6F0AD !important; }

/* Contenedor de la foto */
.giro-why-section .img-placeholder {
  position: absolute;
  top: -20px; 
  right: -35px; 
  width: 250px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.giro-why-section .img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Contenido de textos (Asegura que quede sobre el fondo) */
.giro-why-section .card-content {
  position: relative;
  z-index: 5;
}

.giro-why-section .card .num {
  font-family: 'GoogleSans', sans-serif !important;
  font-weight: 800;
  font-size: 3.5rem; 
  line-height: 1;
  margin-bottom: 8px;
  color: #111 !important;
  -webkit-text-stroke: 0;
}

.giro-why-section .card h3 {
  margin: 0 0 12px 0;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111;
}

.giro-why-section .card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* ======================================================== */
/* ADAPTACIÓN TABLET (3 en fila estáticas)                  */
/* ======================================================== */
@media (max-width: 1080px) and (min-width: 641px) {
  .giro-why-section .inner { grid-template-columns: 1fr; gap: 40px; }
  .giro-why-section .mc-left { text-align: left !important; }
  .giro-why-section .why-dots { display: none !important; } 
  
  .giro-why-section .track { 
    flex-direction: row !important; 
    gap: 16px; 
    transform: none !important; /* Bloquea el script de carrusel */
  }
  
  .giro-why-section .card { 
    min-height: 380px !important; 
    padding: 100px 20px 30px 20px !important; 
  }
  
/* Fotos MOVIL Y TABLET SAVE*/
.giro-why-section .img-placeholder {
    width: 240px;
    height: 190px;
    right: -10px;
    top: 20px;
    
}

  .giro-why-section .card .num { font-size: 2.5rem; }
  .giro-why-section .card h3 { font-size: 1.1rem; }
  .giro-why-section .card p { font-size: 0.85rem; }
}

/* ======================================================== */
/* ADAPTACIÓN MÓVIL (Carrusel táctil y Altura Fuerte)       */
/* ======================================================== */
@media(max-width: 640px) {
  .giro-why-section { 
    width: calc(100% - 32px) !important; 
    margin: 0 auto 32px auto !important; 
    padding: 40px 20px; 
  }
  
  /* EL FIX: Obligamos al contenedor a usar 1 sola columna (arriba/abajo) */
  .giro-why-section .inner { 
    grid-template-columns: 1fr !important; 
    gap: 32px; 
  }
  
  .giro-why-section .mc-left { 
    text-align: left !important; 
  }
  
  .giro-why-section .why-carousel-wrapper {
    overflow: hidden; 
    touch-action: pan-y; 
    -webkit-user-select: none;
    user-select: none; 
  }

  .giro-why-section .why-dots { 
    display: flex; 
    margin-top: 24px; 
    gap: 10px;
    justify-content: center;
  }
  
.giro-why-section .why-dots button {
    width: 12px !important; 
    height: 12px !important;
    border-radius: 50%;
    border: none;
    background: #d4d4d4;
    flex-shrink: 0; /* EL FIX: Esto evita que flexbox los aplaste */
    padding: 0;
  }
  
  .giro-why-section .why-dots button.active { background: #ffd400; }
  
  .giro-why-section .track { 
    flex-direction: row !important; 
    gap: 24px; 
  }
  
  .giro-why-section .card { 
    flex: 0 0 100% !important; 
    max-width: 100% !important;
    min-height: 400px !important; 
    padding: 140px 24px 40px 24px !important; 
    box-shadow: 0 6px 16px rgba(0,0,0,0.06) !important; 
  }
  
  /* Aquí ajustas tu imagen de móvil según lo que seteaste manualmente */
  .giro-why-section .img-placeholder { 
    width: 310px; 
    height: 290px; 
    right: -30px;
    top: -20px;
  }
}
/* ======================================================== */
/* S3: SPEAKERS Y PROGRAMA (Todo Montserrat)                */
/* ======================================================== */

.giro-speakers-section {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100% !important; 
  margin: 0 auto;
  background: transparent; 
}

.giro-speakers-section.mc-speakers-schedule { 
    display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; 
    align-items: stretch; }
    
.giro-speakers-section .speakers-box { 
    background: linear-gradient(90deg, #fff3b0, #fffcf2); 
    border-radius: 32px; 
    padding: 20px; 
    min-width: 0px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
    
.giro-speakers-section .schedule-box { 
    background: #b5cc00; 
    border-radius: 32px; 
    padding: 40px; 
    color: #111; 
    display: flex; flex-direction: column; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.2); }
    
.giro-speakers-section .speakers-header { 
    display: flex; justify-content: space-between; 
    align-items: center; 
    margin-bottom: 24px; }
    
.giro-speakers-section .section-title { 
    display: flex; align-items: center; 
    justify-content: flex-start; gap: 12px; 
    margin-bottom: 0; }
    
.giro-speakers-section .schedule-box .section-title { 
    margin-bottom: 30px; }
    
.giro-speakers-section .section-title 
    strong { font-size: 1.25rem; 
    letter-spacing: .08em;  
    color: #111; }
    
.giro-speakers-section .speakers-box .dot { 
    width: 14px; 
    height: 14px; 
    border-radius: 50%; 
    background: #cce300; 
    flex-shrink: 0; }
.giro-speakers-section .schedule-box .dot { width: 14px; height: 14px; border-radius: 50%; background: #ffffff; flex-shrink: 0; }
.giro-speakers-section .carousel-arrows { display: flex; gap: 8px; }
.giro-speakers-section .arrow-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; color: #111; }
.giro-speakers-section .arrow-btn:hover { background: #ffd400; border-color: #ffd400; }
.giro-speakers-section .carousel { overflow: hidden; padding: 10px 0; }
.giro-speakers-section .carousel .track { display: flex; gap: 24px; }
.giro-speakers-section .card { background: transparent !important; box-shadow: none !important; border-radius: 24px; display: flex; flex-direction: column; flex: 0 0 calc(50% - 12px); min-width: 260px; position: relative; }
.giro-speakers-section .card .photo { height: 420px; width: 100%; background: #8a8a8a; border-radius: 24px 24px 0 0; }
.giro-speakers-section .card .meta { background: #ffffff; border-radius: 24px; padding: 35px 30px 70px 30px; margin: -80px 0 0 0; position: relative; z-index: 2; width: 100%; box-sizing: border-box; box-shadow: 0 5px 5px rgba(0,0,0,0.08); min-height: 240px; }
.giro-speakers-section .card h4 { margin: 0 0 8px; font-size: 1.25rem; font-weight: 800; color: #111; }
.giro-speakers-section .card .bio { margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5; }
.giro-speakers-section .dots { display: flex; gap: 10px; justify-content: center; margin-top: 28px; }
.giro-speakers-section .dots button { width: 12px; height: 12px; border-radius: 50%; border: none; background: #d4d4d4; cursor: pointer; transition: background 0.3s ease; flex-shrink: 0; padding: 0; }
.giro-speakers-section .dots button.active { background: #ffd400; }
.giro-speakers-section .timeline { display: flex; flex-direction: column; }
.giro-speakers-section .evt { display: grid; grid-template-columns: 70px 20px 45px 1fr; gap: 14px; align-items: stretch; }
.giro-speakers-section .evt .time { font-weight: 500; font-size: 0.95rem; padding-top: 14px; color: #222; }
.giro-speakers-section .evt .timeline-node { position: relative; display: flex; justify-content: center; padding-top: 18px; }
.giro-speakers-section .evt .timeline-node::before { content: ''; width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid #222; background: #ffd400; position: relative; z-index: 2; }
.giro-speakers-section .evt .timeline-node::after { content: ''; position: absolute; top: 30px; bottom: -18px; left: 50%; transform: translateX(-50%); width: 1px; background: #222; z-index: 1; }
.giro-speakers-section .evt:last-child .timeline-node::after { display: none; }
.giro-speakers-section .evt .icon-placeholder { width: 42px; height: 42px; border-radius: 50%; background: #ffd400; margin-top: 2px; flex-shrink: 0; }
.giro-speakers-section .evt .icon-placeholder.bg-dark { background: #ffd400; border: none; }

/* Centrar la imagen en el placeholder */
.icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Ajustar el tamaño del icono (ajusta el 24px según qué tan grande lo quieras) */
.icon-placeholder img {
    width: 24px; 
    height: auto;
    object-fit: contain;
    display: block;
}

/* El truco mágico para volver cualquier imagen SVG/PNG 100% negra */
.filter-black {
    filter: brightness(0);
}
.giro-speakers-section .evt .content { padding-top: 4px; padding-bottom: 30px; }
.giro-speakers-section .evt:last-child .content { padding-bottom: 10px; }
.giro-speakers-section .evt .desc .sub { display: block; font-size: 0.8rem; color: #333; margin-bottom: 2px; }
.giro-speakers-section .evt .desc strong { display: block; font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; }
.giro-speakers-section .evt .desc p { margin: 0; color: #1b1b1b; font-size: 0.9rem; line-height: 1.4; }
.giro-speakers-section .schedule-box .btn-view { display: inline-flex; align-items: center; justify-content: center; background: #111; color: #fff; padding: 18px 24px; border-radius: 50px; border: none; font-weight: 700; font-size: 0.9rem; margin-top: 30px; cursor: pointer; align-self: flex-start; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.giro-speakers-section .schedule-box .btn-view:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }

@media(max-width: 1080px) {
  .giro-speakers-section.mc-speakers-schedule { grid-template-columns: 1fr; gap: 40px; }
  .giro-speakers-section .card { flex: 0 0 calc(50% - 12px); }
}

@media(max-width: 640px) {
  .giro-speakers-section { width: calc(100% - 32px) !important; margin: 0 auto 32px auto !important; padding: 0 !important; }
  .giro-speakers-section .speakers-box, .giro-speakers-section .schedule-box { padding: 30px 20px; border-radius: 24px; width: 100%; }
  .giro-speakers-section .carousel-arrows { display: none; }
  .giro-speakers-section .card { flex: 0 0 90%; }
  .giro-speakers-section .evt { grid-template-columns: 55px 20px 40px 1fr; gap: 12px; }
  .giro-speakers-section .evt .icon-placeholder { width: 40px; height: 40px; }
  .giro-speakers-section .evt .time { font-size: 0.85rem; }
  .giro-speakers-section .schedule-box .btn-view { align-self: stretch; }
}

/* EFECTO STANDBY: ACRÍLICO 3D Y DESTELLO EN EL BORDE */
.giro-speakers-section .glass-overlay { position: absolute; inset: 0; z-index: 20; border-radius: 32px; display: flex; align-items: center; justify-content: center; pointer-events: all; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), inset 0 10px 15px -5px rgba(255, 255, 255, 0.6), inset 0 -10px 15px -5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.4); }
.giro-speakers-section .light-rail-mask { position: absolute; inset: 0; border-radius: 32px; padding: 6px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; overflow: hidden; z-index: 1; pointer-events: none; }
.giro-speakers-section .spinning-flare { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient( from 0deg, transparent 60%, rgba(255, 255, 255, 0.4) 92%, rgba(255, 255, 255, 1) 98%, transparent 100% ); animation: flare-spin 4s linear infinite; filter: blur(8px); }
.giro-speakers-section .glass-text { position: relative; z-index: 3; font-size: 2rem; font-weight: 800; color: #111; text-align: center; max-width: 80%; line-height: 1.1; letter-spacing: -0.02em; text-shadow: 0 4px 25px rgba(255, 255, 255, 0.9); }

@keyframes flare-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@media(max-width: 768px) { .giro-speakers-section .glass-text { font-size: 1.5rem; max-width: 90%; } }

/* ======================================================== */
/* GIRO STATS SECTION (Fondo texturizado y rotado sutil)    */
/* ======================================================== */

.giro-stats-section {
  position: relative;
  overflow: hidden; /* Oculta lo que sobresalga al rotar */
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  padding: 40px;
  border-radius: 24px; 
  box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
  max-width: 1360px !important;
  margin: 0 auto;
}

/* Capa de fondo con la textura */
.giro-stats-section::before {
  content: "";
  position: absolute;
  top: -20%; 
  left: -20%;
  width: 240%;
  height: 440%;
  z-index: -1; 

  /* Lavado suave (0.55 para que se note la textura) y rotación sutil (10 grados) */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), 
    url('https://girorecicla.cl/wp-content/uploads/2026/07/Recurso-1@2x-8_6-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: rotate(5deg) scale(1.15);
}

.giro-stats-section .stats-container { display: flex; align-items: center; gap: 40px; }
.giro-stats-section .stats-title-wrap { display: flex; align-items: flex-end; gap: 12px; flex-shrink: 0; align-self: flex-start; margin-top: 15px; }
.giro-stats-section .stats-title-wrap h2 { margin: 0; font-size: 1.15rem; font-weight: 800; line-height: 1.3; color: #111; text-transform: uppercase; letter-spacing: 0.05em; }
.giro-stats-section .stats-title-wrap .dot { width: 14px; height: 14px; border-radius: 50%; background: #cce300; flex-shrink: 0; margin-bottom: 6px; }
.giro-stats-section .row { display: flex; gap: 20px; align-items: stretch; flex-wrap: wrap; flex-grow: 1; }
.giro-stats-section .stat { background: #fff; padding: 20px 24px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); display: flex; align-items: center; gap: 16px; flex: 1; min-width: 200px; }

/* Contenedor del icono general (sin fondo fijo) */
.giro-stats-section .stat .icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Tamaño de las imágenes de los iconos */
.giro-stats-section .stat .icon img { width: 28px; height: auto; object-fit: contain; display: block; }

/* COLORES DE FONDO ESPECÍFICOS PARA CADA SPOT */
.giro-stats-section .stat:nth-child(1) .icon { background: #ffd100; } /* Primero Blanco */
.giro-stats-section .stat:nth-child(2) .icon { background: #111111; } /* Segundo Negro */
.giro-stats-section .stat:nth-child(3) .icon { background: #cce300; } /* Tercero Verde */

.giro-stats-section .stat .num { font-weight: 800; font-size: 2.1rem; color: #111; line-height: 1.1; margin-bottom: 2px; }
.giro-stats-section .stat .label { color: #333; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.5px; line-height: 1.2; }

@media(max-width: 1024px) {
  .giro-stats-section .stats-container { flex-direction: column; align-items: flex-start; gap: 28px; }
  .giro-stats-section .stats-title-wrap .dot { margin-top: -2px; }
  .giro-stats-section .row { width: 100%; }
}
@media(max-width: 640px) {
  .giro-stats-section { width: calc(100% - 32px) !important; margin: 0 auto 32px auto !important; padding: 30px 20px; border-radius: 24px; }
  .giro-stats-section .stat { flex: 0 0 100%; }
}

/* ======================================================== */
/* S5: SECCIÓN DE GALERÍA (Con Fix Táctil para Móvil)       */
/* ======================================================== */

.giro-gallery-section {
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), 
    url('https://girorecicla.cl/wp-content/uploads/2026/07/Recurso-1@2x-8_6-scaled.png');
  background-size: 100% 100%; 
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
  border: none !important;
  outline: none !important;
}

.giro-gallery-section .gallery-header { 
  margin-bottom: 24px; 
}

.giro-gallery-section h3 { 
  margin: 0; 
  font-size: 1.25rem; 
  font-weight: 800; 
  letter-spacing: 0.05em; 
  color: #111; 
}

/* AQUÍ ESTÁ EL CONTENEDOR CON EL FIX PARA QUE FUNCIONE EN MÓVIL */
.giro-gallery-section .gallery-carousel-wrapper { 
  width: 100%; 
  overflow: hidden; 
  position: relative; 
  /* Degradados en los bordes */
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent); 
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  
  /* EL FIX MÁGICO TÁCTIL */
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.giro-gallery-section .gallery-track { 
  display: flex; 
  gap: 16px; 
  width: max-content; 
  cursor: grab; 
  transition: transform 0.1s ease-out; 
}

.giro-gallery-section .gallery-track:active { 
  cursor: grabbing; 
}

.giro-gallery-section .thumb { 
  width: 340px; 
  height: 240px; 
  border-radius: 12px; 
  background-color: #e0e0e0; 
  background-size: cover; 
  background-position: center; 
  flex-shrink: 0; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
  transition: transform 0.3s ease; 
}

.giro-gallery-section .thumb:hover { 
  transform: scale(1.02); 
}

/* ======================================================== */
/* RESPONSIVE GALERÍA                                       */
/* ======================================================== */

@media(max-width: 900px){ 
  .giro-gallery-section .thumb { 
    width: 280px; 
    height: 200px; 
  } 
}

@media(max-width: 640px) {
  .giro-gallery-section { 
    width: calc(100% - 32px) !important; 
    margin: 0 auto 32px auto !important; 
    padding: 24px 20px; 
    border-radius: 24px; 
  }
  
  .giro-gallery-section .gallery-track { 
    gap: 12px; 
  }
  
  .giro-gallery-section .thumb { 
    width: 240px; 
    height: 180px; 
  }
}
/* ======================================================== */
/* LIGHTBOX DE LA GALERÍA (PANTALLA COMPLETA)               */
/* ======================================================== */

.mc-lightbox {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100vw; 
  height: 100vh;
  background: rgba(0, 0, 0, 0.85); 
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999999; 
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mc-lightbox.active {
  opacity: 1;
  pointer-events: all;
}

.mc-lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
  transform: scale(0.95);
  transition: transform 0.3s ease;
  object-fit: contain;
}

.mc-lightbox.active img {
  transform: scale(1);
}

.mc-lightbox-close {
  position: absolute;
  top: 20px; 
  right: 40px;
  color: #fff;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  cursor: pointer;
  z-index: 1000000;
  transition: color 0.2s ease, transform 0.2s ease;
}

.mc-lightbox-close:hover {
  color: #ffd400; 
  transform: scale(1.1);
}

@media(max-width: 768px) {
  .mc-lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }
}

/* ======================================================== */
/* S6 y S7: VIDEO Y EXTRAS (T: Google, R: Montserrat)       */
/* ======================================================== */

.giro-video-section, .giro-s7-section {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding: 40px; 
  border-radius: 32px;
  background-color: #b5cc00; 
  color: #111111; 
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Header del Video alineado con el Punto Blanco */
.giro-video-section .video-header, .giro-s7-section .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.giro-video-section .video-header h3, 
.giro-s7-section .section-title {
  font-family: 'GoogleSans', sans-serif !important;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #111;
}

/* El punto blanco */
.giro-video-section .video-header .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

/* Layout en dos columnas para Desktop */
.giro-video-section .video-wrap { 
  display: flex; 
  gap: 48px; 
  align-items: center; 
}

/* Caja de Video (Izquierda) */
.giro-video-section .poster { 
  position: relative; 
  width: 55%; 
  padding-top: 31%; 
  background: #ddd; 
  border-radius: 24px; 
  overflow: hidden; 
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.giro-video-section .poster:hover {
  transform: translateY(-4px);
}

.giro-video-section .poster img { 
  position: absolute; 
  inset: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

/* Botón Play mejorado visualmente */
.giro-video-section .play { 
  position: absolute; 
  left: 50%; top: 50%; 
  transform: translate(-50%, -50%); 
  width: 72px; height: 72px; 
  border-radius: 50%; 
  background: rgba(17, 17, 17, 0.6); 
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; 
  color: #fff; 
  font-size: 26px; 
  padding-left: 6px; 
  transition: background 0.3s ease, transform 0.3s ease;
}

.giro-video-section .poster:hover .play {
  background: #ffd400;
  color: #111;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Caja de Textos (Derecha) */
.giro-video-section .meta { 
  flex: 1; 
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Título secundario grande */
.giro-video-section .meta .meta-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.15;
  color: #111;
  margin: 0;
  letter-spacing: -0.02em;
}

/* Enlace a Youtube */
.giro-video-section .meta .yt-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}

.giro-video-section .meta .yt-link:hover {
  opacity: 0.6;
}

/* ======================================================== */
/* RESPONSIVE VIDEO (Tablets y Móviles)                     */
/* ======================================================== */

@media(max-width: 992px) {
  .giro-video-section .video-wrap { gap: 32px; }
  .giro-video-section .meta .meta-title { font-size: 2rem; }
}

@media(max-width: 640px) {
  .giro-video-section { 
    width: calc(100% - 32px) !important; 
    margin: 0 auto 32px auto !important; 
    padding: 32px 20px; 
    border-radius: 24px; 
  }
  
  .giro-video-section .video-wrap { 
    flex-direction: column; 
    align-items: flex-start;
    gap: 24px;
  }
  
  .giro-video-section .poster { 
    width: 100%; 
    padding-top: 56.25%; 
  }

  .giro-video-section .meta .meta-title { 
    font-size: 1.65rem; 
  }

  .giro-video-section .meta .yt-link {
    font-size: 0.95rem;
  }
}

/* ======================================================== */
/* VIDEO DE FONDO MÓVIL/TABLET (Fondo de TODA la página)    */
/* ======================================================== */

.giro-hero-video-mobile {
    display: none;
}

@media (max-width: 992px) {
    .giro-hero-video-mobile {
        display: block;
        position: fixed; 
        top: 0;
        left: 0;
        width: 100vw; 
        height: 100vh; 
        object-fit: cover; 
        z-index: -9999 !important; 
        pointer-events: none; 
    }

    .giro-hero-section {
        background-color: transparent !important;
        background-image: none !important;
    }

    .giro-hero-grid {
        position: relative;
        z-index: 2;
    }
}


/* ======================================================== */
/* REGLA MAESTRA DEFINITIVA (A prueba de Elementor Flexbox) */
/* ======================================================== */
.giro-stats-section,
.giro-gallery-section,
.giro-video-section,
.giro-s7-section {
    /* 1. Definimos el ancho máximo. (1200px es el estándar de cajas de Elementor) */
    width: 100% !important; 
    max-width: 1200px !important; 
    
    /* 2. Centramos la caja en la pantalla */
    margin: 0 auto 40px auto !important; 
    box-sizing: border-box !important;
    display: block !important;
    
    /* 3. EL ANTÍDOTO: Esto le prohíbe a Elementor estirar la caja a la fuerza */
    align-self: center !important;
    justify-self: center !important;
}

/* Para Laptops pequeñas y Tablets (Márgenes a los lados) */
@media (max-width: 1248px) {
    .giro-stats-section,
    .giro-gallery-section,
    .giro-video-section,
    .giro-s7-section {
        width: calc(100% - 48px) !important; 
    }
}

/* Para Celulares (Márgenes más pequeños) */
@media (max-width: 640px) {
    .giro-stats-section,
    .giro-gallery-section,
    .giro-video-section,
    .giro-s7-section {
        width: calc(100% - 32px) !important; 
        margin: 0 auto 32px auto !important;
    }
}/* End custom CSS */