div#listaPosts .txt {
    overflow: hidden;
}

/*css blog*/
.padraoLeft,
.tit-h2,
.tit-h2 h2,
.box,
.box .right .search,
.box .right .formbusca,
.box .right .formbusca input,
.box .right .list,
.box .right .list .list-ul,
.box .right .list li,
.box .right .list li a,
.box .right .list .tit-h3,
.box .post,
.box .post h3,
.box .post .data,
.box .post .img,
.box .post .img a,
.box .post .box-social,
.box .post .box-social a .fa,
.txt,
.txt p,
.txt ol,
.txt ol li,
.txt ul,
.txt ul li,
.content .tit-cat,
.content .tit-cat h3,
.box-comentario,
.box-comentario .list-comentarios,
.box-comentario .list-comentarios li,
.box-comentario .list-comentarios li span,
.deixe-o-seu,
.deixe-o-seu form,
.deixe-o-seu form .linha,
.deixe-o-seu form textarea,
.galeria-fotos,
.galeria-fotos .list-ul,
.box-veja-mais,
.box-veja-mais h2,
.box-veja-mais .list,
.box-veja-mais .list li a,
.box-veja-mais .list li span,
.box-veja-mais .list li strong,
.box-veja-mais .list li .img,
.box-veja-mais .list li .social,
.box-veja-mais .list li .social a .fa {
    position: relative;
    float: left;
    width: 100%;
}

.owl-buttons .owl-next {
    margin-top: 0px;
    top: -240px;
    position: absolute;
    right: 10px;
    margin-right: 0px;
    border: 1px solid #fff!important;
}
.owl-buttons .owl-prev {
    margin-top: 0px;
    top: -240px;
    position: absolute;
    margin-left: 0px;
    left: 10px;
    border: 1px solid #fff!important;
}
.slider .owl-buttons{
    top: 0px;
}
div.slider.servicos a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
div.slider.servicos a img{
    width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
div.slider.servicos a span{
    font-family: 'exoregular';
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 80%;
    text-align: center;
    position: absolute;
    margin: 0px auto;
    top: 190px;
    left: 10%;

}
div.slider.servicos a span strong {
    font-family: 'exobold';
}
div.slider.servicos a{
    width: 340px;
    height: 450px;
    overflow: hidden;
    position: relative;
    display: block;
}

form input, 
form textarea {
    outline: none;
}
.blog {
    max-width: 980px;
    margin: 0 auto;    
}
.pag_blog {
    padding: 60px 10px;
    background: #fff;
}
.pag_blog h1 {
    font-family: 'Montserrat', sans-serif!important;
    color: #c00019;
    text-transform: uppercase;
    margin-bottom: 40px!important;
}
.padrao {
    position: relative;
    width: 100%;
}
.paginacao {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.paginacao a {
    color: #c00019;
    font-family: 'exobold';
}
.paginacao a:hover {
    color: #49050e;
}
div.paginacao span.next{
    float: right;
}
.paginacao i.fa {
    background: #c00019;
    color: #ffffff;
    padding: 6px 13px;
    border-radius: 50%;
    font-size: 22px;
    margin: 0px 10px;
}
.paginacao a:hover i.fa {
    background: #49050e;
}
.paginacao span + span a {
    padding: 0 8px;
    display: inline-block;
    margin: 0 2px;
}
.padraoRight,
.box .right {
    position: relative;
    float: right;
    width: 100%;
}
.relativeRight,
.box .post .box-social a,
.deixe-o-seu form .bt-comentar,
.box-veja-mais .list li .social a {
    position: relative;
    float: left;
}
.relativeLeft,
.menu-cat,
.box .list,
.box .post .box-social .bt-mais,
.content .tit-cat h3 a,
.box-veja-mais .list li {
    position: relative;
    float: left;
}
.relativeInline,
.box .right .list li a span.data,
.box .right .list li a:before,
.box .right .list .tit-h3 h3,
.galeria-fotos .list-ul li {
    position: relative;
    display: inline-block;
}
.relativeAuto {
    position: relative;
    clear: both;
    margin: 0 auto;
    float: none;
}
.tit-h2 {
    line-height: 32px;
    background: #c00019;
    margin: 25px 0 30px 0;
}
.tit-h2 h2 {
    color: #ffffff;
    text-align: center;
    margin: 0 0;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif!important;
}
.menu-cat {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    margin: 0 10px;
}
.menu-cat:hover {
    opacity: 0.6;
}
.overflow-sidebar {
    display: none;
}
.box .list {
    width: calc(100% - 440px);
    padding-right: 50px;
    border-right: solid 1px #dadada;
    margin-bottom: 26px;
}
.box .right {
    max-width: 342px;
    padding-left: 42px;
}
.box .right .search {
    padding-bottom: 24px;
    border-bottom: solid 1px #dadada;
    margin-bottom: 24px;
}
.box .right .formbusca input {
    height: 42px;
    width: calc(100% - 100px);
    line-height: 42px;
    padding: 0 20px 0 80px;
    font-size: 15px;
    text-transform: uppercase;
    color: #868686;
    font-family: 'Montserrat', sans-serif!important;
    border: 1px solid #c00019;
    border-radius: 5px; 
    overflow: hidden;
}
.box .right .formbusca input:focus {
    outline: none;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    cursor: pointer;
    color: #fff;
}
.box .right .formbusca .btn-busca {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 20px;
    line-height: 42px;
    height: 44px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #c00019;
    border-radius: 5px; 
}
.box .right .formbusca .btn-busca:hover,
.box .right .formbusca .btn-busca:focus {
    opacity: 0.6;
    outline: none;
}
.box .right .list {
    background: #efefef;
    border-right: none;
    padding: 0;
    text-align: center;
    margin: 28px 0px;
}
.box .right .list .list-ul {
    padding: 30px 0 28px 0;
}
.box .right .list li {
    font-size: 15px;
    line-height: 25px;
    color: #6e6e6e;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}
.box .right .box-face {
    width: 100%;
    display: block;
}
.box .right .list li a {
    font-family: 'exobold'!important;
    text-decoration: none;
    text-transform: uppercase;
    color: #232323;
    padding: 0 25px;
    width: auto;
    float: left;
}
.box .right .list li span {
    font-family: 'exoregular'!important;
    text-transform: uppercase;
    display: block;
    color: #232323;
    padding: 0 17px;
    width: auto;
    float: right;
}
.box .right .list li a span.data {
    font-weight: normal;
    width: calc(100% - 24px);
    font-family: 'Montserrat', sans-serif;
}
.box .right .list li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #c00019;
    margin-right: 7px;    
    font-size: 12px;
}
.box .right .list li a:hover span{
    text-decoration: underline!important;

}
.box .right .list li a:hover {
    color: #232323;
    text-decoration: underline!important;
}
.box .right .list.mais-lidas li a:hover {
    text-decoration: none!important;
}
.box .right .list.maislidas li a:hover {
    text-decoration: none!important;
    font-weight: normal;
}
.box .right .list .tit-h3 {
    height: 50px;
    width: 70%;
    float: none;
    margin: -20px auto;
    border-radius: 5px;
    line-height: 50px;
    background: #c00019;

}
.box .right .list .tit-h3 h3 {
    font-family: 'Montserrat', sans-serif!important;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.box .right .list .tit-h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/border-before.jpg") no-repeat 0 0;
    width: 10px;
    height: 38px;
}
.box .right .list .tit-h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/border-after.jpg") no-repeat 0 0;
    width: 10px;
    height: 38px;
}
.box .right .arquivos-list.list .tit-h3 h3 {
    color: #ffffff;
}
.box .right .arquivos-list.list .tit-h3:before {
    background: url("../images/border-before-blue.jpg") no-repeat 0 0;
}
.box .right .arquivos-list.list .tit-h3:after {
    background: url("../images/border-after-blue.jpg") no-repeat 0 0;
}
.box .post {
    
    margin-bottom: 30px;
    padding-bottom: 0px;
    padding-right: 15px;

}
.box .post-interna{
    /*border-bottom: 1px solid #8F9191;*/
}
.box .post-interna p{
    padding: 0px!important;
}
.box .post-interna .img{
    border-top: 4px solid #c00019;
    border-bottom: 4px solid #c00019;
    padding: 15px 0px;
}
.box .post h3 {
    font-family: 'exolight'!important;
    font-size: 42px;
    color: #686b70;
    line-height: 42px;
    text-align: left;
    margin-top: 8px!important;
    margin-bottom: 20px!important;
    text-transform: uppercase;
}
.box .post h3 a,
.box .post h3 a:hover {
    text-decoration: none;
    color: inherit;
}
.box .post div.txt p {
    font-family: 'Gotham-Book',sans-serif !important;
    font-size: 15px;
    color: #6d6f6a;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.box .post .data {
    font-family: 'exobold';
    font-size: 26px;
    line-height: 26px;
    color: #c00019;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    float: left;
    width: 200px;
}
.box .post .comentarios {
    font-family: 'exoregular'!important;
    line-height: 16px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #c00019;
    margin: 0;
    letter-spacing: 2px;
    float: right;
    width: auto;
}
.box .post .comentarios.intr {
    float: left!important;
    width: 185px;
}
.box .post .comentarios img{
    margin-right: 10px;
    float: left;
}
.box .post .img {
    text-align: left;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box .post .img:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.box .post .img img {
    display: inline-block;
    width: 100%;
        -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.box .post .box-social {
    margin: 20px 0;
    border-bottom: 1px solid #c7caca;
    padding: 10px 0px 40px;
}
.box .post .box-social a i.fa-facebook-official:hover{
    color: #3a5a98;
            -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.box .post .box-social a i.fa-linkedin-square:hover{
    color: #0077b5;
            -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.box .post .box-social a i.fa-twitter-square:hover{
    color: #60caef;
            -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.box .post .box-social a {
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    margin-left: 11px;
}
.box .post .box-social a .fa {
    height: 31px;
    font-size: 30px;
    line-height: 32px;
    /*border-radius: 4px 4px;*/
    color: #6d6f6a;
}
.box .post .box-social a .fa-facebook {
    /*background: #6d6f6a;*/
}
.box .post .box-social a .fa-twitter {
    /*background: #60caef;*/
}
.box .post .box-social a .fa-facebook:hover {
    /*background: #19366f;*/
}
.box .post .box-social a .fa-twitter:hover {
    /*background: #60aaef;*/
}
.box .post .box-social .bt-mais {
    width: 200px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    font-family: 'exobold';
    font-size: 20px;
    line-height: 20px;
    color: #c00019;
    padding: 11px 0 0 55px;
    background: url(../images/assets/leia-mais.png) 10px center no-repeat;
    background-size: 35px;

}
span.infinite {
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    font-family: 'exobold';
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    background: #c00019;
    display: block;
    border-radius: 7px;
    height: 10px;
    float: left;
}
.box .post .box-social .bt-mais:hover {
    color: #49050e;
}
.box .post .link-categoria {
    color: #5b5b5f !important;
    width: auto !important;
    line-height: 31px !important;
    font-size: 16px;
    margin-left: 0 !important;
    float: left !important;
}
.box .post .link-categoria span.color {
    margin-left: 5px;
}
.box .post.post-interna .data {
    line-height: 18px;
}
.txt, 
.txt a, 
.txt p,
.txt div {
    color: #1f1f2b;
    font-size: 14px;
    font-family: 'exoregular'!important;
}
.txt div{
    margin-bottom: 15px;
}
.txt iframe {
    width: 100%;
    /* height: auto; */
}
.txt strong {
    color: #6d6f6a;
}
.txt img {
    margin: 10px 0;
    max-width: 100%;
}
.txt a:hover,
.txt a:focus {
    text-decoration: none;
}
.txt ol {
    padding: 0 20px;
}
.txt ul {
    padding: 0 20px;
    list-style: inherit;
    margin-bottom: 10px;
    color: #6d6f6a;
}
.txt ul li {
    list-style: inherit;
    font-family: Gotham-Book !important;
    line-height: 1.6;
    margin-bottom: 5px;
}
/**/

.content .tit-cat h3 {
    color: #c00019;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 23px 0;
}
.content .tit-cat h3 a {
    color: #5b5b5f;
}
.content .tit-cat h3 a:hover {
    text-decoration: none !important;
}
/**/

.box-comentario {
    /*background: #e6e7e8;*/
    text-align: center;
    padding: 0 12px;
    color: #c00019;
    text-transform: uppercase;
}
.box-comentario .list-comentarios {
    text-align: left;
    margin: 0 0;
}
.box-comentario .list-comentarios li {
    border-bottom: solid 1px #5b5b5f;
    padding: 16px 0;
}
.box-comentario .list-comentarios li span {
    font-size: 14px;
    color: #c00019;
    margin-bottom: 8px;
    background: #cccbc4;
    padding: 20px 25px;
    width: 90%;
    text-transform: none;
    font-family: 'exoregular'!important;
    line-height: 16px;
}
.box-comentario .list-comentarios li span:nth-child(2){
    background: #fff;
    border: 1px solid #000;
    margin-top: -10px;
    margin-left: -1px;
}
.box-comentario .list-comentarios li span strong {
    font-size: 14px;
}
.box-comentario .list-comentarios li span i {
    font-style: inherit !important;
    font-size: 15px;
    float: right;
    color: #c00019;
}
.box-comentario .list-comentarios li:last-child {
    border-bottom: none !important;
}
.box-comentario .link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    border-top: solid 1px #5b5b5f;
    width: 100%;
}
/**/

.deixe-o-seu {
    background: #f7f7f7;
    text-align: left;
    padding: 30px 18px;
}
.deixe-o-seu h5{
    text-transform: uppercase;
    font-family: 'exoregular'!important;
    line-height: 16px;
    color: #c00019;
}
.deixe-o-seu form {
    padding-top: 15px;
}
.deixe-o-seu form .linha {
    margin-bottom: 9px;
}
.deixe-o-seu form input {
    position: relative;
    float: left;
    width: calc(50% - 22px);
    background: #ffffff;
    border: none;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    font-size: 12px;
    color: #4a4949;
    /* border-radius: 5px; */
    border: 1px solid #afafaf;
    text-transform: uppercase;
    font-family: 'exoregular'!important;
    line-height: 16px;
}
.deixe-o-seu form textarea {
   height: 90px;
    padding: 10px 0 0 10px;
    line-height: 20px;
    background: #ffffff;
    border: none;
    font-size: 12px;
    color: #4a4949;
    /* border-radius: 5px; */
    resize: none;
    border: 1px solid #afafaf;
    width: 97%;
    margin-left: -1px;
    text-transform: uppercase;
    font-family: 'exoregular'!important;
    line-height: 16px;
}
.deixe-o-seu form .bt-comentar {
    float: right;
    width: auto;
    height: 32px;
    padding: 0 18px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    background: #c00019;
    cursor: pointer;
    margin: 20px 6px;

}
.deixe-o-seu form .bt-comentar:hover {
    background: #666765;
}
.deixe-o-seu .margin-right {
    margin-right: 10px;
}
h2.vejatambem {
    margin-top: 40px;
color: #c00019;
    font-weight: bold;
    font-family: 'exobold';
    font-size: 35px;
    display: inline-block;
    border-bottom: 3px solid #c00019;
    width: 100%;
    padding-bottom: 10px;
}
#owl-veja-mais {
    margin-top: 20px;
    width: 100%;
}
#owl-veja-mais li {
float: left;
    /*max-width: calc(32% - 15px);*/
    width: 92%;
    margin-left: 2%;
    background: #fefefe;
    border: 1px solid #bbbaba;
}
}
#owl-veja-mais li:first-child {
    margin: 0px;
}
#owl-veja-mais li img {
    width: 100%;
}
#owl-veja-mais li a {
    display: inline-block;
}
#owl-veja-mais .img {
    margin: 0px!important;
    width: 100%;
    height: auto;
    padding: 0px!important;
    overflow: hidden;
    border-bottom: 0px!important; 
}
.gsc-input-box {
    background: #fff;
    width: calc(100% - 100px);
    line-height: 42px;
    padding: 0 20px 0 80px;
    font-size: 15px;
    text-transform: uppercase;
    color: #868686;
    font-family: 'Montserrat', sans-serif!important;
    border: 1px solid #c00019;
    border-radius: 5px;
    overflow: hidden;
}

#owl-veja-mais .data {
color: #676565;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'exoregular'!important;
    line-height: 0px;
    padding: 0px 0 0 10px;
    float: left;
    margin: 30px 0 5px;
    display: block;
    width: 90%;
}
#owl-veja-mais span strong {
    font-weight: 400;
    color: #666666;
    font-family: 'exobold';
    padding: 10px;
    display: block;
}
#owl-veja-mais span.like {
font-weight: 400;
    color: #666666;
    font-family: 'exobold';
    padding: 10px 0 8px 10px;
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
    float: right;
    width: 30px;
    text-align: right;
    background: url(../images/assets/like.png) left center no-repeat;
}
#owl-veja-mais span.comment {
font-weight: 400;
    color: #666666;
    font-family: 'exobold';
    padding: 10px 0 8px 10px;
    display: block;
    margin-left: 30px;
    line-height: 40px;
    float: left;
    width: 20px;
    text-align: right;
    background: url(../images/assets/comment.png) left center no-repeat;
}
#owl-veja-mais .txt {
    height: 70px;
    font-family: 'Gotham-Book'!important;
}
#owl-veja-mais .leiamais {
    width: 87px;
    float: left;
    background: #c00019;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    font-family: 'exoregular'!important;
    font-size: 12px;
}
#owl-veja-mais .leiamais:hover{
    background: #fff!important;
    color: #c00019;
    border: 1px solid #c00019;
     padding: 9px 0px;
}
#owl-veja-mais li a:hover .leiamais {
    background: #c00019;
}
#owl-veja-mais a:hover img{
    opacity: 0.90;
}
/**/

.galeria-fotos {
    padding: 20px 0;
}
.galeria-fotos .list-ul li {
    width: 132px;
    height: 139px;
    overflow: hidden;
    margin: 0 0 12px 18px;
}
.galeria-fotos .list-ul li img {
    display: inline-block;
    z-index: 1;
    max-width: 100%;
}
.galeria-fotos .list-ul li img:hover {
    opacity: 0.90;
}
/**/

.box-veja-mais {
    padding: 60px 0 0 0;
}
.box-veja-mais h2 {
    margin: 20px 0;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}
.box-veja-mais .list {
    margin: 0 0;
    padding: 0 0;
}
.box-veja-mais .list li {
    width: 24%;
    margin-right: 12px;
    max-width: 300px;
    padding-bottom: 20px;
}
.box-veja-mais .list li span {
    font-size: 16px;
    line-height: 20px;
    color: #5b5b5f;
    text-align: left;
}
.box-veja-mais .list li strong {
    font-size: 16px;
    line-height: 20px;
    color: #5b5b5f;
}
.box-veja-mais .list li .data {
    color: #5b5b5f;
    font-size: 15px;
    line-height: 20px;
}
.box-veja-mais .list li .img {
    max-height: 200px;
    overflow: hidden;
    border: solid 2px #ffffff;
    margin-bottom: 5px;
}
.box-veja-mais .list li img {
    width: 100%;
}
.box-veja-mais .list li a:hover .img {
    border-color: #5b5b5f;
}
.box-veja-mais .list li .social {
    margin: 17px 0;
}
.box-veja-mais .list li .social a {
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    margin-left: 11px;
}
.box-veja-mais .list li .social a .fa {
    height: 31px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 4px 4px;
}
.box-veja-mais .list li .social a .fa-facebook {
    background: #3a5a98;
}
.box-veja-mais .list li .social a .fa-twitter {
    background: #60caef;
}
.box-veja-mais .list li .social a:hover,
.box-veja-mais .list li .social .bt-mais:hover {
    text-decoration: none;
    opacity: 0.6;
}
.box-veja-mais .list li:last-child {
    margin-right: 0;
}
/**/

.box-scroll {
    position: relative;
    float: left;
    width: 100%;
}
.bt-scroll-topo {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    width: 83px;
    height: 39px;
    background: url("../images/scroll-top.png") no-repeat 0 0;
    z-index: 99;
}
.bt-scroll-topo:hover {
    opacity: 0.5;
}
.interna .content {
    padding-top: 0;
}
.interna #bg-contato {
    min-height: 84px;
}
.interna .content {
    padding-top: 0;
}
.interna .contato h2 {
    cursor: pointer;
    padding-bottom: 0;
    margin: 0 0;
    line-height: 84px;
    background: none;
}
.bg-mais-contato {
    position: relative;
    float: left;
    width: 100%;
}
.mais-contato {
    position: relative;
    float: left;
    width: 100%;
}
#bg-contato-interna {
    position: relative;
    float: left;
    width: 100%;
    min-height: 860px;
}
.backstretch {
    width: 100%;
}
.ativoPag {
    background: #cf0d7a !important;
    color: #fff !important;
    text-decoration: none !important;
    cursor: inherit;
}
#divFundo {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
}
input.gsc-input {
    height: 39px !important;
    line-height: 40px !important;
    padding: 0 0 0 10px !important;
    font-size: 16px !important;
    color: #666 !important;
    margin-top: 2px !important;
}
.gsib_a {
    padding: 0 0 !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 0 !important;
    position: relative;
    float: left;
    width: 100%;
}
#divFundo .gsc-input-box {
    height: 50px !important;
}
#divFundo input.gsc-search-button-v2 {
    width: auto !important;
    padding: 18px 20px !important;
    margin-top: 1px !important;
    background: #c00019;
    border-radius: 5px;
    border: 1px solid #c00019;
}
#btn_orcamento_hidden {
    display: none;
}
.gsst_a .gscb_a {
    margin-top: 16px !important;
}
.gsc-input {
    height: 30px;
}

/*COMEÇO MENU MOBILE BLOG*/
.menu_mobile_blog ul{
    display: none;
}
.menu_mobile_blog.is-active{
    top: 10px;
    position: fixed;
}
.menu_mobile_blog.is-active ul{
    display: block!important;
    padding-top: 80px;
    text-align: center;
}
.menu_mobile_blog.is-active ul li{
    display: block;
    padding: 10px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.menu_mobile_blog.is-active ul li.menu_ini{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    text-align: left;
}
.menu_mobile_blog.is-active ul li.menu_ini i,
.menu_mobile_blog.is-active ul li.menu_fim i{
    color: #fff;
    font-size: 30px;
    margin-top: -8px;
    display: block;
}
.menu_mobile_blog.is-active ul li.menu_fim i{
    color: #fff;
    font-size: 30px;
    margin-top: -8px;
}
.menu_mobile_blog.is-active ul li.menu_fim span{
    padding:10px;
    margin-top: 0px;
    float: left;
    display: block;
    font-family: 'exoregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.menu_mobile_blog.is-active ul li.menu_ini a,
.menu_mobile_blog.is-active ul li.menu_fim a{
    text-align: left;
    width: auto;
    padding: 10px!important;
    display: block!important;
    float: left!important;
}
.menu_mobile_blog.is-active ul li.sub li{
    display: none;
}
.menu_mobile_blog.is-active ul li.sub ul{
    display: none!important;
}
.menu_mobile_blog.is-active ul li.sub:before {
    content: "";
    width: 9px;
    height: 7px;
    display: block;
    position: absolute;
    background: url(../images/seta-sub-menu.png) no-repeat left top;
    top: 18px;
    right: 10px;
}
.menu_mobile_blog.is-active ul li.sub:hover:before {
    background: url(../images/seta-sub-menu.png) no-repeat left bottom;
}
.menu_mobile_blog.is-active ul li a{
    color: #fff;
    text-decoration: none;
    font-family: 'exoregular';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 18px;
    padding: 3px;
    display: block;
    text-align: center;

}
.menu_mobile_blog {
    width: 30%;
    float: right;
    z-index: 1;
    display: none;
}
.menu_mobile_blog .hamburger .line{
    width: 40px;
    height: 5px;
    background-color: #c00019;
    display: block;
    margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu_mobile_blog .hamburger:hover{
  cursor: pointer;
}
.menu_mobile_blog.is-active .hamburger .line:nth-child(2){
  opacity: 0;
}

.menu_mobile_blog.is-active .hamburger .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.menu_mobile_blog.is-active .hamburger .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/**/
/**/

/*BLOG*/
section.interna{
    height: 110px!important;
}
section.interna .conteudo .top .txt h2{
    padding-top: 15px!important;
    font-size: 50px!important;
}
section#blog{
    margin-top: 30px;
    width: 100%;
    height: 360px;
    display: block;
    background: url(../images/assets/quem-somos/bg-quem-somos.jpg) no-repeat center center;
}
section#blog .conteudo{
    width: 980px;
    height: 100%;
    display: block;
    margin: 0 auto; 
    position: relative;
}
section#blog .conteudo .top .txt h2{
    font-family: 'exolight';
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding-top: 90px;
    text-align: left;
    font-family: 'chinese-rock';
}
section#blog .conteudo .top .txt h2 strong{
    font-family: 'exoextrabold';
    color: #fff;
    font-family: 'chinese-rock';
}
section#blog .conteudo .top .txt p{
    font-family: 'exoregular';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: relative;
    float: left;
    display: block;
    width: 50%;
    text-transform: uppercase;
    text-align: left;
    padding: 30px 0px;
}
/*FIM BLOG*/


@media (max-width: 1024px) {
    .box .list {
        padding-right: 10px;
    }
    .box .right {
        padding-left: 10px;
    }
    .box-veja-mais {
        padding: 0 10px;
    }
    .box-veja-mais .list {
        width: 100%;
        max-width: 100%;
    }
    .box-veja-mais .list li {
        width: 48%;
        max-width: 48%;
        vertical-align: top;
    }
    .box-veja-mais .list li span strong {
        margin-bottom: 10px;
    }
    .box-veja-mais .list li span.img {
        margin-bottom: 10px;
        padding: 0 0;
    }
    .tit-internas {
        padding-top: 0;
    }
    /**/
    
    .galeria-fotos .list-ul {
        text-align: center;
    }
    .galeria-fotos .list-ul li {
        margin: 0 9px 12px 9px;
    }
}
@media (min-width: 730px) and (max-width: 1024px) {
    header .mobile,
    header.is-active .mobile{
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .box-veja-mais .list li span {
        padding: 0 10px;
    }
    .box-veja-mais .list li span.img img {
        max-width: 100%;
    }

}
@media (max-width: 767px) {
    ul#owl-veja-mais {
        width: 80%;
        margin: 30px auto!important;
        left: 10%;
    }
    #categorias_blog,
    #categorias_blog.collapse {
        display: none;
    }
    #categorias_blog.in {
        display: block;
    }
    #categorias_blog {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        z-index: 99;
        max-width: 265px;
    }
    #categorias_blog .list-ul {
        background: #ffffff;
        z-index: 9;
        margin-bottom: 0;
    }
    #categorias_blog .search {
        background: #ffffff;
        margin-bottom: 0;
        padding: 20px 20px;
    }
    #categorias_blog .formbusca input,
    #categorias_blog .formbusca .btn-busca {
        height: 32px;
        line-height: 32px;
    }
    .overflow-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(110, 110, 110, 0.7);
    }
    .tit-internas {
        z-index: 999;
    }
    .tit-internas h1 {
        text-align: left;
    }
    .box .list {
        width: 100%;
        padding-right: 0;
        text-align: left;
        border-right: none;
    }
    .box .right {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }
    .box .right.form {
        margin-bottom: 14px;
    }
    /**/
    .right.form {
        background: transparent;
        margin-bottom: 0px;
    }
    /**/
    
    .box-veja-mais {
        margin: 0 0 82px 0;
        padding: 20px 20px 0 20px;
        background: #ffffff;
    }
    .box-veja-mais .list li {
        width: 100%;
        max-width: 100%;
    }
    .box-veja-mais .list li span {
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        padding: 11px 0 0px 6px;
    }
    .box-veja-mais .list li span.data {
        display: block;
        font-size: 11px;
        color: #aeaeae;
        line-height: 15px;
        position: relative;
        float: left;
        width: 100%;
        font-style: italic;
        padding: 0 0 0 6px;
    }
}

@media (max-width: 480px) {
    #owl-veja-mais {
        text-align: center;
    }
    ul#owl-veja-mais {
        width: calc(80% + 2px);
        margin: 30px auto!important;
        left: 10%;
    }
    #owl-veja-mais li {
        float: none;
        max-width: 300px;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px!important;
        display: inline-block;
        text-align: left;
    }
    ul#owl-veja-mais .owl-wrapper-outer{
        width: calc(100% + 2px);
    }

}
/*# sourceMappingURL=blog.css.map */

#categorias_blog .ativo{
    color: #c00019;
    font-weight: bold;
    text-decoration: underline!important;
}



.box .post .box-social .dir {
    display: block;
    width: auto;
    float: right;
}

a.whatsapp{
    display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 980px) {
    .box .post .box-social .dir {
        margin-top: 5px;
    }
    .txt ul{
        width: 90%;
    }
    .pag_blog {
      padding: 25px 7px;
    }
    .box .post .box-social .bt-mais{
        width: auto;
    }
    section#blog .conteudo .top .txt h2{
        padding: 90px 10px 0px;
        width: calc(100% - 20px);
    }
    section#blog .conteudo .top .txt p{
        width: calc(100% - 40px);
        padding: 20px; 
    }
    a.whatsapp,i.fa.fa-whatsapp{
        display: block!important;
    }
    header .top {
        display: block;
        position: absolute;
        float: right;
        right: 0px;
        width: calc(50% - 20px);
        height: 40px;
        margin: 0 10px!important;
    }
    .menu_mobile_blog {
         /*display: block;*/
    }
    section.sobre p:nth-child(2){
        padding: 10px;
        width: 90%!important;
    }
    section.equipe div.content{
        width: 100%;
    }
    section.links div.content{
        width: 100%
    }
    section.links div.content a.box:nth-child(1),
    section.links div.content a.box:nth-child(2){
        width: 90%;
        float: none;
        margin-bottom: 10px;
        min-height: 130px!important;
        padding: 0px;
    }
    section.links a.box i.ico{
        left: 18px;
        top: 22px;
    }
    section.links a.box h1{
        font-size: 12px;
        padding: 0px;
        padding-top: 55px;
        height: auto;
    }
    section.equipe div.box{
        width: 90%;
        padding: 0px;
        float: none;
        margin: 0px 5%;
        min-height: auto;
        margin-bottom: 10px;
        display: inline-block;
    }
    section.links {
        background: #c00019;
        color: #fff;
        margin-bottom: 230px;
        height: 125px;
    }
    .pag_blog h1{
        width: 70%;
        font-size: 20px;
        float: left;
    }
    .box .post .comentarios,.box .post .data{
        width: 50%;
        font-size: 10px;
    }
    .pag_blog .box{
        width: 90%;
        margin: 0 2%;
    }
    .box-comentario,.deixe-o-seu {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }
    .deixe-o-seu {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }
    .deixe-o-seu form textarea{
        width: 94%;
    }
    .deixe-o-seu form .bt-comentar{
        margin: 0 25% 20px;
        float: none;
        width: 150px;
    }
    .box .post-interna {
        width: 100%;
        padding: 0px;
    }


}

.slider.servicos {
    display: block;
    float: left;
    width: 100%;
}

#owl-veja-mais .owl-buttons .owl-prev:hover, 
#owl-veja-mais .owl-buttons .owl-next:hover{
    border: 1px solid #54000b!important;
}

#owl-veja-mais .owl-buttons .owl-prev, 
#owl-veja-mais .owl-buttons .owl-next{
    margin-top: -30px!important;
}
#owl-veja-mais .owl-buttons .owl-next{
    margin-right: -38px!important;
}
#owl-veja-mais .owl-buttons .owl-prev{
    margin-left: -38px!important;
}
i.fa.fa-whatsapp{
    display: none;
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
    .menu_mobile_blog {
         /*display: block;*/
    }
    .box .right{
        display: none;
    }
    .box .list{
        width: 100%;
        border-right: 0px;
    }

}
@media only screen 
and (min-width : 1024px) 
and (max-width : 1224px) {


}


