.elementor-25 .elementor-element.elementor-element-388df7f{--display:flex;--min-height:290px;--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-25 .elementor-element.elementor-element-652760c{--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-25 .elementor-element.elementor-element-a20e6a0{--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-25 .elementor-element.elementor-element-f532206{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-2ed6f7e{text-align:center;}.elementor-25 .elementor-element.elementor-element-2ed6f7e .elementor-heading-title{font-family:"Rubik", Sans-serif;font-size:55px;font-weight:700;letter-spacing:-4.4px;color:#04446C;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-25 .elementor-element.elementor-element-321259c{--divider-border-style:solid;--divider-color:#04446C;--divider-border-width:5.4px;border-radius:45px 45px 45px 45px;}.elementor-25 .elementor-element.elementor-element-321259c .elementor-divider-separator{width:17%;margin:0 auto;margin-center:0;}.elementor-25 .elementor-element.elementor-element-321259c .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-388df7f{--content-width:1600px;}.elementor-25 .elementor-element.elementor-element-652760c{--content-width:1600px;}.elementor-25 .elementor-element.elementor-element-f532206{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-31a7c13 */.gh-about-pro {
  padding: 110px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.gh-about-container {
  max-width: 1200px;
  margin: auto;
}

.gh-about-title {
  text-align: center;
  margin-bottom: 70px;
}

.gh-small {
  font-size: 13px;
  letter-spacing: 2px;
  color: #EF8C06;
  font-weight: 600;
}

.gh-about-title h2 {
  font-size: 38px;
  color: #04446C;
  margin: 10px 0;
}

.gh-line {
  width: 80px;
  height: 4px;
  background: #EF8C06;
  margin: 16px auto 0;
  border-radius: 4px;
}

.gh-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* TEXTO */
.gh-about-left h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #04446C;
}

.highlight {
  color: #EF8C06;
}

.gh-about-left p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #444;
}

/* STATS */
.gh-stats {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.gh-stat {
  text-align: left;
}

.gh-number {
  font-size: 44px;
  font-weight: 800;
  color: #04446C;
  display: block;
}

.gh-stat small {
  font-size: 14px;
  color: #666;
}

/* IMAGEN */
.gh-image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.15);
  transform: translateY(40px);
  opacity: 0;
  transition: all .8s ease;
}

.gh-image-wrapper img {
  width: 100%;
  display: block;
}

/* ANIMACIÓN AL HACER SCROLL */
.gh-about-pro.active .gh-image-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gh-about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gh-stats {
    justify-content: space-between;
  }

  .gh-number {
    font-size: 34px;
  }
}/* End custom CSS */