.h2_novo h2{
    line-height: 115% !important;
    font-size: 20pt !important;
    font-weight: bold !important;
    color: #FFF !important;
}

.h3_empresas h3 {
    color: #337ab7 !important;
    font-weight: bolder !important;
    line-height: 125% !important;
    font-size: 18pt !important;
}

.h3_anuncie h3 {
    line-height: 115% !important;
    font-size: 22pt !important;
    color: #FFF !important;
    font-weight: bold !important;
    padding: 0px !important;
}

.box_resposta p,
.box_perguntas_relacionadas p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
}

.autor {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.resposta {
    font-size: 17px;
}

.data {
    font-size: 15px !important;
    color: #939393;
    margin-bottom: 20px !important;
}

.box_perguntas_relacionadas a {
    color: #000;
    text-decoration: none;
}

.box_perguntas_relacionadas a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    div.boxAnuncio {
        padding: 10px 0px 20px 0px;
    }
}

.oculto {
    display: none;
}

.bloco-url-amigavel {
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff !important;
}

.bloco-url-amigavel ul {
    list-style-type: none;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #000 !important;
}

.row-categoria-empresas {
    background-color: #2f99d1;
    color: #fff;
    margin-bottom: 25px;
}

.mx-5 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.texto-contratar p {
    font-size: 17px;
}

body #header-menu-float .link-budget {
    width: 680px !important;
    margin: 5px 200px !important;
}

@media (max-width: 761px) {
    .navbar-header {
        margin-top: 5px;
    }

    body #header-menu-float .link-budget {
        width: 70% !important;
        margin: 0 !important;
    }

    body #header-menu-float .link-budget span {
        display: none;
    }

    body #header-menu-float .link-budget::after {
        content: 'Solicitar orçamento';
    }
}

@media (min-width: 761px) and (max-width: 991px) {
    body #header-menu-float .link-budget {
        margin: 20px 0 !important;
    }
}