/* Template XV Seminario Hispano Mexicano 2018 - Jose Miguel Garcia */
.SombraBoton {
  box-shadow: 0.3em 0.4em 0 #b5b5b5;
}
/* Colores CIM 2018 */
.FuenteIBM {
  font-family: 'IBM Plex Sans Condensed', Verdana, sans-serif;
}
.FuentePT {
  font-family: 'Libre Baskerville', Helvetica, sans-serif;
}
/* ARI Slider */
aside div[id*='ais'] {
  max-width: 100% !important;
}
aside div[id*='ais'] .nivoSlider {
  box-shadow: none;
}
/* -- COUNTDOWN -- */
aside div[id*='smartcountdown'] .scd-title {
  font-family: 'Libre Baskerville', Helvetica, sans-serif;
  color: #BE1818;
  text-transform: uppercase;
}
aside div[id*='smartcountdown'] .scd-counter-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
aside div[id*='smartcountdown'] .scd-unit-vert {
  margin: 0 0.25em 0.5em 0.25em !important;
  flex: 1;
  flex-grow: 0;
}
aside div[id*='smartcountdown'] .scd-unit-vert .scd-digits-row {
  float: none;
  text-align: center;
}
aside div[id*='smartcountdown'] .scd-unit-vert .scd-label-row {
  float: none;
  text-align: center;
  margin: 0;
}
aside div[id*='smartcountdown'] .scd-digits-col {
  display: flex;
}
aside div[id*='smartcountdown'] .scd-digits-col .scd-digit {
  flex: 1;
  margin: 0 0.15em !important;
}
/* ---- Google Map ---- */
#principal .embedGoogleMap {
  box-shadow: 0.3em 0.4em 0 #b5b5b5;
}

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