﻿
.associacao-imagem {
    max-height: 470px;
    position: relative;
    display: flex;
}


.associacao {
    margin-bottom: 2%;
}

    .associacao p {
        padding-bottom: 10px;
    }

#titulo {
    /* text-align: center; */
    text-decoration: none;
    color: #212121;
    padding-bottom: 49px;
    /* background-color: #EEEEEE;*/
}

.mapa-nav {
    box-shadow: 0px 3px 6px #00000017;
    /* opacity: 0.73; */
    height: 71px;
    font-weight: bold;
    background: rgba(223, 223, 223, 0.73);
}

.mapa-nav-content p {
    font-size: 17px;
    color: #707070;
    font-weight: 100;
    padding-top: 21px;
}

    .mapa-nav-content p a {
        color: #707070 !important;
    }

        .mapa-nav-content p a b {
            color: #131212;
        }

@media only screen and (max-width: 992px) {
    .mapa-nav-content p {
        font-size: 14px;
        padding-top: 17px;
    }

    .mapa-nav {
        height:50px;
    }
}