html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    touch-action: none;
    overflow: hidden;
    -webkit-text-size-adjust: none
}
body {
    touch-action: none;
    overflow: hidden;
    position:fixed;
    top:0;
    bottom: 0;
    font-family: sans-serif;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.cab {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    background-color: #686d5f;
    text-align: center;
}
.logo-cab {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 470px;
    /*background: url(./arco-topo3.svg) center bottom no-repeat;*/
    z-index: 999;
}
.logo-cab img{
    height: 100px;
    position: relative;
    z-index: 999;
}
.logo-cab::after{
    content: '';
    display: block;
    width: 100%;
    height: 175px;
    background-color: #686d5f;
    position: absolute;
    top: -75px;
    border-radius: 100%;
}
.rod {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #686d5f;
    text-align: center;
}
.rod::after{
    content: '';
    display: block;
    width: 400px;
    height: 175px;
    background-color: #686d5f;
    position: absolute;
    top: -50px;
    border-radius: 100%;
    left: calc(50% - 200px);
}
.func-rod {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    top: -43px;
    height: 70px;
    background: url(./arco-base3.svg) center top no-repeat;
    z-index: 999;
}
.mapa {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    background: url(./fundo-vegetacao4.jpg);
    background-size: 13%;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 90px);
}
.mapa svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px!important;
    left: 0px!important;
}

.loading {
    background: center center no-repeat url(./loading2.gif);
    position: absolute;
    background-size: 80px;
    width: 100%;
    height: 100%;
}
.mapa path, .mapa polygon {
    fill:transparent;
    cursor: pointer;
    stroke-width: 5;
}
path.sts-1, polygon.sts-1 {
    fill:rgba(0, 231, 19, .6);
}
path.sts-3, polygon.sts-3 {
    fill:rgba(255, 228, 46, 0.6)
}
path.sts-2, polygon.sts-2 {
    fill:rgba(255, 46, 46, 0.6);
    
}
path.sts-4, polygon.sts-4 {
    fill:rgba(255, 107, 0,.6);
}


path:hover, polygon:hover {
    fill:rgba(255,255,255,.6) !important;
}
path.sts-1:hover, polygon.sts-1:hover {
    fill:rgb(52, 177, 201, .6)!important;
}
#PIN {
    opacity: 0;
}
#PIN .c-ver {
    fill: #003333 !important;
}
#PIN .c-bra {
    fill: #FFFFFF !important;
}
.icon {
    position: relative;
    width: 40px;
    height: 80px;
    margin: 0px 9px;
    background: center center no-repeat;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.ico-mais {
    background-image: url(./ico-mais.svg);
}
.ico-menos {
    background-image: url(./ico-menos.svg);
}
.ico-rosa {
    background-image: url(./ico-rosa.svg);
}
.leg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 80px;
    color:  #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 80px;
    cursor: pointer;
}
.legendas {
    position: absolute;
    display: none;
    padding: 10px 15px;
    background-color: #686d5f;
    color:  #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    min-width: 115px;
    text-align: left;
    bottom: 60px;
    left: -10px;
    line-height: 30px;
    z-index: 9999;
}
.tit-1, .tit-2, .tit-3, .tit-4 {
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 15px;
    margin-right: 5px;
}
.tit-1 {
    background-color:#00E713;
}
.tit-2 {
    background-color:#FF2E2E;
}
.tit-4 {
    background-color:#FF6B00;
}
.tit-3 {
    background-color:#FFE42E;
}


.seta-d {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FFFFFF;
}
.seta-u {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}
.seta {
    position: absolute;
    display: none;
    background: center center no-repeat;
    background-size: contain;
    z-index: 9;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.seta-dir {
    right: 0px;
    top:0px;
    height: 100%;
    background-image: url(./ico-seta.svg);
    transform: rotate(0deg);
}
.seta-esq {
    left: 0px;
    top: 0px;
    height: 100%;
    background-image: url(./ico-seta.svg);
    transform: rotate(180deg);
}
.seta-top {
    top: 45px;
    left: 0px;
    width: 100%;
    background-image: url(./ico-seta2.svg);
    transform: rotate(0deg);
}
.seta-bot {
    bottom: 45px;
    left: 0px;
    width: 100%;
    background-image: url(./ico-seta2.svg);
    transform: rotate(180deg);
}
.box {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    margin-top: -90px;
    margin-left: -70px;
    background-color: #fff;
    color:  #000;
    z-index: 9999;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
}


.box .fecha-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.box td {
    padding: 2px 5px;
}
.box .bold {
    font-weight: bold;
}
.box .tit {
    font-size: 18px;
    line-height: 35px;
}
#LOTES {
    opacity: 0;
}
.busca-cab {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 99;
    margin-top: -40px;
}
.busca-cab div {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    padding: 5px;
    padding-top: 45px;
}
.busca-cab input {
    width: 100%;
    height: 25px;
    text-align: center;
    border: 0px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    color: #003333;
}
.button-lightbox{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
.button-1{
    bottom: 60px;
}

@media only screen and (max-width: 600px) {
    .box {
        padding: 5px 10px 10px 10px;
    }
    .box td {
        font-size: 12px;
    }
    .button-lightbox{
        font-size: 12px;
    }
    .button-1{
        bottom: 100px;
    }
    .button-2{
        bottom: 60px;
    }
  }