/* Esquema de color principal */
/* barra de encabezado, titulos, etc*/
/* logos, etc */
/* 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;
}

/* ----- DJ SLIDER ----- */
/* Home */
#bloques-1 .swiper-container {
  margin-top: 1.5rem;
}

#bloques-1 .swiper-container .swiper-caption {
  height: auto !important;
  padding: 1rem 10px 2rem 10px;
  text-align: center;
}

#bloques-1 .swiper-container .swiper-caption .swiper-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0 0 3px 0;
}

#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: 'Quicksand',sans-serif;
  line-height: 1.2em;
  text-decoration: none;
}

#bloques-2 .djslider-loader .slide-text p {
  font-family: 'Quicksand',sans-serif;
  line-height: 1.2em;
  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;
}

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