.elementor-793 .elementor-element.elementor-element-9bfda6a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-793 .elementor-element.elementor-element-fccbc93{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--overflow:hidden;}.elementor-793 .elementor-element.elementor-element-fccbc93:not(.elementor-motion-effects-element-type-background), .elementor-793 .elementor-element.elementor-element-fccbc93 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FB00;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-793 .elementor-element.elementor-element-0634fe1 > .elementor-widget-container{margin:50px 0px 20px 0px;}.elementor-793 .elementor-element.elementor-element-0634fe1 img{width:47%;height:200px;object-fit:scale-down;object-position:center center;}.elementor-793 .elementor-element.elementor-element-3b5825b{--display:flex;}.elementor-793 .elementor-element.elementor-element-c9e5513{--display:flex;--min-height:300px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-793 .elementor-element.elementor-element-c9e5513:not(.elementor-motion-effects-element-type-background), .elementor-793 .elementor-element.elementor-element-c9e5513 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FB00;}.elementor-793 .elementor-element.elementor-element-8db08d7{--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;--overlay-opacity:0;border-style:none;--border-style:none;}.elementor-793 .elementor-element.elementor-element-8db08d7::before, .elementor-793 .elementor-element.elementor-element-8db08d7 > .elementor-background-video-container::before, .elementor-793 .elementor-element.elementor-element-8db08d7 > .e-con-inner > .elementor-background-video-container::before, .elementor-793 .elementor-element.elementor-element-8db08d7 > .elementor-background-slideshow::before, .elementor-793 .elementor-element.elementor-element-8db08d7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-793 .elementor-element.elementor-element-8db08d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-793 .elementor-element.elementor-element-e0260ae.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-793 .elementor-element.elementor-element-e0260ae > .elementor-widget-container{border-radius:0px 0px 0px 0px;}.elementor-793 .elementor-element.elementor-element-16f6c1a{--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-793 .elementor-element.elementor-element-16f6c1a:not(.elementor-motion-effects-element-type-background), .elementor-793 .elementor-element.elementor-element-16f6c1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-793 .elementor-element.elementor-element-b2f137c iframe{height:557px;}@media(max-width:767px){.elementor-793 .elementor-element.elementor-element-e0260ae{width:var( --container-widget-width, 376px );max-width:376px;--container-widget-width:376px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-793 .elementor-element.elementor-element-8db08d7{--width:50%;}.elementor-793 .elementor-element.elementor-element-16f6c1a{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-a741359 *//*********************************************
  FUNDACIÓN MANUEL PLÁCIDO MANEIRO (FMPM)
  Estilos propios de esta página
*********************************************/

/* Tipografía base dentro de las secciones FMPM */
.fmpm-hero,
.fmpm-about,
.fmpm-ejes,
.fmpm-contacto {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4b5563;
}

/* Contenedor interno */
.fmpm-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  box-sizing: border-box;
}

/*********************************************
  TÍTULOS
*********************************************/

.fmpm-section-title {
  font-size: 1.5rem;
  color: #01224b;
  margin: 0 0 0.5rem;
}

.fmpm-section-text {
  margin: 0 0 2rem;
}

/*********************************************
  HERO FMPM
*********************************************/

.fmpm-hero {
  padding: 2rem 1rem 3rem;
  background: #ffffff;
}

.fmpm-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
  background: #f1f1f1;
  border-radius: 17px;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.11),
    0 0 0 1px rgba(0,0,0,0.05);
  padding: 2.25rem 2.5rem;
  box-sizing: border-box;
}

.fmpm-hero-text h2 {
  font-size: 2.25rem;
  color: #01224b;
  margin: 0 0 0.75rem;
}

.fmpm-hero-text p {
  margin: 0 0 1.25rem;
}

.fmpm-hero-image img {
  border-radius: 17px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*********************************************
  BOTÓN AZUL INSTITUCIONAL
*********************************************/

.fmpm-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff !important;
  background: #01224b !important;
  border-radius: 999px;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.fmpm-btn .btn-icon {
  stroke: currentColor;
  transition: transform 0.25s ease;
}

.fmpm-btn:hover {
  background: #003878 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  transform: translateY(-1px);
}

.fmpm-btn:hover .btn-icon {
  transform: translateX(3px);
}

.fmpm-btn:active,
.fmpm-btn:focus {
  background: #013064 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(1,34,75,0.35);
  outline: none;
}

/*********************************************
  GRIDS
*********************************************/

.fmpm-grid-2,
.fmpm-grid-4 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}

.fmpm-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fmpm-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/*********************************************
  TARJETAS GENERALES
*********************************************/

.fmpm-card {
  background: #f1f1f1;
  border-radius: 17px;
  padding: 1.25rem 1.4rem;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.11),
    0 0 0 1px rgba(0,0,0,0.05);
  height: 100%;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.fmpm-card h3 {
  font-size: 1.15rem;
  color: #01224b;
  margin: 0 0 0.5rem;
}

/* alto mínimo solo para el layout de ejes (si se necesita uniformidad) */
.fmpm-ejes .fmpm-card h3 {
  min-height: 3.4em;
}

.fmpm-card:hover {
  transform: translateY(-4px);
  background: #fafafa;
  box-shadow:
    0 10px 22px rgba(0,0,0,0.16),
    0 0 0 1px rgba(0,0,0,0.06);
}

/*********************************************
  CONTACTO
*********************************************/

.fmpm-contact-list {
  margin: 0;
  padding-left: 1.1rem;
}

.fmpm-contact-list li {
  margin-bottom: 0.35rem;
}

/*********************************************
  RESPONSIVE
*********************************************/

@media (max-width: 1024px) {
  .fmpm-hero-inner {
    grid-template-columns: 1fr;
  }
  .fmpm-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fmpm-hero {
    padding: 1.75rem 1rem 2.5rem;
  }
  .fmpm-hero-inner {
    padding: 1.75rem;
  }
  .fmpm-grid-2,
  .fmpm-grid-4 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/*********************************************
  Ejes de acción — centrado + iconos SVG
*********************************************/

.fmpm-card-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.2rem 1.5rem 2rem;
}

/* Icono circular */
.fmpm-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

/* Tamaño de los SVG */
.fmpm-card-icon svg {
  width: 34px;
  height: 34px;
}

.fmpm-card-icon svg path,
.fmpm-card-icon svg line,
.fmpm-card-icon svg rect {
  stroke: currentColor;
}

/* Colores institucionales para los iconos */
.fmpm-icon-blue  { background: #003878; }
.fmpm-icon-green { background: #00b157; }
.fmpm-icon-yellow { background: #d4af05; }

/* Títulos centrados — separación mínima */
.fmpm-card-center h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #01224b;
}

/* Subtítulos */
.fmpm-card-center p {
  margin: 0 auto;
  padding: 0;
  max-width: 270px;
  font-size: 0.95rem;
  line-height: 1.55;
}/* End custom CSS */