.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}@charset "UTF-8";

a {
  color: #00a2df;
  text-decoration: underline; }
  a:hover {
    color: #007dac;
    text-decoration: none; }
  a.white-links {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
    a.white-links:hover {
      text-decoration: underline;
      color: white; }

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-color-primary {
  color: #00a2df; }

.font-medium {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600; }

.sticky {
  position: sticky;
  top: 0px;
  z-index: 25; }

@media screen and (min-width: 992px) {
  .sticky-desktop {
    position: sticky;
    top: 0px;
    z-index: 25; } }

.font-bold {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800; }

.posiciona-aviso-mapa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  user-select: none; }
  .posiciona-aviso-mapa .aviso-mapa {
    margin: 10px;
    background-color: #00a2df;
    color: white;
    height: 38px;
    border-radius: 4px; }

.flatpickr-input {
  transition: all 0.15s;
  width: 100%;
  height: 48px !important;
  font-size: initial !important;
  margin: 0 !important;
  padding: 0.75rem 0.85rem !important;
  border: 2px solid #00a2df !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  background-color: white !important;
  box-sizing: border-box;
  /* CSS 3 rec */
  -moz-box-sizing: border-box;
  /* Firefox 2 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8 */
  -webkit-box-sizing: border-box;
  /* Safari 3 */
  -khtml-box-sizing: border-box;
  /* Konqueror */
  background-repeat: no-repeat;
  background-position: right 5px center; }
  .flatpickr-input:hover {
    box-shadow: 0px 2px 6px rgba(50, 161, 94, 0.5); }

form {
  margin: 0;
  padding: 0; }

.form-filter {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px; }
  @media screen and (min-width: 992px) {
    .form-filter {
      flex-direction: row; } }

.form-estacion {
  margin-top: 10px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .form-estacion {
      margin: 0 0 0 10px; } }
  .form-estacion select {
    width: 100%; }

.form-particula {
  width: 100%;
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    .form-particula {
      margin: 0 0 0 10px; } }
  .form-particula select {
    width: 100%; }

.form-actions-filter {
  display: flex;
  flex-direction: column;
  margin-top: 16px; }
  @media screen and (min-width: 992px) {
    .form-actions-filter {
      flex-direction: row;
      margin-top: inherit; } }
  .form-actions-filter .form-actions-filter-buttons {
    width: 100%; }

.c-select {
  transition: all 0.15s;
  width: auto;
  height: 48px !important;
  box-sizing: border-box;
  min-width: 90px;
  font-size: initial !important;
  margin: 0 !important;
  padding: 0.75rem 0.85rem !important;
  border: 2px solid #00a2df !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  background-image: url("../assets/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 4px; }
  .c-select:hover {
    box-shadow: 0px 2px 6px rgba(50, 161, 94, 0.5); }

.c-button {
  transition: all 0.15s;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0.75rem !important;
  border: 2px solid transparent !important;
  border-radius: 4px;
  background-color: #00a2df;
  color: white;
  border-radius: 4px;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  height: 48px !important; }
  .c-button:hover {
    background-color: rgba(0, 162, 223, 0.8); }
  .c-button.phantom {
    background-color: white;
    color: rgba(0, 162, 223, 0.8); }
    .c-button.phantom:hover {
      background-color: transparent;
      color: #00a2df; }
  .c-button:disabled {
    background-color: #f6f7f7;
    color: #666; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-start {
  justify-content: flex-start; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-center {
  align-items: center; }

.overflow-hidden {
  overflow: hidden; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.nowrap {
  white-space: nowrap; }

.img-responsive {
  min-width: 100%; }

.border-red {
  box-shadow: 0 0 0 1px red;
  box-shadow: none; }

.border-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.2);
  box-shadow: none; }

.gradient-50 {
  background: linear-gradient(to right, #fff 0%, #fff 50%, #f6f7f7 50.01%, #f6f7f7 100%); }

@media screen and (min-width: 992px) {
  .gradient-50-left {
    background: linear-gradient(to right, #f6f7f7 0%, #f6f7f7 50%, #fff 50.01%, #fff 100%); } }

.bg-corp-gray {
  background-color: #3f4753; }

.bg-corp-soft-gray {
  background-color: #585f69; }

.bg-gray-100 {
  background-color: #f6f7f7; }

.bg-gray-200 {
  background-color: #f7f7f7; }

.bg-gray-300 {
  background-color: #ededed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.cursor-pointer {
  cursor: pointer; }

.mapass {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }

.datos {
  height: 100%; }
  @media screen and (min-width: 992px) {
    .datos {
      height: 540px; } }

.leyenda {
  height: 230px;
  padding: 10px 16px 0px 20px; }
  @media screen and (min-width: 992px) {
    .leyenda {
      padding: 10px 16px 0px 20px; } }

@media screen and (min-width: 992px) {
  .border-titular-noticia {
    box-shadow: -4px 0 0 0px #ccc; } }

.alerta {
  margin-bottom: 8px; }

.alerta-particula {
  width: 30%;
  min-width: 30%;
  position: relative; }
  .alerta-particula:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); }

.mensaje-alerta {
  width: 70%;
  padding: 20px 16px; }

.linea-destacado {
  position: relative; }
  .linea-destacado:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(0, 162, 223, 0.2); }
  .linea-destacado.linea-blanca:before {
    background-color: rgba(255, 255, 255, 0.2); }

.footer-featured {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .footer-featured {
      flex-direction: row; } }

.fake-height-data {
  height: 350px; }

.titulo-informe {
  flex-direction: column;
  text-align: center;
  padding-bottom: 8px; }
  .titulo-informe .ln-title {
    line-height: 20px; }
  .titulo-informe button {
    width: 100%; }
  @media screen and (min-width: 992px) {
    .titulo-informe {
      text-align: inherit;
      flex-direction: row; }
      .titulo-informe button {
        width: inherit;
        margin: inherit; } }

.wrapper-titulo-informe {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ededed; }

.m-0 {
  margin: 0; }

.p-0 {
  padding: 0; }

.margin-t-10 {
  margin-top: 10px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-b-6 {
  margin-bottom: 6px; }

.margin-t-auto {
  margin-top: auto; }

.bg-white {
  background-color: white; }

.bg-primary {
  background-color: #00a2df; }

.opacity-80 {
  opacity: 0.8; }

.opacity-60 {
  opacity: 0.6; }

.margin-left-0 {
  margin-left: 0; }

.padding-t-10 {
  padding-top: 10px; }

.padding-t-20 {
  padding-top: 20px; }

.padding-t-30 {
  padding-top: 30px; }

.padding-t-40 {
  padding-top: 40px; }

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-b-6 {
  padding-bottom: 6px; }

.padding-b-10 {
  padding-bottom: 10px; }

.padding-b-20 {
  padding-bottom: 20px; }

.padding-y-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px; }

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px; }

.padding-r-16 {
  padding-right: 16px; }

.padding-x-20-left-resp {
  padding-left: 0px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .padding-x-20-left-resp {
      padding-left: 20px; } }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

.margin-l-4 {
  margin-left: 4px; }

.margin-l-6 {
  margin-left: 6px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-r-10 {
  margin-right: 10px; }

.no-padding {
  padding: 0; }

.no-m-left {
  margin-left: 0; }

.h-8 {
  height: 8px; }

.adj-p {
  margin: 0; }

.block {
  display: block; }

.top--4 {
  top: -4px; }

.inline-block {
  display: inline-block; }

.text-center  {
  text-align: center; }

.header-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.uppercase {
  text-transform: uppercase; }

.bg-color-header {
  background-color: #f6f7f7; }
  @media screen and (min-width: 768px) {
    .bg-color-header {
      background-color: transparent; } }

.wrapper-relative {
  position: relative;
  height: calc(100vh - 220px);
  background-color: #f2f2f2; }
  @media screen and (min-width: 992px) {
    .wrapper-relative {
      height: 560px; } }

.wrapper-relative-data {
  position: relative;
  height: 250px;
  background-color: #f2f2f2; }
  @media screen and (min-width: 992px) {
    .wrapper-relative-data {
      height: 560px; } }

.wrapper-container {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .wrapper-container {
      flex-direction: row; } }

.wrapper-left {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-left {
      width: 60%; } }

.wrapper-right {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-right {
      width: 40%; } }

.wrapper-right-content {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-right-content {
      margin-left: auto;
      width: 40%; } }

.data-accordeon {
  z-index: 50;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .data-accordeon {
      width: 320px;
      position: absolute;
      height: 80%; } }

.wrapper-accordeon {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  background-color: white;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-accordeon {
      margin-left: 14px;
      height: calc(100% - 22px); } }

.list-none {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.barra-lateral {
  width: 6px;
  height: 50px;
  background-color: #efefef; }

.item-estaciones {
  padding-left: 8px;
  padding-right: 16px; }
  .item-estaciones .estacion-info-detalle {
    transition: all 0.15s ease-in-out;
    padding-left: 18px;
    max-height: 0;
    overflow: hidden; }
  .item-estaciones[data-status="open"] {
    background-color: #f6f7f7; }
    .item-estaciones[data-status="open"] .header-item-estaciones {
      background-color: #f6f7f7; }
    .item-estaciones[data-status="open"] .estacion-info-detalle {
      max-height: 1000px; }
    .item-estaciones[data-status="open"] span.show-more img {
      transform: rotate(-180deg); }

.indicador-particula-lista {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ccc;
  position: relative;
}
.indicador-particula-lista::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 25px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.indicador-particula-leyenda {
  width: 20px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: #ccc;
}

.nav-top {
  padding: 0.75rem 0;
}
.nav-top ul.desktop {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav-top ul.desktop li a.level1 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nav-top ul.desktop li a.level1.active {
  background-color: white;
  color: #000013;
}
@media screen and (min-width: 992px) {
  .nav-top {
    display: block;
    justify-content: center;
    flex-direction: row;
  }
}

.mas-opciones-menu {
  position: absolute;
  margin: 0;
  padding: 20px;
  top: 65px;
  background-color: white;
  right: 0;
  width: 160px;
  border-radius: 6px;
  z-index: 25;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.mas-opciones-menu dl {
  margin: 0;
  padding: 0;
}
.mas-opciones-menu dl dt {
  padding: 10px 0px;
  font-weight: 600;
}
.mas-opciones-menu dl dt a {
  text-decoration: none;
  text-transform: uppercase;
}

.hidden-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.nav-mobile {
  transition: all 0.15s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.nav-mobile ul.mobile {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav-mobile ul.mobile li a {
  width: 100%;
  padding: 10px 20px 10px 12px;
  text-decoration: none;
}
.nav-mobile ul.mobile li a.active {
  background-color: white;
  color: #000013;
}
.nav-mobile ul.mobile li a.active img {
  display: none;
}
.nav-mobile ul.mobile li a span {
  min-width: 20px;
}
@media screen and (min-width: 992px) {
  .nav-mobile ul.mobile {
    display: none;
  }
}
.nav-mobile[data-status="open"] {
  max-height: 1000px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.max-h-arrow {
  max-height: 14px;
}

.js-menu-mobile {
  appearance: none;
  border: none;
  background-color: #00a2df;
  color: white;
  padding: 8px 12px;
  font-size: 0.825rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}

.mobile-nav-adj {
  padding: 14px 0px 0px 12px;
}
@media screen and (min-width: 992px) {
  .mobile-nav-adj {
    padding: inherit;
  }
}

.ajuste-titulo-estaciones {
  margin: 40px 0px 6px 10px;
}
@media screen and (min-width: 992px) {
  .ajuste-titulo-estaciones {
    margin: auto;
    margin-bottom: 6px;
  }
}

.lista-particulas {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lista-particulas li {
  position: relative;
}
.lista-particulas li .dataLeft {
  padding-right: 0.3rem;
  background: #f6f7f7;
  z-index: 1;
}
.lista-particulas li .dataRight {
  background: #f6f7f7;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-particulas li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-particulas_white li {
  position: relative;
}
.lista-particulas_white li .dataLeft {
  padding-right: 0.3rem;
  background: white;
  z-index: 1;
}
.lista-particulas_white li .dataRight {
  background: white;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-particulas_white li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-leyenda li {
  position: relative;
}
.lista-leyenda li .dataLeft {
  padding-right: 0.3rem;
  background: white;
  z-index: 1;
}
.lista-leyenda li .dataRight {
  background: white;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-leyenda li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-leyenda-linea {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.lista-leyenda-linea > li {
  flex-shrink: 0;
  flex-basis: calc(50% - 16px);
  margin: 5px 0px;
}
@media screen and (min-width: 992px) {
  .lista-leyenda-linea {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .lista-leyenda-linea > li {
    flex-basis: inherit;
    margin: inherit;
  }
}

.read-more {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
.read-more:before {
  content: "";
  height: 1px;
  background: rgba(0, 162, 223, 0.2);
  flex-grow: 1;
}
.read-more:before {
  margin-right: 10px;
}
.read-more:after {
  margin-left: 10px;
}

.row-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .row-content {
    display: block;
  }
}
.row-content .order-content {
  order: 2;
}
.row-content .order-avisos {
  order: 1;
}

.row-responsive {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .row-responsive {
    padding: inherit;
  }
}

.padding-x-footer-mobile {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .padding-x-footer-mobile {
    padding: inherit;
  }
}

.font-bold {
  font-weight: bold;
}

.font-size-10 {
  font-size: 0.625rem;
  line-height: 0.725rem;
}

.font-size-12 {
  font-size: 0.75rem;
  line-height: 0.85rem;
}

.font-size-14 {
  font-size: 0.875rem;
  line-height: 0.95rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.font-size-20 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-size-24 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.font-size-28 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-800 {
  font-weight: 800;
}

.text-white {
  color: white;
}

.bg-particula-b {
  background-color: #38a2ce;
}

.bg-particula-rb {
  background-color: #32a15e;
}

.bg-particula-r {
  background-color: #f1e549;
}

.bg-particula-d {
  background-color: #c83441;
}

.bg-particula-md {
  background-color: #6e161d;
}

.bg-particula-ed {
  background-color: #a25ba4;
}

.bg-particula-b {
  border-width: 2px;
  border-color: #206c8c;
  border-style: solid;
}

.bg-particula-rb {
  border-width: 2px;
  border-color: #1d5e36;
  border-style: solid;
}

.b-particula-r {
  border-width: 2px;
  border-color: #928a2a;
  border-style: solid;
}

.bg-particula-d {
  border-width: 2px;
  border-color: #741f26;
  border-style: solid;
}

.bg-particula-md {
  border-width: 2px;
  border-color: #430c10;
  border-style: solid;
}

.bg-particula-ed {
  border-width: 2px;
  border-color: #673a69;
  border-style: solid;
}

.image-to-white {
  filter: invert(100%) sepia(41%) saturate(0%) hue-rotate(304deg)
    brightness(150%) contrast(101%);
}

.miga,
.back,
.legend {
  padding: 0.75rem 0.25rem;
}

.legend {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  border-top: 1px solid #f7f7f7;
}

.legend-aside ul {
  font-size: 0.75rem;
}
.legend-aside ul > li {
  padding: 0.25rem 0;
}

.miga-detalle {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.miga-detalle > li {
  margin-left: 4px;
  font-weight: bold;
}
.miga-detalle > li:first-child {
  margin-left: 0;
  font-weight: normal;
}
.miga-detalle > li:first-child > a {
  text-decoration: none;
}
.miga-detalle > li:first-child:after {
  content: "/";
  margin-left: 4px;
}

.legend-map {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
.legend-map.legend-map-area {
  position: static;
}
.legend-map.legend-map-area button {
  width: 100%;
}
.legend-map.legend-map-area .lengend-map-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .legend-map.legend-map-area {
    position: absolute;
  }
  .legend-map.legend-map-area button {
    width: inherit;
  }
  .legend-map.legend-map-area .lengend-map-wrapper {
    width: inherit;
  }
}

.lengend-map-wrapper {
  position: relative;
  top: 10px;
  left: 0px;
  width: 320px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.lengend-map-wrapper ul > li {
  margin: 5px 0px;
}

.mapa-detalle-estacion {
  height: 400px;
  background-color: #f6f7f7;
}

.data-detail {
  padding: 0.75rem 1rem;
}

.tab-nav {
  border: 2px solid #00a2df;
  border-radius: 4px;
  justify-content: space-between;
  margin: 0;
  height: 48px;
  margin-bottom: 10px;
  margin-right: 0px;
}
.tab-nav > li {
  width: 100%;
}
.tab-nav > li > a {
  padding: 0.55rem 0.85rem !important;
  display: block;
  text-align: center;
  text-decoration: none;
}
.tab-nav > li > a.active {
  display: block;
  background-color: #00a2df;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 1px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .tab-nav {
    margin-bottom: 0px;
  }
}
.tab-nav.tab-nav-particulas > li > a:hover,
.tab-nav.tab-nav-particulas > li > a:active,
.tab-nav.tab-nav-particulas > li > a:focus {
  background-color: #00a2df;
  color: white;
  border-radius: 4px;
  margin: 1px;
}

.nav-style-tabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  background-color: #f7f7f7;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.nav-style-tabs > li {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0rem 0.15rem 0.15rem 0.15rem;
}
.nav-style-tabs > li > a {
  width: 100%;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.nav-style-tabs > li > a > span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0.15rem;
  border-radius: 6px;
  position: relative;
  top: 2px;
}
.nav-style-tabs > li > a > span.active {
  top: 0;
  background-color: white;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #000013;
}

.tow-columns-list {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
}
.tow-columns-list > li {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .tow-columns-list > li {
    flex-basis: calc(50% - 16px);
  }
}

.nav-top {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  margin: 0;
  margin-bottom: 2px;
  flex-wrap: wrap;
  flex-direction: column;
}
.nav-top > li {
  flex-basis: calc(50% - 16px);
}
.nav-top > li > a {
  background-color: #f7f7f7;
  display: block;
  text-decoration: none;
  padding: 0.75rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: medium;
}
.nav-top > li > a:hover {
  background-color: #00a2df;
  color: white;
}
.nav-top > li > a.active {
  background-color: white;
  color: #000013;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .nav-top > li {
    text-align: center;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) {
  .nav-top {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.aviso-datos {
  background-color: #f8f0da;
  font-size: 1.2rem;
  color: #6a4f06;
}
@media screen and (max-width: 992px) {
  .aviso-datos{
    z-index: 1;
    position: relative;
  }
}

.nav-detalle-estaciones > li > a {
  display: block;
  padding: 0.75rem 0.75rem;
  text-decoration: none;
  background-color: #f7f7f7;
  border-bottom: 2px solid white;
}
.nav-detalle-estaciones > li > a.active {
  background-color: #00a2df;
  color: white;
}

.nav-sticky-particulas {
  padding: 0;
  margin: 0;
}
.nav-sticky-particulas > li {
  width: 100%;
  background-color: #f7f7f7;
  border: 2px solid white;
}
.nav-sticky-particulas > li > a {
  width: 100%;
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  text-decoration: none;
}
.nav-sticky-particulas > li > a:hover {
  background-color: #00a2df;
  color: white;
}

.area-titular {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.area-titular h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 992px) {
  .area-titular {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.button-primary {
  border: none;
  appearance: none;
  display: block;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #00a2df;
  color: white !important;
  text-decoration: none !important;
  border-radius: 4px;
}
.button-primary:hover {
  color: white;
  background-color: #00b5f9;
}

.select-nav {
  padding: 0.75rem 0.5rem;
  border: 2px solid #00a2df;
  height: auto;
  line-height: auto;
}

.hidden,
.none {
  display: none !important;
}

.graphic-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.graphic-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .graphic-wrapper {
    padding-bottom: 56.25%;
  }
}
.DTFC_ScrollWrapper {
  height: 100% !important;
}

.stations-table th,
.stations-table td {
  white-space: nowrap;
}

.stations-table.dataTable.no-footer {
  border-bottom: none;
}

.stations-table.green th,
.stations-table.green td:nth-child(1) {
  font-weight: bold;
  color: #00a2df;
}

.stations-table.green td:nth-child(n + 2) {
  text-align: center;
}

.stations-table td.d,
.stations-table td.md,
.stations-table td.ed {
  font-weight: bold;
  color: #c00000;
  background-color: rgba(192, 0, 0, 0.1);
}

.buttons-html5 {
  background: none;
  border: none;
  display: inline;
  padding: 0;
  color: #00a2df;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}

.buttons-html5 span {
  text-decoration: underline;
}

.buttons-html5::after {
  content: " |";
}

.buttons-html5:last-of-type::after {
  content: none;
}
.flatpickr-calendar{
  display:none;
}
.centrar{
	display:flex;
	justify-content:center;
}
@media screen and (max-width:1440px) {
	.ocultar-div{
	display:none;
	}
}

@media screen and (max-width:558px) {
	.ocultarCentro{
	display:none;
	}
}

#space{
	display: flex;
	justify-content: space-between;
	padding-left: 2.2%;
	padding-right: 1.5%;
	align-items: baseline;
}
@media screen and (max-width: 600px) {
  #redTitulo{
    font-size: 0;
    width: 0;
  }
  #consultasTitulo{
    padding-right: 9%;
  }
}
	
@charset "UTF-8";

a {
  color: #00a2df;
  text-decoration: underline; }
  a:hover {
    color: #007dac;
    text-decoration: none; }
  a.white-links {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
    a.white-links:hover {
      text-decoration: underline;
      color: white; }

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-color-primary {
  color: #00a2df; }

.font-medium {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600; }

.sticky {
  position: sticky;
  top: 0px;
  z-index: 25; }

@media screen and (min-width: 992px) {
  .sticky-desktop {
    position: sticky;
    top: 0px;
    z-index: 25; } }

.font-bold {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800; }

.posiciona-aviso-mapa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  user-select: none; }
  .posiciona-aviso-mapa .aviso-mapa {
    margin: 10px;
    background-color: #00a2df;
    color: white;
    height: 38px;
    border-radius: 4px; }

.flatpickr-input {
  transition: all 0.15s;
  width: 100%;
  height: 48px !important;
  font-size: initial !important;
  margin: 0 !important;
  padding: 0.75rem 0.85rem !important;
  border: 2px solid #00a2df !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  background-color: white !important;
  box-sizing: border-box;
  /* CSS 3 rec */
  -moz-box-sizing: border-box;
  /* Firefox 2 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8 */
  -webkit-box-sizing: border-box;
  /* Safari 3 */
  -khtml-box-sizing: border-box;
  /* Konqueror */
  background-repeat: no-repeat;
  background-position: right 5px center; }
  .flatpickr-input:hover {
    box-shadow: 0px 2px 6px rgba(50, 161, 94, 0.5); }

form {
  margin: 0;
  padding: 0; }

.form-filter {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px; }
  @media screen and (min-width: 992px) {
    .form-filter {
      flex-direction: row; } }

.form-estacion {
  margin-top: 10px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .form-estacion {
      margin: 0 0 0 10px; } }
  .form-estacion select {
    width: 100%; }

.form-particula {
  width: 100%;
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    .form-particula {
      margin: 0 0 0 10px; } }
  .form-particula select {
    width: 100%; }

.form-actions-filter {
  display: flex;
  flex-direction: column;
  margin-top: 16px; }
  @media screen and (min-width: 992px) {
    .form-actions-filter {
      flex-direction: row;
      margin-top: inherit; } }
  .form-actions-filter .form-actions-filter-buttons {
    width: 100%; }

.c-select {
  transition: all 0.15s;
  width: auto;
  height: 48px !important;
  box-sizing: border-box;
  min-width: 90px;
  font-size: initial !important;
  margin: 0 !important;
  padding: 0.75rem 0.85rem !important;
  border: 2px solid #00a2df !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  background-image: url("../assets/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 4px; }
  .c-select:hover {
    box-shadow: 0px 2px 6px rgba(50, 161, 94, 0.5); }

.c-button {
  transition: all 0.15s;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0.75rem !important;
  border: 2px solid transparent !important;
  border-radius: 4px;
  background-color: #00a2df;
  color: white;
  border-radius: 4px;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-weight: 600;
  height: 48px !important; }
  .c-button:hover {
    background-color: rgba(0, 162, 223, 0.8); }
  .c-button.phantom {
    background-color: white;
    color: rgba(0, 162, 223, 0.8); }
    .c-button.phantom:hover {
      background-color: transparent;
      color: #00a2df; }
  .c-button:disabled {
    background-color: #f6f7f7;
    color: #666; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-start {
  justify-content: flex-start; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-center {
  align-items: center; }

.overflow-hidden {
  overflow: hidden; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.nowrap {
  white-space: nowrap; }

.img-responsive {
  min-width: 100%; }

.border-red {
  box-shadow: 0 0 0 1px red;
  box-shadow: none; }

.border-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.2);
  box-shadow: none; }

.gradient-50 {
  background: linear-gradient(to right, #fff 0%, #fff 50%, #f6f7f7 50.01%, #f6f7f7 100%); }

@media screen and (min-width: 992px) {
  .gradient-50-left {
    background: linear-gradient(to right, #f6f7f7 0%, #f6f7f7 50%, #fff 50.01%, #fff 100%); } }

.bg-corp-gray {
  background-color: #3f4753; }

.bg-corp-soft-gray {
  background-color: #585f69; }

.bg-gray-100 {
  background-color: #f6f7f7; }

.bg-gray-200 {
  background-color: #f7f7f7; }

.bg-gray-300 {
  background-color: #ededed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.cursor-pointer {
  cursor: pointer; }

.mapass {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }

.datos {
  height: 100%; }
  @media screen and (min-width: 992px) {
    .datos {
      height: 540px; } }

.leyenda {
  height: 230px;
  padding: 10px 16px 0px 20px; }
  @media screen and (min-width: 992px) {
    .leyenda {
      padding: 10px 16px 0px 20px; } }

@media screen and (min-width: 992px) {
  .border-titular-noticia {
    box-shadow: -4px 0 0 0px #ccc; } }

.alerta {
  margin-bottom: 8px; }

.alerta-particula {
  width: 30%;
  min-width: 30%;
  position: relative; }
  .alerta-particula:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); }

.mensaje-alerta {
  width: 70%;
  padding: 20px 16px; }

.linea-destacado {
  position: relative; }
  .linea-destacado:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(0, 162, 223, 0.2); }
  .linea-destacado.linea-blanca:before {
    background-color: rgba(255, 255, 255, 0.2); }

.footer-featured {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .footer-featured {
      flex-direction: row; } }

.fake-height-data {
  height: 350px; }

.titulo-informe {
  flex-direction: column;
  text-align: center;
  padding-bottom: 8px; }
  .titulo-informe .ln-title {
    line-height: 20px; }
  .titulo-informe button {
    width: 100%; }
  @media screen and (min-width: 992px) {
    .titulo-informe {
      text-align: inherit;
      flex-direction: row; }
      .titulo-informe button {
        width: inherit;
        margin: inherit; } }

.wrapper-titulo-informe {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ededed; }

.m-0 {
  margin: 0; }

.p-0 {
  padding: 0; }

.margin-t-10 {
  margin-top: 10px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-b-6 {
  margin-bottom: 6px; }

.margin-t-auto {
  margin-top: auto; }

.bg-white {
  background-color: white; }

.bg-primary {
  background-color: #00a2df; }

.opacity-80 {
  opacity: 0.8; }

.opacity-60 {
  opacity: 0.6; }

.margin-left-0 {
  margin-left: 0; }

.padding-t-10 {
  padding-top: 10px; }

.padding-t-20 {
  padding-top: 20px; }

.padding-t-30 {
  padding-top: 30px; }

.padding-t-40 {
  padding-top: 40px; }

.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-b-6 {
  padding-bottom: 6px; }

.padding-b-10 {
  padding-bottom: 10px; }

.padding-b-20 {
  padding-bottom: 20px; }

.padding-y-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px; }

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px; }

.padding-r-16 {
  padding-right: 16px; }

.padding-x-20-left-resp {
  padding-left: 0px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .padding-x-20-left-resp {
      padding-left: 20px; } }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

.margin-l-4 {
  margin-left: 4px; }

.margin-l-6 {
  margin-left: 6px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-r-10 {
  margin-right: 10px; }

.no-padding {
  padding: 0; }

.no-m-left {
  margin-left: 0; }

.h-8 {
  height: 8px; }

.adj-p {
  margin: 0; }

.block {
  display: block; }

.top--4 {
  top: -4px; }

.inline-block {
  display: inline-block; }

.text-center  {
  text-align: center; }

.header-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.uppercase {
  text-transform: uppercase; }

.bg-color-header {
  background-color: #f6f7f7; }
  @media screen and (min-width: 768px) {
    .bg-color-header {
      background-color: transparent; } }

.wrapper-relative {
  position: relative;
  height: calc(100vh - 220px);
  background-color: #f2f2f2; }
  @media screen and (min-width: 992px) {
    .wrapper-relative {
      height: 560px; } }

.wrapper-relative-data {
  position: relative;
  height: 250px;
  background-color: #f2f2f2; }
  @media screen and (min-width: 992px) {
    .wrapper-relative-data {
      height: 560px; } }

.wrapper-container {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .wrapper-container {
      flex-direction: row; } }

.wrapper-left {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-left {
      width: 60%; } }

.wrapper-right {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-right {
      width: 40%; } }

.wrapper-right-content {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-right-content {
      margin-left: auto;
      width: 40%; } }

.data-accordeon {
  z-index: 50;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .data-accordeon {
      width: 320px;
      position: absolute;
      height: 80%; } }

.wrapper-accordeon {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  background-color: white;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .wrapper-accordeon {
      margin-left: 14px;
      height: calc(100% - 22px); } }

.list-none {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.barra-lateral {
  width: 6px;
  height: 50px;
  background-color: #efefef; }

.item-estaciones {
  padding-left: 8px;
  padding-right: 16px; }
  .item-estaciones .estacion-info-detalle {
    transition: all 0.15s ease-in-out;
    padding-left: 18px;
    max-height: 0;
    overflow: hidden; }
  .item-estaciones[data-status="open"] {
    background-color: #f6f7f7; }
    .item-estaciones[data-status="open"] .header-item-estaciones {
      background-color: #f6f7f7; }
    .item-estaciones[data-status="open"] .estacion-info-detalle {
      max-height: 1000px; }
    .item-estaciones[data-status="open"] span.show-more img {
      transform: rotate(-180deg); }

.indicador-particula-lista {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ccc;
  position: relative;
}
.indicador-particula-lista::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 25px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.indicador-particula-leyenda {
  width: 20px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: #ccc;
}

.nav-top {
  padding: 0.75rem 0;
}
.nav-top ul.desktop {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav-top ul.desktop li a.level1 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nav-top ul.desktop li a.level1.active {
  background-color: white;
  color: #000013;
}
@media screen and (min-width: 992px) {
  .nav-top {
    display: block;
    justify-content: center;
    flex-direction: row;
  }
}

.mas-opciones-menu {
  position: absolute;
  margin: 0;
  padding: 20px;
  top: 65px;
  background-color: white;
  right: 0;
  width: 160px;
  border-radius: 6px;
  z-index: 25;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.mas-opciones-menu dl {
  margin: 0;
  padding: 0;
}
.mas-opciones-menu dl dt {
  padding: 10px 0px;
  font-weight: 600;
}
.mas-opciones-menu dl dt a {
  text-decoration: none;
  text-transform: uppercase;
}

.hidden-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.nav-mobile {
  transition: all 0.15s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.nav-mobile ul.mobile {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav-mobile ul.mobile li a {
  width: 100%;
  padding: 10px 20px 10px 12px;
  text-decoration: none;
}
.nav-mobile ul.mobile li a.active {
  background-color: white;
  color: #000013;
}
.nav-mobile ul.mobile li a.active img {
  display: none;
}
.nav-mobile ul.mobile li a span {
  min-width: 20px;
}
@media screen and (min-width: 992px) {
  .nav-mobile ul.mobile {
    display: none;
  }
}
.nav-mobile[data-status="open"] {
  max-height: 1000px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.max-h-arrow {
  max-height: 14px;
}

.js-menu-mobile {
  appearance: none;
  border: none;
  background-color: #00a2df;
  color: white;
  padding: 8px 12px;
  font-size: 0.825rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}

.mobile-nav-adj {
  padding: 14px 0px 0px 12px;
}
@media screen and (min-width: 992px) {
  .mobile-nav-adj {
    padding: inherit;
  }
}

.ajuste-titulo-estaciones {
  margin: 40px 0px 6px 10px;
}
@media screen and (min-width: 992px) {
  .ajuste-titulo-estaciones {
    margin: auto;
    margin-bottom: 6px;
  }
}

.lista-particulas {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lista-particulas li {
  position: relative;
}
.lista-particulas li .dataLeft {
  padding-right: 0.3rem;
  background: #f6f7f7;
  z-index: 1;
}
.lista-particulas li .dataRight {
  background: #f6f7f7;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-particulas li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-particulas_white li {
  position: relative;
}
.lista-particulas_white li .dataLeft {
  padding-right: 0.3rem;
  background: white;
  z-index: 1;
}
.lista-particulas_white li .dataRight {
  background: white;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-particulas_white li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-leyenda li {
  position: relative;
}
.lista-leyenda li .dataLeft {
  padding-right: 0.3rem;
  background: white;
  z-index: 1;
}
.lista-leyenda li .dataRight {
  background: white;
  z-index: 1;
  padding-left: 0.3rem;
}
.lista-leyenda li:before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dashed #d6dde6;
}

.lista-leyenda-linea {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.lista-leyenda-linea > li {
  flex-shrink: 0;
  flex-basis: calc(50% - 16px);
  margin: 5px 0px;
}
@media screen and (min-width: 992px) {
  .lista-leyenda-linea {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .lista-leyenda-linea > li {
    flex-basis: inherit;
    margin: inherit;
  }
}

.read-more {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
.read-more:before {
  content: "";
  height: 1px;
  background: rgba(0, 162, 223, 0.2);
  flex-grow: 1;
}
.read-more:before {
  margin-right: 10px;
}
.read-more:after {
  margin-left: 10px;
}

.row-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .row-content {
    display: block;
  }
}
.row-content .order-content {
  order: 2;
}
.row-content .order-avisos {
  order: 1;
}

.row-responsive {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .row-responsive {
    padding: inherit;
  }
}

.padding-x-footer-mobile {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .padding-x-footer-mobile {
    padding: inherit;
  }
}

.font-bold {
  font-weight: bold;
}

.font-size-10 {
  font-size: 0.625rem;
  line-height: 0.725rem;
}

.font-size-12 {
  font-size: 0.75rem;
  line-height: 0.85rem;
}

.font-size-14 {
  font-size: 0.875rem;
  line-height: 0.95rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.font-size-20 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-size-24 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.font-size-28 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-800 {
  font-weight: 800;
}

.text-white {
  color: white;
}

.bg-particula-b {
  background-color: #38a2ce;
}

.bg-particula-rb {
  background-color: #32a15e;
}

.bg-particula-r {
  background-color: #f1e549;
}

.bg-particula-d {
  background-color: #c83441;
}

.bg-particula-md {
  background-color: #6e161d;
}

.bg-particula-ed {
  background-color: #a25ba4;
}

.bg-particula-b {
  border-width: 2px;
  border-color: #206c8c;
  border-style: solid;
}

.bg-particula-rb {
  border-width: 2px;
  border-color: #1d5e36;
  border-style: solid;
}

.b-particula-r {
  border-width: 2px;
  border-color: #928a2a;
  border-style: solid;
}

.bg-particula-d {
  border-width: 2px;
  border-color: #741f26;
  border-style: solid;
}

.bg-particula-md {
  border-width: 2px;
  border-color: #430c10;
  border-style: solid;
}

.bg-particula-ed {
  border-width: 2px;
  border-color: #673a69;
  border-style: solid;
}

.image-to-white {
  filter: invert(100%) sepia(41%) saturate(0%) hue-rotate(304deg)
    brightness(150%) contrast(101%);
}

.miga,
.back,
.legend {
  padding: 0.75rem 0.25rem;
}

.legend {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  border-top: 1px solid #f7f7f7;
}

.legend-aside ul {
  font-size: 0.75rem;
}
.legend-aside ul > li {
  padding: 0.25rem 0;
}

.miga-detalle {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.miga-detalle > li {
  margin-left: 4px;
  font-weight: bold;
}
.miga-detalle > li:first-child {
  margin-left: 0;
  font-weight: normal;
}
.miga-detalle > li:first-child > a {
  text-decoration: none;
}
.miga-detalle > li:first-child:after {
  content: "/";
  margin-left: 4px;
}

.legend-map {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
.legend-map.legend-map-area {
  position: static;
}
.legend-map.legend-map-area button {
  width: 100%;
}
.legend-map.legend-map-area .lengend-map-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .legend-map.legend-map-area {
    position: absolute;
  }
  .legend-map.legend-map-area button {
    width: inherit;
  }
  .legend-map.legend-map-area .lengend-map-wrapper {
    width: inherit;
  }
}

.lengend-map-wrapper {
  position: relative;
  top: 10px;
  left: 0px;
  width: 320px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.lengend-map-wrapper ul > li {
  margin: 5px 0px;
}

.mapa-detalle-estacion {
  height: 400px;
  background-color: #f6f7f7;
}

.data-detail {
  padding: 0.75rem 1rem;
}

.tab-nav {
  border: 2px solid #00a2df;
  border-radius: 4px;
  justify-content: space-between;
  margin: 0;
  height: 48px;
  margin-bottom: 10px;
  margin-right: 0px;
}
.tab-nav > li {
  width: 100%;
}
.tab-nav > li > a {
  padding: 0.55rem 0.85rem !important;
  display: block;
  text-align: center;
  text-decoration: none;
}
.tab-nav > li > a.active {
  display: block;
  background-color: #00a2df;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 1px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .tab-nav {
    margin-bottom: 0px;
  }
}
.tab-nav.tab-nav-particulas > li > a:hover,
.tab-nav.tab-nav-particulas > li > a:active,
.tab-nav.tab-nav-particulas > li > a:focus {
  background-color: #00a2df;
  color: white;
  border-radius: 4px;
  margin: 1px;
}

.nav-style-tabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  background-color: #f7f7f7;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.nav-style-tabs > li {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0rem 0.15rem 0.15rem 0.15rem;
}
.nav-style-tabs > li > a {
  width: 100%;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.nav-style-tabs > li > a > span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0.15rem;
  border-radius: 6px;
  position: relative;
  top: 2px;
}
.nav-style-tabs > li > a > span.active {
  top: 0;
  background-color: white;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: #000013;
}

.tow-columns-list {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
}
.tow-columns-list > li {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .tow-columns-list > li {
    flex-basis: calc(50% - 16px);
  }
}

.nav-top {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  margin: 0;
  margin-bottom: 2px;
  flex-wrap: wrap;
  flex-direction: column;
}
.nav-top > li {
  flex-basis: calc(50% - 16px);
}
.nav-top > li > a {
  background-color: #f7f7f7;
  display: block;
  text-decoration: none;
  padding: 0.75rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: medium;
}
.nav-top > li > a:hover {
  background-color: #00a2df;
  color: white;
}
.nav-top > li > a.active {
  background-color: white;
  color: #000013;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .nav-top > li {
    text-align: center;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) {
  .nav-top {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.aviso-datos {
  background-color: #f8f0da;
  font-size: 1.2rem;
  color: #6a4f06;
}
@media screen and (max-width: 992px) {
  .aviso-datos{
    z-index: 1;
    position: relative;
  }
}

.nav-detalle-estaciones > li > a {
  display: block;
  padding: 0.75rem 0.75rem;
  text-decoration: none;
  background-color: #f7f7f7;
  border-bottom: 2px solid white;
}
.nav-detalle-estaciones > li > a.active {
  background-color: #00a2df;
  color: white;
}

.nav-sticky-particulas {
  padding: 0;
  margin: 0;
}
.nav-sticky-particulas > li {
  width: 100%;
  background-color: #f7f7f7;
  border: 2px solid white;
}
.nav-sticky-particulas > li > a {
  width: 100%;
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  text-decoration: none;
}
.nav-sticky-particulas > li > a:hover {
  background-color: #00a2df;
  color: white;
}

.area-titular {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.area-titular h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 992px) {
  .area-titular {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.button-primary {
  border: none;
  appearance: none;
  display: block;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #00a2df;
  color: white !important;
  text-decoration: none !important;
  border-radius: 4px;
}
.button-primary:hover {
  color: white;
  background-color: #00b5f9;
}

.select-nav {
  padding: 0.75rem 0.5rem;
  border: 2px solid #00a2df;
  height: auto;
  line-height: auto;
}

.hidden,
.none {
  display: none !important;
}

.graphic-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.graphic-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .graphic-wrapper {
    padding-bottom: 56.25%;
  }
}
.DTFC_ScrollWrapper {
  height: 100% !important;
}

.stations-table th,
.stations-table td {
  white-space: nowrap;
}

.stations-table.dataTable.no-footer {
  border-bottom: none;
}

.stations-table.green th,
.stations-table.green td:nth-child(1) {
  font-weight: bold;
  color: #00a2df;
}

.stations-table.green td:nth-child(n + 2) {
  text-align: center;
}

.stations-table td.d,
.stations-table td.md,
.stations-table td.ed {
  font-weight: bold;
  color: #c00000;
  background-color: rgba(192, 0, 0, 0.1);
}

.buttons-html5 {
  background: none;
  border: none;
  display: inline;
  padding: 0;
  color: #00a2df;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}

.buttons-html5 span {
  text-decoration: underline;
}

.buttons-html5::after {
  content: " |";
}

.buttons-html5:last-of-type::after {
  content: none;
}
.flatpickr-calendar{
  display:none;
}
.centrar{
	display:flex;
	justify-content:center;
}
@media screen and (max-width:1440px) {
	.ocultar-div{
	display:none;
	}
}

@media screen and (max-width:558px) {
	.ocultarCentro{
	display:none;
	}
}

#space{
	display: flex;
	justify-content: space-between;
	padding-left: 2.2%;
	padding-right: 1.5%;
	align-items: baseline;
}
@media screen and (max-width: 600px) {
  #redTitulo{
    font-size: 0;
    width: 0;
  }
  #consultasTitulo{
    padding-right: 9%;
  }
}
	
