.elementor-3923 .elementor-element.elementor-element-4936ff8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3923 .elementor-element.elementor-element-f9cfba4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3923 .elementor-element.elementor-element-2ba1207{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3923 .elementor-element.elementor-element-68f3ca9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3923 .elementor-element.elementor-element-9edf10c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3923 .elementor-element.elementor-element-645f3f1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3923 .elementor-element.elementor-element-f28e297{--display:flex;}.elementor-3923 .elementor-element.elementor-element-dfc3dd8{--spacer-size:50px;}.elementor-3923 .elementor-element.elementor-element-734c66a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3923 .elementor-element.elementor-element-663dd0f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f9cfba4 */.ir-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #05050a;
  overflow: hidden;


  background-image: url("https://cyberfusion.pe/wp-content/uploads/2024/08/banner-two-.jpg");
  background-size: cover;
  background-position: center;
}


.ir-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(5,5,10,0.7), #05050a 80%);
  z-index: 0;
}


.ir-hero::before {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(237,40,57,0.15), transparent 70%);
  z-index: 0;
}


.ir-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}


.ir-hero-title {
  font-size: 3rem;
  font-family: "Merriweather", serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.ir-hero-sub {
  color: #9ca3af;
  font-size: 1.05rem;
  margin-bottom: 30px;
  max-width: 500px;
  line-height: 1.6;
}

.ir-hero-cta {
  display: flex;
  gap: 15px;
}

.ir-btn {
  padding: 12px 22px;
  border-radius: 2px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
}


.ir-btn.primary {
  background: #ed2839;
  color: #fff;
}

.ir-btn.primary:hover {
  background: #c81e2c;
}


.ir-btn.secondary {
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.ir-btn.secondary:hover {
  border-color: #ed2839;
  color: #ed2839;
}


.ir-hero-right {
  display: flex;
  justify-content: flex-end;
}

.ir-hero-right img {
  width: 100%;
  max-width: 520px;
  object-fit: contain;


  background: transparent;


  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.8));
}


.ir-hero-left,
.ir-hero-right {
  opacity: 0;
  transform: translateY(30px);
}

.ir-hero.active .ir-hero-left {
  animation: fadeUp 0.7s ease forwards;
}

.ir-hero.active .ir-hero-right {
  animation: fadeUp 0.7s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 900px) {
  .ir-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ir-hero-right {
    justify-content: center;
  }

  .ir-hero-title {
    font-size: 2.2rem;
  }

  .ir-hero-sub {
    margin: 0 auto 30px;
  }

  .ir-hero-cta {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68f3ca9 *//* ===== SECTION ===== */
.ir-problem {
  position: relative;
  z-index: 1;
  padding: 140px 20px;
  background: #ffffff;
  overflow: hidden;
}

.ir-problem::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(237,40,57,0.06), transparent 70%);
  z-index: 0;
}

/* ===== CONTENEDOR ===== */
.ir-problem-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ir-problem-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.ir-problem-title {
  font-size: 2.5rem;
  font-family: "Merriweather", serif;
  margin-bottom: 80px;
  color: #0b132b;
}

/* ===== LAYOUT ===== */
.ir-problem-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ===== GRID 2x2 ===== */
.ir-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ===== CARDS ROJAS ===== */
.ir-problem-card {
  background: linear-gradient(135deg, #ed2839, #a81020);
  padding: 28px;
  border-radius: 10px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}

.ir-problem-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.05);
  border-radius: 0 10px 0 60px;
}

.ir-problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(237,40,57,0.25);
}

.ir-problem-card h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.ir-problem-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0;
}

/* ===== IMAGEN ===== */
.ir-problem-image {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
}

.ir-problem-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.25));
}

/* ===== ANIMACIONES ===== */
.ir-problem.active .ir-problem-card {
  animation: fadeUp 0.6s ease forwards;
}

.ir-problem.active .ir-problem-card:nth-child(1) { animation-delay: 0.2s; }
.ir-problem.active .ir-problem-card:nth-child(2) { animation-delay: 0.4s; }
.ir-problem.active .ir-problem-card:nth-child(3) { animation-delay: 0.6s; }
.ir-problem.active .ir-problem-card:nth-child(4) { animation-delay: 0.8s; }

.ir-problem.active .ir-problem-image {
  animation: fadeUp 0.7s ease 0.3s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .ir-problem-layout {
    grid-template-columns: 1fr;
  }
  .ir-problem-image {
    order: -1;
  }
  .ir-problem-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .ir-problem-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-645f3f1 *//* ===== SECTION ===== */
.ir-method {
  position: relative;
  padding: 140px 20px;
  background: #05050a;
  overflow: hidden;
  background-image: url("https://cyberfusion.pe/wp-content/uploads/2026/04/fondo-para-el-inicio-negro-con-puntos-rojos-scaled.webp");
  background-size: cover;
  background-position: center;
}

.ir-method::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5,5,10,0.88);
  z-index: 0;
}

.ir-method::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  z-index: 0;
}

/* ===== CONTENEDOR ===== */
.ir-method-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ir-method-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.ir-method-title {
  font-size: 3rem;
  font-family: "Merriweather", serif;
  margin-bottom: 80px;
  color: #ffffff;
  font-weight: 800;
}

/* ===== LAYOUT ===== */
.ir-method-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ===== TIMELINE ===== */
.ir-timeline {
  position: relative;
  padding: 20px 0;
}

.ir-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ed2839, #ff6b6b);
  transform: translateX(-50%);
}

.ir-step {
  position: relative;
  width: 45%;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
  text-align: left;
}

.ir-step.left { left: 0; }
.ir-step.right { left: 55%; }

.ir-step::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #ed2839;
  border-radius: 50%;
}

.ir-step.left::before { right: -26px; }
.ir-step.right::before { left: -26px; }

.ir-step h3 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  margin-bottom: 8px;
}

.ir-step p {
  color: #9ca3af;
  font-size: 0.9rem;
}

/* ===== ENTREGABLES BOX BLANCO ===== */
.ir-deliverables {
  text-align: left;
}

.ir-deliverables-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(30px);
}

.ir-deliverables-box h3 {
  color: #0b132b;
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #ed2839;
}

.ir-deliverables-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ir-deliverables-box ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #374151;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.ir-deliverables-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ir-deliverables-box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #ed2839;
  border-radius: 50%;
  margin-top: 6px;
}

/* ===== ANIMACIONES ===== */
.ir-step {
  opacity: 0;
  transform: translateY(30px);
}

.ir-method.active .ir-step {
  animation: fadeUp 0.6s ease forwards;
}

.ir-method.active .ir-step:nth-child(1) { animation-delay: 0.2s; }
.ir-method.active .ir-step:nth-child(2) { animation-delay: 0.4s; }
.ir-method.active .ir-step:nth-child(3) { animation-delay: 0.6s; }
.ir-method.active .ir-step:nth-child(4) { animation-delay: 0.8s; }

.ir-method.active .ir-deliverables-box {
  animation: fadeUp 0.6s ease 0.3s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .ir-method-layout {
    grid-template-columns: 1fr;
  }

  .ir-step,
  .ir-step.left,
  .ir-step.right {
    width: 100%;
    left: 0;
  }

  .ir-timeline::before {
    left: 10px;
  }

  .ir-step::before {
    left: -20px !important;
    right: auto !important;
  }

  .ir-method-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-663dd0f */.stack-clean {
  padding: 120px 0;
  background: #ffffff;
}

/*
.stack-clean-container {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  overflow: hidden;
}*/

.stack-clean-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;

  border-radius: 10px;
  overflow: hidden;


  background-image: url("https://cyberfusion.pe/wp-content/uploads/2024/08/banner-two-.jpg");
  background-size: cover;
  background-position: center;

  box-shadow: 0 30px 80px rgba(0,0,0,0.1);
}

.stack-clean-container::after {
  content: "";
  position: absolute;
  inset: 0;


  background: rgba(255,255,255,0.92);

  z-index: 0;
} 

.stack-clean-image {
  display: flex;
  justify-content: flex-end;
}

.stack-clean-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  
  
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 14px 0 0 14px;
  box-shadow: none;
}


.stack-clean-image,
.stack-clean-card {
  position: relative;
  z-index: 2;
}

.stack-clean-card {
  position: relative;
  background: #ffffff;
  padding: 50px;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);

  overflow: hidden;
}


.stack-clean-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("https://cyberfusion.pe/wp-content/uploads/2023/03/corporate-group2.png");
  background-size: cover;
  background-position: center;
  opacity: 0.2; 
  z-index: 0;
}


.stack-clean-card * {
  position: relative;
  z-index: 2;
}


.stack-clean-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.stack-clean-title {
  font-size: 2.3rem;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
  color: #0b132b;
}

.stack-clean-desc {
  color: #6b7280;
  margin-bottom: 30px;
}


.stack-clean-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}


.stack-item h4 {
  font-family: "Merriweather", serif;
  margin-bottom: 5px;
  color: #0b132b;
}

.stack-item p {
  font-size: 0.9rem;
  color: #6b7280;
}

@media (max-width: 900px) {

  .stack-clean-container {
    grid-template-columns: 1fr;
  }

  .stack-clean-image {
    justify-content: center;
  }

  .stack-clean-card {
    padding: 35px;
  }

  .stack-clean-grid {
    grid-template-columns: 1fr;
  }

  .stack-clean-title {
    font-size: 2rem;
  }
}/* End custom CSS */