.container-mashup {
  width: 100vw; /* 100% del ancho de la ventana */
  height: 100vh; /* 100% de la altura de la ventana */
  padding: 0 !important;
  margin: 0 !important;
}
.container-mashup #map {
  height: 100vh;
  width: 99vw;
  margin-left: 0.5rem;
}
.container-mashup .loading-cover {
  display: none;
  position: absolute;
  background: rgba(128, 128, 128, 0.5098039216);
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
}
.container-mashup .loading {
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.container-mashup .loading div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.container-mashup .loading div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #364b5f;
}
.container-mashup .loading div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.container-mashup .loading div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.container-mashup .loading div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.container-mashup .loading div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.container-mashup .loading div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.container-mashup .loading div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.container-mashup .loading div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.container-mashup .loading div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.container-mashup .loading div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.container-mashup .loading div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.container-mashup .loading div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.container-mashup .loading div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.logo-ministerio-full, .logo-black-full {
  height: 100%;
}

.logo-ministerio-full {
  width: 15rem;
}

.logo-black-full {
  width: 5rem;
}

.text-logo {
  color: black;
  height: 100%;
  margin-left: -1rem;
}

.text-logo-h2 {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.popup-hover {
  position: absolute;
  top: 6em;
  margin: 1.5rem;
  z-index: 99;
  width: 20rem;
  display: none;
  background: white;
  border-radius: 15px;
  padding: 1rem;
}
.popup-hover a {
  color: inherit; /* blue colors for links too */
  text-decoration: none !important; /* no underline */
}
.popup-hover .rating > span {
  color: #f7d21a;
  font-size: 1rem;
  margin-top: 1rem;
}
.popup-hover .result-text {
  max-height: 15rem;
  overflow: auto;
}
.popup-hover .icons {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
.popup-hover .title {
  font-weight: bold;
}

.m-legendServicesExtra-phone {
  width: 20rem;
}

.m-areas div.m-area div.m-panel.opened.m-legenPanelExtra {
  background: transparent !important;
}

.m-legenPanelExtra {
  opacity: 0;
  background: white !important;
  width: 15rem;
  text-align: right;
  padding: 1rem;
  background: transparent !important;
  border: 2px solid #f7d117 !important;
  box-shadow: none !important;
}
.m-legenPanelExtra span {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 12px;
  cursor: pointer;
}
.m-legenPanelExtra span i {
  padding: 0 0.5rem;
  font-size: 1.25rem;
}
.m-legenPanelExtra span i:hover {
  cursor: pointer;
}
.m-legenPanelExtra .col-12 {
  display: flex;
}
.m-legenPanelExtra .ml-color {
  width: 1rem;
  height: 1rem;
}
.m-legenPanelExtra label {
  padding-left: 1rem;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
}

.m-legendServicesExtra-phone {
  width: 15rem;
  text-align: right;
  padding: 1rem;
  background: transparent !important;
  border: 2px solid #f7d117 !important;
  box-shadow: none !important;
}
.m-legendServicesExtra-phone .img_legend {
  padding-left: 0.5rem;
}
.m-legendServicesExtra-phone span {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 12px;
  cursor: pointer;
}
.m-legendServicesExtra-phone span i {
  padding: 0 0.5rem;
  font-size: 1.25rem;
}
.m-legendServicesExtra-phone span i:hover {
  cursor: pointer;
}
.m-legendServicesExtra-phone .col-12 {
  display: flex;
}
.m-legendServicesExtra-phone .ml-color {
  width: 1rem;
  height: 1rem;
}
.m-legendServicesExtra-phone label {
  padding-left: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0.5rem !important;
  font-size: 12px !important;
}

.m-panel.m-panzoom.opened {
  background-color: transparent !important;
  box-shadow: none;
}

.container-mashup .m-areas > div.m-area > div.m-panel.opened {
  background-color: transparent !important;
  box-shadow: none;
}

#map > div.ol-viewport > div.ol-overlaycontainer-stopevent > div > div.m-area.m-bottom.m-right > div {
  background-color: white !important;
}

.ol-scale-line .ol-scale-line-inner {
  font-weight: bold !important;
  font-size: 1rem !important;
}

#map > div.ol-viewport > div.ol-overlaycontainer-stopevent > div > div.m-area.m-top.m-left > div > div > div {
  background-color: white !important;
}