.elementor-824 .elementor-element.elementor-element-8c5aed8{--display:flex;}.elementor-824 .elementor-element.elementor-element-92cab26{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-824 .elementor-element.elementor-element-57df1be{text-align:center;}.elementor-824 .elementor-element.elementor-element-57df1be .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-text );}.elementor-824 .elementor-element.elementor-element-8f7bf2b{--display:flex;}.elementor-824 .elementor-element.elementor-element-f63fdf6 .elementor-wrapper{--video-aspect-ratio:1.77777;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-824 .elementor-element.elementor-element-8f7bf2b{--width:59%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-824 .elementor-element.elementor-element-57df1be .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-824 .elementor-element.elementor-element-57df1be .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-5ddb4be */.ug-custom {
  max-width: 1200px;
  margin: auto;
  padding: 90px 20px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.ug-custom-title {
  font-size: 38px;
  color: #0b3c6f;
  font-weight: 700;
  margin-bottom: 14px;
}

.ug-custom-sub {
  font-size: 18px;
  color: #555;
  max-width: 760px;
  margin: auto auto 60px;
}

/* GRID */

.ug-custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 26px;
  margin-bottom: 50px;
}

/* CARD */

.ug-custom-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  transition: transform .35s ease, box-shadow .35s ease;
  text-align: left;
}

.ug-custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.16);
}

.ug-custom-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.ug-custom-card h3 {
  font-size: 20px;
  color: #0b3c6f;
  margin-bottom: 8px;
}

.ug-custom-card p {
  color: #444;
  line-height: 1.6;
  font-size: 15px;
}

/* DESTACADO FINAL */

.ug-custom-highlight {
  background: linear-gradient(135deg,#2f6fe4,#0b3c6f);
  color: #fff;
  padding: 22px 28px;
  border-radius: 16px;
  font-size: 17px;
  max-width: 820px;
  margin: auto;
}

/* RESPONSIVE */

@media (max-width:768px) {

  .ug-custom-title { font-size: 30px; }

  .ug-custom-sub { font-size: 16px; }

}/* End custom CSS */