

/*Conheça extrema*/
.conheca-extrema{
    background-image: url('../img/extrema_3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;

}
.conheca-extrema-content{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(75deg, #000, rgba(0,0,0,.2));
    padding-bottom: 60px;
    padding-top: 20px;

}
.conheca-extrema-content .row{
    padding-top: 20px;
}
.conheca-extrema-content .row .col h2,
.conheca-extrema-content .maps-title,
.conheca-extrema-content .row .col p{
    font-family: Raleway, Arial, sans-serif;
    color: #f5f5f5;
}

.conheca-extrema-content .row .col h2{
    font-size: 32px;
}
.conheca-extrema-content .row .col p{
    margin-top: 15px;
    font-size: 16px;
}
.conheca-extrema-content .row .col#text{
    padding-top: 50px;
}

.foto-maps{
    height: 100%;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

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

}

/*Btn*/
.btn-extrema{
    margin-top: 60px;
}
.btn-extrema .btn{
    font-family: Raleway, Arial, sans-serif;
    background-color: #ffab00;
    box-shadow: none;
    padding-left: 35px;
    border-radius: 6px;
    margin-top: 20px;
    height: 50px;
    padding-top: 8px;
    font-size: 14px;
    text-transform: none;
    color: #000;
    font-weight: 700;
}