.elementor-3873 .elementor-element.elementor-element-4cd2cb2{--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-3873 .elementor-element.elementor-element-310f19e{--display:flex;}.elementor-3873 .elementor-element.elementor-element-7c9bcc6{--spacer-size:90px;}.elementor-3873 .elementor-element.elementor-element-2ca9d35{--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-3873 .elementor-element.elementor-element-ce3089a{--display:flex;}.elementor-3873 .elementor-element.elementor-element-33ecb57{--spacer-size:46px;}.elementor-3873 .elementor-element.elementor-element-dacf66c{--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-3873 .elementor-element.elementor-element-7fa7e7e{--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;}/* Start custom CSS for html, class: .elementor-element-36dd6c9 */.cloud-hero {
  position: relative;
  min-height: 100vh;
  background: #05050a;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
}


.cloud-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
}

.cloud-glow {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(237,40,57,0.2), transparent 70%);
  filter: blur(80px);
}


.cloud-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;

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


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

.cloud-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-family: "Merriweather", serif;
  line-height: 1.1;
  margin-bottom: 20px;
}

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

.cloud-sub {
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 520px;
}


.cloud-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cloud-btn {
  padding: 12px 20px;
  border-radius: 2px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
}

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

.cloud-btn.primary:hover {
  background: #c81f2e;
}

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

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


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

.cloud-right img {
  width: 110%;
  height: 90vh;
  object-fit: contain;
  transform: translateX(40px);
  filter: drop-shadow(0 35px 70px rgba(0,0,0,0.7));
}


.cloud-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cloud-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ed2839;
  border-radius: 50%;
  opacity: 0;
  animation: cloudFloat 6s infinite ease-in-out;
}

@keyframes cloudFloat {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translateY(-60px); opacity: 0; }
}


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

  .cloud-right {
    justify-content: center;
  }

  .cloud-right img {
    width: 90%;
    height: auto;
    transform: none;
  }

  .cloud-cta {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2190616 */.cloud-problem {
  position: relative;
  padding: 120px 20px;
  background: #ffffff;
  overflow: hidden;
}


.cloud-problem::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(237,40,57,0.05), transparent 70%);
  z-index: 0;
}

.cloud-problem::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 60px 60px;
  z-index: 0;
}


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


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

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


.cloud-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}


.cloud-problem-col {
  padding-left: 20px;
  border-left: 2px solid rgba(237,40,57,0.2);
  transition: 0.3s;
}


.cloud-problem-col:hover {
  border-color: #ed2839;
}

.cloud-problem-col h3 {
  font-family: "Merriweather", serif;
  margin-bottom: 15px;
  color: #ed2839;
}

.cloud-problem-col ul {
  list-style: none;
  padding: 0;
}

.cloud-problem-col li {
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 0.95rem;
}


.cloud-problem-col {
  opacity: 0;
  transform: translateY(30px);
}

.cloud-problem.active .cloud-problem-col {
  animation: fadeUp 0.6s ease forwards;
}

.cloud-problem.active .cloud-problem-col:nth-child(1) { animation-delay: 0.2s; }
.cloud-problem.active .cloud-problem-col:nth-child(2) { animation-delay: 0.4s; }
.cloud-problem.active .cloud-problem-col:nth-child(3) { animation-delay: 0.6s; }

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


@media (max-width: 900px) {
  .cloud-problem-grid {
    grid-template-columns: 1fr;
  }

  .cloud-problem-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4378a71 */.cloud-solution {
  position: relative;
  padding: 140px 20px;
  background: #05050a;
  color: #ffffff;
  overflow: hidden;

  /* fondo baja opacidad*/
  background-image: url("https://cyberfusion.pe/wp-content/uploads/2024/08/CLOUD-Banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.cloud-solution::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5,5,10,0.85);
  z-index: 0;
}


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

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

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

.cloud-solution-title {
  font-size: 2.5rem;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}

.cloud-solution-desc {
  color: #9ca3af;
  margin-bottom: 30px;
  max-width: 480px;
  line-height: 1.6;
}

.cloud-solution-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cloud-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d1d5db;
  font-size: 0.95rem;
}

.cloud-feature span {
  width: 6px;
  height: 6px;
  background: #ed2839;
  border-radius: 50%;
}


.cloud-solution-right {
  display: flex;
  justify-content: flex-end;
}

.cloud-solution-right img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;

  background: transparent;
  box-shadow: none;

  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.7));
}


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

.cloud-solution.active .cloud-solution-left {
  animation: fadeUp 0.6s ease forwards;
}

.cloud-solution.active .cloud-solution-right {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

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

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

  .cloud-solution-right {
    justify-content: center;
  }

  .cloud-solution-desc {
    margin: 0 auto 30px;
  }/* End custom CSS */