#box-titulo-mapas {
    position: absolute;
    text-align: center;
}

#titulo-mapas-slide {
    color: white;
    text-align: center;
    font-family: NotoSans_Bold;
}

#subtitulo-mapas {
    font-family: NotoSans_Bold;
    color: white;
    text-align: center;
}

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

#titulo-mapas {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
    font-family: NotoSans_Bold;
}

#box-mapas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slide-gradient {
    position:relative;
    display:inline-block;
    object-fit: cover;
}

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

.imagem-slide {
    object-fit: cover;
}

.mapa {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .4s cubic-bezier(.22, .61, .36, 1);
}

.mapa:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.titulo-mapa {
    text-align: left;
    font-family: NotoSans_Bold;
    color: black;
}

.descricao-mapa {
    color: #282828;
    font-family: NotoSans;
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (max-width:640px) {
    #box-titulo-mapas {
        width: 90%;
        top: 320px;
        margin-left: 5%;
    }

    #titulo-mapas-slide {
        font-size: 150%;
        word-spacing: 2px;
    }

    #subtitulo-mapas {
        font-size: 90%;
        word-spacing: 5px;
    }

    #voltar-mapas {
        margin-top: 5%;
        width: 50%;
        margin-left: 25%;
    }

    #titulo-mapas {
        font-size: 30px;
        left: 20%;
        right: 20%;
        margin-top: 30%;
        margin-bottom: 5%;
        word-spacing: 2px;
    }

    #box-mapas {
        width: 320px;
        gap: 10px;
        padding-bottom: 50px;
        margin: auto;
    }

    .slide-gradient {
        width: 100%;
        height: 550px;
    }

    .imagem-slide {
        width: 100%;
        height: 550px;
    }

    .mapa {
        width: 150px;
        box-shadow: 0px 0px 60px -25px rgba(0, 0, 0, 0.75);
        border-radius: 2px;
    }

    .imagem-mapa {
        width: 100%;
        border-radius: 2px;
    }

    .titulo-mapa {
        width: 90%;
        height: 35px;
        padding-top: 10px;
        font-size: 15px;
        word-spacing: 2px;
    }

    .descricao-mapa {
        width: 90%;
        font-size: 8px;
        height: 50px;
        padding: 10px 0px 20px 0px;
    }
}

@media screen and (min-width: 641px) and (max-width:1007px) {
    #box-titulo-mapas {
        width: 90%;
        top: 320px;
        margin-left: 5%;
    }

    #titulo-mapas-slide {
        font-size: 230%;
        word-spacing: 2px;
    }

    #subtitulo-mapas {
        font-size: 110%;
        word-spacing: 5px;
    }

    #voltar-mapas {
        margin-top: 5%;
        margin-left: 80px;
    }

    #titulo-mapas {
        left: 20%;
        right: 20%;
        margin-bottom: 5%;
        word-spacing: 2px;
        font-size: 30px;
    }

    #box-mapas {
        width: 641px;
        gap: 25px;
        padding-bottom: 50px;
        margin: auto;
    }

    .slide-gradient {
        width: 100%;
        height: 550px;
    }

    .imagem-slide {
        width: 100%;
        height: 550px;
    }

    .mapa {
        width: 250px;
        box-shadow: 0px 0px 60px -25px rgba(0, 0, 0, 0.75);
        border-radius: 2px;
    }

    .imagem-mapa {
        width: 100%;
        border-radius: 2px;
    }

    .titulo-mapa {
        width: 90%;
        height: 60px;
        padding-top: 10px;
        font-size: 25px;
        word-spacing: 2px;
    }

    .descricao-mapa {
        width: 90%;
        font-size: 10px;
        height: 60px;
        padding: 10px 0px 20px 0px;
    }
}

@media screen and (min-width:1008px) {

    #box-titulo-mapas {
        width: 90%;
        top: 320px;
        margin-left: 5%;
    }

    #titulo-mapas-slide {
        font-size: 230%;
        word-spacing: 2px;
    }

    #subtitulo-mapas {
        font-size: 110%;
        word-spacing: 5px;
    }

    #voltar-mapas {
        margin-top: 5%;
        margin-left: 80px;
    }

    #titulo-mapas {
        font-size: 30px;
        left: 20%;
        right: 20%;
        margin-top: 5%;
        margin-bottom: 5%;
        word-spacing: 2px;
    }

    #box-mapas {
        width: 1008px;
        gap: 50px;
        padding-bottom: 100px;
        margin: auto;
    }

    .slide-gradient {
        width: 100%;
        height: 550px;
    }

    .imagem-slide {
        width: 100%;
        height: 550px;
    }

    .mapa {
        width: 450px;
        box-shadow: 0px 0px 60px -25px rgba(0, 0, 0, 0.75);
        border-radius: 2px;
    }

    .imagem-mapa {
        width: 100%;
        border-radius: 2px;
    }

    .titulo-mapa {
        width: 90%;
        height: 80px;
        padding-top: 10px;
        font-size: 30px;
        word-spacing: 2px;
    }

    .descricao-mapa {
        width: 90%;
        height: 80px;
        padding-top: 10px;
    }
}

@media screen and (min-width:1500px) {
    #box-mapas {
        width: 1500px;
        gap: 50px;
        padding-bottom: 100px;
        margin: auto;
    }

    .mapa {
        width: 700px;
        box-shadow: 0px 0px 60px -25px rgba(0, 0, 0, 0.75);
        border-radius: 2px;
    }
}