@font-face {
  font-family: 'Ealing';
  src: url('/fonts/Ealing Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


.container-hero-image {
  position: relative;
  background: #141C2A;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 4rem 3%;
  padding: 3rem 0;
}

.container-hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to right, #141C2A 0%, #141C2A 5%, #141c2a9d 70%, #141c2a9d 50%, #141C2A 85%, #141C2A 100%),
    linear-gradient(to bottom, #141C2A 0%, #141c2a9d 20%, #141c2a9d 40%, #141c2a9d 30%, #141c2a9d 65%, #141C2A 100%),
    url('https://images2.alphacoders.com/137/1370592.jpeg') center/cover no-repeat;
  opacity: 1;
  z-index: 1;
}

.container-hero {
  position: relative;
  z-index: 2;
}

body {
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  color: #cacbd2;
  background-color: #141C2A;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



.container-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/*
.container-hero::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(20, 28, 42, 0.596), rgba(20, 28, 42, 0.95)), 
              url('/icons/images/mc.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px);
  z-index: -1;
  opacity: 0.5;
}
*/

.left-hero {
  max-width: 55%;
}
@media (max-width: 768px) {
  .container-hero {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  
  .left-hero {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.left-hero h1 {  
  font-family: "Rubik Dirt", system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 4.3rem;
  color: #ffffff;
  line-height: 1.1 !important;
  margin-bottom: 14px; 
}
.hero-link {
  display: none;
  color: #C622C9;
  text-decoration: none;
}
p {
  margin-bottom: 14px;
  display: none;
}
.pleft-hero {
  max-width: 420px;
  color: #ffffff;
  font-size: 1.14rem;
  margin-bottom: 14px;
}

.highlight-hero {
  color: #C622C9;
  font-weight: bold;
}

.hero-description {
  color: #C8C9D0;
  font-size: 1.14rem;
  margin-bottom: 25px;
  max-width: 650px;
}
.amd-ryzen-text {
  color: #ffffff;
  font-weight: bolder;
}
.price-hero {
  margin-top: -7px;
  margin-bottom: -5px;
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
}
.month-hero {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: normal;
}
.discount-hero {
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
-webkit-background-clip: text;
color: transparent;

  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 12px
}
.hero-btn-hero {
  display: inline-block;
  background: linear-gradient(-131deg, #e069e2, #c822cb, #e069e2, #c822cb, #e069e2, #c822cb, #e069e2);
  color: #cacbd2;
  border-radius: 8px;
  padding: 9px 40px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
  background-size: 330% 100%; /* triple ancho para loop fluido */
  transition: all 0.3s;
}

.hero-btn-hero:hover {
  color: #ffffff;
  animation: gradient-slide 8s linear infinite;
}

@keyframes gradient-slide {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

/*  
.hero-btn-hero {
  display: inline-block;
  background: linear-gradient(-131deg, #e069e2, #c822cb, #e069e2, #c822cb, #e069e2, #c822cb, #e069e2);
  color: #cacbd2;
  border-radius: 8px;
  padding: 9px 117px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
  background-size: 320% 100%;
  transition: all 0.3s;
}

.hero-btn-hero:hover {
  color: #ffffff;
  animation: gradient-slide 8s linear infinite;
}
*/


.hero-price-minecraft {
  background: transparent;
  color: #cacbd2;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: bold;
  transition: all 0.2s;
  cursor: default;
  margin-left: 12px;
}


.hero-btn-hero-vps {
  display: none;
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
  color: #cacbd2;
  border-radius: 8px;
  padding: 9px 17px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
  transition: all 0.2s;
}

.hero-btn-hero-vps:hover {
  background: #c427c7c7;
  color: #ffffff;
}

.hero-btn-hero-phone {
  display: none;
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
  color: #cacbd2;
  border-radius: 8px;
  padding: 9px 87px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
  transition: all 0.2s;
}

.hero-btn-hero-phone:hover {
  background: #c427c7c7;
  color: #ffffff;
}

@media (max-width: 568px) {

  .hero-btn-hero-phone {
    display: inline-block;
  }
}

.small-hero {
  color: #cacbd2;
  font-size: 13px;
  margin-top: 6px;
}
.start-hero {
  font-size: 0.9rem;
  margin-bottom: -2px;
  margin-top: -2px;
}

@media (max-width: 1368px) {
  .container-hero {
    flex-direction: column;
    text-align: flex-start;
  }
}
@media (max-width: 1068px) {
  .container-hero {
    flex-direction: column;
    text-align: flex-start;
  }
}

@media (max-width: 1268px) {
  .container-hero {
    flex-direction: column;
    text-align: flex-start;
  }
}

@media (max-width: 700px) {
  body {
      padding-left: 8px;
      padding-right: 8px;
  }
}


.panel-carousel {
  position: relative;
  width: 700px;
  margin: 0 auto 32px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px #0003;
}

.carousel-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 24px 24px 24px;
}

.carousel-sections {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.carousel-section {
  background: none;
  border-radius: 10px;
  padding: 0 0 32px 0;
  border-left: 0px solid transparent;
  transition: border 0.3s, opacity 0.3s;
  position: relative;
  background: #23263a;
  overflow: visible;
}

.carousel-section-content {
  padding: 19px;
}

.carousel-caption {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 8px;
}

.carousel-desc {
  color: #b0b6cc;
  font-size: 1em;
}

.carousel-section .carousel-timer {
  display: none;
}

.carousel-section.active .carousel-timer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.carousel-timer-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
  transition: width 0.2s;
}

.carousel-images {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image {
  display: none;
  max-width: 260px;
  border-radius: 8px;
  box-shadow: 0 2px 12px #0005;
}
.carousel-image.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px);}
  to { opacity: 1; transform: translateY(0);}
}

/* === Métodos de pago === */
.payment-methods-section {
  color: #000000;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 5%;
}
.payment-methods-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cacbd2;
}
.payment-methods-desc {
  font-size: 1.08rem;
  color: #cacbd2;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 34px 40px;
  justify-items: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 1%;
}
.payment-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  padding: 18px 14px 14px 14px;
  min-width: 120px;
  min-height: 110px;
}
.payment-method-logo {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.payment-method-logo:hover {
  transform: translateY(-4px) scale(1.10);
}
.payment-method-logo img {
  max-width: 220%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.payment-method div {
  font-size: 1.06rem;
  color: #cacbd2;
  font-weight: bold;
  letter-spacing: 0.2px;
}
@media (max-width: 700px) {
  .payment-methods-section {
    padding: 36px 0 18px 0;
  }
  .payment-methods-title {
    font-size: 1.4rem;
  }
  .payment-methods-desc {
    font-size: 0.97rem;
    margin-bottom: 18px;
  }
  .payment-methods-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 18px 10px;
  }
  .payment-method {
    min-width: 90px;
    min-height: 80px;
    padding: 10px 4px 8px 4px;
  }
  .payment-method img {
    width: 58px;
    height: 58px;
  }
  .payment-method div {
    font-size: 0.97rem;
  }
}




.mega-menu-item,
.mega-menu-item a,
.mega-menu-item:visited,
.mega-menu-item a:visited,
.resources-section a,
.resources-section a:visited {
  text-decoration: none !important;
  color: inherit !important;
}
.mega-menu-item:active,
.mega-menu-item a:active,
.resources-section a:active {
  color: inherit !important;
}



.reviews-section {
  width: 100%;
  background: linear-gradient(120deg, #C722CA 0%, #6366f1 100%);
  position: relative;
  overflow: hidden;
  padding: 56px 0 56px 0;
  min-height: 150px;
  display: flex;
  justify-content: center;
}
.reviews-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  opacity: 0.11;
  z-index: 0;
}
.reviews-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1350px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: center;
  padding: 0 24px;
}
.reviews-left {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  margin-right: 24px;
  min-width: 230px;
}
.reviews-title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.reviews-excellent {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.reviews-stars {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #00b67a;
  display: flex;
  gap: 2px;
  align-items: center;
}
.reviews-stars .ri-star-fill {
  color: #00b67a;
  font-size: 1.6rem;
}

.reviews-score {
  font-size: 1rem;
  margin-bottom: 8px;
}
.reviews-trustpilot {
  margin-top: 4px;
}
.trustpilot-logo {
  height: 28px;
  filter: brightness(0) invert(1);
}
.reviews-cards {
  display: flex;
  gap: 20px;
  flex: 1 1 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.review-card {
  background: #12121A;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(59,130,246,0.10);
  padding: 22px 20px 18px 20px;
  min-width: 260px;
  max-width: 330px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  color: #cacbd2;
  transition: box-shadow 0.2s, transform 0.2s;
}
.review-card:hover {
  box-shadow: 0 4px 24px rgba(59,130,246,0.18);
  transform: translateY(-4px) scale(1.03);
}
.review-title {
  font-size: 1.08rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.review-text {
  font-size: 0.98rem;
  margin-bottom: 10px;
}
.review-stars {
  color: #00b67a;
  font-size: 1.15rem;
  margin-bottom: 4px;
  display: flex;
  gap: 2px;
  align-items: center;
}
.review-stars .ri-star-fill {
  color: #00b67a;
  font-size: 1.15rem;
}

.review-author {
  font-size: 0.97rem;
  color: #6366f1;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .reviews-content {
      flex-direction: column;
      align-items: center;
      gap: 30px;
  }
  .reviews-left {
      margin-right: 0;
      align-items: center;
      text-align: center;
  }
  .reviews-cards {
      justify-content: center;
  }
}



.content {
  max-width: 800px;
  margin: 40px auto;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 32px;
}

@media (max-width: 700px) {
  body {
      padding-left: 8px;
      padding-right: 8px;
  }
  .main-navbar {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 4px;
      height: auto;
  }
  .main-navbar .logo {
      margin-left: 0;
      margin-bottom: 6px;
  }
  .main-navbar .nav-links {
      gap: 10px;
      width: 100%;
      max-width: 100vw;
      overflow-x: auto;
  }
  .content {
      padding: 8px;
  }
}

.server-status-section {
  padding: 60px 20px;
  background: #f8f9fc;
  text-align: center;
}

.server-status-title {
  font-size: 2.2rem;
  color: #23283c;
  margin-bottom: 40px;
  font-weight: 700;
}

.server-status-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  padding-top: 30px;
  margin-top: 20px;
}

.server-status-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 25px;
  width: 100%;
  max-width: 400px;
  border: 1px solid #eaeef2;
  transition: all 0.2s ease;
}

.server-status-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.server-status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f5;
}

.server-status-indicator .server-status-header {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130%;
  gap: 15px;
}

.server-status-indicator h3 {
  margin: 0;
  font-size: 1rem;
  color: #23283c;
  font-weight: 600;
  white-space: nowrap;
}

.server-status-card .server-status-header {
  display: none;
}

.server-status-indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  background: white;
  padding: 8px 25px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.server-status-indicator .server-status-header {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}

.server-status-indicator h3 {
  margin: 0;
  font-size: 1rem;
  color: #23283c;
  font-weight: 600;
  white-space: nowrap;
}

.status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.panel-status-link, .paymenter-status-link {
  position: relative;
  padding-left: 18px;
}

.panel-status-indicator, .paymenter-status-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6c757d;
  transition: all 0.3s ease;
}

.panel-status-indicator.online, .paymenter-status-indicator.online {
  background-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.panel-status-indicator.offline, .paymenter-status-indicator.offline {
  background-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
}

.server-status-card .server-status-header {
  display: none;
}

.status-indicator.online {
  background-color: #10b981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.status-indicator.offline {
  background-color: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}

.server-status-content {
  text-align: left;
  margin-bottom: 20px;
}

.server-status-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f3f7;
}

.server-status-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.server-status-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.status-label {
  color: #6b7280;
  font-weight: 500;
  font-size: 0.95rem;
}

.status-value {
  color: #23283c;
  font-weight: 600;
  font-size: 0.95rem;
}

.server-status-footer {
  margin-top: 24px;
  text-align: center;
}

.server-status-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
  color: white !important;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none !important;
  width: 100%;
  margin-top: 10px;
}

.server-status-btn:hover {
  background: #b01eb2;
}

.server-status-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c822cb 0%, #6366f1 100%);
  color: #cacbd2;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.server-status-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3);
  color: #cacbd2;
}

.server-status-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.server-status-btn:hover i {
  transform: translateX(3px);
}












.resources-section {
  background: #ffffff;
  padding: 64px 0 70px 0;
  width: 100vw;
  min-height: 400px;
  text-align: center;
}
.resources-title {
  color: #cacbd2;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.resources-subtitle {
  color: #23283c;
  font-size: 1.05rem;
  margin-bottom: 38px;
}
.resources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
  justify-items: stretch;
}


.resource-card {
  background: #141c2a;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0 20px 0;
  min-height: 160px;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}
.resource-card:hover {
  transform: translateY(-4px) scale(1.03);
}
.resource-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  color: #23283c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 5px;
}
.resource-icon-red { background: #ff5e5e; color: #fff; }
.resource-icon-purple { background: #7c3aed; color: #fff; }
.resource-icon-yellow { background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb); color: #fff; }
.resource-icon-green { background: #00b67a; color: #fff; }
.resource-icon-blue { background: #3b82f6; color: #fff; }
.resource-icon-orange { background: #ff9900; color: #fff; }
.resource-label {
color: #cacbd2;
font-size: 1.07rem;
font-weight: 600;
letter-spacing: 0.5px;
margin-top: 6px;
}
.resource-card-wide {
grid-row: 1 / span 2;
grid-column: 4 / span 1;
background: linear-gradient(120deg, #3b82f6 0%, #6366f1 100%);
color: #23283c;
display: flex;
flex-direction: row;
align-items: stretch;
padding: 0;
min-height: 100%;
overflow: hidden;
box-shadow: 0 8px 32px rgba(59,130,246,0.12);
  grid-row: 1 / span 2;
  grid-column: 4 / span 1;
  background: linear-gradient(120deg, #3b82f6 0%, #6366f1 100%);
  color: #23283c;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  min-height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(59,130,246,0.12);
}
.resource-wide-img {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 210px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.resource-wide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.resource-wide-content {
  flex: 2 1 0;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.resource-wide-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 7px;
  color: #fff;
}
.resource-wide-desc {
  font-size: 1.07rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
.resource-wide-text {
  color: #e0e3ee;
  font-size: 0.98rem;
}
@media (max-width: 1100px) {
  .resources-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, 1fr);
      padding: 0 30px; /* Añadido padding horizontal */
  }
  .resource-card-wide {
      grid-row: 3 / span 1;
      grid-column: 1 / span 2;
      flex-direction: column;
      min-height: 220px;
  }
  .resource-wide-img {
      min-width: 100%;
      max-width: 100%;
      height: 140px;
  }
  .resource-wide-content {
      padding: 18px 14px 18px 14px;
      align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .resources-section {
      padding: 36px 20px 40px; /* Añadido padding horizontal */
      width: 100%; /* Aseguramos que ocupe el ancho completo */
      box-sizing: border-box; /* Incluye el padding en el ancho total */
  }
  .resources-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(5, 1fr);
      gap: 18px;
      padding: 0 15px; /* Añadido padding horizontal */
  }
  .resource-card-wide {
      grid-row: 5 / span 1;
      grid-column: 1 / span 1;
      flex-direction: column;
  }
  .hero-price-minecraft {
    display: none;
  }

 
}

.resources-hero-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 35px;
}

.resources-hero-image img {
  border-radius: 18px;
}



@media (max-width: 1100px) {
  .resources-hero-image {
    display: none;
  }





  .container-hero-image {
  position: relative;
  background: #141C2A;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 1rem 3%;
  padding: 0 0 3rem 0rem;
}

.container-hero-image::before {
  /*
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to right, #141C2A 0%, #141C2A 8%, #141c2a9d 80%, #141c2a9d 70%, #141C2A 95%, #141C2A 100%),
    linear-gradient(to bottom, #141C2A 0%, #141c2a9d 30%, #141c2a9d 50%, #141c2a9d 40%, #141c2a9d 75%, #141C2A 100%),
    url('https://images2.alphacoders.com/137/1370592.jpeg') center/cover no-repeat;
  opacity: 1;
  z-index: 1*/
  display: none;
}

.left-hero h1 {  
  font-family: "Rubik Dirt", system-ui;
  font-weight: 900;
  font-style: normal;
  font-size: 4.3rem;
  color: #ffffff;
  line-height: 1.1 !important;
  margin-bottom: 14px; 
}

.left-hero {
  max-width: 500%;
}


}






    .brands-section {
      padding: 4rem 0;
      background-color: #12121A;
      overflow: hidden;
    }
    
    .brands-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
      overflow: hidden;
    }
    
    .brands-track {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 4rem;
      margin: 0 auto;
    }
    
    .brand-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      padding: 0 1rem;
      filter: grayscale(100%) brightness(0.7);
      transition: all 0.3s ease;
    }
    
    .brand-logo:hover {
      filter: grayscale(0) brightness(1);
      transform: scale(1.05);
    }
    
    .brand-logo img {
      max-width: 100%;
      max-height: 60px;
      width: auto;
      height: auto;
      object-fit: contain;
    }
    
    @media (max-width: 768px) {
      .brands-track {
        gap: 2rem;
        padding: 0 1rem;
      }
      
      .brand-logo {
        padding: 0 0.5rem;
      }
      
      .brand-logo img {
        max-height: 40px;
        width: auto;
      }
    }