.elementor-3700 .elementor-element.elementor-element-3c7b359{--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-3700 .elementor-element.elementor-element-35f95e1{--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-3700 .elementor-element.elementor-element-c96bec4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3700 .elementor-element.elementor-element-9a0ea23{--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-3700 .elementor-element.elementor-element-b4b69df > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3700 .elementor-element.elementor-element-43e3328{--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-3700 .elementor-element.elementor-element-0a081da{--spacer-size:90px;}.elementor-3700 .elementor-element.elementor-element-02f6562{--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-3700 .elementor-element.elementor-element-2ad2666{--spacer-size:90px;}.elementor-3700 .elementor-element.elementor-element-9fc10e5{--spacer-size:90px;}.elementor-3700 .elementor-element.elementor-element-395841c{--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-3700 .elementor-element.elementor-element-1d24ef8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3700 .elementor-element.elementor-element-048b43f{--display:flex;}.elementor-3700 .elementor-element.elementor-element-8c50688{--spacer-size:90px;}.elementor-3700 .elementor-element.elementor-element-c324183 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-3700 .elementor-element.elementor-element-048b43f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-b4b69df */.uncertainty-section {
  position: relative;
  padding: 100px 20px;
  background: #ffffff;
  overflow: hidden;
}


.uncertainty-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://cyberfusion.pe/wp-content/uploads/2023/03/shape-banner.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 700px;
  opacity: 0.100;
  z-index: 0;
}


.uncertainty-container {
  position: relative;
  z-index: 2; 

  max-width: 1300px;
  margin: 0 auto;

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

.uncertainty-image {
  height: 100%;
}

.uncertainty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.uncertainty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.uncertainty-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.uncertainty-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #0b132b;
}

.uncertainty-title span {
  color: #ed2839;
}

.uncertainty-grid {
  display: grid;
  gap: 20px;
}

.uncertainty-card {
  background: linear-gradient(135deg, #0b0b0b, #1a1a1a);
  padding: 25px;
  border-radius: 10px;
  color: white;
}

.uncertainty-card:nth-child(2) {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

.uncertainty-card:nth-child(3) {
  background: linear-gradient(135deg, #000000, #ed2839);
}


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

  .uncertainty-image img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f0c7bf */body
{
    background: white !important;
}
.grc-services {
  position: relative;
  padding: 100px 20px;

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

  color: white;
  overflow: hidden;
}

.grc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.85)
  );
  z-index: 0;
}

/* CONTENIDO */
.grc-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.grc-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.grc-title {
  font-size: 2.5rem;
  font-family: "Merriweather", serif;
  margin-bottom: 60px;
  color: white;
}

.grc-title span {
  color: #ed2839;
}


.grc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}


.grc-card {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.1);

  padding: 25px;
  border-radius: 5px;

  transition: all 0.4s ease;
}


.grc-card:hover {
  transform: translateY(-10px);
  border-color: #ed2839;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5),
              0 10px 25px rgba(237,40,57,0.25);
}

.grc-card h3 {
  margin-bottom: 10px;
}

.grc-card p {
  font-size: 0.9rem;
  color: #c6c6c6;
}

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

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

  .grc-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f96ba3 */.standards-section {
  position: relative;
  padding: 100px 20px;
  background: #ffffff;
  overflow: hidden;
}

/* FONDO SUTIL */
.standards-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("https://cyberfusion.pe/wp-content/uploads/2025/09/Imagen-3-2da-version-Landing-scaled.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 700px;

  opacity: 0.06;
  z-index: 0;
}

.standards-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
  z-index: 0;
}

.standards-container {
  position: relative;
  z-index: 2;

  max-width: 1200px;
  margin: 0 auto;

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

/* IMAGEN */
.standards-visual {
  opacity: 0;
  transform: translateX(-40px);
}

.standards-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* TEXTO */
.standards-content {
  opacity: 0;
  transform: translateX(40px);
}

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

.standards-title {
  font-size: 2.4rem;
  font-family: "Merriweather", serif;
  margin-bottom: 40px;
  color: #0b132b;
}

/* GRID */
.standards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* CARDS */
.standard-card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;

  opacity: 0;
  transform: translateY(30px);

  transition: all 0.3s ease;
}

/* VARIACIONES */
.standard-card:nth-child(2) {
  background: #fafafa;
}
.standard-card:nth-child(3) {
  background: linear-gradient(135deg, #ffffff, #f5f5f5);
}

/* TEXTO */
.standard-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #0b132b;
}

.standard-card p {
  font-size: 0.9rem;
  color: #6b7280;
}

/* HOVER */
.standard-card:hover {
  transform: translateY(-8px);
  border-color: #ed2839;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===== ANIMACIONES ===== */

/* ACTIVACIÓN */
.standards-section.active .standards-visual {
  animation: fadeLeft 0.8s ease forwards;
}

.standards-section.active .standards-content {
  animation: fadeRight 0.8s ease forwards;
}

/* STAGGER CARDS */
.standards-section.active .standard-card:nth-child(1) {
  animation: fadeUp 0.6s ease 0.2s forwards;
}
.standards-section.active .standard-card:nth-child(2) {
  animation: fadeUp 0.6s ease 0.4s forwards;
}
.standards-section.active .standard-card:nth-child(3) {
  animation: fadeUp 0.6s ease 0.6s forwards;
}
.standards-section.active .standard-card:nth-child(4) {
  animation: fadeUp 0.6s ease 0.8s forwards;
}

/* KEYFRAMES */
@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

  .standards-grid {
    grid-template-columns: 1fr;
  }

  .standards-title {
    font-size: 2rem;
  }

  .standards-visual img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d24ef8 */.prepared-section {
  position: relative;
  width: 100%;
  padding: 120px 40px;
  background: #05050a;
  color: white;
  overflow: hidden;
}


.prepared-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(237,40,57,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237,40,57,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
  z-index: 0;
}


.prepared-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}


.prepared-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.prepared-title {
  font-size: 2.8rem;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}

.prepared-sub {
  max-width: 700px;
  margin: 0 auto 60px;
  color: #a1a1aa;
  font-size: 1rem;
  line-height: 1.7;
}


.prepared-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}


.prepared-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 40px 20px;
  border-radius: 5px;

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;
}


.prepared-number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #ed2839;
  margin-bottom: 10px;
}


.prepared-card p {
  font-size: 0.9rem;
  color: #c6c6c6;
}

.prepared-card:hover {
  transform: translateY(-10px);
  border-color: #ed2839;
  box-shadow: 0 20px 50px rgba(237,40,57,0.2);
}


@media (max-width: 1024px) {
  .prepared-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .prepared-metrics {
    grid-template-columns: 1fr;
  }

  .prepared-title {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c324183 */.grc-process {
  position: relative;
  padding: 120px 20px;
  background: #ffffff;
  overflow: hidden;
}


.grc-process::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,0,0,0.04) 0%, transparent 70%);
  z-index: 0;
}

.grc-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}


.grc-label {
  color: #ed2839;
  letter-spacing: 4px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.grc-title {
  font-size: 2.5rem;
  font-family: "Merriweather", serif;
  margin-bottom: 80px;
  color: #0b132b;
}

/* timeline */
.grc-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* línea central */
.grc-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ed2839, rgba(0,0,0,0.1));
  transform: translateX(-50%);
}


.grc-step {
  position: relative;
  width: 50%;
  padding: 0 40px;


  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}


.grc-step.show {
  opacity: 1;
  transform: translateY(0);
}

.grc-step:nth-child(odd) {
  align-self: flex-start;
  text-align: right;
}

.grc-step:nth-child(even) {
  align-self: flex-end;
  text-align: left;
}

/* puntito */
.grc-dot {
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 10px;
  background: #ed2839;
  border-radius: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10px rgba(237,40,57,0.5);
}

.grc-step:nth-child(even) .grc-dot {
  left: 0;
  transform: translate(-50%, 0);
}

/* contenido */
.grc-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #0b132b;
}

.grc-content p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

.grc-step:nth-child(1) { transition-delay: 0.1s; }
.grc-step:nth-child(2) { transition-delay: 0.2s; }
.grc-step:nth-child(3) { transition-delay: 0.3s; }
.grc-step:nth-child(4) { transition-delay: 0.4s; }


@media (max-width: 768px) {
  .grc-timeline::before {
    left: 10px;
  }

  .grc-step {
    width: 100%;
    padding-left: 30px;
    text-align: left !important;
  }

  .grc-dot {
    left: 10px !important;
  }
}/* End custom CSS */