.elementor-17 .elementor-element.elementor-element-8b663ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-ed32dee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-4f4cea1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-6644933{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-1c1c053{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-6e2ad34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-fc43b2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-906adaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-48c342a */.about-hero {
  padding: 100px 5%;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT */
.about-left {
  flex: 1;
}

.about-left h1 {
  font-size: 52px;
  color: #3F4A54;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-left h1 span {
  color: #1FB6C9;
}

.about-left p {
  font-size: 18px;
  color: #6b7785;
  max-width: 500px;
}

/* RIGHT IMAGE */
.about-right {
  flex: 1;
}

.about-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-left h1 {
    font-size: 32px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8b663ce *//* GLOBAL BACKGROUND */
body {
  background: linear-gradient(
    180deg,
    #F5F7F8 0%,
    #eef3f5 40%,
    #f8fbfc 100%
  );
  position: relative;
  overflow-x: hidden;
}

/* TOP GLOW */
body::before {
  content: '';
  position: fixed;
  width: 500px;
  height: 500px;
  background: #1FB6C9;
  top: -150px;
  right: -150px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
  z-index: -1;
}

/* BOTTOM GLOW */
body::after {
  content: '';
  position: fixed;
  width: 400px;
  height: 400px;
  background: #3F4A54;
  bottom: -120px;
  left: -120px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.08;
  z-index: -1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce11655 *//* ===== QUIENES SOMOS SECTION ===== */

.about-text-section {
  padding: 100px 10%;
  background: linear-gradient(135deg, #E6F7FA, #ffffff); /* soft premium background */
  text-align: center;
}

.about-text-container {
  max-width: 800px;
  margin: 0 auto;
}

.about-text-section h2 {
  font-size: 38px;
  margin-bottom: 25px;
  color: #2F3E4D;
  font-weight: 600;
}

.about-text-section p {
  font-size: 17px;
  color: #3F4A54;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== RESPONSIVE FIX ===== */

@media (max-width: 768px) {
  .about-text-section {
    padding: 70px 6%;
  }

  .about-text-section h2 {
    font-size: 30px;
  }

  .about-text-section p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7401722 */.mission-v5 {
  padding: 25px 5%;
}

.mission-v5-container {
  max-width: 1200px;
  margin: auto;
}

/* TOP ROW */
.mission-top {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

/* IMAGE */
.mission-image {
  flex: 1;
}

.mission-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

/* TEXT */
.mission-content {
  flex: 1;
}

.mission-tag {
  color: #1FB6C9;
  font-size: 14px;
  font-weight: 600;
}

.mission-content h2 {
  font-size: 42px;
  color: #3F4A54;
  margin: 15px 0;
}

.mission-content h2 span {
  color: #1FB6C9;
}

.mission-content p {
  color: #6b7785;
  line-height: 1.6;
}

/* FEATURES ROW */
.mission-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* FEATURE BOX */
.feature-box {
  flex: 1;
  min-width: 250px;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  text-align: center;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.feature-box h4 {
  color: #3F4A54;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  color: #6b7785;
}

/* MOBILE */
@media (max-width: 768px) {

  .mission-top {
    flex-direction: column;
    text-align: center;
  }

  .mission-content h2 {
    font-size: 30px;
  }

  .mission-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-box {
    width: 100%;
    max-width: 320px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e14f025 */.services-section {
  background: #0F172A;
  padding: 100px 10%;
  color: #ffffff;
}

.services-container {
  max-width: 1200px;
  margin: auto;
}

/* TAG */
.tag {
  color: #94A3B8;
  letter-spacing: 2px;
  font-size: 12px;
}

/* TITLE */
.services-section h2 {
  font-size: 42px;
  margin: 15px 0;
}

.services-section h2 span {
  color: #1FB6C9;
}

/* INTRO */
.intro {
  color: #94A3B8;
  max-width: 700px;
  line-height: 1.7;
}

/* MAIN BOX */
.main-box {
  display: flex;
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
  background: #1E293B;
}

/* LEFT */
.main-left {
  background: #1FB6C9;
  padding: 40px;
  flex: 1;
  color: #fff;
}

.main-left .small {
  font-size: 12px;
  letter-spacing: 2px;
}

.main-left h3 {
  margin: 15px 0;
}

/* RIGHT */
.main-right {
  flex: 1;
  padding: 40px;
}

.main-right ul {
  list-style: none;
  padding: 0;
}

.main-right li {
  margin-bottom: 20px;
}

.main-right strong {
  color: #ffffff;
}

/* FEATURES */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.feature {
  background: #1E293B;
  padding: 25px;
  border-radius: 12px;
}

.feature h4 {
  margin-bottom: 10px;
}

.feature p {
  color: #94A3B8;
}

.feature.wide {
  grid-column: span 3;
}

/* CTA */
.services-cta {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #1FB6C9;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.services-cta span {
  color: #1FB6C9;
}

.cta-btn {
  padding: 12px 25px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #1FB6C9;
  border-color: #1FB6C9;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .main-box {
    flex-direction: column;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature.wide {
    grid-column: span 1;
  }

  .services-cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a6ec7a */.why-v3 {
  padding: 80px 5%;
}

.why-v3-container {
  display: flex;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* BIG IMAGE CARD */
.big-card {
  flex: 1;
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.big-card .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.big-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.big-card h3,
.big-card p {
  position: relative;
  z-index: 2;
}

/* RIGHT SIDE */
.why-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* TOP CARD */
.highlight {
  background: #1FB6C9;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
}

/* SMALL GRID */
.why-small-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* CARDS */
.why-card {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .why-v3-container {
    flex-direction: column;
  }

  .why-small-grid {
    grid-template-columns: 1fr;
  }
}

/* MAKE ANALYTICS SAME HEIGHT AS FAST CARD */
.why-small-grid .why-card:last-child {
  grid-column: span 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7755e66 */.stats-header {
  text-align: center;
  margin-bottom: 40px;
}

.stats-header h2 {
  font-size: 32px;
  color: #3F4A54;
  margin-bottom: 10px;
}

.stats-header p {
  color: #6b7785;
  font-size: 14px;
}

/* SECTION */
.stats-section {
  padding: 80px 5%;
  text-align: center;
}

/* CONTAINER */
.stats-container {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

/* BOX */
.stat-box {
  flex: 1;
  min-width: 200px;
  background: rgba(255,255,255,0.8);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

/* NUMBER */
.stat-box h2 {
  font-size: 36px;
  color: #1FB6C9;
  margin-bottom: 8px;
}

/* TEXT */
.stat-box p {
  color: #6b7785;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    align-items: center;
  }

  .stat-box {
    width: 100%;
    max-width: 300px;
  }
}/* End custom CSS */