html,
body {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;

    color: #111111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    font-smooth: always;

    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    overflow-x: hidden;
    background: #FFF;

}

.search{
    background-color: transparent;
}

/* Menu */

.menu {
    display: flex;
    justify-content: space-between;
}

.menu > div{
    width: 1200px;
    height: 40px;
}

body{
    overflow-x: hidden;
}

.menu {
    background-color: #111111;
    min-height: 70px;
    padding-top: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

#banner .glyphicon {
    line-height: 10px;
    font-size: 30px;
}

#banner .carousel-control{
    width: 50px;
}

.menu .icone #counter, #counter-mob{
    background: #F1BE7F;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: center;
    border-radius: 100%;
    width: 19px;
    height: 19px;

    position: absolute;
    bottom: 10px;
    right: -20px;

    display: none;
}

#counter-mob{
    bottom: 20px;
    right: 5px;
}
.submenu-mobile li:last-child{
    padding-right: 25px;
}

.servico-mobile li{
    text-align: right;
}

#nav-mobile{
    width: 100%;
    background-color: #111111 !important;
    position: fixed;
    top: 70px;
    z-index: 1000000;
    display: none;
}

.menu-mobile{
    display: none;
    background-color: #111111 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-mobile li{
    display: inline-block;
}

.group-menu{
    float: right;
}

.submenu-mobile{
    /*position: absolute;*/
    /*display: none;*/
}

.submenu-mobile li{
    padding: 10px;
    text-align: right;
    /*border-bottom: 1px solid #f7ecb5;*/
    padding-right: 20px;
    list-style-type: none;
}

.submenu-mobile a:hover{
    text-decoration: underline;
    color: #FFFFFF;
}

.servico-mobile{
    /*display: none;*/
    background: #333;
    font-size: 12px;
    padding-right: 15px;
}

@media screen and (max-width: 529px) {

    .menu-mobile{
        display: block;
    }

    .menu{
        display: none;
    }

}

body { overflow-x: hidden; } /* trick from css-tricks comments */

/* FIRST LEVEL */

.menu ul li{
    display: inline-block;
    position: relative;
    padding: 3px 10px 3px 0;
    z-index: 100;
    list-style: none;
}

a{
    color: #FFFFFF;
}

a:hover{
    text-decoration: underline;
    color: #FFFFFF;
}


/* SECOND LEVEL */

.menu ul li ul{
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
    z-index: 101;
    visibility: hidden;
    background: #000000;
    color: #FFFFFF;
}

.menu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    color: #FFFFFF;
}

.menu ul li ul li{
    padding: 3px 0;
    width: 200px;
    color: #FFFFFF;
}

/*.menu-area{
    background-color: #000000;
    height: 70px!important;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu ul > li > a{ display: inline-block; text-align: center }

.menu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    color: #FFFFFF;
}

.menu ul > li > ul {
    position: absolute;
    z-index: 10000000;
    background: #151515;
    top: 90%;
    padding: 0 1000em; /* trick from css-tricks comments */
/*    margin: 0 -1000em; /* trick from css-tricks comments */
/*    visibility: hidden;
    color: #FFFFFF; }

.menu ul > li > ul > li { display: none; height: 70px;  }

.menu ul > li > ul > li  a{
    text-align: center;
    margin: 0 auto!important;
}

.menu ul{
    list-style-type: none;
}

.menu a{
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 20px;
}

.menu a:hover{
    text-underline: underline;
}

.menu > div{
    width: 1100px;
}

.menu-item-76{
    width: 75px!important;
}

#menu-item-84 images{
    width: 40px;
    height: 30px;
}

#menu-item-78 images{
    width: 16px;
    height: 15px;
}
*/

#footer-1{
    background-image: url('../images/slide3.jpg');
    max-width: 1920px;
    height: 270px;
    padding-top: 50px;
}

.container.footer h2{
    color: #FFFFFF;
}

.breadcrumb{
    font-weight: 300;
    padding-top: 80px;
    background-color: transparent;
    font-size: 11px;
    font-family: Roboto !important;
}

.breadcrumb a{
    color: #000000;
}

#footer-1 p{
    color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 20px;
    text-align: center;
}
#footer-2{
    background-color: #111111;
    max-width: 1920px;
    height: 270px;
    padding-top: 30px;

 }

#footer-2 p {
    color: #FFFFFF;
    padding-top: 30px;
    font-size: 14px;
}

#adress{
    float: left;
}

.logo-footer{
    padding-top: 30px;
}

.pull-right-img-footer {
    position: absolute;
    right: 0;
    padding-top: 60px;
}

.button-footer{
    width: 200px;
    color: #F1BE7F;
    border: 1px solid #F1BE7F;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 20px 10px 20px;
}

.button-footer:hover{
    background: #F1BE7F;
    text-decoration: none;
    color: #111111;
}

.icone-social{
    float: right;
}

.social-media li{
    display: inline-block;
    padding: 80px 8px 0 8px;
}

.published{
    color: #819FB0;
}

.search-title{
    padding-top: 20px;
}

.search-title a{
    color: #151515;
}

.search-title a:hover{
    text-decoration: underline;
}

.content-rodape ul li{
    display: inline-block;
}

.content-rodape{
    list-style-type: none;
}

.readmore{
    padding-left: 15px;
    padding-right: 50px;
}

.readmore a{
    color: #AF4F31;
    font-size: 16px;
    font-weight: 700;
}

.readmore-2{
    padding-right: 50px;
    text-align: left;
}

.readmore-2 a{
    color: #AF4F31;
    font-size: 16px;
    font-weight: 700;
}

.published-2{
    color: #819FB0;
}

.content-rodape-sec{
    text-align: left!important;
    padding-left: 0!important;

}
.content-rodape-sec li{
    display: inline-block;
    text-decoration: none;
}

.title {
    margin-top: 30px;
}

.title h1{
    padding-bottom: 30px;
}

.title h2:hover{
    text-decoration: underline;
}

.title a{
    color: #111111;
    text-decoration: none;
    font-weight: 500;
}

.search-form{
    width: 180px;
    vertical-align: center;
    box-shadow: 0 2px #C3C3C3;
}

#search{
    float: left;
    background-color: transparent;
    font-size: 14px;
    border: none;
    height: 32px;
    width: 150px;
    outline: none;
}

.search-home, .search-2{
    padding-top: 30px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

article{
    margin-bottom: 30px;
}
.thumbnail{
    margin-bottom: 50px;
}

.thumbnail-destaque{
    float: left;
}

.meta-info-destaque{
    float: right;
}

.post-navigation{
    color: #C3C3C3;
    padding-bottom: 10px;
    font-weight: 700;
}

.nav-links{
    margin: 0 auto;
    font-weight: 700;
}

.page-numbers{
    color: #151515;
}

.error-404{
    padding-top: 50px;
}

.error-search{
   margin-top: 5px!important;
}

.single-title{
    margin-top: 30px;
}

@media screen and (max-width: 995px){
    #footer-1{
        height: 300px;
    }
}


@media screen and (max-width: 768px){
    .menu-area{
        display: none;
    }

    .social-media{
        float: left;
        display: inline-block;
    }

    #footer-1{
        height: 380px;
    }

    #footer-2{
        height: 380px;
    }

    .icone-social{
        margin: 0 auto!important;
    }

    .thumbnail-destaque, .meta-info-destaque{
          float: none!important;
      }
}


@media screen and (max-width: 572px){
    #adress, #social-media{
        width: 100%;
    }

    .social-media{
        float: left;
    }

    .social-media li{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer-2{
        height: 370px;
    }
}

@media screen and (max-width: 428px){
    #footer-1{
        height: 440px;
    }
}




.news{
    margin-top: 100px !important;
}