.elementor-194 .elementor-element.elementor-element-b379f7f{--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-194 .elementor-element.elementor-element-189211b{text-align:center;}.elementor-194 .elementor-element.elementor-element-189211b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:var( --e-global-color-401b2c2 );}.elementor-194 .elementor-element.elementor-element-83a285c{--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;}/* Start custom CSS for html, class: .elementor-element-25cf116 *//* ====== ESTRUCTURA GENERAL ====== */
body {
  margin: 0;
  background-color: #f4f6f8;
  font-family: Arial, sans-serif;
}

.actas-modulo {
  padding: 20px;
}

/* ====== BUSCADOR ====== */
.buscador-container {
  text-align: center;
  margin-bottom: 30px;
}

#buscador {
  width: 60%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
}

/* ====== CONTENEDOR FLEXIBLE ====== */
.contenedor-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* ====== SECCIONES POR AÑO ====== */
.seccion {
  flex: 1 1 30%;
  background-color: #fff;
  border: 2px solid #2e7d32;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  min-width: 280px;
}

.seccion h2 {
  font-size: 18px;
  color: #2e7d32;
  margin-bottom: 15px;
  border-bottom: 2px solid #f4a261;
  padding-bottom: 5px;
}

/* ====== BOTONES DE TEMA ====== */
.tema {
  margin-bottom: 20px;
}

.btn-modal {
  background-color: #f4a261;
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.2s ease;
}

.btn-modal:hover {
  background-color: #e38b4d;
}

/* ====== LISTA DE DOCUMENTOS ====== */
.lista-documentos {
  list-style: none;
  padding-left: 0;
}

.lista-documentos li {
  margin-bottom: 10px;
  border-left: 4px solid #2e7d32;
  padding-left: 10px;
}

.lista-documentos a {
  text-decoration: none;
  color: #2e7d32;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #fefefe;
  transition: background-color 0.2s ease;
}

.lista-documentos a:hover {
  background-color: #e0f2f1;
  color: #1b5e20;
  border-color: #2e7d32;
}

/* ====== CLASE OCULTO ====== */
.oculto {
  display: none !important;
}

/* ====== MODAL EMERGENTE ====== */
.modal-actas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-contenido {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border: 2px solid #2e7d32;
}

/* ====== TÍTULO DEL MODAL ====== */
.modal-contenido h2 {
  margin-top: 0;
  color: #2e7d32;
  border-bottom: 2px solid #f4a261;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* ====== LISTA EN MODAL ====== */
.modal-contenido ul {
  list-style: none;
  padding-left: 0;
}

.modal-contenido li {
  margin-bottom: 10px;
  border-left: 4px solid #2e7d32;
  padding-left: 10px;
}

.modal-contenido a {
  text-decoration: none;
  color: #2e7d32;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #fefefe;
  transition: background-color 0.2s ease;
}

.modal-contenido a:hover {
  background-color: #e0f2f1;
  color: #1b5e20;
  border-color: #2e7d32;
}

/* ====== BOTÓN DE CIERRE ====== */
.cerrar-modal {
  background-color: #f4a261;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  float: right;
}

.cerrar-modal:hover {
  background-color: #e38b4d;
}/* End custom CSS */