/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

/* RESET DO SLIDER HOME */
#bigpainel .wp-posts-carousel-image,.wp-posts-carousel-container,.wp-posts-carousel-slide{
    padding: 0 !important;
    border: 0 !important;
}
#bigpainel .wp-posts-carousel-container{
    position: relative;
}
#bigpainel .wp-posts-carousel-details{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding:15px;
    z-index: 11;
}
#bigpainel .wp-posts-carousel-details:before{
    position: absolute;
    height: 120%;
    content: "";
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.62) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9e000000',GradientType=0 );
    bottom: 0;
    left: 0;
    z-index: -1;
}
#bigpainel .compact-theme.wp-posts-carousel .wp-posts-carousel-title a{
    color: #fff;
    font-size: 36px;
    font-family: "Montserrat";
    line-height: 42px;
}
#bigpainel .compact-theme.wp-posts-carousel .wp-posts-carousel-desc {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    font-family: "Montserrat";
}
#bigpainel .compact-theme.wp-posts-carousel .wp-posts-carousel-title{
    text-align: left;
}
#bigpainel .wp-posts-carousel-categories{
    display: none;
}

.homesec.type3 .post-img .post-title a{
    font-size: 24px;
}
.titulo-secoes{
    margin-top: 0;
    margin-bottom: 20px;
}
.titulo-secoes a,
h1.titulo-secoes{
    margin: 10px 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #0a0a0a;
    text-transform: initial;
    font-family: "Montserrat", sans-serif;
}
.titulo-secoes a span,
h1.titulo-secoes span{
    width: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    background: #113f77;
}
h1.titulo-secoes{
    margin:0 0 16px 0;
}
#bigpainel{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
#bigpainel .owl-controls{
    display: none;
}
#sidebar .widget-title,
.side-painel h3.widget-title{
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0a0a0a;
    text-transform: initial;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    position: relative;
    padding: 0 0 0 40px;
}
#sidebar .widget-title:before,
.side-painel .widget-title:before{
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f141";
    width: 30px;
    background: #113f77;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.side-painel .social,
.side-painel .nums{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    list-style: none;
    padding-left: 0;
}

.side-painel .anuncie{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.nums a{
    font-weight: 800;
    color: #333;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.nums .fa{
    color: #97ad25;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.nums li{

}

body {
    padding-top: 28px;
}
.header-fixo{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 1px 1px 1px #efefef;
}
.topo{
    background: #113f77;
    padding: 10px 0;
    border-bottom: 1px solid #e9eaed;
}
.post-img img{
    height: auto;
}
.header-fixo .fa{
    color: #fff;
}

.homesec .post-img{
    position: relative;
}

.homesec .post-img .post-title{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    z-index: 11;
    width: 100%;
    margin: 0;
}
.homesec .post-img .post-title a{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.homesec .post-img .post-title:before{
    position: absolute;
    height: 120%;
    content: "";
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9e000000',GradientType=0 );
    bottom: 0;
    left: 0;
    z-index: -1;
}
.homesec .post-img{
    overflow: hidden;
}
.homesec .post-img img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.homesec article:hover .post-img img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.sec-agenda .p1{
    margin-bottom: 30px;
}

.sec-agenda .p0 .post-img .post-title a{
    font-size: 24px;
    line-height: 30px;
}
.homesec.type2 article{
    margin-bottom: 30px;
    min-height: 223px;
}
.homesec.type6 article{
    float: left;
    width: 100%;
    margin-bottom: 17.5px;
}
.homesec.type6 article .post-title{
    margin: 0;
    padding-left: 10px;
}
.homesec.type6 .col-lg-5 article .post-title a{
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.homesec.type6 .col-lg-7 article .post-title a{
    font-size: 20px;
}

.homesec{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.topside{
    float: left;
    width: 100%;
}

.menu-topo{
    float: left;
    width: 100%;
}

.box-rodape{
    float: left;
    width: 100%;
    padding: 30px 15px;
    background: #113f77;
    position: relative;
    top: -30px;
}
ul.fcats{
    padding-left: 0;
    list-style: none;
}
.fcats li{
    width: 50%;
    float: left;
}
.fcats li a{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
}

.contato-footer h5{
    margin: 20px 0 6px 0;
    letter-spacing: 1px;
}

.box-rodape .cadastro a{
    display: block;
    background: #262424;
    letter-spacing: 1px;
    padding: 10px 0;
    box-shadow: 1px 1px 11px -1px #000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin: 25px 10px 0 10px;
    line-height: 28px;
}

.box-rodape p{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.box-rodape h4{
    margin-top: 0;
    font-size: 18px;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.footlogo{
    margin-bottom: 20px;
    padding-right: 20px;
}

.bt-home{
    margin-top: 0;
}

.logged-in .header-fixo{
    top: 32px;
}

.logo img{
    padding-top: 0;
}

.menu-principal {
    background-color: #fff;
}

.menu-principal .navbar-nav>li>a{
    font-family: "Montserrat", sans-serif;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.menu-principal .navbar-nav>li:first-child a{
    padding-left: 0;
}

.navbar-menu{
    float: left;
}

html,
body {
    height: 100%;
}

ul.social{
    padding-left: 0;
    list-style: none;
}

ul.social li{
    /*width: 48%;*/
    /*float: left;*/
}
ul.social li:nth-child(odd){
    /*margin-left: 1%;*/
}
ul.social li:nth-child(even){
    /*margin-right: 1%;*/
}
ul.social li a{
    color: #fff;
    /*padding: 12px 30px 12px 17px;*/
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    font-size: 14px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    text-align: center;
    border-radius: 50%;
}

ul.social li a.fb{
    background-color: #3b5998;
}
ul.social li a.ig{
    background-color: #964b00;
}
ul.social li a.gp{
    background-color: #dc4a38;
}
ul.social li a.yt{
    background-color: #c3181e;
}
ul.social li:hover a{
    background-color: #143956;
}
ul.social li a .fa{
    /*float: left;*/
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    width: 100%;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

ul.socialfooter{
    list-style: none;
    padding-left: 0;
}


.socialfooter a{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 35px;
}
.socialfooter a .fa{
    font-size: 14px;
    margin-right: 25px;
    width: 18px;
}

.logone{
    margin: 0 0 10px 0;
    position: relative;
    top: -8px;
}
.np{
    padding:0 !important;
}
.period {
    display: block;
    font-style: italic;
}

.logo img {
    max-width: 100%;
}

.sign h2{
    color: #1981d0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.sign h2 span{
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0;
}
/* Footer Styles */
#headerAll {
    padding-top: 55px;
    padding-bottom: 10px;
}
footer#rodape {
    background: #262424;
    margin-top: 40px;
}

.contato-footer a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
}

.type6 .homesec .post-img{
    min-height: initial;
}

.single-post h1{
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    line-height: 130%;
    font-weight: bold;
    color: #333;
}
.conteudo-artigo p{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    height: 88px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context{
    opacity: .9;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.archive.category h1{
    padding: 15px 0 0;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    border-bottom: 4px solid #b9d043;
    font-weight: bold;
    line-height: 150%;
    display: inline-block;
}

.detalhes-anunciante #jp-relatedposts{
    display: none;
}

.catdescription img{
    height: auto;
}

.abaixocat .item-recente a{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    height: 88px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}

.conteudos-recentes.abaixocat{
    margin: 20px -15px 30px -15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span{
    font-weight: bold;
}

.abaixocat .item-recente img{
    margin-bottom: 8px;
}

img{
    height: auto;
}

.nossos-numeros{
    margin-bottom: 40px;
}
.conteudos-recentes.abaixocat h3{
    margin-bottom: 10px;
    padding-left: 15px;
}


/* Responsive Styles */

@media (max-width: 1200px){
    ul.social li a .fa{
        font-size: 19px;
    }
    .menu-principal .navbar-nav>li>a{
        font-size: 12px;
    }
    .navbar-nav>li>a{
        padding: 0 10px;
    }
    .menu-topo{
        margin-top: 0;
    }
    .bt-home {
        padding: 2px 8px;
    }
    ul.social li a {
        color: #fff;
        display: block;
        float: left;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 19px;
        -webkit-transition: background-color .25s;
        -moz-transition: background-color .25s;
        -ms-transition: background-color .25s;
        -o-transition: background-color .25s;
        transition: background-color .25s;
    }
}

@media(max-width:991px) {
    ul.social li a .fa {
        font-size: 25px;
    }

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .socialfooter{
        text-align: center;
    }
    .socialfooter li{
        display: inline-block;
        margin:0 15px;
    }
    .socialfooter a .fa{
        margin-right: 3px;
    }

    .sf{
        margin-top: 40px;
    }
    .sf h4{
        text-align: center;
    }

}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}