.elementor-5281 .elementor-element.elementor-element-b15d551{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5281 .elementor-element.elementor-element-7367292{--display:flex;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5281 .elementor-element.elementor-element-b15d551{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3abf17f *//* ============================================
   FIFA WORLD CUP 2026 - BANNER CSS
   Colores oficiales: Negro, Blanco, Dorado
   + Verde (#3CAC3B), Azul (#2A398D), Rojo (#E61D25)
   ============================================ */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap");

/* ============================================
   FIX PARA ELEMENTOR - CONTENEDOR PADRE
   ============================================ */
.elementor-widget-html:has(.fifa_main),
.elementor-element:has(.fifa_main),
.elementor-widget-container:has(.fifa_main) {
  min-height: 700px !important;
  height: auto !important;
  overflow: visible !important;
  display: block !important;
}

/* Contenedor padre en Elementor */
.e-con:has(.fifa_main) {
  min-height: 700px !important;
  overflow: visible !important;
  padding: 0 !important;
}

/* ============================================
   ESTILOS BASE - DESKTOP
   ============================================ */
.fifa_main {
  background: linear-gradient(90.06deg, #0d1b2a 0.05%, #1b1b1b 50%, #0a0a0a 99.95%);
  width: 100%;
  min-height: 700px;
  height: auto;
  position: relative;
  padding: 40px 70px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}

.fifa_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: fade 1s linear forwards;
  opacity: 0;
  animation-delay: 3s;
}

.fifa_nav img {
  width: 5rem;
  height: auto;
}

/* ============================================
   HERO SECTION
   ============================================ */
.fifa_hero {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  width: 100%;
  min-height: 500px;
}

.fifa_title {
  flex: 0 0 45%;
  max-width: 45%;
  z-index: 10;
}

.fifa_hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(90deg, #ffffff 0%, #D4AF37 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: appear 0.5s linear forwards;
  margin-left: -60px;
}

@keyframes appear {
  0% {
    opacity: 0.5;
    margin-left: -60px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}

.fifa_hero .text2 {
  margin-top: -15px;
}

.fifa_hero p {
  margin-top: 20px;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #cdcdcd;
  line-height: 1.6;
  animation: down 0.5s linear forwards;
  animation-delay: 0.5s;
}

@keyframes down {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  100% {
    margin-top: 20px;
    opacity: 1;
  }
}

/* ============================================
   IMÁGENES DE JUGADORES
   ============================================ */
.fifa_images {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  height: 100%;
  pointer-events: none;
}

.fifa_images .neymar {
  width: 15rem;
  position: absolute;
  top: 5%;
  right: 45%;
  opacity: 0;
  scale: 0.9;
  animation: opac 0.3s linear forwards;
  animation-delay: 0.5s;
  z-index: 9;
}

.fifa_images .ronaldo {
  width: 15rem;
  position: absolute;
  top: 10%;
  right: 20%;
  opacity: 0;
  scale: 0.9;
  animation: opac 0.3s linear forwards;
  animation-delay: 1.5s;
  z-index: 9;
}

.fifa_images .messi {
  width: 23rem;
  position: absolute;
  top: 20%;
  right: 25%;
  opacity: 0;
  scale: 0.9;
  animation: opac 0.3s linear forwards;
  animation-delay: 2.5s;
  z-index: 10;
}

@keyframes opac {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

/* ============================================
   LÍNEAS DECORATIVAS - Colores Mundial 2026
   ============================================ */
.fifa_lines_1 span,
.fifa_lines_2 span,
.fifa_lines_3 span {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  width: 400px;
  transform: rotate(-33.28deg);
  z-index: 5;
  animation: fade 1s linear forwards;
  opacity: 0;
  animation-delay: 3s;
}

/* Líneas grupo 1 */
.fifa_lines_1 span {
  top: 50px;
  right: 100px;
}

.fifa_lines_1 span:nth-child(1) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #3CAC3B99) 1;
}
.fifa_lines_1 span:nth-child(2) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #E61D2599) 1;
  margin-top: 30px;
  margin-left: 30px;
}
.fifa_lines_1 span:nth-child(3) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2A398D99) 1;
  margin-top: 60px;
  margin-left: 30px;
}
.fifa_lines_1 span:nth-child(4) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #D4AF3799) 1;
  margin-top: 90px;
  margin-left: 40px;
}

/* Líneas grupo 2 */
.fifa_lines_2 span {
  top: 180px;
  right: 100px;
}

.fifa_lines_2 span:nth-child(1) {
  border-image: linear-gradient(to right, #3CAC3B99, rgba(0, 0, 0, 0)) 1;
}
.fifa_lines_2 span:nth-child(2) {
  border-image: linear-gradient(to right, #D4AF3799, rgba(0, 0, 0, 0)) 1;
  margin-top: 30px;
  margin-left: 30px;
}
.fifa_lines_2 span:nth-child(3) {
  border-image: linear-gradient(to right, #2A398D99, rgba(0, 0, 0, 0)) 1;
  margin-top: 60px;
  margin-left: 30px;
}
.fifa_lines_2 span:nth-child(4) {
  border-image: linear-gradient(to right, #E61D2599, rgba(0, 0, 0, 0)) 1;
  margin-top: 90px;
  margin-left: 40px;
}

/* Líneas grupo 3 */
.fifa_lines_3 span {
  top: 280px;
  right: 60px;
}

.fifa_lines_3 span:nth-child(1) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #D4AF3799) 1;
}
.fifa_lines_3 span:nth-child(2) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #E61D2599) 1;
  margin-top: 30px;
  margin-left: 30px;
}
.fifa_lines_3 span:nth-child(3) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #3CAC3B99) 1;
  margin-top: 60px;
  margin-left: 30px;
}
.fifa_lines_3 span:nth-child(4) {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2A398D99) 1;
  margin-top: 90px;
  margin-left: 40px;
}

/* ============================================
   CÍRCULOS DE FONDO - Colores Mundial 2026
   ============================================ */
.round1,
.round2,
.round3 {
  width: 350px;
  height: 350px;
  filter: blur(150px);
  border-radius: 50%;
  position: absolute;
  animation: fade 1s linear forwards;
  opacity: 0;
  animation-delay: 3s;
  z-index: 1;
}

.round1 {
  background: rgba(212, 175, 55, 0.35);
  top: 0;
  right: 200px;
}

.round2 {
  background: rgba(60, 172, 59, 0.3);
  top: 80px;
  right: 300px;
}

.round3 {
  background: rgba(42, 57, 141, 0.4);
  top: 120px;
  right: 100px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ============================================
   RESPONSIVE - TABLET (768px - 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
  .elementor-widget-html:has(.fifa_main),
  .elementor-element:has(.fifa_main),
  .e-con:has(.fifa_main) {
    min-height: 600px !important;
  }

  .fifa_main {
    padding: 30px 40px;
    min-height: 600px;
  }

  .fifa_nav img {
    width: 4rem;
  }

  .fifa_hero {
    flex-direction: column;
    padding-top: 40px;
    min-height: 450px;
  }

  .fifa_title {
    flex: 0 0 100%;
    max-width: 60%;
    z-index: 10;
  }

  .fifa_hero h1 {
    font-size: 45px;
  }

  .fifa_hero p {
    font-size: 14px;
  }

  .fifa_images {
    width: 50%;
    right: 20px;
  }

  .fifa_images .neymar {
    width: 10rem;
    right: 40%;
  }

  .fifa_images .ronaldo {
    width: 10rem;
    right: 10%;
  }

  .fifa_images .messi {
    width: 16rem;
    right: 15%;
  }

  .fifa_lines_1 span,
  .fifa_lines_2 span,
  .fifa_lines_3 span {
    width: 300px;
    border-width: 4px;
  }

  .round1,
  .round2,
  .round3 {
    width: 250px;
    height: 250px;
    filter: blur(120px);
  }
}

/* ============================================
   RESPONSIVE - MOBILE (menos de 768px)
   ============================================ */
@media screen and (max-width: 767px) {
  .elementor-widget-html:has(.fifa_main),
  .elementor-element:has(.fifa_main),
  .e-con:has(.fifa_main) {
    min-height: 550px !important;
  }

  .fifa_main {
    padding: 25px 20px;
    min-height: 550px;
  }

  .fifa_nav img {
    width: 3.5rem;
  }

  .fifa_hero {
    flex-direction: column;
    padding-top: 30px;
    min-height: 400px;
  }

  .fifa_title {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    z-index: 10;
  }

  .fifa_hero h1 {
    font-size: 32px;
    margin-left: 0 !important;
    text-align: center;
  }

  .fifa_hero .text2 {
    margin-top: -8px;
  }

  .fifa_hero p {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }

  /* Imágenes de jugadores en móvil */
  .fifa_images {
    position: relative;
    width: 100%;
    height: 250px;
    right: 0;
    top: 0;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .fifa_images .neymar {
    width: 7rem;
    position: absolute;
    top: 20px;
    left: 5%;
    right: auto;
  }

  .fifa_images .ronaldo {
    width: 7rem;
    position: absolute;
    top: 10px;
    right: 5%;
    left: auto;
  }

  .fifa_images .messi {
    width: 10rem;
    position: absolute;
    top: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  /* Ocultar líneas en móvil para mejor rendimiento */
  .fifa_lines_1,
  .fifa_lines_2,
  .fifa_lines_3 {
    display: none;
  }

  /* Círculos más pequeños en móvil */
  .round1,
  .round2,
  .round3 {
    width: 150px;
    height: 150px;
    filter: blur(80px);
  }

  .round1 {
    top: 50px;
    right: 50%;
  }

  .round2 {
    top: 100px;
    right: 30%;
  }

  .round3 {
    top: 80px;
    right: 70%;
  }
}

/* ============================================
   RESPONSIVE - MOBILE PEQUEÑO (menos de 480px)
   ============================================ */
@media screen and (max-width: 480px) {
  .elementor-widget-html:has(.fifa_main),
  .elementor-element:has(.fifa_main),
  .e-con:has(.fifa_main) {
    min-height: 500px !important;
  }

  .fifa_main {
    padding: 20px 15px;
    min-height: 500px;
  }

  .fifa_nav img {
    width: 3rem;
  }

  .fifa_hero h1 {
    font-size: 26px;
  }

  .fifa_hero p {
    font-size: 12px;
    line-height: 1.5;
  }

  .fifa_images {
    height: 200px;
  }

  .fifa_images .neymar {
    width: 5.5rem;
  }

  .fifa_images .ronaldo {
    width: 5.5rem;
  }

  .fifa_images .messi {
    width: 8rem;
  }

  .round1,
  .round2,
  .round3 {
    width: 100px;
    height: 100px;
    filter: blur(60px);
  }
}/* End custom CSS */