

/*Banner Swiper Empieza*/
.banner{
    position: relative;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 6.4rem !important;
    min-height: 30vh;
}

.banner .swiper .swiper-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
}


.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;

}

.banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.swiper .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color:orange;
      text-shadow: -1px 1px 2px #000;
}

.autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: orangered;
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
}
.swiper-button-next,
.swiper-button-prev{
    color: #fff !important;
    background: rgba(0, 204, 255, 0.527);
    height: 4rem !important;
    width: 2rem !important;
    border-radius: 5px;
    top: 67% !important;
    outline: 1px solid rgb(0, 183, 255);
    box-shadow: -2px 3px 5px rgba(0,0,0, .5);
}
.swiper-pagination-bullet{
    background: orange !important;
}
.swiper-pagination-bullet-active{
    position:relative  !important;
    background: transparent !important;
}
.swiper-pagination-bullet-active::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    content: '🍪';
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3rem;
}


.banner .swiper .swiper-wrapper .swiper-slide .container{
        min-height: 60vh;
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: start;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos{
    background-image: url(/images/cookies/happyhippo2.webp);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos h1{
    font-size: clamp(2rem, 3vw, 5rem);
    padding: .3rem;
    border-radius: 3px;
    font-style: oblique;
    color: #fff;
    font-weight: 900;
     text-shadow: 3px 0 5px red;
    animation: 3s cromatico infinite ease-in-out;
    background: #69c14b;
    padding: .5rem 1rem;
    outline: 2px solid #fff;
    margin-bottom: 1rem;
}
@keyframes cromatico{
    0%{
        text-shadow: 3px 3px 4px rgb(242, 0, 238);
    }
    50%{
        text-shadow:-3px 0 4px rgb(0, 64, 255);
    }
    75%{
        text-shadow:  0 -3px 4px rgb(21, 0, 255);
    }
    100%{
       text-shadow: 3px 3px 4px rgb(242, 0, 238);
    }
}


.banner .swiper .swiper-wrapper .swiper-slide .containerdos p{
    color: #fff;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 500;
    text-align: left;
    text-shadow: -1px 1px 2px #000;
    background: rgba(255, 255, 255, 0.1);
    padding: .5rem;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    box-shadow: -2px 2px 3px rgba(73, 89, 94, 0.5);
    border: 1px solid #fff;
}

.banner .swiper .swiper-wrapper .swiper-slide .containerdos a{
    margin-top: auto;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
    background: orange;
    color: #fff;
    border-radius: 45px;
    outline: 2px solid #fff;
}
.banner .swiper .swiper-wrapper .swiper-slide .containerdos a:hover{
    background: orangered;
}




.banner .swiper .swiper-wrapper .swiper-slide {
    background: linear-gradient(0deg, #000000, #363636);
    position: relative;
    z-index: -2;
    overflow: hidden;
    height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide  h1{
    font-family: "Quicksand", sans-serif;
    font-size: clamp(1rem, 3vw, 2.5rem);
    margin-bottom: 1rem;
}
.banner .swiper .swiper-wrapper .swiper-slide  p{
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-align: left;
}

.banner .swiper .swiper-wrapper .swiper-slide  .glovoBtn{
    padding: .5rem 1rem;
    background: #f6fa1a;
    margin-top: 1.5rem;
    color: #000;
    border-radius: 50px;
    font-weight: 700;
}

.banner .swiper .swiper-wrapper .swiper-slide  .glovoBtn:hover{
    background: #e5ff00;
}

.banner .swiper .swiper-wrapper .swiper-slide  .call{
    padding: .2rem .5rem .2rem .2rem;
    color: #fff;
    margin-top: auto;
    margin-bottom: 1.3rem;
    background: #252525;
    border-radius: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .2rem;
    font-size: 1.2rem;
    outline: 2px solid #ffa500;
}

.banner .swiper .swiper-wrapper .swiper-slide  .call:hover{
    background: rgb(0, 0, 0);
    font-weight: 800;
}
.banner .swiper .swiper-wrapper .swiper-slide  .call:hover i{
    rotate: 360deg;
}

.banner .swiper .swiper-wrapper .swiper-slide  .call i{
    height: 2.5rem;
    width: 2.5rem;
    color: #252525;
    background: #f08204;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner .swiper .swiper-wrapper .swiper-slide  img{
    position: absolute;
    left: 45%;
    top: -20rem;
    object-fit: contain;
    height: 70rem;
    z-index: -5;
}

/* .banner .swiper .swiper-slide .container{
width: 100% !important;
} */







.banner .swiper .swiper-slide .containertres{
    background-color: rgba(220, 169, 243, 0.815);
    background-image: url(/images/granizados/combinado.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.banner .swiper .swiper-slide .containerbebidas{
    background-image: url(/images/bebidas/infusion.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.banner .swiper .swiper-slide .containertres h1{
    background: #6f4c8f;
    padding: .5rem;
    border-radius: 5px;
    outline: 2px solid #fff;
    margin-bottom: 1rem;
}
.banner .swiper .swiper-slide .containertres p{
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}
.banner .swiper .swiper-slide .containertres .containerLinks{
    height: 100%;
    display: flex;
}

.banner .swiper .swiper-slide .containertres .containerLinks a{
    color:white;
    border-radius:15px ;
    padding: 1rem;
    font-weight: 900;
    background-clip: text;
    background: linear-gradient(45deg, rgba(255, 52, 86, 0.5), rgba(255, 123, 0, 0.5), rgba(0, 89, 255, 0.5), rgba(0, 250, 0, 0.5));
    backdrop-filter: blur(3px);
    box-shadow: -2px 3px 5px rgba(0,0,0, .5);
    outline: 3px solid orange;
}


.banner .swiper .swiper-slide .containertres .goGranizos{
    margin-top: auto;
    padding: 1rem;
    border-radius: 25rem;
    font-weight: 900;
    letter-spacing: 1px;
    background: orangered;
    outline: 2px solid #fff0f0;
    color: #fff;
}
.banner .swiper .swiper-slide .containertres .goGranizos:hover{
    background: #7700ff;
}



.banner .swiper .swiper-slide .containercuatro{
    background: #e1ffe2;
    display: flex;
    align-items: center;
}

.banner .swiper .swiper-slide .containercuatro h1{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 300;
    font-family: var(--Sofia);
    color: var(--black100);
}
.banner .swiper .swiper-slide .containercuatro p{
    text-align:left ;
    color: rgb(0, 80, 0);
    font-size: clamp(.8rem, 2vw, 1.1rem);
    margin-bottom: 1rem;
}
.banner .swiper .swiper-slide .containercuatro p span{
    color: #000;
    font-family: var(--Sofia);
    font-weight: 500;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-style: oblique;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    width: 100%;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    background: #aeffb2;
    width: max-content;
    padding: 1rem;
    border-radius: 7px;
    color: #000;
    box-shadow:-2px 2px 5px rgba(6, 77, 0, 0.5)  ;
    border: 2px solid green;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover{
    box-shadow:-2px 5px 7px rgba(6, 77, 0, 0.8)  ;
    border: 2px solid greenyellow;

}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover i,
.banner .swiper .swiper-slide .containercuatro .rrssContainer a:hover span{
    background: #169e11;
    color: yellow;
}

.banner .swiper .swiper-slide .containercuatro .rrssContainer a i{
    color: #ffffff;
    height: 2.7rem;
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #58e953;
    font-size: 1.8rem;
}
.banner .swiper .swiper-slide .containercuatro .rrssContainer a span{
    color: #ffffff;
    height: 2rem;
    width: 7rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#58e953 ;
    border-radius: 7px;
}
/*Banner Swiper Termina*/




/* ===============================
   SOLO SLIDE "Redes Sociales"
   (containercuatro + rrssContainer)
   Estilo app / blanco, 60-30-10
   Copia y pega tal cual
   =============================== */

/* Slide RRSS: base clara tipo app (60% blanco / 30% gris / 10% acento) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro{
  /* 60/30/10 */
  --rrss-bg: #ffffff;                 /* 60 */
  --rrss-surface: #f4f6f8;            /* 30 */
  --rrss-stroke: rgba(16, 24, 40, .10);
  --rrss-text: #101828;
  --rrss-muted: rgba(16, 24, 40, .70);
  --rrss-accent: #ff8a00;             /* 10 (acento) */

  background: var(--rrss-bg);
  color: var(--rrss-text);

  border-radius: 16px;
  border: 1px solid var(--rrss-stroke);
  box-shadow: 0 18px 45px rgba(16, 24, 40, .10);

  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .9rem;

  padding: clamp(1rem, 2.2vw, 1.6rem);
  position: relative;
  overflow: hidden;
}

/* Detalle “app” suave (sin verde) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 12% 10%, rgba(255,138,0,.14), transparent 55%),
    radial-gradient(700px 380px at 92% 88%, rgba(0, 168, 255, .10), transparent 58%);
  pointer-events:none;
}

/* Título */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro h1{
  position: relative;
  z-index: 1;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--rrss-text);
  margin: 0;
  letter-spacing: .2px;
}

/* Texto */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro p{
  position: relative;
  z-index: 1;
  text-align: left;
  color: var(--rrss-muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.35;
  margin: 0 0 .4rem 0;
  max-width: 64ch;
  text-shadow: none;
}

/* Destacado */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro p span{
  color: var(--rrss-text);
  font-weight: 800;
  font-style: normal;
}

/* Grid de tarjetas */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer{
  position: relative;
  z-index: 1;

  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
  margin-top: .25rem;
}

/* Tarjeta RRSS (look app) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a{
  --brand: var(--rrss-accent);

  display: flex;
  align-items: center;
  gap: .8rem;

  padding: .9rem 1rem;
  border-radius: 16px;

  background: var(--rrss-surface);
  border: 1px solid rgba(16, 24, 40, .10);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .08);

  color: var(--rrss-text);
  text-decoration: none;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(16, 24, 40, .12);
  border-color: rgba(16, 24, 40, .16);
}

/* Icon badge */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a i{
  height: 2.9rem;
  width: 2.9rem;
  border-radius: 14px;

  display: grid;
  place-items: center;

  background: rgba(255,255,255,.9);
  border: 1px solid rgba(16, 24, 40, .10);

  font-size: 1.55rem;
  color: var(--brand);

  box-shadow: 0 8px 18px rgba(16, 24, 40, .08);
  transition: transform .18s ease;
}

.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a:hover i{
  transform: scale(1.03);
}

/* Label */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a span{
  background: transparent;
  height: auto;
  width: auto;
  padding: 0;
  border-radius: 0;

  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(16, 24, 40, .88);
}

/* Acento 10% (borde izquierdo) para dar “app card” */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a::before{
  content:"";
  width: 4px;
  align-self: stretch;
  border-radius: 99px;
  background: color-mix(in srgb, var(--brand) 75%, white);
  opacity: .95;
}

/* Colores por red (armonía sin que parezca “navideño”) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a:nth-child(1){ --brand: #25D366; } /* WhatsApp */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a:nth-child(2){ --brand: #E1306C; } /* Instagram */
.banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a:nth-child(3){ --brand: #111111; } /* TikTok */

/* Mejor comportamiento en pantallas pequeñas */
@media (max-width: 520px){
  .banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro{
    padding: 1rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer{
    grid-template-columns: 1fr;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a,
  .banner .swiper .swiper-wrapper .swiper-slide .container.containercuatro .rrssContainer a i{
    transition: none !important;
  }
}


/* ===============================
   SOLO SLIDE "Bebidas"
   (containertres + containerbebidas)
   SIN background-image: usa fondo “app” (60/30/10)
   Copia y pega tal cual
   =============================== */

.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas{
  /* 60/30/10 */
  --bev-bg: #ffffff;                 /* 60 */
  --bev-surface: #f4f6f8;            /* 30 */
  --bev-stroke: rgba(16, 24, 40, .10);
  --bev-text: #101828;
  --bev-muted: rgba(16, 24, 40, .70);
  --bev-accent: #ff8a00;             /* 10 */

  /* Quitar imagen */
  background: var(--bev-bg);
  background-image: none !important;

  border-radius: 16px;
  border: 1px solid var(--bev-stroke);
  box-shadow: 0 18px 45px rgba(16, 24, 40, .10);

  min-height: 60vh;
  width: 100%;
  padding: clamp(1rem, 2.4vw, 1.8rem);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .9rem;

  position: relative;
  overflow: hidden;
}

/* Fondo con detalles suaves (sin foto) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 12% 10%, rgba(255,138,0,.14), transparent 55%),
    radial-gradient(800px 420px at 92% 90%, rgba(0, 168, 255, .10), transparent 58%);
  pointer-events:none;
}

/* Acento lateral (10%) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas::after{
  content:"";
  position:absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,138,0,.95), rgba(255,138,0,.15));
  pointer-events:none;
  opacity: .95;
}

/* Título */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas h1{
  position: relative;
  z-index: 1;

  color: var(--bev-text);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 900;
  letter-spacing: .2px;
  margin: 0;

  background: rgba(255,255,255,.80);
  border: 1px solid rgba(16, 24, 40, .10);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: .55rem .9rem;

  box-shadow: 0 12px 28px rgba(16, 24, 40, .10);
}

/* Tu <p> está display:none, pero lo dejo listo por si lo reactivas */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas p{
  position: relative;
  z-index: 1;

  color: var(--bev-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.35;
  margin: 0;
  max-width: 62ch;

  background: rgba(255,255,255,.70);
  border: 1px solid rgba(16, 24, 40, .10);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: .75rem .9rem;

  box-shadow: 0 12px 28px rgba(16, 24, 40, .10);
}

/* Bloque del texto principal (link largo) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas .containerLinks{
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

/* Link principal tipo “card” */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas .containerLinks a{
  display: block;
  width: 100%;

  text-decoration: none;
  color: var(--bev-text);
  font-weight: 800;
  letter-spacing: .15px;
  line-height: 1.3;

  background: var(--bev-surface);
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 16px;
  padding: 1rem 1.05rem;

  box-shadow: 0 10px 24px rgba(16, 24, 40, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas .containerLinks a:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(16, 24, 40, .12);
  border-color: rgba(16, 24, 40, .16);
}

/* Botón “Ir a Bebidas” (manteniendo tu clase goGranizos) */
.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas a.goGranizos{
  position: relative;
  z-index: 1;

  margin-top: auto;
  align-self: flex-start;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: .85rem 1.1rem;
  border-radius: 999px;

  text-decoration: none;
  font-weight: 900;
  letter-spacing: .2px;

  color: #111;
  background: rgba(255,138,0,.90);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 32px rgba(16, 24, 40, .14);

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas a.goGranizos:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, .18);
  filter: brightness(1.03);
}

/* Responsive: una columna cómoda */
@media (max-width: 520px){
  .banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas{
    padding: 1rem;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas .containerLinks a,
  .banner .swiper .swiper-wrapper .swiper-slide .container.containertres.containerbebidas a.goGranizos{
    transition: none !important;
  }
}
