@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sedgwick+Ave&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cinzel:wght@400;700&family=Montserrat:wght@300;400;600&display=swap");
footer .footer-container .footer-sections .footer-column ul li a, footer .footer-container .footer-sections .footer-column a, .rojo, .quienes-somos a, .productos div a, .eventos-grid a, .join-action, .cta-button-core, .cta-button-mas, .cta-button {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #1B1B1F;
  color: #B0B0B0;
}

h1,
h2 {
  font-family: "Montserrat", sans-serif;
}

h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #FF6F00;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}

header {
  background-color: #111;
  padding: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header img {
  width: 150px;
  height: auto;
  margin-left: 10px;
  border-radius: 50px;
}
header h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.5rem;
  font-family: "Sedgwick Ave", cursive;
  color: #F5F5F5;
}

.navbar {
  background-color: #2A2A30;
  padding: 0;
}
.navbar .navbar-nav .nav-link {
  color: #F5F5F5;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .nav-link.active {
  color: #FF6F00;
  font-weight: bold;
}
.navbar .navbar-nav .nav-link:hover {
  color: #FF6F00;
}
.navbar .navbar-nav .nav-link .dropdown-menu {
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  z-index: 1000;
  width: 100%;
  background-color: #333;
  border: none;
  border-radius: 0;
}
.navbar .navbar-brand {
  font-size: 1.5rem;
  color: #FF6F00;
}
.navbar .navbar-brand img {
  width: auto;
  height: 10vh;
  margin-left: 30px;
}
.navbar .navbar-toggler {
  border-color: #FF6F00;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
.navbar .container-fluid {
  display: flex;
  justify-items: center;
  flex-direction: row;
}

.bg-body-tertiary {
  --bs-bg-opacity: 0;
  background-color: #2A2A30;
}

.dropdown-menu {
  --bs-dropdown-bg: #333;
  --bs-dropdown-link-color: $text-color-light;
}

main {
  padding: 0;
  background-color: #1B1B1F;
}
main .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  padding-bottom: 50px;
}
main .hero .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main .hero .video-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
main .hero .logo-no-broken {
  width: 180px;
  height: 100px;
}
main .hero .hero-content {
  position: relative;
  z-index: 1;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
main .hero h1,
main .hero p {
  font-size: 1.5rem;
  margin: 20px 0;
  padding: 10px;
}
main .hero .heromain {
  color: black;
  font-size: xx-large;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.cta-button {
  background-color: #FF6F00;
  color: #1B1B1F;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button:hover {
  background-color: #E63A00;
  color: #FFFFFF;
}

.cta-button-mas {
  background-color: #FF6F00;
  color: #1B1B1F;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button-mas:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.cta-button-core {
  background-color: violet;
  color: #1B1B1F;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button-core:hover {
  background-color: #ff0000;
  color: #000000;
}

.join-action {
  padding: 10px;
  margin: 10px;
  color: #FF6F00;
  border: 1px solid #FF6F00;
  border-radius: 15px;
}

.eventos h2 {
  background-color: black;
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.eventos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5px;
  width: 100%;
}
.eventos-grid a {
  background: #232326;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
  padding: 32px;
}
.eventos-grid a:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.eventos-grid img {
  width: auto;
  height: auto;
  border-radius: 10px 10px 0 0;
  display: block;
}
.eventos-grid h3 {
  margin: 10px;
  font-size: 1.2rem;
  color: #FF6F00;
  text-align: center;
}
.eventos-grid h3:hover {
  color: #ffb347;
}
.eventos-grid h4 {
  margin: 10px;
  font-size: 0.8rem;
  color: #FF6F00;
  text-align: center;
}

.productos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #1B1B1F;
}
.productos div {
  border: 2px solid rgb(204, 88.8, 0);
  border-radius: 15px;
  margin: 10px;
  text-align: center;
}
.productos div h3 {
  text-align: center;
  color: #FF6F00;
  margin: 10px 0;
}
.productos div img {
  width: auto;
  height: auto;
  padding: 20px;
  align-items: center;
}
.productos div a {
  border-radius: 15px;
  color: #F5F5F5;
  background-color: #FF6F00;
  margin: 20px;
  padding: 10px;
  display: inline-block;
}

.quiero-mas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 20px;
  width: auto;
}

.glorys {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
  flex-wrap: wrap;
}
.glorys img {
  width: 150px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.glorys img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.5);
  z-index: 10;
}

.borde-quienes-somos,
.nuestra-mision,
.nuestro-equipo,
.fundador,
.nuestro-goal,
.wow-card {
  background: #232326;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
  padding: 32px;
}
.borde-quienes-somos h2,
.borde-quienes-somos h3,
.borde-quienes-somos p,
.nuestra-mision h2,
.nuestra-mision h3,
.nuestra-mision p,
.nuestro-equipo h2,
.nuestro-equipo h3,
.nuestro-equipo p,
.fundador h2,
.fundador h3,
.fundador p,
.nuestro-goal h2,
.nuestro-goal h3,
.nuestro-goal p,
.wow-card h2,
.wow-card h3,
.wow-card p {
  text-align: center;
  color: #F5F5F5;
}

.borde-quienes-somos {
  margin: 5%;
  padding: 40px;
}

.nuestra-mision,
.nuestro-equipo,
.fundador {
  margin-top: 24px;
  padding: 32px;
  margin-bottom: 0;
  border: 2px solid #FF6F00;
}
.nuestra-mision p,
.nuestro-equipo p,
.fundador p {
  display: block;
  margin: 1em 0;
}

.equipo-raid {
  background: linear-gradient(45deg, #16325c, rgba(0, 0, 0, 0.8));
  color: #F5F5F5;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  max-width: 600px;
  margin: 20px auto;
  animation: aparecer 1s ease-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.equipo-raid:hover {
  box-shadow: 0 0 30px white;
  transform: scale(1.05);
}
.equipo-raid h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.equipo-raid p {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.equipo-raid .join-action {
  display: inline-block;
  background: #ffffff;
  color: #F5F5F5;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  transition: 0.3s;
}
.equipo-raid .join-action:hover {
  background: #E63A00;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
.equipo-raid img {
  width: 100px;
  display: block;
  margin: 15px auto;
}

@keyframes aparecer {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.quienes-somos {
  text-align: left;
}
.quienes-somos h2 {
  font-size: 3vh;
}
.quienes-somos h3 {
  color: #FF6F00;
  font-size: 2vh;
}
.quienes-somos .ww {
  text-decoration: underline;
  border: 2px solid rgb(255, 168.6, 102);
}
.quienes-somos img {
  width: 25%;
  height: auto;
}
.quienes-somos a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
}

.nuestro-equipo-simple {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nuestro-equipo-simple iframe {
  width: 100%;
  height: 200px;
  padding: 5px;
}

.img-muchachos {
  display: block;
  padding: 3px;
  max-width: 8vh;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.titulo-fundador {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  color: #FF6F00;
}

.fundador {
  display: flex;
  justify-content: none;
  align-items: center;
  margin-bottom: 15px;
}
.fundador .muchachos-avatar {
  position: relative;
  overflow: hidden;
  width: 64px;
  border-radius: 50%;
  height: 64px;
  margin-right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.teams {
  padding: 2vh;
  margin: auto;
  border: 2px solid #FF6F00;
}
.teams h2,
.teams h3,
.teams p {
  text-align: start;
}
.teams h4,
.teams p {
  font-size: large;
}

.conteiner-who-we-are {
  padding: auto;
  margin: 20px;
}
.conteiner-who-we-are p {
  font-size: 2vh;
}

.grid-conteiner-teams {
  background-color: #555;
  text-align: center;
  margin: 20px;
  padding: 20px;
}

.raid-team {
  text-align: center;
  background-color: #232326;
  color: #F5F5F5;
  padding: 20px;
  border-radius: 10px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}

.role {
  background: #2A2A30;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.role h4 {
  font-size: 1.2em;
  font-weight: bold;
}

.dh {
  color: #A330C9;
}

.dk {
  color: #C41F3B;
}

.druid {
  color: #FF7D0A;
}

.evoker {
  color: #33937F;
}

.hunter {
  color: #ABD473;
}

.mage {
  color: #69CCF0;
}

.monk {
  color: #00FF96;
}

.paladin {
  color: #F58CBA;
}

.priest {
  color: #FFFFFF;
}

.rogue {
  color: #FFF569;
}

.shaman {
  color: #0070DE;
}

.warlock {
  color: #9482C9;
}

.warrior {
  color: #C79C6E;
}

.widget-theme-aversion,
.widget-theme-dragonflight,
.widget-theme-wow {
  font-family: Friz Quadrata;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.titulo-grid {
  text-align: center;
  margin: auto;
  padding: 5px;
  background-color: rgba(28, 72, 183, 0.3490196078);
  color: #F5F5F5;
}

.clases {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 2px;
  background-color: #2A2A30;
  margin: 10px;
}
.clases img {
  width: 30px;
  height: auto;
  margin-left: 10px;
}

.titulo-unete {
  padding: 20px;
}
.titulo-unete h2 {
  text-align: center;
  text-transform: uppercase;
  color: #F5F5F5;
  padding: 20px;
}

.nuestro-goal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.nuestro-goal h2,
.nuestro-goal h3,
.nuestro-goal p {
  text-align: center;
  color: #F5F5F5;
  padding: 20px;
}

.unete-bg {
  padding: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.rojo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 10px;
  border: 2px solid rgba(255, 145, 23, 0.5);
  border-radius: 10px;
  text-align: center;
  background-color: #8B0000;
  transition: background-color 0.3s;
}
.rojo:hover {
  background-color: #A52A2A;
  text-decoration: none;
}
.rojo h3 {
  color: #F5F5F5 !important;
  text-transform: uppercase;
  margin: 0;
}

.shop-titulo {
  text-align: center;
  padding: 10px;
  margin: 20px;
}
.shop-titulo h2 {
  font-size: 30px;
  padding: 20px;
}

.galeria-guild {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  padding: 20px;
  grid-auto-rows: 1fr;
}
.galeria-guild div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 2px;
  aspect-ratio: 1/1;
}
.galeria-guild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-card {
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  border: 2px solid #8B0000;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
}
.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(139, 0, 0, 0.3);
}

.member-avatar {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.member-info {
  padding: 15px;
  color: #f1f1f1;
}

.member-name {
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.member-role {
  color: #8B0000;
  margin-bottom: 10px;
}

.member-details {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.team-section-title {
  border-bottom: 2px solid #8B0000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #FFD700;
}

.social-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.social-links a {
  color: #f1f1f1;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.social-links a:hover {
  color: #FFD700;
}

.contenedor-iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.contenedor-iframe iframe {
  max-width: 500px;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.container {
  border-radius: 10px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); */
  padding: 32px;
}

.ourMeta {
  background: #1b1b1f;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  padding: 32px;
}

.wow-header {
  text-align: center;
}

.wow-title {
  color: #ffcc00;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wow-icon {
  width: 64px;
  height: 64px;
  border-radius: 30px;
  border: 1px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  display: block;
}

.wow-class {
  color: #F5F5F5;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.wow-role {
  color: #ffb347;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.wow-race {
  color: rgba(255, 208, 0, 0.8823529412);
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#classGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}

.class-item {
  background: #232326;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s;
}

.class-item:hover {
  transform: scale(1.05);
}

.raza-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 12px;
  justify-items: center;
}

.btn-wow {
  background: linear-gradient(to bottom, #9b5c2b, #6d3c15);
  color: #ffcc00;
  border: 1px solid #000000;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all 0.3s;
  display: block;
  margin: 30px auto;
  width: 250px;
}
.btn-wow:hover {
  background: linear-gradient(to bottom, #b3723f, #8c4d1d);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-btn {
  margin: 5px;
  background-color: rgba(253, 144, 1, 0.6352941176);
  color: #c9c9c9;
  border: 1px solid #000000;
}
.filter-btn.active {
  background-color: #000000;
  color: #ffcc00;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.class-item {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}
.class-item:hover {
  transform: scale(1.05);
}

.class-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 2px solid #000000;
  margin: 0 auto;
}

.class-name {
  margin-top: 10px;
  color: #ffcc00;
  font-weight: bold;
}

.page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.main-content-wrapper {
  display: flex;
  flex: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.ad-column {
  flex: 0 0 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ad-space {
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.ad-space.horizontal {
  width: 100%;
  min-height: 90px;
  margin: 15px 0;
}

.content-column {
  flex: 1;
  min-width: 0;
}

.mobile-ad {
  display: none;
  width: 100%;
  margin: 15px 0;
}

.randompj {
  width: 250px;
  height: auto;
  border-radius: 150px;
  border: 1px solid black;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.news-item {
  display: flex;
  gap: 15px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 8px;
  transition: background 0.3s ease;
  position: relative;
  /* suficiente para hover, no hace falta z-index */
}

.news-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.news-item img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.news-item img .news-item h2,
.news-item img .news-item h3,
.news-item img .news-item p {
  word-wrap: break-word;
  /* rompe palabras largas */
  overflow-wrap: break-word;
  /* soporte moderno */
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f0b63a;
  /* color estilo wowhead/blizzard */
  margin: 0;
}

.news-meta {
  font-size: 0.9rem;
  color: #aaa;
  margin: 5px 0;
}

.news-text {
  font-size: 1rem;
  color: #ddd;
  margin: 0;
}

article a {
  text-decoration: none;
  color: #ffb347;
}

.streamers-section {
  background: #1a1a1a;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 30px;
}
.streamers-section .streamer-card {
  position: relative;
  background: #2b2b2b;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #ddd;
  transition: all 0.3s ease;
}
.streamers-section .streamer-card:hover {
  transform: translateY(-5px);
  border-color: #f0b63a;
  box-shadow: 0 0 15px rgba(240, 182, 58, 0.5);
}
.streamers-section .streamer-card img.avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #444;
  margin-bottom: 15px;
}
.streamers-section .streamer-card h5 {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #fff;
}
.streamers-section .streamer-card .btn {
  margin-top: 10px;
  background: #f0b63a;
  color: #000;
  border: none;
  font-weight: bold;
}
.streamers-section .streamer-card .btn:hover {
  background: #ffcc4d;
}
.streamers-section .streamer-card.offline {
  background: #2b2b2b url("../img/logo-legion.svg") no-repeat center center;
  background-size: 120px;
  opacity: 0.9;
}
.streamers-section .streamer-card.online {
  background: #1f1f1f;
  border: 1px solid #4caf50;
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);
}
.streamers-section .status-offline {
  color: #999;
}
.streamers-section .status-online {
  color: #4caf50;
  font-weight: bold;
}

/* weekly-affixes.css */
.weekly-section {
  background: #1a1a2e;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #ff6b35;
}

.weekly-header h2 {
  color: #ffd700;
  margin: 0 0 5px 0;
  font-size: 1.5em;
}

.weekly-date {
  color: #aaa;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

.weekly-text {
  color: #fff;
  font-weight: bold;
  background: #2a2a4a;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
}

.affixes-container h3,
.maps-container h3 {
  color: #ff6b35;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.affixes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  margin: 15px 0;
}

.affix-card {
  background: #16213e;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #2a2a4a;
}

.affix-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.affix-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.affix-header h4 {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
}

.affix-desc {
  color: #ccc;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
}

.maps-list {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.maps-list li {
  padding: 8px 0;
  border-bottom: 1px solid #2a2a4a;
  color: #ddd;
  break-inside: avoid;
}

.weekly-error {
  background: #442222;
  color: #ff8888;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .maps-list {
    columns: 1;
  }
  .affixes-grid {
    grid-template-columns: 1fr;
  }
  .weekly-section {
    padding: 15px;
  }
}
.like-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.like-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.like-btn:hover {
  transform: scale(1.2);
}

.like-count {
  font-weight: bold;
  color: #ff5555;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  align-content: space-between;
  justify-content: center;
}

.raid-card {
  background: rgba(20, 20, 30, 0.9);
  border: 1px solid #444;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  color: #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.raid-card h2 {
  color: #f0a500;
  margin-bottom: 10px;
}

.raid-desc {
  font-size: 14px;
  white-space: pre-line;
  margin-bottom: 20px;
}

.raid-roles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.raid-role {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 8px;
}

.raid-role h4 {
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
  color: #fff;
}

.raid-player {
  padding: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.raid-header {
  margin-bottom: 20px;
}

.raid-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #aaa;
}

.raid-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.player-right {
  font-size: 12px;
  color: #aaa;
}

.player-ilvl {
  margin-right: 5px;
}

.player-note {
  font-style: italic;
}

.raid-bench {
  margin-top: 20px;
  opacity: 0.8;
}

.class-icon {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  margin-right: 8px;
}

.player-left {
  display: flex;
  align-items: center;
}

.player-info {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* 🎮 Colores por clase estilo WoW */
.DK {
  color: #C41E3A;
}

.Warrior {
  color: #C79C6E;
}

.Mage {
  color: #69CCF0;
}

.Rogue {
  color: #FFF569;
}

.Druid {
  color: #FF7D0A;
}

.Hunter {
  color: #ABD473;
}

.Priest {
  color: #FFFFFF;
}

.Warlock {
  color: #9482C9;
}

.Paladin {
  color: #F58CBA;
}

.Shaman {
  color: #0070DE;
}

.Monk {
  color: #00FF96;
}

.DH {
  color: #A330C9;
}

.Evoker {
  color: #33937F;
}

footer {
  background-color: #111111;
  padding: 1%;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
  flex-wrap: wrap;
}
footer .footer-container img {
  width: 150px;
  height: auto;
  margin: 2px;
  padding: 2px;
}
footer .footer-container .footer-logo {
  display: flex;
  justify-content: center;
}
footer .footer-container .footer-logo h3 {
  text-align: center;
  font-family: "Sedgwick Ave", cursive;
  font-size: 1.2rem;
}
footer .footer-container .footer-sections {
  display: flex;
  justify-content: space-between;
  flex: 2;
}
footer .footer-container .footer-sections .footer-column {
  margin: 0 1em;
}
footer .footer-container .footer-sections .footer-column a {
  color: #F5F5F5;
  transition: color 0.3s;
  display: flex;
  margin-bottom: 0.5em;
}
footer .footer-container .footer-sections .footer-column a:hover {
  color: #FF6F00;
}
footer .footer-container .footer-sections .footer-column h4 {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
  color: #FF6F00;
}
footer .footer-container .footer-sections .footer-column ul {
  list-style: none;
  padding: 0;
}
footer .footer-container .footer-sections .footer-column ul li {
  margin-bottom: 0.5em;
}
footer .footer-container .footer-sections .footer-column ul li a {
  color: #F5F5F5;
  display: block;
  margin-bottom: 0.5em;
  transition: color 0.3s;
}
footer .footer-container .footer-sections .footer-column ul li a:hover {
  color: #FF6F00;
}
footer .footer-bottom p {
  text-align: center;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #1B1B1F;
  color: #B0B0B0;
}

/* Media Query para dispositivos pequeños (max-width: 768px) */
@media screen and (max-width: 991px) {
  .conteiner-who-we-are .borde-quienes-somos .quienes-somos .glorys img {
    width: 200px;
    height: auto;
    padding: 10px;
  }
  .boss-progress-rect-widget {
    height: 200px;
    position: relative;
    text-shadow: 2px 2px 2px #000;
    width: 200px;
  }
  header {
    background-color: #111111;
    padding: 20px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  header img {
    width: 100px;
    height: auto;
  }
  header h1 {
    display: none;
  }
  header .navbar-nav .dropdown-menu {
    position: static;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .eventos-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    display: block;
  }
  .hero .hero-content p {
    text-align: center;
  }
  .logo-no-broken {
    display: inline-flex;
    justify-content: center;
  }
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
    flex-wrap: wrap;
  }
  footer .footer-logo {
    flex: 1;
  }
  footer .footer-logo h3 {
    text-align: center;
    font-family: "Sedgwick Ave", cursive;
    font-size: 1.2rem;
  }
  footer .footer-logo .footer-container .footer-sections .footer-column {
    margin: 0 1em;
  }
  footer .footer-logo .footer-column a {
    color: #F5F5F5;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
  }
  .galeria-guild {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 5px;
    padding: 0;
    margin: 5px;
    grid-auto-rows: 1fr;
  }
  .nuestro-goal {
    background-color: #222;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  b {
    font-size: 70%;
  }
}
/* Media Query para dispositivos medianos y pequeños (max-width: 576px) */
@media screen and (max-width: 600px) {
  .nuestro-goal iframe {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 10px;
  }
}
/* Media Query para dispositivos pequeños (max-width: 450px) */
@media screen and (max-width: 450px) {
  .nuestro-goal video {
    width: 350px;
    height: auto;
  }
}
/* Media Query para dispositivos muy pequeños (max-width: 400px) */
@media screen and (max-width: 400px) {
  .nuestro-goal video {
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .nuestro-equipo-simple iframe {
    width: auto;
    height: 100%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .member-avatar {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .ad-column {
    flex: 0 0 160px;
  }
}
@media (max-width: 992px) {
  .ad-column {
    display: none;
  }
  .mobile-ad {
    display: block !important;
  }
}
@media (min-width: 993px) {
  .mobile-ad {
    display: none !important;
  }
}
.mobile-ad {
  display: none;
  width: 100%;
  margin: 15px 0;
}

@media (max-width: 768px) {
  #classGrid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columnas en tablets/mobiles */
  }
}
@media (max-width: 480px) {
  #classGrid {
    grid-template-columns: 2fr;
    /* 1 columna en pantallas muy chicas */
  }
}
@media (max-width: 500px) {
  .class-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #000000;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl .wow-card {
    max-width: 1320px;
  }
}
@media (max-width: 768px) {
  .news-item {
    flex-direction: column;
    /* en vez de lado a lado */
    align-items: flex-start;
  }
  .news-item img {
    width: 100%;
    /* imagen ocupa todo el ancho */
    height: auto;
    margin-bottom: 10px;
  }
  .news-item h2 {
    font-size: 1.2rem;
    /* títulos más chicos */
  }
}

/*# sourceMappingURL=estilos.css.map */
