<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    list-style: none;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}

img {
    width: 100%;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}


.show {
    display: block!important;
}

.open {
    left: 0 !important;;
}

.italic{
    font-style: oblique;
}

.line{
    width: 100%;
    display: block;
    background-color: #000;
}

.line.top{
    height: 2px;
    margin-bottom: 10px;
}

.line.bottom{
    height: 2px;
    margin-top: 10px;
}

.header-wrapper, 
.main-wrapper{
    display: block;
    width: 100%;
    padding: 8px;
    position: relative;
}

.header-wrapper .main-title{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;

}

.header-wrapper .main-description{
    padding: 10px 0;
}

.main-wrapper .nav-container{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}


.main-wrapper .nav-container select{
    padding: 8px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

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

.main-wrapper .map-container svg{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.main-wrapper .map-container svg .btn-info{
    cursor: pointer;
}

.main-wrapper .content-container{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    max-width: 400px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: auto;
    padding: 8px;
    display: none;
}

.main-wrapper .content-container .content{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

.main-wrapper .content-container .content h2{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;

}

.main-wrapper .content-container .content .container{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.main-wrapper .content-container .content .container h3{
    margin-bottom: 10px;
    font-size: 18px;
}

.main-wrapper .content-container .content .container .text-container{
    display: block;
    width: 100%;
}

.main-wrapper .content-container .content .container .text-container h4{
    font-size: 16px;
    margin-bottom: 10px;

}

.main-wrapper .content-container .content .container .text-container p{
    font-size: 16px;
    margin-bottom: 10px;
}

@media all and (min-width: 650px){
    .header-wrapper, 
    .main-wrapper{
        padding: 5px;
    }

    .main-wrapper .content-container{
        padding: 5px;
    }
}

.btn-close{
    cursor: pointer;
    float: right;
    font-size: 28px;
    font-weight: 700;
    background: none;
}

strong {
    font-weight: 700;
}

.st20{
    fill: #049392!important;
    color:#049392!important;
    
    transition: inherit;
    -webkit-transition: inherit;
}

.st32{
    fill: #c31868!important;
    color:#c31868!important;
    
    transition: inherit;
    -webkit-transition: inherit;
}

.fa-circle {
    font-size: 12px;
    padding-right: 5px;
}


@media (max-width: 500px) {
    .main-wrapper .content-container{
        position: absolute;
        top: 2em;
        left: 0;
        right: 0;
        max-width: 400px;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        margin: auto;
        padding: 8px;
        display: none;
    }
}

.mypopup {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.mypopup {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.leg{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 10px 0;
}

span{
    margin: 0 5px;
}

/* InundaÃ§Ã£o - azul claro */
.circ0 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #d09945;
}

/* Enxurrada - azul escuro */
.circ1 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #7b50ad;
}

/* Deslizamento planar - verde */
.circ2 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #db3b8b;
}

/* Deslizamento nÃ£o especificado - marrom */
.circ3 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #c31868;
}

/* Deslizamento - vermelho */
.circ4 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #9b0751;
}

/* Queda de blocos - cinza */
.circ5 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #01605d;
}

/* Corrida de detritos - amarelo */
.circ6 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #a57029;
}

/* Queda de lascas -  roxo */
.circ7 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #3d1868;
}

/* ErosÃ£o de margem fluvial - preto */
.circ8 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #000000;
}

/* Alagamento - cinza */
.circ9 {
    display: inline-block;
	border-radius: 50px;
	width: 10px;
	height: 10px;
    background: #817f7f;
}

.st0 {
    fill: #BEE2E6;
}

.st1 {
    opacity: 0.2;
}

.st2 {
    enable-background: new;
}

.st3 {
    fill: #2B5473;
}

.st4 {
    fill: #F5F5F5;
}

.st5 {
    fill: #c3c3c3;
    stroke: #F5F5F5;
}

.st6 {
    fill: #3c3c3c;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

.st7 {
    fill: #c3c3c3;
}</pre></body></html>