/* Colores AMFEM 2025 */
/* Cuerpo de texto */
/* ----- TABS ------ */
#contenido [id^="rlta-panel"] {
  /*background: none; border: none;*/
}

#contenido [role=tablist] {
  grid-gap: 0;
}

#contenido [role=tablist] [role=tab] {
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

#contenido [role=tablist] [role=tab] h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: red;
}

#contenido [role=tablist] [data-rlta-state=open] {
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

/* ----- ACCORDIONS ------ */
#contenido [data-rlta-type=accordions] h3 {
  margin: 0.5rem auto;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  color: red;
  text-align: center;
}

/* ----- MINI FRONT PAGE ----- */
.secciones .mfp_block_title {
  display: none;
}

.secciones .tns-nav {
  margin: 5px 0 10px 0;
}

.secciones [class^="mfp-carousel"] .mfp_cat {
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
}

.secciones [class^="mfp-carousel"] .mfp_cat a {
  color: #46A9F0;
  line-height: 1.2em;
}

.secciones [class^="mfp-carousel"] .mfp_carousel_title {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0;
}

.secciones [class^="mfp-carousel"] .mfp_carousel_title a {
  color: #074D9D;
  text-decoration: none;
}

.secciones [class^="mfp-carousel"] .mfp_carousel_title a:hover {
  color: #46A9F0;
  text-decoration: underline;
}

.secciones [class^="mfp-carousel"] .mfp_date {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #565656;
  font-size: 0.8rem;
}

.secciones [class^="mfp-carousel"] .mfp_carousel_introtext {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4em;
}

/* ----- DJ SLIDER ----- */
/* Home */
#bloques-2 .djslider-loader .slide-desc-bg {
  background-color: rgba(40, 40, 40, 0.75) !important;
}

#bloques-2 .djslider-loader .slide-desc-text {
  padding: 10px !important;
}

#bloques-2 .djslider-loader .slide-title {
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0 0 5px 0;
}

#bloques-2 .djslider-loader .slide-title a {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  text-decoration: none;
}

#bloques-2 .djslider-loader .slide-text p {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0;
}

/* ----- HOT SLIDES ----- */
#bloques-3 .hot_joomla_carousel_slides .flickity-slider {
  align-content: center;
}

#bloques-3 .hot_joomla_carousel_slides .gallery-cell {
  align-content: center;
  align-self: center;
}

/* ----- JDWONLOAD ----- */
.jd_content .jd_files_title {
  background: none;
  border: none;
  color: #565656;
  padding: 0;
  font-size: 0.9em;
  font-weight: 600;
}

.jd_content .jd_download_title {
  background: none;
  border: none;
}

.jd_content .jd_download_title .jd_title_block {
  display: flex;
  flex-flow: row;
  gap: 10px;
}

.jd_content .jd_download_title .jd_title_block .--icono {
  max-width: fit-content;
}

.jd_content .jd_download_title .jd_title_block .--titulo a {
  margin: 0;
  text-decoration: none;
  font-size: 0.9em;
}

.jd_content .jd_description_wrapper {
  display: none;
}

/*# sourceMappingURL=extensions.css.map */
