.banner-slick_simple.jeaz-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-slick_simple{
	overflow: hidden;
	height:300px;
}
.slider_item {
  display: flex;
  min-height: 300px;
  border-radius: 16px;
  margin-bottom: unset;
  padding: unset;
	overflow:hidden;
}

.jeaz-carousel-track {
  display: flex;
  width: 100%;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  will-change: transform;
}

.jeaz-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
}

.jeaz-carousel-slide.wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
}

.jeaz-carousel-slide > .wp-block-column:first-child {
  flex: 0 0 40%;
}

.jeaz-carousel-slide > .wp-block-column:last-child {
  flex: 0 0 60%;
}

.jeaz-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  cursor: pointer;
}

.jeaz-carousel-arrow:hover {
  background: rgba(0, 0, 0, .7);
}

.jeaz-carousel-prev {
  left: 16px;
}

.jeaz-carousel-next {
  right: 16px;
}

.jeaz-carousel-dots {
  position: absolute;
  right: 30px;
  bottom: 10px;
  display: flex;
  gap: 12px;
  z-index: 6;
}

.jeaz-carousel-dot {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  transition: .25s ease;
}

.jeaz-carousel-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

.jeaz-carousel-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.16);
  overflow: hidden;
  z-index: 6;
}

.jeaz-carousel-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}

.columna-banner_1 {
  background-image: url("https://quiniela.andoaqui.com/wp-content/uploads/2026/05/background-banner-mundial2026@2x.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-self: stretch !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

.balon-banner {
  transform-origin: center center;
  will-change: transform;
}

@media (max-width: 768px) {

	.slider_item {
  		min-height: 500px;
	}
  .jeaz-carousel-slide > .wp-block-column {
    flex: 0 0 auto !important;
    width: 100%;
  }

  .jeaz-carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .jeaz-carousel-prev {
    left: 8px;
  }

  .jeaz-carousel-next {
    right: 8px;
  }
}

.estadio_bg{
	
  background-image: url("https://quiniela.andoaqui.com/wp-content/uploads/2026/05/estadio@2x.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	
	
}
/* CONTENEDOR */
.cards-3d-group {
  position: relative;
	height:100%;
}

/* BASE */
.wp-block-image.card-3d-wrap {
  position: absolute;
  width: fit-content;
  overflow: hidden;
  perspective: 1400px;

  transform-origin: center;
  transform-style: preserve-3d;
  will-change: transform, filter;

  filter:
    drop-shadow(0 30px 60px rgba(0,0,0,.45))
    drop-shadow(0 10px 25px rgba(0,140,255,.15));
}

.wp-block-image.card-3d-wrap img {
  display: block;
  height: 200px;
  width: auto;
}

/* BRILLO */
.wp-block-image.card-3d-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;

  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,.22) 48%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.15) 52%,
    rgba(255,255,255,0) 70%
  );

  transform: translateX(-130%) skewX(-18deg);
  mix-blend-mode: screen;

  animation: wc26CardShineMove 5s ease-in-out infinite;
}

/* CARD CENTRAL */
.card-1 {
  z-index: 3;
  left: 50%;
  top: 15px;

  animation:
    wc26Card3DMoveCenter 7s ease-in-out infinite;
}

/* CARD IZQUIERDA */
.card-2 {
  z-index: 2;

  left: calc(50% - 110px);
  top: 50px;

  opacity: .9;

  animation:
    wc26Card3DMoveLeft 7s ease-in-out infinite;
}

/* CARD DERECHA */
.card-3 {
  z-index: 1;

  right: 0;
  top: 50px;

  opacity: .9;

  animation:
    wc26Card3DMoveRight 7s ease-in-out infinite;
}

/* CENTRO */
@keyframes wc26Card3DMoveCenter {

  0% {
    transform:
      translateX(-50%)
      rotateY(-18deg)
      rotateX(6deg)
      translateY(0);
  }

  25% {
    transform:
      translateX(-50%)
      rotateY(-8deg)
      rotateX(2deg)
      translateY(-8px);
  }

  50% {
    transform:
      translateX(-50%)
      rotateY(16deg)
      rotateX(-5deg)
      translateY(-14px);
  }

  75% {
    transform:
      translateX(-50%)
      rotateY(6deg)
      rotateX(2deg)
      translateY(-6px);
  }

  100% {
    transform:
      translateX(-50%)
      rotateY(-18deg)
      rotateX(6deg)
      translateY(0);
  }
}

/* IZQUIERDA */
@keyframes wc26Card3DMoveLeft {

  0% {
    transform:
      translateX(-50%)
      scale(.9)
      rotate(-16deg)
      rotateY(-10deg)
      translateY(30px);
  }

  50% {
    transform:
      translateX(-50%)
      scale(.92)
      rotate(-10deg)
      rotateY(6deg)
      translateY(12px);
  }

  100% {
    transform:
      translateX(-50%)
      scale(.9)
      rotate(-16deg)
      rotateY(-10deg)
      translateY(30px);
  }
}

/* DERECHA */
@keyframes wc26Card3DMoveRight {

  0% {
    transform:
      translateX(-50%)
      scale(.9)
      rotate(16deg)
      rotateY(10deg)
      translateY(30px);
  }

  50% {
    transform:
      translateX(-50%)
      scale(.92)
      rotate(10deg)
      rotateY(-6deg)
      translateY(12px);
  }

  100% {
    transform:
      translateX(-50%)
      scale(.9)
      rotate(16deg)
      rotateY(10deg)
      translateY(30px);
  }
}

/* BRILLO */
@keyframes wc26CardShineMove {

  0%, 55% {
    opacity: 0;
    transform: translateX(-130%) skewX(-18deg);
  }

  62% {
    opacity: .85;
  }

  78%, 100% {
    opacity: 0;
    transform: translateX(130%) skewX(-18deg);
  }
}

/* MOBILE */
@media (max-width: 781px) {

  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }

  .mobile-order-3 {
    order: 3;
  }

  .wp-block-image.card-3d-wrap img {
    height: 150px;
  }

  .banner-slick_simple {
    height: 500px;
  }

  .card-2 {
    left: calc(50% - 70px);
  }

  .card-3 {
    left: calc(50% + 70px);
	  right: auto;
  }
	
	.cards-3d-group {
		height:180px;
	}
}



.social-float{

  position:absolute;

  z-index:20;

  width:56px;

  height:56px;

  display:flex;

  align-items:center;

  justify-content:center;

  border-radius:50%;

  color:#fff;

  font-size:24px;

  backdrop-filter:blur(14px);

  background:

    linear-gradient(

      135deg,

      rgba(255,255,255,.18),

      rgba(255,255,255,.05)

    );

  border:1px solid rgba(255,255,255,.12);

  box-shadow:

    0 10px 30px rgba(0,0,0,.25),

    inset 0 1px 1px rgba(255,255,255,.15);

  animation:

    socialFloat 5s ease-in-out infinite;

}

/* POSICIONES */

.social-whatsapp{
  top: 20px;
  left:calc(50% - 110px);
  animation-delay:0s;
}

.social-instagram{
  top:0px;
  left:calc(50% + 80px);
  animation-delay:1s;

}

.social-tiktok{

  bottom:0px;
  left:calc(50% + 70px);
  animation-delay:2s;

}

.social-x{
  bottom:0;
  left:calc(50% - 110px);
  animation-delay:1.5s;

}

/* ANIMACIÓN */

@keyframes socialFloat{

  0%,100%{
    transform:
      translateY(0)
      rotate(-4deg);
  }

  50%{
    transform:
      translateY(-10px)
      rotate(4deg);

  }

}


.wc26-menu-profile{
    display:flex;
    align-items:center;
    gap:.6rem;
}

.wc26-menu-profile img{
    width:32px;
    height:32px;
    border-radius:999px;
    object-fit:cover;
    display:block;
}


.wc26-mobile-menu-avatar{
    width:40px;
    height:40px;
    border-radius:999px;
    object-fit:cover;
    display:block;
}

.menu-toggle{
    padding:0 !important;
    overflow:hidden;
}


.menu-toggle:has(.wc26-mobile-menu-avatar){
    width: 48px;
    height: 48px;
    padding: 0 !important;

    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.menu-toggle:has(.wc26-mobile-menu-avatar):hover{
    transform: scale(1.04);

    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.22);

    box-shadow:
        0 10px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.menu-toggle:has(.wc26-mobile-menu-avatar):active{
    transform: scale(.96);
}

.menu-toggle .wc26-mobile-menu-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.menu-toggle:has(.wc26-mobile-menu-avatar)[aria-expanded="true"]{
    border-color: rgba(255,255,255,.28);

    box-shadow:
        0 12px 34px rgba(0,0,0,.24),
        0 0 0 3px rgba(255,255,255,.08);
}

/* Dark mode */
@media (prefers-color-scheme: dark){

    .menu-toggle:has(.wc26-mobile-menu-avatar){
        background: rgba(17,24,39,.55);
        border-color: rgba(255,255,255,.08);
    }

    .menu-toggle:has(.wc26-mobile-menu-avatar):hover{
        background: rgba(31,41,55,.8);
    }
}