/*CUSTOMIZE OL --------------------*/

.ol-zoom {

    /* left: 90%; */
    position: fixed;
    left: 94.4%;
    top: 77%;
    transform: translate(-50%, -50%);
}

.ol-control {
  background-color: transparent;
}

.ol-zoom-in {
  border-radius: 9px 9px 0px 0px !important;
  -webkit-border-radius: 9px 9px 0px 0px !important;
  -moz-border-radius: 9px 9px 0px 0px !important;
}

.ol-zoom-out {
  border-radius: 0px 0px 9px 9px !important;
  -webkit-border-radius: 0px 0px 9px 9px !important;
  -moz-border-radius: 0px 0px 9px 9px !important;
}

.ol-pause {

    transform: translate(-50%, -50%);
  border-radius: 24px;

}

.ol-pause button {
  border-radius: 24px;
  background-color: white;
  font-weight: bold;
  width: 34px;
  height: 34px;
  padding: 6px
}

.ol-pause button:hover,
.ol-pause button:focus {
  border-radius: 24px;
  background-color: white;
  font-weight: bold;
  width: 34px;
  height: 34px;
  font-size: 25px;
  outline: 1px solid #73004d;
}



.ol-pause {

  background-color: white;
  font-weight: bold;
  width: 36px;
  height: 36px;
  font-size: 25px;
}


.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {

  background-color: white;
  font-weight: bold;
  width: 36px;
  height: 38px;
  font-size: 25px;
}

.ol-zoom .ol-zoom-in:hover,
.ol-zoom .ol-zoom-out:hover {
  background-color: #73004d;
  color: white;
  cursor: pointer;
}

.ol-attribution {
  top: 5px !important;
  right: 5px !important;
  bottom: auto !important;
  left: auto !important;
  font-size: 10px;
  padding: 0px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}

.ol-attribution button {
  border-color: #73004d;
  color: #73004d;
}

/* Estilo para el botón de geolocalización */
.ol-geolocate {
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background-color: white;
    font-weight: bold;
    width: 34px;
    height: 34px;
    font-size: 25px;
        margin-bottom: 42px;
}

.ol-geolocate button {
  border-radius: 24px;
  background-color: white;
  font-weight: bold;

}

.ol-geolocate button:hover,
.ol-geolocate button:focus {
  border-radius: 24px;
  background-color: white;
  font-weight: bold;
  width: 34px;
  height: 34px;
  font-size: 25px;
  outline: 1px solid #73004d;
}


/* Estilo para el botón de geolocalización */
.ol-layerselector {
  position: absolute;
  top: 122px;
  left: 10px;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
  z-index: 1000;
}

.ol-layerselector button {
  border: 1px solid #73004d;
  border-radius: 4px;
  background-color: white;
  color: #73004d;
  font-weight: bold;
  width: 34px;
  height: 34px;
  padding: 2px
}

.ol-layerselector button:hover,
.ol-layerselector button:focus {
  background-color: #FBE9F2;
  color: white;
  cursor: pointer;
}