#averac-header .carrusel_cabecera {
    width: 100vw;
}

#averac-header .slick-track {
    display: flex;
}


#averac-header .CELL-Header {
    display: flex !important;
    overflow: hidden;
    flex-wrap: wrap;
    width: 100vw !important;
    min-height: 100vh;
    height: auto;
}

#averac-header .CELL-Header.invert_dir {
    flex-direction: row-reverse;
}

#averac-header .CELL-Header .COL {
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#averac-header .CELL-Header .COLA {
    background: linear-gradient(135deg,#ABABAB 0%,rgba(255,255,255,0.9) 100%);
}

#averac-header .CELL-Header .label {
    margin-bottom: 40px;
}

#averac-header .CELL-Header .COLA .label p {
    padding: 0px;
}

#averac-header .CELL-Header .label span {
    background: #de570b;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
}

#averac-header .CELL-Header h2 {
    /*width: 329px;*/
}

#averac-header .CELL-Header .sub {
    max-width: 40%;
    margin: 14px 0px 30px;
}

#averac-header .CELL-Header .desc {
    width: 329px;
}

#averac-header .CELL-Header .IMG_CELL {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#averac-header .CELL-Header .btn-frame {
    margin-top: 40px;
}

#averac-header .CELL-Header .ROW-Botones{
    width: 50vw;
    left: 0;
    top: 50%;
    height: 40px;
    z-index: 20;
     pointer-events: auto;
}

#averac-header .CELL-Header .ROW-Botones button{
    background: transparent;
    border: none;
}

#averac-header .CELL-Header .ROW-Botones button.js-slide-prev {
    left: 20px;
    position: absolute;
    cursor: pointer;
}

#averac-header .CELL-Header .ROW-Botones button.js-slide-next {
    right: 20px;
    position: absolute;
    cursor: pointer;
}

#averac-header .CELL-Header .ROW-Botones button:before{
    /*display: none;*/
    pointer-events: all;
}


/* Indicador inferior del carrusel */

.carrusel-indicador {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    color: #000;
    pointer-events: none;
    width: calc((50vw - 50px));
    z-index: 10;   
}

.carrusel-indicador__count{
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}

.carrusel-indicador__progress{
  position: relative;
  height: 2px;
  background: rgba(0,0,0,.2);
  overflow: hidden;
}

.carrusel-indicador__progress i{
  position: absolute;
  inset: 0 auto 0 0; /* top:0 right:auto bottom:0 left:0 */
  width: 0%;
  background: #000;
  content: "";
  display: block;
  transition: width .4s ease; /* animación suave */
}


@media only screen and (max-width: 800px){
    #averac-header .CELL-Header h2 {
    font-size: 28px;
    line-height: 31px;
    }
    #averac-header .CELL-Header .ROW-Botones button.js-slide-prev {
    left: 10px;
    }
    #averac-header .CELL-Header .ROW-Botones button.js-slide-next {
    right: 10px;
    }

    #averac-header .CELL-Header .desc p{
    font-size: 12px;
    line-height: 15px;
    }
}

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

    #averac-header .CELL-Header .COLA, #averac-header .CELL-Header .COLB {
    flex-basis: 100%;
    }

    #averac-header .CELL-Header .COLA {
    padding-top: 64px;
    }

    #averac-header .CELL-Header .ROW-Botones {
    width: 100vw;
    }

    #averac-header .CELL-Header .label {
    margin-bottom: 12px;
    }

    #averac-header .CELL-Header .label span {
    font-weight: 500;
    font-size: 10px;
    padding: 6px 12px;
    }

    .carrusel-indicador {
    width: calc((100vw - 40px));
    left: 20px !important;
    right: 20px !important;
    bottom: 14px !important;
    }

    #averac-header .CELL-Header .COLA {
    padding: 64px 20px 40px;
    }

    #averac-header .CELL-Header .btn-frame {
    margin-top: 10px;
    }

    #averac-header .CELL-Header .sub {
    margin: 14px 0px 20px;
    }

}

#concentrados .cabecera{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 80px;
}

#concentrados h2 {
    font-size: 30px;
    line-height: 34px;
}

#concentrados h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    width: 300px;
    text-align: right;
}

#concentrados .Carrusel-Concentrados {
    width: calc(100vw - 90px);
    margin: 0px -10px;
}

#concentrados .Carrusel-Concentrados .slick-track {
    display: flex;
    gap: 20px;
}

#concentrados .Carrusel-Concentrados .CELL-Concentrado {
    background: #fff;
    padding: 0px;
}

#concentrados .CELL-Concentrado img {
    width: 100%;
}

#concentrados .CELL-Concentrado .BOX-Data {
    padding: 40px 25px 25px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

#concentrados .Carrusel-Concentrados .CELL-Concentrado .nombre{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    max-width: 157px;
}

#concentrados .Carrusel-Concentrados .CELL-Concentrado .nombre p{
    padding-bottom: 12px;
}

#concentrados .Carrusel-Concentrados .CELL-Concentrado .desc {
    max-width: 300px;
}

#concentrados .Carrusel-Concentrados .CELL-Concentrado .desc p{
    padding-bottom: 0px;
}

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

    #concentrados .Carrusel-Concentrados .CELL-Concentrado .nombre {
        font-size: 16px;
        line-height: 18px;
    }

    #concentrados .Carrusel-Concentrados .CELL-Concentrado .nombre p {
        padding-bottom: 8px;
    }
    #concentrados .Carrusel-Concentrados .CELL-Concentrado .desc p {
        line-height: 14px;
        font-size: 12px;
    }

}

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

    #concentrados .Carrusel-Concentrados {
    width: calc(100vw - 50px);
    margin: 0px auto;
    }

    #concentrados .Carrusel-Concentrados .slick-track {
    gap: 20px;
/*    width: calc(100% + 40px);*/
    margin: auto;
    }

    #concentrados .Carrusel-Concentrados .slick-track {
    width: auto;
    }

    #concentrados h2 {
    font-size: 26px;
    line-height: 30px;
    }

    #concentrados h3 {
    font-size: 18px;
    line-height: 22px;
    }

}

@media only screen and (max-width: 700px){
    #concentrados h3 {
    text-align: left;
    }
}

@media only screen and (max-width: 500px){
    #concentrados .cabecera {
    width: 100%;
    margin-bottom: 40px;
    }

    #concentrados .Carrusel-Concentrados .slick-list.draggable {
    width: calc(100% + 20px);
    margin: 0px -10px;
    }

    #concentrados .Carrusel-Concentrados .slick-track {
    gap: 20px;
    margin: auto;
    }

    #concentrados .CELL-Concentrado .BOX-Data {
    padding: 40px 20px 20px;
    }
}

#comprobamos .COLA {
    align-content: center;
    padding: 40px;
    background: linear-gradient(135deg,#ABABAB 0%,rgba(255,255,255,0.9) 100%);
}

#comprobamos .COLA  h2 {
    margin-bottom: 20px;
}

#comprobamos .COLA h3 {
    text-transform: none;
    font-size: 16px;
    max-width: 200px;
    font-weight: 400;
    line-height: 20px;
}

#comprobamos .BOX-Product .ROW-Data {
    flex-wrap: nowrap;
}

#comprobamos .BOX-Data {
    flex-direction: column;
    padding: 30px 40px 16px;
    max-width: 408px;
}

#comprobamos .BOX-Data .nombre p{
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
}

#comprobamos .BOX-Data .vol p{
    padding: 0px;
}

#comprobamos .ROW-Tests {
    flex-direction: column;
    width: 100%;
    align-content: end;
}

#comprobamos .ROW-Tests .CELL-Test {
    margin-top: 20px;
    padding: 17px 20px 16px;
    align-items: center;
    width: 245px;
    flex-wrap: nowrap;
}

#comprobamos .ROW-Tests .CELL-Test p{
    padding-bottom: 0px;
}

#comprobamos .ROW-Tests .CELL-Test .cifra {
    font-size: 30px;
}

#comprobamos .ROW-Tests .CELL-Test .nombre {
    padding-left: 20px;
    width: 146px;
    font-size: 14px;
    line-height: 20px;
}

#comprobamos .BOX-Product img {
    width: 100%;
    height: auto;
}

#comprobamos .BOX-Product .ROW-Data {
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5) !important;
    backdrop-filter: blur(10px) !important;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
}

#comprobamos .BOX-Product .ROW-Data .BOX-URL {
    align-content: center;
    padding-right: 40px;
}

#comprobamos .BOX-Product .ROW-Data .BOX-URL  .btn-frame {
    height: fit-content;
}


/* Asegura que el contenedor se comporte bien al hacer pin de toda la sección */
#comprobamos {
  position: relative;
  /* si tu clase .contenedor_flex no es flex, descomenta: */
  /* display: flex; */
}

/* COLA ocupa viewport entero durante el pin (ya lo pides en tu diseño) */
#comprobamos .COLA {
  height: 100vh;           /* clave para que visualmente se “quede” a pantalla */
  /* tu gradient y paddings ya están definidos en tu CSS inicial */
  /* Evita estirados raros si el contenedor padre es flex */
  flex: 0 0 50%;
}

/* COLB se mantendrá “debajo” y la movemos en Y con GSAP */
#comprobamos .COLB {
  position: relative;
  flex: 0 0 50%;
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* Cada producto como pantalla completa */
#comprobamos .COLB .BOX-Product {
  height: 100vh;
  position: relative; /* para posicionar .ROW-Data con absolute */
  display: block;
}

/* Muy importante para que la imagen rellene la “pantalla”: */
#comprobamos .COLB .BOX-Product > img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* en vez de height:auto, que te quedaba corto */
  display: block;
}

@media only screen and (max-width: 1286px){
    #comprobamos .btn-frame {
    padding: 10px 24px;
    text-align: center;
    }
}

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



    #comprobamos .BOX-Data {
    padding: 30px 30px 16px;
    }

    #comprobamos .BOX-Product .ROW-Data .BOX-URL {
    padding-right: 30px;
    }

}

@media only screen and (max-width: 999px){
    #comprobamos .COLA, #comprobamos .COLB {
    flex-basis: 100%;
    }

    #comprobamos .COLA {
    flex: auto;
    height: auto;
    padding: 100px 25px 80px;
    text-align: center;
    justify-content: center;
    }

    #comprobamos .COLB .BOX-Product {
    height: 80vh !important;
    }

}


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

    #comprobamos .ROW-Tests .CELL-Test {
    padding: 11px 10px 11px 15px;
    width: 212px;
    margin-bottom: 10px;
    }

    #comprobamos .ROW-Tests .CELL-Test .nombre {
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
    }

    #comprobamos .ROW-Tests .CELL-Test .cifra {
    font-size: 24px;
    }

    #comprobamos .ROW-Tests .CELL-Test:last-child {
    margin-top: 10px;
    }

    #comprobamos .ROW-Tests .CELL-Test:first-child {
    margin-bottom: 0px;
    margin-top: 5vh;
    }

    #comprobamos .btn-frame {
        padding: 12px 24px;
        font-size: 12px;
        line-height: 17px;
    }

}

#distribuidores {
    display: none;
}

#distribuidores .background {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#distribuidores .ROW-Cabecera {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#distribuidores .ROW-Cabecera h2 {
    width: 529px;
    margin: 0px auto 20px;
/*    font-size: 40px;
    line-height: 42px;*/
}

#distribuidores .ROW-Distribuidores {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

#distribuidores .ROW-Distribuidores a {
    width: 200px;
}

#distribuidores .ROW-Distribuidores a img{
    width: 100%;
}

#comparamos .COLB{
    align-items: center;
}

#comparamos .COLA, #comparamos .COLC{
    flex-direction: column;
    justify-content: center;
}

#comparamos .COLB h2{
    width: 246px;
    margin: auto;
}

#comparamos .COLB h2, #comparamos .COLA h3 {
    text-align: center;
}

#comparamos .COLA h3, #comparamos .COLC .logo {
    margin-bottom: 40px;
}

#comparamos .COLC .logo {
    height: 24px;
}

#comparamos .ROW-Diferencia{
align-items: center;
margin-bottom: 20px;
justify-content: center;
}

#comparamos .ROW-Diferencia p{
    padding: 0px 0px 0px 20px;
}

#comparamos .img_averac{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
}

#comparamos .img_averac{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
}

#comparamos .img_otros.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
}


@media only screen and (min-width: 1000px){

    #comparamos .MBL{
        display: none;
    }
}

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

    #comparamos .DESK{
    display: none;
    }

    #comparamos {
    padding: 60px 25px 36vh;
    }

    #comparamos .COL33{
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }

    #comparamos .COLA h3{
    font-size: 24px;
    }

    #comparamos .MBL{
    margin-bottom: 40px;
    }

    #comparamos h2 {
    font-size: 32px;
    line-height: 36px;
    width: 194px;
    margin: 0px auto;
    }

    #comparamos .COLA h3, #comparamos .COLC .logo {
    margin-bottom: 20px;
    }   

    #comparamos .COLC {
    margin-top: 40px;
    }

    #comparamos .img_otros, #comparamos .img_averac {
    height: 35vh;
    width: auto !important;
    }

    #comparamos .ROW-Diferencia img {
    width: 18px;
    }

    #comparamos .ROW-Diferencia {
    margin-bottom: 14px;
    }

}

#comentarios.espaciado_normal {
    padding: 0px 50px;
}


#comentarios {
    align-items: center;
}

#comentarios.espaciado_normal {
    padding: 0px 50px;
}

/* ==== wrapper del bloque, limitado a 100vh ==== */
.opiniones-circulo-wrap{
  --vpad: clamp(16px, 3vh, 40px);
  padding: var(--vpad) 0;
  max-height: 90vh;
  display: grid;
  place-items: center;
}

/* ==== lienzo circular ==== */
.opiniones-circulo{
  position: relative;
  width: min(1200px, 100%, calc(100vh - (var(--vpad) * 2)));
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
}

/* Ratio-box: garantiza altura = ancho SIEMPRE (evita height: 0) */
.opiniones-circulo::before{
  content: "";
  display: block;
  padding-top: 68%; /* cuadrado */
}

/* ==== burbujas ==== */
.burbuja{
  cursor: pointer;
  position: absolute;
  top: var(--top, 0px);
  left: var(--left, 0px);

  max-width: clamp(220px, 24%, 360px);
  padding: 15px 25px 10px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  color: #111;

  --rot: 0deg;
  --amp-x: 4px;
  --amp-y: 3px;
  --dur: 4.8s;

  animation: float var(--dur) ease-in-out infinite alternate;
  will-change: transform;
  z-index: 1;
}

.burbuja p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.burbuja .name {
    font-weight: 400;
    color: #A9A9A9;
    margin-top: 8px;
}

.burbuja--center{
  max-width: clamp(280px, 32%, 460px);
  padding: 32px 44px;
  z-index: 6;
}

/* Vaivén suave alrededor de su base (top/left) */
@keyframes float{
  0%   { transform: translate(calc(-1 * var(--amp-x)), var(--amp-y)) rotate(calc(var(--rot) - .4deg)); }
  100% { transform: translate(var(--amp-x), calc(-1 * var(--amp-y))) rotate(calc(var(--rot) + .4deg)); }
}

/* Hover */
.burbuja:hover{
  z-index: 50;
  background: #f2f2f2;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
  animation-play-state: paused;
  transform: translate(0,0) scale(1.02) rotate(var(--rot));
}

/* Ajustes responsive */
@media (max-width: 700px){
  .burbuja { font-size: 15px; }
  .burbuja.lg { max-width: 320px; }
  .burbuja.md { max-width: 280px; }
  .burbuja.sm { max-width: 220px; }
}


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

    #comentarios {
        padding: 60px 50px !important;
    }

    #comentarios .COL{
        flex-basis: 100%;
    }

      .opiniones-circulo { /* asegúrate de que sea el contenedor */
    position: relative;
  }
  .opiniones-circulo .burbuja {
    position: absolute;             /* ya lo usas, pero lo recordamos */
    will-change: left, top, transform;
    /* si usas animación por CSS con las vars --amp-x/--amp-y, aquí queda más suave */
    transition: left .2s ease, top .2s ease, transform .2s ease;
  }

}

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

    #comentarios {
        padding: 60px 25px !important;
    }

    #comentarios .COL{
    overflow: visible;
    }

    #comentarios h2 {

    font-size: 32px;
    line-height: 36px;

    }

}

/* MODO MÓVIL: abandonamos el círculo y dejamos crecer en altura */
@media (max-width: 999px){
  .opiniones-circulo-wrap{
    max-height: none;      /* deja crecer para que se vean todas */
    padding: 16px 0;
  }
  .opiniones-circulo{
    width: 100%;
    height: auto;          /* la fija el JS */
    border-radius: 0;      /* sin recorte */
    overflow: visible;     /* no cortar burbujas */
  }
  .opiniones-circulo::before{
    display: none;         /* sin ratio-box */
  }
  .opiniones-circulo .burbuja{
    max-width: clamp(260px, 92%, 560px);
    position: absolute;
    transition: left .2s ease, top .2s ease, transform .2s ease;
    will-change: left, top, transform;
  }
  .opiniones-circulo .burbuja[data-side="left"]  { transform-origin: left top;  }
  .opiniones-circulo .burbuja[data-side="right"] { transform-origin: right top; }
}

/* Asegúrate de mantener esto activo (tu CSS ya lo tenía) */
.burbuja {
  animation: float var(--dur) ease-in-out infinite alternate;
}




#cierre .background {
    width: 100%;
}

#cierre .BOX-Content {
    left: 50px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25vw;
}

#cierre .BOX-Content .logo {
    width: 234px;
    max-width: 20vw;
}

#cierre .BOX-Content h2.peq {
    font-size: 20px;
    line-height: 22px;
    max-width: 20vw;
    margin-top: 10px;
}

#cierre .BOX-Content p {
    max-width: 24vw;
}

@media only screen and (min-width: 1000px){

    #cierre .MBL{
        display: none;
    }

}

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

    #cierre .DESK{
        display: none;
    }

    #cierre .BOX-Content {
        left: 25px;
        top: 40px;
        transform: none;
        width: calc(100% - 50px);
        text-align: center;
    }

    #cierre .BOX-Content h2.peq {
    max-width: auto;
    }

    #cierre .BOX-Content p {
    max-width: unset;
    }

    #cierre .BOX-Content .logo {
        width: 200px;
        max-width: unset;
        margin: 20px 0px;
    }

    #cierre .BOX-Content h2.peq {
    font-size: 22px;
    line-height: 24px;
    max-width: 264px;
    margin: 10px auto 20px;
    }

    #cierre .BOX-Content p {
    max-width: 255px;
    margin: 0px auto;
}

}


