#map {
    position: relative;
    width: 100%;
    height: 100vh;
}

.logo-container {
    background-color: white;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
    text-align: center;
    height: 80px;
}

.logo {
    cursor: pointer;
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.search {
    padding-left: 8px;
    padding-right: 8px;
}

.titulo {
    display: flex;
    align-items: center;
    justify-content: center;
}


#results, #detail {
    display: none;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    body {
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 576px) {
    body {
        overflow-y: auto;
    }

    #map {
        height: calc(100vh - 90px - 54px);
    }

    #results {
        max-height: 100% !important;
        overflow-y: hidden;
    }


}

.swiper-slide img {
    display: block;
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-pagination-bullet-active {
    background: rgb(149 193 30);
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 900;
}

th, td {
    text-align: start;
}

td {
    padding-left: 4px;
}

.dropdown-toggle::after {
    vertical-align: 0.2em !important;
}



#stats {
    max-height: calc(100vh - 90px - 54px);
    overflow-y: auto;
    color: rgb(13, 104, 44);
    padding-left: 8px;
    padding-right: 8px;
}



.carta-subtitle {
    font-size: 15px;
}

.carta {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(13 104 44 / 60%);
}

#result-header {
    justify-content: space-between;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

#codigo {
    color: rgb(13, 104, 44);
    margin: auto 0px;
}

#map-logo {
    width: 100px;
    max-height: 50px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 8px;
    text-align: end;
}

#map-forest-logo {
    max-width: 100%;
    object-fit: contain;
    max-height: 75px;
}

#brand {
    text-align: end;
    position: absolute;
    max-height: 50px;
    z-index: 1;
}

#brand>a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: end;
}

#brand>a>img {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 4px;
}

#paisano {
    display: none;
    text-align: end;
    position: absolute;
    width: 80px;
    max-height: 80px;
    z-index: 1;
    top: 100px;
    right: 8px;
}

#paisano>img {
    float: left;
    height: 100%;
    width: 100%;
    margin-right: 4px;
    cursor: pointer;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.50);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 2;
    cursor: progress;
    z-index: 99999;
}

.loader {
    margin: auto;
}

.loader>img {
    width: 200px;
}

#grafico {
    max-height: 250px;
    padding-left: 16px;
    padding-right: 16px;
}

#footer {
    position: absolute;
    font-size: small;
    z-index: 1;
    color: rgba(255, 254, 254, 0.75);
}

#lang-selector {
    position: absolute;
    z-index: 1;
}

#lang-selector>div>button {
    width: 40px;
}

.flag-es {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/89/Bandera_de_Espa%C3%B1a.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flag-en {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a4/Flag_of_the_United_States.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flag-pt {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Brazil.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-left {
    top: 8px;
    left: 8px;
}

.top-right {
    top: 8px;
    right: 8px;
}

.bottom-left {
    bottom: 8px;
    left: 8px;
}

.bottom-right {
    bottom: 10px;
    right: 40px;
}

#social {
    display: flex;
    justify-content: space-evenly;
}

#datasetTitle {
    color: white;
    text-shadow: 2px 2px 6px #000000;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 8px;
    z-index: 10;
}