html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#municipio-select {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Certifica-se de que o select fica acima do mapa */
}

#slider {
    width: 80%;
    overflow: hidden;
}

/* Slideshow container */
.slideshow-container {
    min-width: 100%;
    max-width: 100%;
    min-height: 12rem;
    max-height: 12rem;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    min-width: 21.3rem;
    max-width: 21.3rem;
    min-height: 12rem;
    max-height: 12rem;
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

#preloader {
    position: fixed;
    background-color: #fff;
    /* cor do background que vai ocupar o body */
    z-index: 999;
    /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: fixed;
    top: 30%;
    left: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#preloader .inner img {
    width: 30%;
}

.fadeOutP {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none !important
    }
}

.hovericon:hover {
    color: black;
    transform: scale(1.2);
}

.hoverdesc:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: animacaoseta;
    animation-name: animacaoseta;
}

@-webkit-keyframes animacaoseta {
    0% {
        transform: translateY(0%);
    }

    30% {
        transform: translateY(20%);
    }

    60% {
        transform: translateY(0%);
    }

    90% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.hoverdescup:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: animacaosetaup;
    animation-name: animacaosetaup;
}

@-webkit-keyframes animacaosetaup {
    0% {
        transform: translateY(0%);
    }

    30% {
        transform: translateY(-20%);
    }

    60% {
        transform: translateY(0%);
    }

    90% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.hoverright:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: animacaosetaright;
    animation-name: animacaosetaright;

}

@-webkit-keyframes animacaosetaright {
    0% {
        transform: translateX(0%);
    }

    30% {
        transform: translateX(20%);
    }

    60% {
        transform: translateX(0%);
    }

    90% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(0%);
    }
}

.linkacao {
    font-size: .8rem !important;
}

.linkacao:hover {
    color: black;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 2rem; */
    /* top: 4.2rem; */
}

.controls {
    position: absolute;
    bottom: 6.2rem;
    right: 10px;
}

.controls-left {
    position: absolute;
    bottom: 6.2rem;
    left: 10px;
}

.control-button {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #333;
}

.control-button2 {
    background-color: #7f0000;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #e9e9e9;
}

.control-button:hover {
    background-color: #f0f0f0;
}

.dropdown-content {
    /* display: none; */
    position: absolute;
    right: 1rem;
    bottom: 4rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 1000;
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e0e0e0;
}

.leaflet-control-locate {
    display:none;
}

/* .marker-cluster-small,.marker-cluster-small div {
    background-color: rgba(255, 255, 255, 0.82) !important;  
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} 
.marker-cluster-small div span {
    color: #000000 !important; 
}

.marker-cluster-medium,.marker-cluster-medium div {
    background-color: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;  
}

.marker-cluster-medium div span {
    color: #000000 !important; 
}

.marker-cluster-large,.marker-cluster-large div  {
    background-color: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;  
}
.marker-cluster-large div span {
    color: #000000 !important; 
} */
