@media screen and (max-width: 990px){
    .conheca-extrema{
        background-image: none;
        height: auto;
    }
    .conheca-extrema-content{
        height: 100%;
        width: 100%;
        padding-bottom: 60px;
        padding-top: 20px;
        background-image: linear-gradient(180deg,#000, #ffab00);
    }
    .conheca-extrema-content .row .col h2,
    .conheca-extrema-content .maps-title,
    .conheca-extrema-content .row .col p{
        font-family: Raleway, Arial, sans-serif;
        color: #fff;
    }
    .conheca-extrema-content .row .col h2{
        font-size: 25px;
    }
    .conheca-extrema-content .row .col p{
        margin-top: 15px;
        font-size: 14px;
        text-align: justify;
    }
    .conheca-extrema-content .row .col#text{
        padding-top: 8px;
        text-align: center;
    }

    /*Mapa*/
    .foto-maps{
        height: 50%;
        width: 95%;
        border-radius: 6px;
        position: relative;
        top: 30px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .foto-maps img{
        width: 100%;
        height: 50%;

    /*Btn*/
    .btn-extrema .btn{
        font-family: Raleway, Arial, sans-serif;
        background-color: #002752;
        color: #fff;
    }

}