/* ---- MIXINS ---------- */
/* ----- ESQUEMA DE COLOR ------ */
/* barra de encabezado, titulos */
/* links, elementos secundarios interfaz */
/* --- Banner carrusel --- */
div [id*="carouselbanner"] .banneritem-inner img {
  max-width: 100%;
  height: auto;
}

div [id*="carouselbanner"] .carouselbanner {
  margin: 0;
}

/* ----- 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: #AD171C;
}

#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: #AD171C;
  text-align: center;
}

/* ------ TAB PANEL ------- */
#bloque-1 .baContainer {
  width: 96%;
  margin: 0 auto;
}

#bloque-1 .baContainer .baTabsWarp {
  padding: 0;
}

#bloque-1 .baContainer div [id*="modID"] {
  border: none;
}

#bloque-1 .baContainer div [id*="modID"] nav a {
  border: none;
}

#bloque-1 .baContainer .ba__panel-tabs {
  padding: 0;
}

#bloque-1 .baContainer .ba__panel-tabs .ba--description {
  border: none;
}

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