.elementor-3894 .elementor-element.elementor-element-a9888b7{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3894 .elementor-element.elementor-element-f3801ec{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:400;color:#333333;}.elementor-3894 .elementor-element.elementor-element-5c9d72a{--display:flex;--margin-top:30px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-3894 .elementor-element.elementor-element-40d9319{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:500;color:#333333;}.elementor-3894 .elementor-element.elementor-element-3bf05b2{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-7825c75 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3894 .elementor-element.elementor-element-2a4ae4f{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-3894 .elementor-element.elementor-element-cb600df{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:400;color:#333333;}.elementor-3894 .elementor-element.elementor-element-c812f98{--display:flex;}.elementor-3894 .elementor-element.elementor-element-9261a5b{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-5d53565{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-3894 .elementor-element.elementor-element-2c8676f{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:400;color:#333333;}.elementor-3894 .elementor-element.elementor-element-4ff222a{--display:flex;}.elementor-3894 .elementor-element.elementor-element-9d167c0{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-f262106{--display:flex;}.elementor-3894 .elementor-element.elementor-element-6a162e8{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3894 .elementor-element.elementor-element-994c202 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3894 .elementor-element.elementor-element-994c202{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:400;color:#333333;}@media(max-width:1024px){.elementor-3894 .elementor-element.elementor-element-3bf05b2{--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-9261a5b{--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-9d167c0{--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-6a162e8{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3894 .elementor-element.elementor-element-3bf05b2{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-9261a5b{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-9d167c0{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3894 .elementor-element.elementor-element-6a162e8{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-3bf05b2 */.stat-item {
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.stat-item h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.stat-item p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.4;
  max-width: 220px;
  margin: 0 auto;
}

/* Línea divisoria entre columnas */
.stat-item {
  border-right: 1px solid #e5e5e5;
}

.stat-item:last-child {
  border-right: none;
}

/* Efecto hover (muy importante) */
.stat-item:hover {
  transform: translateY(-5px);
}

.stat-item:hover h2 {
  color: #e63946; /* rojo corporativo */
}


@media (max-width: 768px) {
  .stat-item h2 {
    font-size: 32px;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .stat-item:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-631df6b */.features-simple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.feature-item .icon {
  font-size: 24px;
}

.feature-item h4 {
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
}

.feature-item p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .features-simple {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9b6ef */.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9d167c0 */.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 20px;
}

.feature-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Línea superior de color */
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #e53935, #1e88e5);
}

/* Hover elegante */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.feature-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.feature-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.feature-card ul {
  padding-left: 18px;
  margin: 0;
}

.feature-card li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1626ec6 */.investment-section {
  text-align: center;
  margin-top: 50px;
}

.investment-section h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.investment-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.investment-tags span {
  background: #f1f3f5;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: default;
}

.investment-tags span:hover {
  background: #1e88e5;
  color: #fff;
}/* End custom CSS */