body {
  justify-content: center;
  align-items: center;
  text-align: center;
}


 [class*="ct-container"] .hero {
   --wp--style--global--content-size: 100% !important;
   max-width: 100% !important;
   width: 100% !important;
 }

 .page-title {
   display: none;
 }

 .hero {
   margin-top: -6% !important;
   position: relative;
   height: 100vh;
   display: flex;
   width: 2000px;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   text-align: left;
   padding: 50px;
   background: url("https://www.operacionsistemica.com/wp-content/uploads/2025/02/Setup-Gamer-Operacion-Sistemica-1.webp") no-repeat center center/cover;
   mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
   -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
 }

 .hero h1 {
   font-size: 3.5rem;
   margin: 0;
   font-weight: bold;
   color:#08ec8c;
 }

 .hero p {
   font-size: 1.5rem;
   max-width: 600px;
   line-height: 1.6;
   text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
 }

 .hero .btn {
   background-color: #08ec8c;
   color: #121212;
   padding: 15px 30px;
   font-size: 1.2rem;
   text-decoration: none;
   border-radius: 5px;
   margin-top: 20px;
   display: inline-block;
   font-weight: bold;
 }

 .hero .logo {
   position: absolute;
   top: 20px;
   width: 200px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 200px;
 }

 .section {
   padding: 100px 20px;
   position: relative;
   z-index: 1;
 }

 .fade-in {
   opacity: 0;
   transform: translateY(20px);
   transition: all 0.6s ease-in-out;
 }

 .fade-in.visible {
   opacity: 1;
   transform: translateY(0);
 }

 .grid-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: minmax(200px, auto);
   gap: 10px;
   width: 90%;
   max-width: 1200px;
   padding: 20px;
   box-sizing: border-box;
 }

 .pc-armadas {
   text-align: center;
   padding: 50px 20px;
 }

 .pc-armadas .content {
   display: flex;
   justify-content: center;
   align-items: stretch;
   gap: 20px;
   flex-wrap: wrap;
 }

 .pc-armadas .card {
   background: #292929;
   padding: 20px;
   border-radius: 10px;
   max-width: 350px;
   width: 100%;
   text-align: center;
   transition: transform 0.3s ease-in-out;
   flex: 1 1 300px;
 }

 .pc-armadas .card:hover {
   transform: scale(1.05);
 }

 .pc-armadas img {
  object-fit: cover;
  width: 200px;
   height: auto;
   border-radius: 10px;
   margin-bottom: 10px;
 }

 .pc-armadas p {
   font-size: 1rem;
   color: #bbb;
   max-width: 300px;
   margin: auto;
 }

 .proximo-lanzamiento {
   text-align: center;
   background: #1a1a1a;
   padding: 40px 20px;
   margin: 50px auto;
   border-radius: 8px;
   max-width: 800px;
 }

 .proximo-lanzamiento h2 {
   font-size: 1.8rem;
   color: #fff;
   font-weight: bold;
   margin-bottom: 10px;
 }

 .proximo-lanzamiento p {
   font-size: 1.2rem;
   color: #bbb;
   line-height: 1.5;
 }

 .Text-Longer {
   font-size: 50px;
   line-height: 1.1;
   text-align: center;
   -webkit-animation: text-glitch 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
   animation: text-glitch 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 4px;
   margin-bottom: 10px;
 }

 .Text-short {
   font-size: 20px;
   letter-spacing: 2px;
   margin-top: 0;
   text-align: center;
   color: #08ec8c !important;
   text-transform: uppercase;
 }

 .Categoria {
   width: 100%;
   max-width: 1200px;
 }

 .grid-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
   width: 100%;
 }

 .feature {
   display: flex;
   flex-direction: column;
   align-items: center;
   background: #292929;
   color: white;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   padding: 20px;
   text-align: center;
 }

 .image-container-gamer {
   max-width: 100% !important;
   overflow: hidden;
 }

 .image-container-gamer 
  {
   width:150px;
   height: 150px;
   object-fit: contain !important;
   border-radius: 10px;
 }

 .content {
   flex: 1;
   padding: 20px 10px;
 }

 .content h3 {
   font-size: 20px;
   margin-bottom: 10px;
 }

 .content p {
   font-size: 14px;
   color: #d1d1d1;
   line-height: 1.5;
   margin-bottom: 15px;
 }

 .labels {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   justify-content: center;
 }

 .label {
   display: flex;
   align-items: center;
   gap: 8px;
   background: #292b36;
   color: white;
   padding: 6px 10px;
   font-size: 13px;
   border-radius: 5px;
   text-decoration: none;
   transition: 0.3s;
 }

 .label:hover {
   background: #3a3d4a;
 }

 .grid-gamer {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   transform: rotate(45deg);
   width: 50px;
   margin-bottom: 400px;
   margin-left: 35% !important;
   scale: 1.2;
 }

 .grid-item {
   width: 150px;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
 }

 .image-container {
   width: 150px;
   height: 150px;
   position: relative;
   overflow: hidden;
   box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
   background-size: cover;
   background-position: center;
   border: 3px solid #08ec8c;
   border-radius: 15px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .image-container img {
   position: absolute;
   max-width: 140% !important;
   height: 140%;
   object-fit: ccontain !important;
   transform: rotate(-45deg);
   border-radius: 20px;
 }

 .title {
   margin-top: 10px;
   font-size: 14px;
   font-weight: bold;
   color: white;
   text-align: center;
   padding: 5px 10px;
   border-radius: 10px;
   position: absolute;
   bottom: 70px;
   top: 60%;
   left: 30%;
   transform: translateX(-5%) rotate(-45deg);
   white-space: pre-line;
   width: max-content;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
 }

 @media (max-width: 1250px) {
   .grid {
     grid-template-columns: repeat(2, 1fr);
     gap: 5px;
   }

   .grid-gamer {
     margin-top: -40% !important;
     margin-bottom: 30px;
     margin-left: 21% !important;
     scale: 0.5;
   }
   .hero {
   	margin-top: -30% !important;
   }
   .hero h1 {
   font-size: 3rem;
   margin: 0;
   font-weight: bold;
   color:#08ec8c;
 }
 .hero .logo{
     top:70px;
 }
 }
 
 @media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

 @keyframes text-glitch {
  0% {
    text-shadow: none;
  }

  25% {
    text-shadow: -2px -2px 0 #08ec8c, 2px 2px 0 #3234ff;
  }

  50% {
    text-shadow: 2px -2px 0 #08ec8c, -2px 2px 0 #3234ff;
  }

  75% {
    text-shadow: -2px 2px 0 #08ec8c, 2px -2px 0 #3234ff;
  }

  100% {
    text-shadow: 2px 2px 0 #08ec8c, -2px -2px 0 #3234ff;
  }
}