/*
Theme Name: Rodoprima
Author: Armando Tomazzoni Jr.
Author URI: https://tomazzoni.net
Description: Theme for Rodoprima website
Version: 1.0
*/

::selection {
  background-color: #f47933;
  color: #fff;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid #fff;
  padding: 7px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #f47933 !important;
  border: 0 none;
}

#map-brazil .disabled {
  fill: #f47933;
  opacity: 0.4;
}

#map-brazil .active:not(.disabled),
#map-brazil .hover:not(.disabled) {
  transition: all 0.3s ease;
  cursor: pointer;
  fill: #e25200;
}

.image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8) !important;
}
