@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow&family=PT+Sans+Narrow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira&display=swap");
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.leaflet-bottom {
  margin-bottom: 194px; /* Ajusta este valor según lo necesites */
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

label,
button,
input {
  outline: none;
}

:root {
  --zIndexElementos: 2000;
}

body#cuerpo {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.cont-section-lateral {
  z-index: calc(var(--zIndexElementos) + 10);
  position: absolute;
  left: 15px;
  top: 98px;
  border-bottom: 2px solid #e0e0e0;
  border-top: 5px solid white;
  background: white;
  border-radius: 8px;
  padding: 1px 0px 8px 0px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
section.cont-section-lateral.menu-desactivado {
  display: none;
}
section.cont-section-lateral.estilo-inicial {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  border-top: 0;
  padding: 0px 0px 20px 0px;
  width: 90%;
  min-width: 300px;
  max-width: 350px;
}
section.cont-section-lateral.estilo-inicial .cont-filtros-mapas-lateral {
  display: none;
}
section.cont-section-lateral button.cerrar-filtros-dispo-movil {
  display: none;
}
section.cont-section-lateral div.mensaje-inicial {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #F5F6FB;
  color: #344e5f;
  padding: 0em 0px 0.5em 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  border-radius: 8px 8px 0 0;
}
section.cont-section-lateral div.mensaje-inicial.activo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.cont-section-lateral div.mensaje-inicial.inactivo {
  display: none;
}
section.cont-section-lateral div.mensaje-inicial button.boton-cerrar {
  background: transparent;
  position: absolute;
  top: 0px; /* Ajustamos la posición hacia arriba */
  right: 0px; /* Ajustamos la posición hacia la derecha */
  color: #F5F6FB;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px;
  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;
  cursor: pointer;
}
section.cont-section-lateral div.mensaje-inicial button.boton-cerrar img {
  height: 30px;
}
section.cont-section-lateral div.mensaje-inicial > img {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px 8px 0 0;
  background-color: #344e5f;
  height: 70px;
  margin-bottom: 15px;
}
section.cont-section-lateral div.mensaje-inicial > p {
  margin-bottom: 10px;
  padding: 0 10px;
}
section.cont-section-lateral div.mensaje-inicial span {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.cont-section-lateral div.mensaje-inicial span b {
  border: solid 5px #344e5f;
  margin-top: 5px;
  height: 20px;
  width: 20px;
  max-width: 20px;
  color: #344e5f;
  padding: 10px;
  font-size: 1em;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.cont-section-lateral div.mensaje-inicial span p {
  padding: 0 3px;
}
section.cont-section-lateral div.cont-buscador {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #ededed 1px;
  position: relative;
}
section.cont-section-lateral div.cont-buscador span.mensaje {
  color: #344e5f;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 5px;
  margin-left: 12px;
  padding: 5px;
  text-align: center;
  width: 94%;
  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;
}
section.cont-section-lateral div.cont-buscador div.cont-geocoder {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 0px 0 5px;
}
section.cont-section-lateral div.cont-fred {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 10px;
  position: relative;
}
section.cont-section-lateral div.cont-fred div.cont-fred-hijo {
  width: 50%;
  padding: 10px 5px 10px 30px;
}
section.cont-section-lateral div.cont-grafica {
  min-height: 100px;
  padding: 5px;
}
section.cont-section-lateral div.cont-botones-feedback {
  margin-top: 0.95em;
  display: none;
}
section.cont-section-lateral div.cont-botones-feedback div {
  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;
  margin-bottom: 10px;
}
section.cont-section-lateral div.cont-botones-feedback div button {
  padding: 5px;
  border-radius: 5px;
  color: rgba(52, 78, 95, 0.9);
  margin: 5px;
  font-weight: 600;
}
section.cont-section-lateral div.cont-botones-feedback div button.inactive {
  color: rgba(52, 78, 95, 0.9);
  background: #fff;
  border: 2px rgba(52, 78, 95, 0.9) solid;
}
section.cont-section-lateral div.cont-botones-feedback div button.active {
  color: #fff;
  background: rgba(52, 78, 95, 0.9);
  border: 2px rgba(52, 78, 95, 0.9) solid;
}

.periodo-debajo-menu {
  position: absolute;
  left: 15px;
  top: 75px;
  width: 300px;
  font-size: 0.65em;
  padding: 3px;
  background-color: #344E5F;
  /* background-color: #FE6600; */
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  color: white;
  text-align: center;
  z-index: calc(var(--zIndexElementos) + 100);
}

.periodo-debajo-menu-mobile {
  display: none;
}

.tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
}

.tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #f0f0f0;
  color: #344e5f;
  text-align: left;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 1.3em;
  white-space: normal;
  font-weight: 500;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  font-size: 1.3em;
}

@media (max-width: 620px) {
  .periodo-debajo-menu-mobile {
    display: block;
    position: absolute;
    left: 0px;
    top: 75px;
    max-width: 210px;
    font-size: 0.65em;
    padding: 5px;
    background-color: #344E5F;
    /* background-color: #FE6600; */
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    color: white;
    text-align: none;
    z-index: calc(var(--zIndexElementos) + 9);
  }
  .periodo-debajo-menu {
    display: none;
  }
  .tooltip {
    margin-left: 2px;
  }
  .tooltip-text {
    font-size: 1em;
    width: 150px;
  }
}
div.cont-followLinkButton {
  position: absolute;
  z-index: var(--zIndexElementos);
  bottom: 14px;
  right: 8px;
  border-radius: 8px;
  padding: 8px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}
div.cont-followLinkButton button {
  cursor: pointer;
  border-radius: 6px;
}
div.cont-followLinkButton button img {
  width: 42px;
  height: 42px;
  margin: 4px 1px 2px 1px;
}
div.cont-followLinkButton button:hover {
  color: #fff;
  border: 1px rgba(52, 78, 95, 0.9) solid;
  background: rgba(52, 78, 95, 0.9);
}

div.cont-followLinkButtonChecas {
  position: absolute;
  z-index: var(--zIndexElementos);
  bottom: 76px;
  right: 8px;
  border-radius: 8px;
  padding: 8px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}
div.cont-followLinkButtonChecas button {
  cursor: pointer;
  border-radius: 6px;
}
div.cont-followLinkButtonChecas button img {
  width: 42px;
  height: 42px;
  margin: 2px 1px -1px 1px;
}
div.cont-followLinkButtonChecas button:hover {
  color: #fff;
  border: 1px rgba(52, 78, 95, 0.9) solid;
  background: rgba(52, 78, 95, 0.9);
}

div.cont-followMarkerButton {
  position: absolute;
  z-index: var(--zIndexElementos);
  bottom: 137px;
  right: 8px;
  border-radius: 8px;
  padding: 8px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}
div.cont-followMarkerButton button {
  cursor: pointer;
  border-radius: 6px;
}
div.cont-followMarkerButton button img {
  width: 42px;
  height: 42px;
  margin: 2px 1px -1px 1px;
}
div.cont-followMarkerButton button:hover {
  color: #fff;
  border: 1px rgba(52, 78, 95, 0.9) solid;
  background: rgba(52, 78, 95, 0.9);
}

section.cont-section-reportes {
  z-index: calc(var(--zIndexElementos) + 100);
  position: absolute;
  max-width: 700px;
  width: 95%;
  padding: 10px 0 2em 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-bottom: 2px solid #e0e0e0;
  border-top: 5px solid white;
  background: white;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none !important;
}
@media (max-width: 600px) {
  section.cont-section-reportes {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 2em;
  }
}
section.cont-section-reportes div.cont-opciones-reportes {
  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;
  margin: 0.8em 10px 1.4em 10px;
}
section.cont-section-reportes div.cont-opciones-reportes span {
  border: 1px #d0d0d0 solid;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 5px;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
section.cont-section-reportes div.cont-opciones-reportes span.activo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border: 1px rgba(52, 78, 95, 0.9) solid;
  background: rgba(52, 78, 95, 0.9);
}
section.cont-section-reportes div.cont-opciones-reportes span:hover {
  color: #fff;
  border: 1px rgba(52, 78, 95, 0.9) solid;
  background: rgba(52, 78, 95, 0.9);
}
section.cont-section-reportes hr {
  border-top: solid 1px #f2f2f2;
  margin-bottom: 10px;
}
section.cont-section-reportes div.cont-reportes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 1em;
}
section.cont-section-reportes div.cont-reportes.activo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.cont-section-reportes div.cont-reportes.inactivo {
  display: none;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 300px;
  width: 100%;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span label {
  width: 40%;
  margin: 0px 8px;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span input {
  width: 60%;
  padding-left: 6px;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span input[type=date],
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span input[type=time] {
  color: #666;
  padding: 0 5px;
  width: 35%;
  min-width: 120px;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span b {
  font-weight: 500;
  width: 10px;
  margin: 0 5px;
  color: white;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span:hover b {
  color: rgba(52, 78, 95, 0.9);
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span.campo-comentario textarea {
  padding: 8px;
  max-height: 100px;
  min-height: 80px;
  min-width: 180px;
  width: 60%;
  max-width: 320px;
  outline: none;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv > b {
  font-size: 0.8em;
  margin: 5px;
  color: rgba(52, 78, 95, 0.9);
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv span.button-reg-reporte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv button {
  background: #fff;
  color: rgba(52, 78, 95, 0.9);
  padding: 5px;
  line-height: 1.5em;
  margin: 9px;
  padding: 10px;
  border: 2px rgba(52, 78, 95, 0.9) solid;
  border-radius: 500px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  position: relative;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv button:hover {
  background: rgba(52, 78, 95, 0.9);
  color: #fff;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv button:hover img {
  -webkit-filter: brightness(0) saturate(0) invert(1);
          filter: brightness(0) saturate(0) invert(1);
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv button img {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
}
section.cont-section-reportes div.cont-reportes div.reporte-int-serv button p {
  font-size: 1.1em;
  font-weight: 700;
}

div.cont-geo-filtros {
  z-index: var(--zIndexElementos);
  grid-template-columns: auto auto;
}
div.cont-geo-filtros.activo {
  display: grid;
}
div.cont-geo-filtros span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8em 0.3em 0.8em 2em;
  margin-left: 0.5em;
}
div.cont-geo-filtros div {
  padding: 0.8em 1em 0.8em 0.5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.cont-geo-filtros p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
  margin: 1.5px 2px;
  line-height: 1.4em;
  font-size: 0.98em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.2px;
  color: #666;
}
div.cont-geo-filtros select {
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  max-width: 130px;
  width: 100%;
  padding: 1px;
  margin: 2px;
  font-weight: 700;
  font-size: 0.95em;
  color: #666;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
div.cont-geo-filtros select.depa-selector, div.cont-geo-filtros select.prov-selector, div.cont-geo-filtros select.ccpp-selector, div.cont-geo-filtros select.dist-selector {
  outline: none;
}
div.cont-geo-filtros select.depa-selector.focus-activo, div.cont-geo-filtros select.depa-selector:focus, div.cont-geo-filtros select.prov-selector.focus-activo, div.cont-geo-filtros select.prov-selector:focus, div.cont-geo-filtros select.ccpp-selector.focus-activo, div.cont-geo-filtros select.ccpp-selector:focus, div.cont-geo-filtros select.dist-selector.focus-activo, div.cont-geo-filtros select.dist-selector:focus {
  border: solid 1px #ff6600;
  -webkit-box-shadow: 0 0 0 1px #ff6600;
          box-shadow: 0 0 0 1px #ff6600;
}
div.cont-geo-filtros select::-webkit-scrollbar {
  width: 10px;
}
div.cont-geo-filtros select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px grey;
          box-shadow: inset 0 0 1px grey;
  border-radius: 10px;
}
div.cont-geo-filtros select::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 10px;
}
div.cont-geo-filtros select option {
  font-family: "Roboto", sans-serif;
}
div.cont-geo-filtros > div {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.cont-geo-filtros > div span {
  color: #344e5f;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 5px 0;
  padding: 5px 5px 8px 5px;
  text-align: center;
  width: 94%;
  border-bottom: solid #ededed 1px;
}

section.cont-filtros-mapas {
  z-index: var(--zIndexElementos);
  position: absolute;
  top: 80px;
  right: 15px;
  border-bottom: 2px solid #e0e0e0;
  border-top: 5px solid white;
  background: white;
  border-radius: 8px;
  padding: 10px 2px 8px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 180px;
}

div.filtros-mapas {
  width: 100%;
  margin-top: 0px;
}
div.filtros-mapas > div {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.filtros-mapas > div span {
  color: #344e5f;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 8px 5px;
  text-align: center;
  width: 94%;
  border-bottom: solid #ededed 1px;
  line-height: 1.1em;
}
div.filtros-mapas > div div.cont-botones-empresas {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0.5em 0.6em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.filtros-mapas > div div.cont-botones-empresas button {
  padding: 4px;
  border: none;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px #d0d0d0;
          box-shadow: 0 0 5px 0px #d0d0d0;
  margin: 3px;
  height: 60px;
  cursor: pointer;
}
div.filtros-mapas > div div.cont-botones-empresas button img {
  height: 100%;
}
div.filtros-mapas > div div.cont-botones-empresas button.active {
  -webkit-filter: opacity(1) brightness(100%) grayscale(0%) blur(0);
          filter: opacity(1) brightness(100%) grayscale(0%) blur(0);
}
div.filtros-mapas > div div.cont-botones-empresas button.inactive {
  -webkit-filter: opacity(0.5) brightness(70%) grayscale(90%) blur(1px);
          filter: opacity(0.5) brightness(70%) grayscale(90%) blur(1px);
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura,
div.filtros-mapas > div div.cont-botones-tecnologias {
  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;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura button,
div.filtros-mapas > div div.cont-botones-tecnologias button {
  padding: 5px;
  border-radius: 5px;
  color: rgba(52, 78, 95, 0.9);
  margin: 5px;
  font-weight: 700;
  cursor: pointer;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura button.inactive,
div.filtros-mapas > div div.cont-botones-tecnologias button.inactive {
  color: rgba(52, 78, 95, 0.9);
  background: #fff;
  border: 2px rgba(52, 78, 95, 0.9) solid;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura button.active,
div.filtros-mapas > div div.cont-botones-tecnologias button.active {
  color: #fff;
  background: rgba(52, 78, 95, 0.9);
  border: 2px rgba(52, 78, 95, 0.9) solid;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura button:hover,
div.filtros-mapas > div div.cont-botones-tecnologias button:hover {
  color: rgba(52, 78, 95, 0.9);
  background: rgba(52, 78, 95, 0.1);
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura button.active:hover,
div.filtros-mapas > div div.cont-botones-tecnologias button.active:hover {
  color: #fff;
  background: rgba(52, 78, 95, 0.9);
}
div.filtros-mapas > div div.cont-botones-tecnologias {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0.2em 0em 0.49em 0em;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
  padding-bottom: 0.2em;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura > div button {
  margin-right: 5px;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura > div .shipping-alert__icon {
  margin-left: 1px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  cursor: pointer;
  font-size: 0.9em;
  color: #383C47;
  line-height: 1;
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura > div .shipping-alert__icon .leyenda-informativa {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 500%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  min-width: 200px;
  min-height: 100px;
  overflow: auto;
  font-weight: 500;
  font-size: 0.85rem;
}
@media (max-width: 620px) {
  div.filtros-mapas > div div.cont-botones-tipo-cobertura > div .shipping-alert__icon .leyenda-informativa {
    left: 0;
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}
div.filtros-mapas > div div.cont-botones-tipo-cobertura > div .shipping-alert__icon:hover .leyenda-informativa {
  display: block;
}

button.menu-filtros-dispo-movil {
  z-index: calc(var(--zIndexElementos) + 50);
  position: fixed;
  background: #344e5f;
  bottom: 5px;
  left: 15px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  -webkit-box-shadow: 1px 2px 5px 0px #344e5f;
          box-shadow: 1px 2px 5px 0px #344e5f;
  cursor: pointer;
}
button.menu-filtros-dispo-movil div {
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr;
  position: relative;
}
button.menu-filtros-dispo-movil span {
  border-radius: 3px;
  height: 8px;
  width: 38px;
  background: #F5F6FB;
}
button.menu-filtros-dispo-movil b {
  position: absolute;
  top: 50%;
  left: 140%;
  -webkit-transform: translateY(-50%) skew(-20deg, 0deg);
          transform: translateY(-50%) skew(-20deg, 0deg);
  font-size: 1.35em;
  padding: 4px 2px 2px 2px;
  color: #00b5e1;
  border-bottom: 2px solid #00b5e1;
  text-shadow: 1px 1px 2px #777;
}

button.cerrar-filtros-dispo-movil {
  background: transparent;
  position: absolute;
  top: 0px; /* Ajustamos la posición hacia arriba */
  right: 0px; /* Ajustamos la posición hacia la derecha */
  border: none;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px;
  margin-right: 3px;
  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;
  cursor: pointer;
}
button.cerrar-filtros-dispo-movil img {
  height: 30px;
}

div.cont-leyenda {
  position: absolute;
  z-index: var(--zIndexElementos);
  top: 75px;
  right: 15px;
  border-bottom: 2px solid transparent;
  border-top: 0px solid white;
  background: transparent;
  border-radius: 8px;
  padding: 8px 2px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}

section.cont-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
}

div.cont-mapa {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
div.cont-mapa.activo div#leaflet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.cont-mapa div#leaflet {
  background: #344E5F;
  -webkit-box-shadow: 0 0 100px 100px #344E5F;
          box-shadow: 0 0 100px 100px #344E5F;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
}

div.leaflet-top.leaflet-left {
  left: auto !important;
  right: 10px;
  display: none !important;
}

div.leaflet-popup-content {
  margin: 15px 5px 10px 2px;
}

div.cont-info-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 8px 2px;
  border-radius: 8px;
  border-bottom: 2px solid white;
  font-size: 0.9em;
}
div.cont-info-popup strong {
  color: #666;
  text-align: center;
}
div.cont-info-popup hr {
  background: #F5F6FB;
  border: #F5F6FB 2px solid;
  margin: 5px 0 10px 0;
  width: 85%;
  height: 2px;
}
div.cont-info-popup .leyenda-grafica-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
div.cont-info-popup .btn-toggle {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #ffffff;
  color: white;
  border: none;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
div.cont-info-popup .btn-toggle:hover {
  background-color: #F5F5F5;
}
div.cont-info-popup div.cont-grafica-popup {
  width: 100%;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 10px;
}
div.cont-info-popup div.cont-grafica-popup div {
  margin: 2px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  position: relative;
}
div.cont-info-popup .cont-leyenda-grafica {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 5px;
  padding-bottom: 3px;
}
div.cont-info-popup .cont-leyenda-grafica .info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  margin-right: auto;
  font-size: 1em;
  color: #666;
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura {
  display: grid;
  grid-template-columns: 30px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 5px 10px 2px 10px;
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura p {
  grid-column: 1/2;
  height: 10px;
  padding-right: 6px;
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura b {
  grid-column: 2/3;
  padding: 0px 5px 2px 5px;
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura b, div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura p {
  margin: 0;
  color: #333;
  font-size: 11px;
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura .leyenda-cob-garantizada {
  background: rgba(162, 161, 161, 0.7); /* 70% de opacidad de #A2A1A1 */
}
div.cont-info-popup .cont-leyenda-grafica span.cont-leyenda-tipoCobertura .leyenda-cob-adicional {
  background: rgba(162, 161, 161, 0.2); /* 20% de opacidad de #A2A1A1 */
}
div.cont-info-popup table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  /* Estilos para las filas de encabezado */
  /* Estilos para las celdas de datos */
}
div.cont-info-popup table th {
  background-color: #f2f2f2;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
div.cont-info-popup table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  line-height: 0.9em;
}
div.cont-info-popup table td.col-empresa-popup {
  text-transform: capitalize;
  font-weight: bold;
}
div.cont-info-popup .title-container {
  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;
  position: relative;
  width: 100%;
}
div.cont-info-popup .info-tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  background-color: #f0f0f0;
  color: #344e5f;
  padding: 9px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  min-width: 200px;
  font-weight: 500;
  font-size: 0.85rem;
  text-align: left;
  margin-top: 5px;
}
div.cont-info-popup .info-icon:hover .info-tooltip {
  display: block;
}
@media (max-width: 620px) {
  div.cont-info-popup .info-tooltip {
    right: -10%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    min-width: 150px;
  }
}

@media (max-width: 620px) {
  html {
    font-size: 15px;
  }
  button.menu-filtros-dispo-movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.cont-filtros-mapas {
    display: none;
  }
  section.cont-section-lateral {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    border-top: 0;
    width: 90%;
    min-width: 300px;
    max-width: 350px;
    -webkit-box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.5);
  }
  section.cont-section-lateral.estilo-inicial {
    top: 45%;
  }
  section.cont-section-lateral button.cerrar-filtros-dispo-movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.cont-section-lateral div.mensaje-inicial > p {
    padding: 0px 15px;
  }
  div.cont-buscador {
    border-bottom: 0 !important;
  }
  div.filtros-mapas > div span {
    border-top: solid #ededed 1px;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  div.filtros-mapas > div div.cont-botones-empresas {
    margin-bottom: 0;
    padding: 0 5px 5px 5px;
  }
  div.filtros-mapas > div div.cont-botones-empresas button {
    height: 52px;
  }
  div.filtros-mapas > div div.cont-botones-tecnologias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 1em;
    margin-bottom: 0;
  }
  div.filtros-mapas > div div.cont-botones-tecnologias button#tecButton_5g {
    grid-column: 4/5;
  }
  div.filtros-mapas > div div.cont-botones-tipo-cobertura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  div.cont-leyenda {
    font-size: 14px !important;
    width: 190px !important;
  }
}
loading.cont-loading {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  z-index: 950;
}
loading.cont-loading.activo {
  display: initial;
}
loading.cont-loading.inactivo {
  display: none;
}
loading.cont-loading h1 {
  margin-top: 40px;
  font-style: italic;
  letter-spacing: -2px;
  text-align: center;
  font-family: Arial;
  font-weight: 100;
  letter-spacing: -0.2px;
  font-size: 16px;
  color: white;
  text-shadow: 1px 1px 1px #344e5f;
}
loading.cont-loading .cubo,
loading.cont-loading .loading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
loading.cont-loading .cubo > div,
loading.cont-loading .loading > div {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
loading.cont-loading .cubo span,
loading.cont-loading .loading span {
  position: absolute;
  width: 2em;
  height: 2em;
  border: 2px solid white;
  -webkit-box-shadow: inset 0 0 15px 5px rgba(67, 195, 255, 0.2), 0 0 40px 1px rgba(67, 195, 255, 0.15);
          box-shadow: inset 0 0 15px 5px rgba(67, 195, 255, 0.2), 0 0 40px 1px rgba(67, 195, 255, 0.15);
  border-radius: 4px;
}
loading.cont-loading .cubo span:nth-child(1),
loading.cont-loading .loading span:nth-child(1) {
  -webkit-transform: rotateY(90deg) translateZ(1em);
          transform: rotateY(90deg) translateZ(1em);
}
loading.cont-loading .cubo span:nth-child(2),
loading.cont-loading .loading span:nth-child(2) {
  -webkit-transform: rotateY(90deg) translateZ(-1em);
          transform: rotateY(90deg) translateZ(-1em);
}
loading.cont-loading .cubo span:nth-child(3),
loading.cont-loading .loading span:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(-1em);
          transform: rotateY(90deg) translateZ(-1em);
}
loading.cont-loading .cubo span:nth-child(4),
loading.cont-loading .loading span:nth-child(4) {
  -webkit-transform: rotateY(90deg) translateZ(1em);
          transform: rotateY(90deg) translateZ(1em);
}
loading.cont-loading .cubo span:nth-child(5),
loading.cont-loading .loading span:nth-child(5) {
  -webkit-transform: translateZ(-1em);
          transform: translateZ(-1em);
}
loading.cont-loading .cubo span:nth-child(6),
loading.cont-loading .loading span:nth-child(6) {
  -webkit-transform: translateZ(1em);
          transform: translateZ(1em);
}
loading.cont-loading .cubo {
  height: 60%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotar 8s linear infinite;
          animation: rotar 8s linear infinite;
}

@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
}

@keyframes rotar {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
}/*# sourceMappingURL=principal.css.map */