.elementor-2666 .elementor-element.elementor-element-711616e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-2666 .elementor-element.elementor-element-eb2484b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2666 .elementor-element.elementor-element-6282bc5{--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-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-2666 .elementor-element.elementor-element-3fff169{--display:flex;}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{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-2666 .elementor-element.elementor-element-d6b7a14 .elementor-tab-title{background-color:#00A79F;}.elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-accordion-icon, .elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-accordion-title{color:#FFFFFF;}.elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-accordion-icon svg{fill:#FFFFFF;}.elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-active .elementor-accordion-icon, .elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-active .elementor-accordion-title{color:#FFFFFF;}.elementor-2666 .elementor-element.elementor-element-d6b7a14 .elementor-active .elementor-accordion-icon svg{fill:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8e167ae *//* ============================= */
/* SECCION INFORMES DE GESTION */
/* ============================= */
.gestion-seccion{
  font-family:'Poppins',sans-serif;
  background:#ffffff;
  padding:80px 20px;
}

.gestion-contenedor{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

/* TITULO */
.gestion-titulo{
  font-size:32px;
  font-weight:700;
  color:#245183;
}

/* LINEA */
.gestion-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px auto 30px;
}

/* TEXTO */
.gestion-texto{
  color:#245183;
  line-height:1.8;
  margin-bottom:20px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

/* DESCARGAS */
.gestion-descargas{
  margin-top:30px;
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

/* BOTONES */
.gestion-boton{
  display:inline-block;
  background:#1FC8BE;
  color:#fff;
  padding:12px 20px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

/* ICONO */
.gestion-boton::before{
  content:"📄 ";
}

/* HOVER */
.gestion-boton:hover{
  background:#17a89f;
  transform:translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:768px){
  .gestion-titulo{
    font-size:26px;
  }

  .gestion-descargas{
    flex-direction:column;
    align-items:center;
  }

  .gestion-boton{
    width:100%;
    max-width:300px;
    text-align:center;
  }
}/* End custom CSS */