/*-------------------------------------------------------------------------*/
/* 01. Import parts
/*-------------------------------------------------------------------------*/
@charset "UTF-8";

/* Theme fonts */
@import url('./fonts/fonts.css');

/* Theme globals */
@import url('./global/form.css');
@import url('./global/alert.css');
@import url('./global/popup.css');
@import url('./global/realm.css');
@import url('./global/video.css');
@import url('./global/tables.css');
@import url('./global/blockui.css');
@import url('./global/divider.css');
@import url('./parts/page.css');
@import url('./global/general.css');
@import url('./global/tooltip.css');
@import url('./global/separator.css');
@import url('./global/utilities.css');
@import url('./global/fusioneditor.css');

/* Theme plugins */
@import url('./plugins/jquery.icheck.css');
@import url('./plugins/jquery.selectbox.css');

/* Theme parts */
@import url('./parts/banner.css');
@import url('./parts/footer.css');
@import url('./parts/header.css');
@import url('./parts/slider.css');
@import url('./parts/topbar.css');
@import url('./parts/content.css');
@import url('./parts/sidebox.css');
@import url('./parts/widgets.css');
@import url('./parts/welcome_box.css');
@import url('./parts/notifications.css');
@import url('./parts/sidebox_menu.css');

/* Modules parts */
@import url('./modules/news.css');
@import url('./modules/donate.css');


/* ===================================== */
/* FORMATO DE TEXTO WOW URUGUAY */
/* ===================================== */
@font-face {
  font-family: 'Londinia';
  src: url('/application/fonts/LondiniaMedium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ===================================== */
/* BARRA SUPERIOR DE COLOR NEGRO */
/* ===================================== */
.navbar {
  background: rgba(10,15,20,0.95);
  border-bottom: 1px solid rgba(200,155,60,0.2);
}

.home-hero {
  position: relative;
}
/* ===================================== */
/* BARRA OSCURA TODO A LO LARGO (DONDE APARECE HOME ,LOGIN ETC*/
/* ===================================== */
.header, .navbar-wow {
  background: linear-gradient(to bottom, #0b0f14, #05070a) !important;
  border-bottom: 1px solid rgba(200,155,60,0.4);

  box-shadow:
    0 2px 10px rgba(0,0,0,0.8),
    inset 0 1px 0 rgba(200,155,60,0.15);
}
/* ===================================== */
/* BOTON CREAR CUENTA Y COMO COMENZAR*/
/* ===================================== */
.hero-buttons a,
.hero-buttons button {
  background: linear-gradient(180deg, #f5d27a, #c89b3c);
  color: #111;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.hero-buttons a:hover {
  filter: brightness(1.2);
}
/* ===================================== */
/* EFECTO DE BARRA MOVIENDOSE DEBAJO DEL TEXTO AL PASAR EL MOUSE*/
/* ===================================== */
header.header a {
  color: #c89b3c !important;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

/* línea animada abajo */
header.header a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #c89b3c;
  transition: 0.3s;
}

header.header a:hover::after {
  width: 100%;
}

header.header a:hover {
  color: #f5d27a !important;
  text-shadow: 0 0 10px rgba(200,155,60,0.6);
}

/* ===================================== */
/* BRILLO DETRAS DEL LOGO*/
/* ===================================== */
header.header img,
header.header .logo {
  filter: drop-shadow(0 0 10px rgba(200,155,60,0.5));
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 50% 40%,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,0.4) 100%
  );

  z-index: 1;
  pointer-events: none;
}
/* ===================================== */
/* EFECTO MAS LINDO EN EL PANEL LATERAL /LANG / SERVER STATUS ETC*/
/* ===================================== */
.sidebox {
  background: linear-gradient(
    to bottom,
    rgba(10,15,20,0.95),
    rgba(10,15,20,0.85)
  ) !important;

  border: 1px solid rgba(200,155,60,0.25);
  border-radius: 6px;

  box-shadow:
    0 0 15px rgba(0,0,0,0.7),
    inset 0 0 10px rgba(200,155,60,0.05);
}

/* ===================================== */
/* HERO BASE */
/* ===================================== */
.home-hero {
  position: relative;
  min-height: 650px;
  padding-top: 120px;
  z-index: 1;
}

/* ===================================== */
/* OVERLAY SUPERIOR (oscurece arriba) */
/* ===================================== */
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;

  background: linear-gradient(
    to bottom,
    rgba(10,15,20,0.75) 0%,
    rgba(10,15,20,0.4) 50%,
    rgba(10,15,20,0) 100%
  );

  z-index: 1;
}

/* ===================================== */
/* OVERLAY RADIAL (profundidad) */
/* ===================================== */
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 50% 40%,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,0.35) 100%
  );

  z-index: 1;
  pointer-events: none;
}

/* ===================================== */
/* CONTENIDO ENCIMA DE TODO */
/* ===================================== */
.hero-overlay {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  max-width: 600px;
}

.hero-title {
  text-transform: uppercase;
  font-weight: bold;
}

/* ===================================== */
/* TITULO WOWURUGUAY (ESTILO FINAL PRO) */
/* ===================================== */
.hero-title {
  position: relative;
  z-index: 10;

  font-family: 'Londinia', serif;
  font-size: 6rem;
  letter-spacing: 6px;
  line-height: 1.1;

  text-transform: uppercase;
  font-weight: bold;

  color: #c99c34;

  text-shadow:
    /* borde negro más sólido */
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,

    /* profundidad más marcada */
    0 4px 0 #000,
    0 8px 10px rgba(0,0,0,0.9),

    /* relieve metálico */
    0 -2px 0 rgba(255,255,255,0.3),
    0 3px 0 rgba(0,0,0,0.7),

    /* glow dorado más rico */
    0 0 12px rgba(255,215,100,0.4),
    0 0 25px rgba(255,180,50,0.25);
}
/* ===================================== */
/* REBORES NEGROS EN WOWURUGUAY */
/* ===================================== */
.hero-title {
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000,

    0 3px 4px rgba(0,0,0,0.9),
    0 0 12px rgba(255,200,80,0.3);
}
.hero-title {
  position: relative;
  z-index: 10;
}



/* ===================================== */
/* SUBTITULO */
/* ===================================== */
.hero-subtitle {
  font-family: 'Cinzel', serif;
  color: #dcdcdc;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

/* ===================================== */
/* DESCRIPCION */
/* ===================================== */
.hero-description {
  color: rgba(255,255,255,0.85);
  max-width: 500px;
}

/* ===================================== */
/* BOTONES */
/* ===================================== */
.hero-buttons a,
.hero-buttons button {
  background: linear-gradient(180deg, #f5d27a, #c89b3c);
  color: #111;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.hero-buttons a:hover {
  filter: brightness(1.2);
}

/* ===================================== */
/* SUBTITULO MAS VISIBLE*/
/* ===================================== */
.hero-subtitle {
  color: #e6e6e6;
  font-weight: 600;
  letter-spacing: 1px;
}
/* ===================================== */
/* MOVER MÁS ABAJO EL TEXTO WOWURUGUAY*/
/* ===================================== */
.hero-overlay {
  margin-top: 120px;
}
/* ===================================== */
/* FUENTE DE TEXTO*/
/* ===================================== */
.body {
  font-family: 'Friz' !important;
}

/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY PNG*/
/* ===================================== */
.hero-title-img {
  width: 600px; /* ajustá si querés más grande */
  max-width: 100%;
  display: block;
}

/* opcional: mejor posicion */
.hero-title {
  margin: 0;
}
/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY PNG*/
/* ===================================== */
.hero-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  max-width: 700px; /* 🔥 clave */
  gap: 2px;

  margin-left: 85px; /* opcional para posicionar */
}
/* ===================================== */
/* MOVER UNICAMEANTE EL LOGO WOWURUGUAY DEBAJO DE BIENVENIDO/
/* ===================================== */
.hero-title-img {
  position: relative;
  left: -250px; /* 🔥 mueve SOLO el logo */
}

/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY PNG*/
/* ===================================== */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 🔥 alinea todo a la izquierda */
  gap: -80px !important; /* 🔥 controla el espacio REAL entre elementos */
}

/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY PNG*/
/* ===================================== */
.hero-overlay {
  padding: 0 !important;
}

.hero-content {
  position: relative;
  top: -95px; /* 🔥 probá entre -80 y -120 */
}

/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY PNG*/
/* ===================================== */
/* CONTENEDOR HERO */
.hero-overlay {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  height: 100%;
  padding-top: 10px; /* 🔥 SUBE TODO EL BLOQUE */
}

/* BLOQUE DE TEXTO */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 4px; /* 🔥 MENOS ESPACIO ENTRE TODO */
  max-width: 500px;

  margin-left: 100px; /* 👉 más al centro */
}

/* TITULO */
.hero-title-img {
  width: 100px;
  margin-bottom: 2px;
}

/* TEXTO ARRIBA */
.hero-top {
  font-size: 30px;
  margin-bottom: 10px; /* 🔥 lo pega al título */
}

/* SUBTITULO */
.hero-subtitle {
  margin-top: -4px;
  font-size: 30px;
}

/* DESCRIPCIÓN */
.hero-description {
  margin-top: -2px;
  font-size: 18px;
}

/* BOTONES */
.hero-buttons {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}
/* ===================================== */
/* TAMAÑO DEL LOGO WOWURUGUAY/
/* ===================================== */
/* RESET DE ESTILOS VIEJOS */
.hero-top,
.hero-title,
.hero-subtitle,
.hero-description,
.hero-buttons {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
}

/* CONTENEDOR PRINCIPAL */
.hero-overlay {
  display: flex;
  align-items: center;
  height: 100%;
}

/* BLOQUE AGRUPADO */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 6px;

  max-width: 500px;
  margin-left: 80px;
}

/* TITULO */
.hero-title-img {
  width: 100px;
  display: block;
}

/* BOTONES */
.hero-buttons {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.hero-title {
  all: unset; /* rompe herencias raras */
}

.hero-title-img {
  width: 300px; /* tamaño BASE */
  max-width: none !important;
  transform: scale(1.9); /* 🔥 agrandás SOLO el título */
  transform-origin: left center;
  display: block;
}
.hero-title-img {
  width: 550px; /* control total */
}
/* ===================================== */
/* ESTO MODIFICA EL TEXTO DEBAJO DEL LOGO WOWURUGUAY/
/* ===================================== */

.hero-title-img {
  margin-bottom: -130px;
}

.hero-subtitle {
  margin-top: -10px;
}

.hero-description {
  margin-top: -10px;
}

/* ===================================== */
/* MUEVE WOWURUGUAY/BIENVENIDO AL CENTRO O ABAJO VICEVERSA
/* ===================================== */
.hero-content {
  position: relative;
  top: -100px; /* 🔥 ajustá entre -90 y -120 */
  left: -150px;  /* 🔥 esto lo alinea con el fondo (clave) */
}
.hero-top {
  margin-bottom: -120px !important; /* 🔥 lo baja hacia el logo */
  line-height: 1; /* 🔥 elimina aire interno del texto */
}


/* ===================================== */
/* CONFIGURACION DE BOTONES COMO CONECTAR REGISTRARSE
/* ===================================== */
.btn-wow {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #f6c76b;

  background: linear-gradient(to bottom, #1a1a1a, #0b0b0b);

  border: 1px solid #a8741a;
  border-radius: 4px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 2px 6px rgba(0,0,0,0.8);

  text-shadow: 0 1px 2px rgba(0,0,0,0.8);

  transition: all 0.2s ease;
}
.btn-wow:hover {
  background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 0 10px rgba(255, 200, 80, 0.6);

  transform: translateY(-1px);
}
.btn-wow:nth-child(2) {
  background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  color: #0d0d0d;
  border: 1px solid #a8741a;
}

.btn-wow:nth-child(2):hover {
  background: linear-gradient(to bottom, #2a2a2a, #111);
}
.btn-wow:hover {
  background: linear-gradient(to bottom, #2a2a2a, #111);
  box-shadow:
    0 0 10px rgba(255, 200, 80, 0.5),
    inset 0 1px 0 rgba(255,255,255,0.1);

  transform: translateY(-1px);
}
.btn-wow.gold {
  background: linear-gradient(to bottom, #f6c76b, #d19b2a);
  color: #2b1a05;
}
.hero-buttons .btn-wow {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;

  border-radius: 4px;
  transition: all 0.2s ease;

  border: 1px solid #a8741a;
}
.hero-buttons .btn-dark {
  background: linear-gradient(to bottom, #1a1a1a, #0b0b0b);
  color: #f6c76b;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 2px 6px rgba(0,0,0,0.8);

  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}


.hero-buttons .btn-gold {
  background: linear-gradient(to bottom, #f6c76b, #d19b2a);
  color: #2b1a05;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 2px 6px rgba(0,0,0,0.6);

  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.hero-buttons .btn-gold:hover {
  background: linear-gradient(to bottom, #ffd97a, #e6b94a);
  transform: translateY(-1px);
}

.hero-buttons .btn-dark:hover {
  background: linear-gradient(to bottom, #2a2a2a, #111);
  box-shadow:
    0 0 10px rgba(255, 200, 80, 0.5),
    inset 0 1px 0 rgba(255,255,255,0.1);
}
.hero-buttons .btn-gold {
  background: linear-gradient(to bottom, #f8d27a, #c6921f);
  color: #1a0f03 !important;

  border: 1px solid #a8741a;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.4),
    0 2px 6px rgba(0,0,0,0.6);

  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* ===================================== */
/*BOTON CREAR CUENTA DEBAJO DE WOWURUGUAY "TEXTO DE ADENTRO"
/* ===================================== */

/* Estado normal (negro) */
.hero-buttons .btn-wow:first-child,
.hero-buttons .btn-wow:first-child * {
  color: #000000 !important;
}

/* 🔥 Hover (blanco) */
.hero-buttons .btn-wow:first-child:hover,
.hero-buttons .btn-wow:first-child:hover * {
  color: #ffffff !important;
}


.hero-buttons .btn-wow:first-child {
  color: #000 !important;
}

/* 🔥 fuerza TODO dentro del botón */
.hero-buttons .btn-wow:first-child * {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important; /* 🔥 clave en muchos themes */
}

.hero-buttons .btn-gold {
  background: linear-gradient(to bottom, #f8d27a, #c6921f);
  color: #000;
}

.hero-buttons .btn-gold:hover {
  background: linear-gradient(to bottom, #ffd97a, #e6b94a);
  color: #fff;
}



/* ===================================== */
/* WOW FEATURES LIMPIO Y FUNCIONAL */
/* ===================================== */

/* ===================================== */
/* WOW FEATURES FINAL LIMPIO */
/* ===================================== */

.home-hero {
  position: relative;
}

.wow-features {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 60px;

  width: 100%;
  max-width: 1100px;

  padding: 14px 25px;

  background: rgba(5, 10, 15, 0.9);
  border: 50px solid #a8741a;
  border-radius: 50px;

  backdrop-filter: blur(6px);
}

/* ITEMS */
.wow-features .feature {
  display: flex;
  align-items: center;
  gap: 12px;

  flex: 1;
}

/* ICONOS (🔥 AHORA SÍ GRANDES) */
.wow-features .feature img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* TEXTO */
.feature h3 {
  font-size: 13px;
  color: #f3d849;
  margin: 0;
}

.feature p {
  font-size: 12px;
  color: #ccc;
  margin: 5px 0 0;
}

/* SEPARADORES */
.feature:not(:last-child) {
  border-right: 1px solid rgba(243, 216, 73, 0.2);
  padding-right: 25px;
}
/* ===================================== */
/* AQUI CONTROLO EL ANCHO DE LA BARRA CON ICONOS  */
/* ===================================== */

.wow-features {
  position: absolute;
  left: 130%;
  transform: translateX(-65%);
  bottom: -100px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 100px;

  width: 1300px; /* 🔥 controlás el ancho acá */
  max-width: 300%;

  padding: 12px 30px;

  background: rgba(5, 10, 15, 0.9);
  border: 1px solid #a8741a;
  border-radius: 6px;

  backdrop-filter: blur(6px);
}

.feature img {
  display: block !important;
  width: 30px !important;
  height: 30px !important;

  object-fit: contain;

  margin-right: 10px;

  filter: drop-shadow(0 0 6px rgba(243, 216, 73, 0.7));
}

.wow-features .feature img {
  width: 40px !important;
  height: 40px !important;

  min-width: 40px !important;
  min-height: 40px !important;

  max-width: unset !important;

  object-fit: contain !important;
}
.wow-features .feature img {
  max-width: none !important;
}
.home-hero .wow-features .feature img {
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
}
.wow-features .feature img {
  width: 60x;
  height: 60px;

  min-width: 60px;
  min-height: 50px;

  object-fit: contain;
  flex-shrink: 0; /* 🔥 NO deja que afecte el layout */
}
}
.wow-features .feature {
  display: flex;
  align-items: center;
  gap: 5px;

  flex: 1;
  min-width: 0; /* 🔥 evita que crezca infinito */
}
.main-slider-container {
  position: relative;
  border: 1px solid #a8741a;
  border-radius: 8px;
  overflow: hidden;
}

/* IMÁGENES */
.main-carousel .item {
  position: relative;
}

.main-carousel img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* OVERLAY OSCURO */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
}

/* CONTENIDO */
.slide-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: white;
  max-width: 420px;
}

/* TÍTULO */
.slide-content h2 {
  color: #f8b700;
  font-size: 32px;
  margin: 0;
  text-shadow: 0 0 10px rgba(248,183,0,0.6);
}

/* TEXTO */
.slide-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}

/* BOTÓN */
.slide-content button {
  margin-top: 15px;
  padding: 10px 22px;
  background: linear-gradient(#d4a33a, #a8741a);
  border: none;
  color: black;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}

.slide-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px #f8b700;
}

/* DOTS */
.owl-dots .owl-dot span {
  background: #555;
}

.owl-dots .owl-dot.active span {
  background: #f8b700;
}
.slider-caption {
  display: none !important;
}
.main-slider-container {
  position: relative;
  border: 1px solid #a8741a;
  border-radius: 8px;
  overflow: hidden;
}

.main-carousel .item {
  position: relative;
}

.main-carousel img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* 🔥 OVERLAY OSCURO */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
  z-index: 2;
}

/* CONTENIDO */
.slide-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
  max-width: 420px;
}

/* TITULO */
.slide-content h2 {
  color: #f8b700;
  font-size: 32px;
  margin: 0;
  text-shadow: 0 0 10px rgba(248,183,0,0.6);
}

/* TEXTO */
.slide-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}

/* BOTÓN */
.slide-content button {
  margin-top: 15px;
  padding: 10px 22px;
  background: linear-gradient(#d4a33a, #a8741a);
  border: none;
  color: black;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}

.slide-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px #f8b700;
}
.main-carousel .item a {
  display: block;
  position: relative;
}
.main-carousel .item {
  position: relative;
}

/* IMAGEN */
.main-carousel .item img {
  width: 100%;
  height: 360px !important;
  object-fit: cover;
}

/* 🔥 OVERLAY */
.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;

  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85) 20%,
    rgba(0,0,0,0.4) 60%,
    rgba(0,0,0,0.1) 100%
  );
}

/* TEXTO */
.slide-content {
  margin-left: 50px;
  max-width: 500px;
}

/* DEBUG (opcional) */
.slide-overlay {
  outline: 2px solid red;
}
.slider-caption {
  display: none !important;
}
/* ================= SLIDER NUEVO ================= */

.main-carousel .item {
  position: relative;
}

/* IMAGEN */
.main-carousel .item img {
  width: 100%;
  height: 360px !important;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;

  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85) 20%,
    rgba(0,0,0,0.5) 60%,
    rgba(0,0,0,0.1) 100%
  );
}

/* CONTENIDO */
.slide-content {
  margin-left: 50px;
  max-width: 500px;
}

/* TITULO */
.slide-content h2 {
  font-size: 36px;
  color: #f8b700;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

/* TEXTO */
.slide-content p {
  color: #ddd;
  margin-bottom: 20px;
}

/* BOTON */
.btn-slider {
  padding: 10px 22px;
  background: linear-gradient(to bottom, #d4a017, #8b6a0f);
  color: #000;
  font-weight: bold;
  border: 1px solid #a8741a;
  border-radius: 4px;
  cursor: pointer;
}

/* DOTS */
.owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.owl-dot span {
  background: #999 !important;
}

.owl-dot.active span {
  background: #f8b700 !important;
}
.slide-overlay {
  outline: 3px solid red;
}
/* CONTENEDOR */
.owl-carousel .item {
  position: relative;
  border: 1px solid #a8741a;
  border-radius: 8px;
  overflow: hidden;
}

/* IMAGEN */
.owl-carousel .item img {
  width: 100%;
  height: 380px !important;
  object-fit: cover;
}

/* ========================= */
/* 🔥 CARDS PRO NOTICIAS */
/* ========================= */

.news-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
}

/* CARD */
.news-article {
    background: #0b0f14 !important;
    border: 1px solid #2a1a0a !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    transition: 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
}

/* HOVER */
.news-article:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.6) !important;
    border-color: #f6c76b !important;
}

/* IMAGEN */
.news-article img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
}

/* CONTENIDO */
.article-text-container {
    padding: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* TITULO */
.article-title a {
    font-size: 16px !important;
    color: #f6c76b !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* TEXTO */
.article-content {
    color: #aaa !important;
    font-size: 13px !important;
    margin: 10px 0 !important;
}

/* BOTÓN ABAJO */
.btn-readmore {
    margin-top: auto !important;
    align-self: flex-start !important;
    background: linear-gradient(to bottom, #f6c76b, #a8741a) !important;
    color: #000 !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr !important;
    }
}