<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i,800,800i|Roboto+Slab:400,700');
;

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}


body, html {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }

body {
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 100;

}

img {
    width: 100%;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

@media all and (min-width: 500px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}


.buttons img {
    display: inline-block;
    object-fit: cover;
    border-radius: 15px;

}


hr.top {
    border-top: 4px solid #000;


}

hr.bottom {
    margin-top: 10px;
    border-bottom: 2px solid #000;


}

main div.row {
    margin: 0 auto;
    padding: 0 10px;
}

main h5 {
    padding: 10px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 0;
}

main h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    padding: 0 20px;
}

main p {
    font-size: 16px;
    padding: 0 20px;
}

main h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}


main h6{
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0 0 0;
}

main h6.obs{
    margin: 20px;
}

main p.caption {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-style: italic;
}

main .item {
    display: none;
    padding: 0 40px 10px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    border-radius: 5px;
}

main .item p {
    margin: 10px 0;
    padding: 0;
}


@media all and (max-width: 500px){
    main .item {
     padding: 10px;
    }
    
    
}


main .show {
    display: block;
    margin: auto;
}

main .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


@media all and (max-width: 500px){

    main .close {
        right: 20px;
    }
   
}


main div.number {
    position: absolute;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #00795B;
    width: 30px;
    height: 30px;
}


main .numeros:hover {
    opacity: 0.5;
    cursor: pointer;
  
}


main .show {
    display: block;
}

main .icone {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 0;
}

main .mapa-container {
    display: block;
    width: 100%;
    position: relative;
}

main img.mapa{
    position: relative;
    top: 0;
}

main .legenda{
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    background-color: #fff;
    min-width: 200px; 
    border-radius: 5px;
}

main .legenda h3{
    margin-top: 0;
}


main .legenda img{
    float: left;
    padding-right: 10px;
    width: 20px;
    height: 20px;
}

main .legenda p{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

#clique-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cls-1{opacity:0;}.cls-2{fill:#000000;}.cls-3,.cls-5,.cls-7{fill:none;}.cls-3{stroke:#000000;stroke-width:2.68px;}.cls-3,.cls-4,.cls-5,.cls-7{stroke-miterlimit:10;}.cls-4,.cls-8{fill:#f4d330;}.cls-4,.cls-5{stroke:#ce181e;stroke-width:0.77px;}.cls-4{opacity:0.5;}.cls-6{fill:#fff;opacity:0.9;}.cls-7{stroke:#f4d330;stroke-width:1.83px;}

.cls-mob-1{opacity:0;}.cls-mob-2,.cls-mob-5,.cls-mob-7{fill:none;}.cls-mob-2{stroke:#f4d330;stroke-width:0.92px;}.cls-mob-2,.cls-mob-5,.cls-mob-6,.cls-mob-7{stroke-miterlimit:10;}.cls-mob-3,.cls-mob-6{fill:#f4d330;}.cls-mob-4{fill:#231f20;}.cls-mob-5{stroke:#231f20;stroke-width:2px;}.cls-mob-6,.cls-mob-7{stroke:#ce181e;stroke-width:0.64px;}.cls-mob-6{opacity:0.5;}.cls-mob-8{fill:#fff;opacity:0.9;}</pre></body></html>