:root {
  --magst-color-rojo-oficial: #E41E13;
  --magst-color-azul-oficial: #004467;
  --magst-color-gris-enlaces: #70706F;
  --magst-color-sombra-noticia: rgba(0, 0, 0, 0.15);
  --magst-bg-fecha-proximos-eventos: rgba(255, 255, 255, 0.85);
  --magst-color-elemento-ancla: var(--magst-color-azul-oficial);
  --magst-color-caption: rgba(38, 50, 56, 0.54);
  --magst-bg-footer-central: #E9E9E9;
  --magst-bg-footer-interes: white;
  --magst-gris-enlaces-hover: black;
}

:root.themag-dark {
  --magst-color-rojo-oficial: #f16565;
  --magst-color-azul-oficial: #0F415A;
  --magst-color-gris-enlaces: #A9A9A9;
  --magst-color-sombra-noticia: rgba(0, 0, 0, 0.75);
  --magst-bg-fecha-proximos-eventos: rgba(0, 0, 0, 0.85);
  --magst-color-elemento-ancla: var(--mag-headline);
  --magst-color-caption: var(--mag-text-primary);
  --magst-bg-footer-central: #404040;
  --magst-bg-footer-interes: #212121;
  --magst-gris-enlaces-hover: white;
}

/*@import "themag/scss/themag";*/
.footer-center-wrapper {
  padding-bottom: 1.7rem;
  font-size: 0.8rem;
}
@media (max-width: 992px) {
  .footer-center-wrapper {
    font-size: 1rem;
  }
}

.enlaces-menus {
  color: #244059;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0a6ebd;
  text-decoration: none;
}

.article-header__background {
  background-color: rgba(33, 37, 41, 0.7);
}

.color-oficial {
  color: var(--magst-color-azul-oficial);
}
.color-oficial a, .color-oficial h1, .color-oficial h2, .color-oficial h3, .color-oficial h4, .color-oficial h5, .color-oficial h6 {
  color: var(--magst-color-azul-oficial);
}

.color-oficial:hover {
  color: #0a6ebd;
}
.color-oficial:hover a, .color-oficial:hover h1, .color-oficial:hover h2, .color-oficial:hover h3, .color-oficial:hover h4, .color-oficial:hover h5, .color-oficial:hover h6 {
  color: #0a6ebd;
}

.color-rojo1 {
  color: var(--magst-color-rojo-oficial);
}
.color-rojo1 a, .color-rojo1 h1, .color-rojo1 h2, .color-rojo1 h3, .color-rojo1 h4, .color-rojo1 h5, .color-rojo1 h6 {
  color: var(--magst-color-rojo-oficial);
}

.color-gris-enlaces {
  color: var(--magst-color-gris-enlaces);
}
.color-gris-enlaces h1, .color-gris-enlaces h2, .color-gris-enlaces h3, .color-gris-enlaces h4, .color-gris-enlaces h5, .color-gris-enlaces h6 {
  color: var(--magst-color-gris-enlaces);
}

.color-gris-enlaces:hover {
  color: var(--magst-gris-enlaces-hover);
  text-decoration: none;
}
.color-gris-enlaces:hover a, .color-gris-enlaces:hover h1, .color-gris-enlaces:hover h2, .color-gris-enlaces:hover h3, .color-gris-enlaces:hover h4, .color-gris-enlaces:hover h5, .color-gris-enlaces:hover h6 {
  color: var(--magst-gris-enlaces-hover);
}

.fondo-oficial {
  background-color: var(--magst-color-azul-oficial);
}

.fondo-rojo1 {
  background-color: var(--magst-color-rojo-oficial);
}

.fondo-rojo2 {
  background-color: #e62c21;
}

.fondo-rojo3 {
  background-color: #e7372e;
}

.fondo-rojo4 {
  background-color: #e8443b;
}

.fondo-rojo5 {
  background-color: #ea5149;
}

.icono-menu-iconos:hover {
  background-color: var(--magst-color-rojo-oficial);
}
.icono-menu-iconos:hover a, .icono-menu-iconos:hover h1, .icono-menu-iconos:hover h2, .icono-menu-iconos:hover h3, .icono-menu-iconos:hover h4, .icono-menu-iconos:hover h5, .icono-menu-iconos:hover h6 {
  color: white;
}

.icono-medio {
  font-size: 3.3rem;
}
@media (max-width: 991px) {
  .icono-medio {
    font-size: 3rem;
  }
}

@media (min-width: 767px) {
  .centrar-icono {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.texto-menu-iconos {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .texto-menu-iconos {
    font-size: 0.89rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .texto-menu-iconos {
    font-size: 0.75rem;
  }
}

.altura-iconos {
  height: 20vh;
}
@media (max-width: 767px) {
  .altura-iconos {
    height: auto;
  }
}

.truncate-2-lineas {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate-3-lineas {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate-4-lineas {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.size-more__link a {
  font-family: "Roboto Condensed";
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--magst-color-rojo-oficial);
}

.texto-info {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  color: var(--mag-text-primary);
}

.icons-info {
  font-size: 0.88rem;
  margin-top: 0.6667rem !important;
}

.title-noticias-eventos {
  font-family: "Monserrat Semi-bold", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.title-noticia-principal {
  font-family: "Monserrat Medium", sans-serif;
}

.boton-leermas {
  display: inline-block;
  background-color: var(--magst-color-rojo-oficial);
  padding: 10px 1.5rem;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {
  .boton-leermas {
    font-size: 0.85rem;
  }
}
.boton-leermas:hover {
  background-color: #da1d12;
  color: #FFF;
}

.raya-titulo {
  letter-spacing: -0.3rem;
  -webkit-transform: translate(-10%, -85%);
          transform: translate(-10%, -85%);
}

.footer-central {
  background-color: var(--magst-bg-footer-central);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-central-anchura {
  max-width: 1600px;
}

.footer-central-margins {
  margin: 8rem 0;
}

@media (max-width: 767px) {
  .footer-central-margins {
    margin: 4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-central-anchura-cuadros {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.7%;
            flex: 0 0 49.7%;
  }
}
@media (min-width: 992px) {
  .footer-central-anchura-cuadros {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}
.title-menu-cuadro {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 1.3rem;
  color: white;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .title-menu-cuadro {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1148px) {
  .title-menu-cuadro {
    font-size: 1rem;
  }
}
@media (min-width: 1149px) and (max-width: 1440px) {
  .title-menu-cuadro {
    font-size: 1.2rem;
  }
}

/*.iconos-title-cuadro {
  border-radius: 50%;
  background: white;
  padding: 0.7rem;
  font-size: 2.1rem;
}*/
.title-menu-position {
  position: absolute;
  margin-top: 1rem;
}

.iconos-enlaces-cuadro {
  color: white;
  font-size: 1rem;
}

.enlaces-menu-cuadro {
  font-family: "Monserrat Regular", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-left: 1.17rem;
  padding-bottom: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .enlaces-menu-cuadro {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1148px) {
  .enlaces-menu-cuadro {
    font-size: 1rem;
    margin-left: 0.2rem;
  }
}
@media (min-width: 1149px) and (max-width: 1440px) {
  .enlaces-menu-cuadro {
    font-size: 1rem;
    margin-left: 0.6rem;
  }
}

.footer-enlaces-interes {
  background-color: var(--magst-footer-enlaces-interes);
}

.texto-enlaces-interes {
  font-size: 1rem;
  font-family: "Montserrat Medium", sans-serif;
}

.quitar-margen-superior > ul {
  margin-top: 0;
}
@media (min-width: 992px) {
  .quitar-margen-superior > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.poner-borde-evento > ul > li {
  padding-top: 0.5rem;
  border: 2px solid #e0e0e0 !important;
  margin-top: -2px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .poner-borde-evento > ul > li {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%;
  }
}

@media (max-width: 991px) {
  .poner-borde-evento > ul > li:last-child {
    padding-bottom: 0.85rem;
  }
}

@media (max-width: 991px) {
  .proximos-eventos-dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 543px) {
  .imagen-proximos-eventos {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .imagen-proximos-eventos {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }
}

.fecha-proximos-eventos {
  background-color: var(--magst-bg-fecha-proximos-eventos);
  padding: 0.4rem 0;
  font-size: 1rem;
  font-family: "Roboto Condensed";
  font-weight: 600;
  text-align: center;
  border: #e0e0e0 2px solid;
}
@media (max-width: 543px) {
  .fecha-proximos-eventos {
    font-size: 0.9rem;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .fecha-proximos-eventos {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fecha-proximos-eventos {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fecha-proximos-eventos {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0.3rem;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .fecha-proximos-eventos {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0.3rem;
    width: 90%;
    font-size: 1.1rem;
  }
}

.contenido-proximos-eventos {
  padding: 0 0.6;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .contenido-proximos-eventos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 0 1rem;
  }
}

.title-proximos-eventos {
  height: 80px;
}
@media (max-width: 991px) {
  .title-proximos-eventos {
    font-size: 1.8rem;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-proximos-eventos {
    height: 74px;
  }
}
@media (min-width: 1200px) {
  .title-proximos-eventos {
    height: 80px;
  }
}

@media (max-width: 543px) {
  .label-proximos-eventos {
    font-size: 1.4rem;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
  .label-proximos-eventos {
    font-size: 1.6rem;
  }
}

.lugar-proximos-eventos {
  height: 40px;
}
@media (max-width: 991px) {
  .lugar-proximos-eventos {
    height: auto;
  }
}

.boton-ampliar {
  display: inline-block;
  background-color: var(--magst-color-azul-oficial);
  padding: 10px 1.5rem;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {
  .events_vista_movil .grid-lg--4-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
    max-width: 80%;
    margin: auto;
    margin-top: -2px;
  }
}
@media (min-width: 1200px) {
  .events_vista_movil .grid-lg--4-columns > ul > li {
    width: 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .proximos-eventos-dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .poner-borde-evento > ul > li:last-child {
    padding-bottom: 0.85rem;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .imagen-proximos-eventos {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .fecha-proximos-eventos {
    font-size: 1rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .contenido-proximos-eventos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .title-proximos-eventos {
    font-size: 1.6rem;
    height: auto;
  }
}
@media (min-width: 992px) {
  .events_vista_movil .lugar-proximos-eventos {
    height: auto;
  }
}

header .img-fluid {
  width: 100%;
}

.ancho-100 {
  max-width: 100%;
}

.altura-titulo-slider {
  height: 60vh;
}
@media (max-width: 767px) {
  .altura-titulo-slider {
    height: 25vh;
  }
}
@media (max-height: 600px) and (max-width: 767px) {
  .altura-titulo-slider {
    height: 35vh;
  }
}

@media (max-width: 767px) {
  .truncate-titulo-slider {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.altura-imagen-slider {
  height: 60vh;
}
@media (max-width: 767px) {
  .altura-imagen-slider {
    height: 40vh;
  }
}

.titulo-slider {
  margin-left: 10rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .titulo-slider {
    margin-left: 7.7rem;
  }
}
@media (max-width: 991px) {
  .titulo-slider {
    margin-left: 0.9rem;
  }
}

.anchura-logo {
  width: 200px;
  max-width: 200px;
}

.enlaces-pie {
  text-decoration: underline;
}

.titulo-concejalia {
  line-height: 1.3;
  height: 2.5rem;
}
@media (max-width: 991px) {
  .titulo-concejalia {
    height: auto;
  }
}

.cargo-concejalia {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.82rem;
  height: 2.5rem;
}
@media (max-width: 991px) {
  .cargo-concejalia {
    font-size: 1rem;
    height: auto;
  }
}

.pie-concejal {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.icono-concejal {
  font-size: 1rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.block__title .partido-pleno {
  font-family: "Monserrat", sans-serif;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__container--boxed {
    max-width: 100%;
  }
}

.navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > a,
.navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > span {
  padding: 0.5rem 0.88rem;
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > span {
    padding: 0.5rem 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1079px) {
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li > span {
    padding: 0.5rem 0.35rem;
  }
}

#noticias::before,
#agenda::before,
#programacion::before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .ancla-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ancla-li-mb-0 > ul > li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sticky-bar {
  display: block;
  position: sticky;
  top: 60px;
  z-index: 10;
}
@media (max-width: 991px) {
  .sticky-bar {
    top: 40px;
  }
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--magst-color-azul-oficial);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover a, .hvr-sweep-to-right:hover h1, .hvr-sweep-to-right:hover h2, .hvr-sweep-to-right:hover h3, .hvr-sweep-to-right:hover h4, .hvr-sweep-to-right:hover h5, .hvr-sweep-to-right:hover h6, .hvr-sweep-to-right:focus a, .hvr-sweep-to-right:focus h1, .hvr-sweep-to-right:focus h2, .hvr-sweep-to-right:focus h3, .hvr-sweep-to-right:focus h4, .hvr-sweep-to-right:focus h5, .hvr-sweep-to-right:focus h6, .hvr-sweep-to-right:active a, .hvr-sweep-to-right:active h1, .hvr-sweep-to-right:active h2, .hvr-sweep-to-right:active h3, .hvr-sweep-to-right:active h4, .hvr-sweep-to-right:active h5, .hvr-sweep-to-right:active h6 {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.breadcrumb ol, .simple-breadcrumb ol {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.04);
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 68, 103, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 68, 103, 0.25);
}

@media (min-width: 992px) {
  .grid-lg--5-columns > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-lg--5-columns > ul > li:nth-child(2), .grid-lg--5-columns > ul > li:nth-child(3), .grid-lg--5-columns > ul > li:nth-child(4) {
    margin-top: 0;
  }
}
@media (min-width: 544px) {
  .paragraph--type--text, .field--name-body {
    text-align: justify !important;
  }
}

.header--header-a .header__social-menu {
  display: block;
}

@media (max-width: 991px) {
  .header__social-menu {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .block--region-logo {
    height: 40px;
  }
}

.block--poll .block__title .title-text {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .poll__question {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .poll__choice__percent {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .block--poll {
    border: none;
  }
}

.bg-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212121;
  --bs-table-border-color: #373737;
  --bs-table-striped-bg: #2c2c2c;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373737;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323232;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.text-white {
  color: white !important;
}

.table th, .table td {
  padding: 0.75rem !important;
}

.table {
  --bs-table-accent-bg: unset;
  font-size: unset;
  --bs-table-striped-color: unset;
  --bs-table-hover-color: unset;
}

@media (max-width: 768px) {
  .view--2-columns .attachment-after {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*select {
  width: auto;
}*/
@media (min-width: 768px) {
  .form--inline {
    display: block;
  }
}

.form--inline .form-actions .button {
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  .form--inline .form-actions .button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.header__container {
  padding: 0;
}

.sombra-noticias {
  -webkit-box-shadow: 0 0.5rem 1rem var(--magst-color-sombra-noticia) !important;
          box-shadow: 0 0.5rem 1rem var(--magst-color-sombra-noticia) !important;
}

.paragraph--type--titulo-con-descripcion:hover a, .paragraph--type--titulo-con-descripcion:hover h1, .paragraph--type--titulo-con-descripcion:hover h2, .paragraph--type--titulo-con-descripcion:hover h3, .paragraph--type--titulo-con-descripcion:hover h4, .paragraph--type--titulo-con-descripcion:hover h5, .paragraph--type--titulo-con-descripcion:hover h6 {
  color: var(--magst-gris-enlaces-hover);
}

.paragraph--type--elemento-ancla a, .paragraph--type--elemento-ancla h1, .paragraph--type--elemento-ancla h2, .paragraph--type--elemento-ancla h3, .paragraph--type--elemento-ancla h4, .paragraph--type--elemento-ancla h5, .paragraph--type--elemento-ancla h6 {
  color: var(--magst-color-elemento-ancla);
}

.card-body p {
  color: var(--bs-text-primary);
}

caption {
  color: var(--magst-color-caption);
}

.table-bus-top {
  top: 54px;
}
@media (min-width: 768px) {
  .table-bus-top {
    top: 56px;
  }
}
@media (min-width: 992px) {
  .table-bus-top {
    top: 71px;
  }
}
@media (min-width: 1200px) {
  .table-bus-top {
    top: 73px;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.8;
  -webkit-filter: invert(0.6);
          filter: invert(0.6);
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

em.placeholder {
  display: inline !important;
  min-height: 0 !important;
  vertical-align: baseline !important;
  cursor: pointer !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
/*# sourceMappingURL=sourcemaps/subtheme.css.map */
