/* Detalhes */
.item_post, .item_post span {
    font-size: 16px !important;
    text-align: justify;
}
.item_post img {
    display: block;
    float: left;
    margin: 5px 15px 10px 0px;
    width: 50%;
    height: auto;
    background-size: cover;
}

.box_anuncio_blog img {
    width: 100%;
    height: auto;
    cursor: pointer !important;
    margin-bottom: 20px;
    border: 5px solid #e5e5e5;
}
.box_post_destaque {
    background: #e5e5e5;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    float: left;
    padding: 0px 0px 15px 0px;
    width: 100%;
}
.box_post_destaque span {
    background: #166BB4;
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 18px;
    color: #FFF;
    display: block;
    margin-bottom: 8px;
}
.box_post_destaque a {
    text-align: left;
    padding: 0 15px;
    display: block;
    float: left;
    margin-bottom: 10px;
    color: #333;
}
.box_post_destaque a:hover, .box_post_destaque a:focus{
    color: #166BB4;
}
.box_redes_sociais {
    background: #e5e5e5;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.box_redes_sociais span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.box_redes_sociais a {
    background-color: #FFF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    color: var(--cor_texto_item_menu_hover);
}
.box_redes_sociais a:hover, .box_redes_sociais a:focus{
    background: var(--cor_texto_item_menu_hover);
    color: #fff;
    text-decoration: none;
}
.wrap_section_posts_semelhantes .titulo_subl_centro_preto:after {
    margin: 10px 0px !important;
}
h1{
    font-size: 30px !important;
    color: #f2752a !important;
}
h2 strong {
    font-weight: bold;
}
h3 {
    font-weight: bold;
    color: #f2752a !important;
}
.box_carousel_blog{
    width: 100%;
    float: left;
}
.box_carousel_blog_img{
    width: 100%;
    float: left;
}
.box_carousel_blog_img img{
    width: 100%;
    float: left;
}
.wrap_titulo_subtitulo {
    float: left;
    display: block;
}
.box_carousel_blog_titulo{
    width: 100%;
    float: left;
    color: #ff751a;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.box_carousel_blog_descricao{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    display: block;
}
.img-post{

}
.btn_botao{
    background: #ff751a;
    color: #fff;
    min-width: 50%;
    width: auto;
    display: table;
    float: initial;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding: 12px 30px;
    border-radius: 6px;
    border-bottom: 3px solid #ea5d00;
    border-right: 3px solid #ea5d00;
    cursor: pointer;
    margin-top: 40px;
}
.btn_botao:hover, .btn_botao:focus{
    transition: 0.5s all;
    background: #ff8d00;
    color: #fff;
    text-decoration: none;
}
.form-group{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0px !important;
    height: auto !important;
}
.descricao_post h1{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h2{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h3{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h4{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h5{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h6 {
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.titulo-post{
    display: block;
    float: left;
    width: 100%;
    font-size: 28px !important;
    color: #333;
    margin: 0px 0px 20px 0px;
}
h2, h3, h4, h5, h6 {
    font-size: 22px !important;
    font-weight: bold !important;
}
h2, h4, h5, h6 {
    color: #1861a0 !important;
}
.img-post{
    display: block;
    float: left;
    margin: 5px 15px 10px 0px;
    width: 50%;
    height: auto;
    background-size: cover;
}


.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 3px;
}
.box_carousel_depoimento_img{
    transition: 0.5s all;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px orange;
    -moz-box-shadow: 0px 0px 6px 0px orange;
    box-shadow: 0px 0px 6px 0px orange;
}
.box_carousel_depoimento_img img{
    width: 100%;
    float: left;
    border-radius: 100%;
}
.box_carousel_depoimento_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.box_carousel_depoimento_descricao{
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.formulario_post {
    margin: 0 auto;
    width: 50%;
}
.botao_enviar_mensagem {
    color: #ff751a;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    display: block;
    border: 2px solid;
    border-radius: 40px;
    margin: 0 auto;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.botao_enviar_mensagem:hover {
    text-decoration: none;
    background: #ff751a;
    color: #FFF;
    transition: 0.5s all;
}
.text-post {
    font-size: 16px !important;
    text-align: justify;
}
.text-post a {
    text-decoration: underline !important;
}

.btn_ver_perfil_blog{
    text-align: center;
    font-size: 14px;
    border: 2px solid #cba851;
    padding: 10px 25px;
    border-radius: 7px;
    color: #cba851;
    display: inline-block;
    margin: 0px;
}
.btn_ver_perfil_blog:hover{
    text-decoration: none;
    background: transparent;
    color: #FFF;
    transition: 0.5s all;
    background-color: #cba851;
}
/* End Detalhes */

/* Celulares atÃƒÂ© 240px */
@media screen and (max-width: 240px) {

    /* Detalhes */
    /* End Detalhes */

}

/* End Celulares atÃƒÂ© 240px */

/* Celulares atÃƒÂ© 480px */
@media screen and (max-width: 480px) {

    /* Detalhes */
    /* End Detalhes */
    .img-post{
        width: 100%;
        padding: 0px;
    }
    .form-group{
        width: 100%;
    }
    .btn_botao{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .formulario_post{
        width: 100%;
    }
}

/* Tablet em pÃƒÂ© */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .form-group{
        width: 100%;
    }
    .btn_botao{
        width: 100%;
    }
    .formulario_post{
        width: 100%;
    }
    /* Detalhes */
    /* End Detalhes */

}

/* End Tablet em pÃƒÂ© */

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

    /* Detalhes */
    /* End Detalhes */

}

/* End Tablet em deitado */

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

    /* Detalhes */
    /* End Detalhes */

}

/* End Notebook */

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

    /* Detalhes */
    /* End Detalhes */

}

/* End Computadores */

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

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores */

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

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores G */