<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 {
    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);
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 999;
    height: 90%;
    width: 80%;
    border-radius: 5px;
}


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

main .item img.vertical {
    display: block;
    max-width:  300px;
    margin: 20px auto 0 auto;
    max-height: 60%;
    object-fit: cover;
    object-position: bottom;
}

main .item img.horizontal {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin: 20px auto 0 auto;
}

@media all and (max-width: 570px){  
    main .item img.vertical {
    max-height: 50%;
}    
}

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


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;
}

#Layer_1 {
    position: absolute;
    top: 0;
    width: 100%;
}

.cls-1{fill:#fff;}.cls-2{font-size:16px;font-family:MerriweatherSans-Bold, Merriweather Sans;font-weight:700;}.cls-2,.cls-3,.cls-6{fill:#231f20;}.cls-3{font-size:15px;font-family:MerriweatherSans-Regular, Merriweather Sans;}.cls-4,.cls-5{fill:#f89e54;}.cls-11,.cls-14,.cls-17,.cls-19,.cls-4,.cls-8{stroke:#231f20;}.cls-10,.cls-11,.cls-13,.cls-14,.cls-16,.cls-17,.cls-19,.cls-21,.cls-4,.cls-7,.cls-8{stroke-miterlimit:10;}.cls-4{stroke-width:1.8px;}.cls-10,.cls-13,.cls-16,.cls-21,.cls-7{fill:none;stroke-width:5.59px;}.cls-7{stroke:#79cfdd;}.cls-8,.cls-9{fill:#79cfdd;}.cls-11,.cls-14,.cls-17,.cls-19,.cls-8{stroke-width:3.21px;}.cls-10{stroke:#f5ec3c;}.cls-11,.cls-12{fill:#f5ec3c;}.cls-13{stroke:#b1d462;}.cls-14,.cls-15{fill:#b1d462;}.cls-16{stroke:#e4d9d0;}.cls-17,.cls-18{fill:#f0e9e4;}.cls-19,.cls-20{fill:#f15753;}.cls-21{stroke:#f15753;}



#tooltip {
    position: relative;
    z-index: 998
}</pre></body></html>