/* anuncio*/
.wrap_section_anuncio{
    padding: 60px 0px 60px;
}

.titulo_section_pagina {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #000;
}
.bt_enviar_mensagem{
    margin-bottom: 40px !important;
}
.titulo_subl_esquerda_vermelho{
    display: block;
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
}
.titulo_subl_esquerda_vermelho:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 50px;
    height: 4px;
    background: red;
    position: absolute;
    left: 15px;
}

.list-goal-advertise-property {
    margin: 0px auto;
    display: flex;
    padding: 0px;
    float: left;
    list-style: none;
}
.titulo_section_anuncio{
    padding: 0px 0px 30px 0px;
}
.list-goal-advertise-property li button {
    width: 100%;
    color: #000;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    background: 0 0;
    font-weight: 700;

}

.list-goal-advertise-property li button:hover, .list-goal-advertise-property li button:focus, .botao_active {
    color: #FFF;
    background: #ed3237;
    border: 1px solid #ed3237;
    transition: 0.5s all;
}
.botao_active {
    color: #FFF !important;
    background: #ed3237 !important;
    border: 1px solid #ed3237 !important;
    transition: 0.5s all;
}


/* End anuncio */



/* Celulares ate 240px */
@media screen and (max-width: 240px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Celulares ate 240px */

/* Celulares ate 480px */
@media screen and (max-width: 480px) {

    /* Portfolio */
    .nav-portfolio{
        margin-bottom: 40px;
    }
    /* End Portfolio */

}

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Portfolio */
    .nav-portfolio{
        margin-bottom: 40px;
    }
    /* End Portfolio */

}

/* End Tablet em pe */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Portfolio */
    /* End Portfolio */

}

/* End Computadores G */