@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

body { 
    height: 100vh;
}

h3 {
    margin: 0.1rem;
    font-size: 2.4em;
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-black {
    background: black;
}

.bg-capa {
    background: #212121;
}


.bairros{
    background: url("./imagens/mapa-belem-bairros.png");
}

.mapas {
    width: 100%;
    min-width: 667px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
}

#mapa {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: normal;
}

#capa {
    width: 100%;
    height: 100vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
}

.container-imagens{
    position: relative;
    /*border: 1px solid white;*/
   /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
}

.item-logo {
    display: flex;
    justify-content: center;
    /*border: 1px solid white;*/
}

.item-title{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    /*border: 1px solid white;*/
}

.bloco-mapas {
    position: relative;
    /*border: 1px solid white;*/
    display: flex;
    justify-content: center;
    align-items: center;    
}

.item-map {
    position: relative;
    /*border: 1px solid white;  */ 
    display: inline-block;
    right: -2.5rem;
}

.item-rmb {
    position: relative;
    justify-content: center;
    /*border: 1px solid white;*/ 
    display: inline-block;
    top: 2.5rem;
}