iframe {
    max-width: 70vw;
}

#gradient-mapa-background {
    width: 100%;
    position:relative;
    display:inline-block;
    object-fit: cover;
}

#gradient-mapa-background:after {
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:'';
    position:absolute;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%,rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%,rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%,rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 20%,rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
  
#gradient-mapa-background img{
    display:block;
}

#imagem-mapa-background {
    object-fit: cover;
}

#voltar-mapa {
    position: absolute;
    z-index: 9998;
}

#box-informacoes-mapa {
    position: absolute;
    text-align: center;
}

#titulo-mapa {
    text-align: center;
    font-family: NotoSans_Bold;
}

#acessar-loja-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0px 100px 0px;
}

#link-loja-mapa {
    width: 150px;
    height: 40px;
    color: white;
    font-family: minecraft;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #018df0;
    border-left: 4px solid #0e5181;
    border-bottom: 4px solid #0e5181;
    border-top: 4px solid #3eafff;
    border-right: 4px solid #3eafff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

#link-loja-mapa:hover {
  background-color: #007bd3;
  color: rgb(238, 238, 238);
  transform: translateY(-2px);
}


@media screen and (max-width:640px) {
    #imagem-mapa-background {
        width: 100%;
        height: 500px;
    }

    #voltar-mapa {
        width: 50%;
        margin-left: 25%;
        margin-top: -35%;
    }

    #box-informacoes-mapa {
        width: 90%;
        top: 450px;
        margin-left: 5%;
    }

    #titulo-mapa {
        font-size: 180%;
        word-spacing: 2px;
    }

    #box-conteudo-mapa {
        width: 100%;
        margin-top: 5%;
    }
    
    #conteudo-mapa {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 3%;
    }
    
    #conteudo-mapa img{
        max-width: 90%;
        max-height: 40vw;
    }
}

@media screen and (min-width: 641px) {
    #imagem-mapa-background {
        width: 100%;
        height: 500px;
    }

    #voltar-mapa {
        margin-top: -10%;
        margin-left: 50px;
    }

    #box-informacoes-mapa {
        width: 90%;
        top: 450px;
        margin-left: 5%;
    }

    #titulo-mapa {
        font-size: 180%;
        word-spacing: 2px;
    }

    #box-conteudo-mapa {
        width: 100%;
        margin-top: 5%;
    }
    
    #conteudo-mapa {
        width: 70%;
        margin-left: 15%;
        margin-bottom: 3%;
    }
    
    #conteudo-mapa img{
        max-width: 90%;
        max-height: 40vw;
    }
}