
html, body {
    height: 100%;
    /* background-color: #f6f5f5 !important; */
    background-color: #76b82a !important;


}

div.mapa_painel {
    display: flex;
    flex-direction: row;
}
@media screen and (1300px < width){
    div.mapa_painel {
        height: calc(100% - 44px );
    }
}
@media screen and (width <= 1300px){
    div.mapa_painel {
        height: calc(100% - 60px);
    }
}

div.mapa_barra {
    width: 100%;
}
div.mapa_mapa {
    width: 100%;
    align-items: center;
    text-align: center;
    align-items: center;
}
div.mapa_mapa img {
    /* height: 100%; */
    object-position: center;
}
div.mapa_mapa img.mapa {
    object-fit: cover;
    width: 100%;
}
img.foto {
    object-fit: cover;
}
div.mapa_mapa {
    object-fit: contain;
}
div.mapa_barra {
    margin: calc(1vw);
    /* font-size: 1.4em; */
    /* font-weight: 700; */
    /* font-synthesis: weight; */
}
div.mapa_barra p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

img {
  background-color: #76b82a !important;
}

div.controle img {
    display: block;
}
div.controle a {
    padding: 1vw;
    display: block;
}
html, body {
    overflow: hidden !important;
    overflow-y: hidden !important;
}
@media screen and ((width <= 600px) or (height < 700px)){
    body {
        font-size: 13px !important;
    }
}
@media screen and (600px < width <= 700px){
    body {
        font-size: 14px !important;
    }
}
@media screen and (700px < width <= 900px){
    body {
        font-size: 15px !important;
    }
}
@media screen and (900px < width <= 1000px){
    body {
        font-size: 16px !important;
    }
}
@media screen and (1000px < width <= 1200px){
    body {
        font-size: 18px !important;
    }
}
@media screen and (1200px < width <= 1400px){
    body {
        font-size: 20px !important;
    }
}
@media screen and (1400px < width ){
    body {
        font-size: 22px !important;
    }
}
@media screen and ((width <= 1000px) and (height > 400px) ){
    div.controle {
        float: right;
        flex-direction: row;
        right: 10px;
    }
    .carousel {
        height: 80vh !important;
        width: 100% !important;
    }
    .mapa_carrosel {
        display: inline-block;
    }
    div.mapa_painel {
        flex-direction: column !important;
    }
    div.mapa_mapa {
        /* max-height: 80vh; */
        width: 100%;
    }
    div.mapa_barra {
        padding-bottom: 1vw;
        width: 100% !important;
    }
    img.foto {
        width: 100% !important;
    }
    span.alfinete {
        height: 47px !important;
        width: 47px !important;
        font-size: 33px !important;
    }

}
@media screen and ((width > 1000px) or (height < 400px) ){
    div.controle {
        /* display: flex; */
        display: inline-block;
        position: absolute;
        bottom: 10px;
        flex-direction: row;
        direction: rtl;
    }
    div.controle a {
        display: inline-block;
        width: 11vw;
    }
}
@media screen and ((width <= 1200px)
                or (height <= 800px)){
    div.mapa_mapa img {
        object-fit: cover !important;
        width: 100%;
    }
}

div.controle a :last-of-type(a) {
    clear: both;
}

.contrario {
    transform: scaleX(-1);
}

div.mapa_pinboard {
    position: relative;
    display: inline-flex;
}
img.foto, div.mapa_carrosel{
    width: 70vw;
}
img.foto, div.mapa_pinboard {
    position: relative;
    display: inline-flex;
}

span.alfinete {
    line-height: 1.5;
    position: absolute;
    height: 36px;
    margin: -18px -18px 0 0;
    text-align: center;
    width: 36px;
    font-size: 24px;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    background-color: #76b82a !important;
    color: black;
}
b.mutinga {
    opacity: 50%

}
b#selected {
    /* color: #505050; */
    opacity: 100% !important;
}

div.mapa_pinboard span {
    /* background-color: yellow; */
    /* border-radius: 50%; */
    /* aspect-ratio: 1 / 1; */
    animation: ease-in-out infinite alternate animating-multiple-properties;
    animation-duration: 1s;
}

/* it is possible to animate multiple properties in a single animation */
@keyframes animating-multiple-properties {
from {
    transform: scale(1,1);
    /* background-color: red; */
    filter: brightness(100%);
}
to {
    transform: scale(1.4,1.4);
    /* background-color: orange; */
    filter: brightness(133%);
    /* unset properties i.e. 'filter' will revert to default values */
}
}

#pin_1{
  top: 2.5vw;
  left: 18vw;
  animation-delay: 1s;
}

#pin_2{
  top: 11vw;
  left: 12vw;
  animation-delay: 0.666s;
}

#pin_3{
  top: 19.5vw;
  left: 10vw;
}

#pin_4{
  top: 25vw;
  left: 14.5vw;
  animation-delay: 2.333s;
}

#pin_5{
  top: 38vw;
  left: 14.5vw;
  animation-delay: 1.666s;
}

#pin_6{
  top: 22.5vw;
  left: 65.5vw;
  animation-delay: 2.0s;
}
@media screen and ((width <= 1000px) and (height > 700px) ){
    img.foto, div.mapa_pinboard {
        width: 100vw;
    }

    #pin_1{
    top: 3.333vw;
    left: 24vw;
    }

    #pin_2{
    top: 14.666vw;
    left: 16vw;
    }

    #pin_3{
    top: 26vw;
    left: 13.333vw;
    }

    #pin_4{
    top: 33.333vw;
    left: 19.333vw;
    }

    #pin_5{
    top: 50.666vw;
    left: 19.333vw;
    }

    #pin_6{
    top: 30vw;
    left: 87.333vw;
    }
}

.carousel { height: 100%; }

.carousel-cell { height: 100%;
                 width: 100%; }

/* move page dots into carousel */
.flickity-page-dots { bottom: 10px !important; }
