body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-top: 92px;
}
p{
    font-size: 18px;
    color: #666;
    font-weight: 300;
    line-height: 160%;
}
a{
    color:#337ab7;
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
}
::selection {
    color: #ffffff;
    background: #0c86c5; 
}
.banner-principal img{margin:0 auto;}
::-moz-selection {
background: #0c86c5; color:#FFF;/* Gecko Browsers */
}
@-webkit-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}
@-moz-keyframes fadeIn {0% { opacity: 0;}100% { opacity: 1; }}
@-o-keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}
@keyframes fadeIn {0% { opacity: 0; }100% { opacity: 1; }}


.barratop{
    background: #404040;
transition: opacity 2s linear;
transform:translate(0);
opacity: 1;
overflow: hidden;
padding: 0 15px;
}
.barratop span{
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 8px;
}
.barratop a{
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.header{background: #FFF;}


.navbar-brand{height: 80px;}
.navbar-brand img{height: 100%;width: auto;}
.navbar{
    margin: 0;
    border: 0;
    background: #fff;
    border-radius: 0;
}
.navbar li a{color:#000 !important;text-transform: uppercase;    padding: 30px 15px;}
#navbar{margin: 0;padding: 0;}


/***************
PESQUISA
****************/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 2000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 16px 0;
    margin-top: 81px;
    margin-left: -55px;
    background: none;
    color: #FFF;
    font-size: 15px;
    line-height: 160%;
    border: 2px solid;
    display: inline-block;
    padding: 11px 21px;
    text-transform: uppercase;
    font-weight: 500;
    
}
#search .close {
    position: fixed;
    top: 15%;
    right: 49px;
    color: #fff;
    opacity: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 10px 17px;
    font-size: 65px;
}
/***************
FIM PESQUISA
****************/
.actions.col-md-2{width: 16.66666667% !important;}
.header-nav-actions a{
        color: #000;
    padding: 30px 0px 30px 30px;
    display: block;
    text-transform: uppercase;
}
.header-infos{
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.09);
}
.header-nav-actions a:hover{text-decoration: none;    color: #3d59f9;}
.header-nav-actions{    border-left: 1px solid #ddd;}
.header-nav-actions a i{margin-left: 5px;}
.small-height .barratop{
    transform:translate(9999px);
opacity: 0;
height: 0;
overflow: hidden;
}
.small-height .navbar-header h1.logo{margin: 20px 0;}
.small-height .header-infos-sub{margin: 27px 0;}

.navbar .dropdown-menu>li>a{padding:11px;}

.carousel-caption-center {
    text-align: center;
    }
    .carousel-caption-left {
    text-align: left;
    }
    .carousel-caption-right {
    text-align: right;
    }
    
    .carousel-caption h3 {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #fff;
    text-shadow: 3px 3px #333;
    }
    
    .carousel-caption p {
        color: #fff;
        font-size: 1em;
        text-shadow: 2px 2px #333;
    }
    
    .carousel-caption a.btn {
    background: none;
    color: #fff;
    border-color: #fff;
    text-shadow: 2px 1px #333;
}

/*#############
Slide banner

.bannerfull .owl-carousel .owl-stage-outer{z-index: 100;}
.bannerfull .owl-prev, .bannerfull .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
  align-items: center;
  justify-content: center;
    width: 15%;
    font-size: 80px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 300;
}
.bannerfull .owl-next{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.bannerfull .owl-prev {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
. bannerfull .owl-prev i, .bannerfull .owl-next i{
        position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 47px;
    height: 81px;
    margin-top: -10px;
margin-right: -10px;
    left: 44%;
}
Fim Slide banner
##############*/

.bgcinza{padding: 5% 0;background-color: #f8f6f9 ;}
h2{
    font-size: 50px;
    color: #252525;
    line-height: 57px;
    text-align: left;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 30px;
}
.btnp{
    font-size: 15px;
    color: #000;
    line-height: 160%;
    border: 2px solid;
    display: inline-block;
    padding: 11px 21px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 16px 0;
}
.bgblack{padding: 5% 0;background-color: #252525 ;}
.bgblack h2, .bgblack h3, .bgblack p{color: #FFF;}
.pad-top{padding-top:30px;}
.pad-bottom{padding-bottom:30px;}

#videobg{text-align: center;}
#videobg .center-block {
    max-width: 98%;
    /* max-width: calc(100% - 0.25em) /* Only for IE9+; */
        display: inline-block;
    vertical-align: middle;
    text-align: center;
        padding: 14% 0;
}
#videobg h1{
    color: #FFF;
    font-size: 70px;
    margin: 0;
}
#videobg h2{
    color: #FFF;
    font-size: 30px;
    margin: 0;
}

.areablog{padding: 5% 0;}
.areablog figure{width:100%;overflow: hidden;max-height: 250px;background: -webkit-linear-gradient(-45deg, #fdc029 0%,#fdc029 100%);
    background: linear-gradient(-45deg, #fdc029 0%,#fdc029 100%);}
.areablog figure img{width: 100%;transform-style: preserve-3d;    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;}
.areablog article:hover img{
    transform: scale(1.15) ;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
    opacity: 0.6;
}
.areablog article figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.areablog article h3 a{color:#000;}
footer{    background: #252525;}
footer .container{padding: 5% 0;}
footer h4{color: #FFF;text-transform: uppercase;text-align: center;margin: 0; margin-bottom: 25px;}
footer p{    color: rgba(255,255,255,0.7);font-size: 16px;}
footer .col-sm-4{text-align: center;}
footer .social a {
    display: inline-block;
    font-size: 29px;
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin: 0 5px;
}
.assinatura {padding:10px 0;}
.assinatura img{width:80px;height: auto;}
.assinatura p {
    line-height: 33px;
    margin: 0;
}
/*.container{overflow: hidden;}*/

#spinner{
    width: 80px;
    height: 80px;
    
    border: 2px solid #f3f3f3;
    border-top:3px solid #ffbe1d;
    border-radius: 100%;
        z-index: 4000;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 1s infinite linear;
}
.areablog .owl-nav{position: absolute;top: 46%;width: 100%;}
.areablog .owl-nav div{
    color: #ccc;
    border: 2px solid;
    font-size: 30px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.19);
    position: absolute;
}
.imgrep img{width: 100%;height: auto;}
.imgrep img:hover{
    transform: translate3d(0px, -6px, 0px);
    -moz-transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 9px 25px 0px rgba(0,0,0,0.15);
}
.areablog .owl-nav div.owl-prev{left: -70px;}
.areablog .owl-nav div.owl-next{right: -70px;}
.titulospaginas::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    top: 0;
}
.main{overflow: hidden;}
.noexib{display: none !important;}
.gallery {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    background: #000;
  }
  
  .gallery div {
    position: relative;
    float: left;
    padding: 5px;
    width: 20%;
    opacity: 0.5;
  }
  
  .gallery div img {
    display: block;
    width: 100%;
    transition: .1s transform;
    transform: translateZ(0); /* hack */
  }
  
  .gallery div:hover {
    z-index: 1;
    opacity: 1;
  }
  
  .gallery div:hover img {
    transform: scale(1.1,1.1);
    transition: .3s transform;
  }
  
  .cf:before, .cf:after {
    display: table;
    content: "";
    line-height: 0;
  }
  
  .cf:after {
    clear: both;
  }
.resumepage{
    font-size: 23px;
    color: rgba(66, 66, 66, 0.79);
    text-align: left;
    padding: 30px 0;
}



@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
#load{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.titulospaginas{
    margin-top: 15px;
    padding: 13% 0;
    position: relative;
    margin-bottom: 40px;
}
.titulospaginas h1 {
    text-align: center;
    font-size: 48px;
    margin: 0;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    line-height: 1.4;
    padding: 20px 0 ;
    overflow: hidden;
}
.breadcrumb {
    background: none;
    position: relative;
}
.breadcrumb li a{color: #FFF;}

#blogbox img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#blogbox h2.titulo{
    margin: 7px 0;
    font-size: 18px;
    color: black;
    line-height: 25px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
}
#blogbox {margin-bottom: 50px;background: #FFF;}
#blogbox h2.titulo a{color: #000;}
#blogbox .categorias{padding: 5px 0;}

#blogbox .more-link{
    font-size: 13px;
    color: #000;
    line-height: 160%;
    border: 2px solid;
    display: inline-block;
    padding: 11px 21px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 16px 0;
}
#blogbox .data{
    color: #999999;
    text-transform: capitalize;
    font-style: italic;
}
#blogbox img{width: 100%;}

.main.blog{background: #f5f5f5;}

.noticiamenor {
    background: #fff;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.noticiamenor:hover{background: #eee;}
.noticiamenor .content-date{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #464646;
    text-decoration: none;
}
.noticiamenor h4{
    margin-top: 0;
    font-size: 14px;
    line-height: 19px;
    color: #464646;
    text-decoration: none;
}
.main.blog{padding: 60px 0;}

.widget{margin-bottom: 30px;}
.widget h5 {
    margin: 0;
    background: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    color: #777;
}
.menu-blog-ul li{margin: 0;}
.menu-blog-ul li a{
    background: #fff;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    color: #000;
}
.ul-arquivos .menu-produtos.menu-arquivos{
    margin: 0;
    background: #FFF;
    text-transform: uppercase;
    padding: 15px;
    color: #777;
}
#blogbox .entry-header, #blogbox .entry-content{padding: 10px;}
.titulospaginas.detblog{max-height: 450px;padding: 7% 0;}
.galblog .gallery{background: none !important;padding: 0;box-shadow: none;}
.titulospaginas.pageblog{background-position: center top;margin:0 !important;}
.menupage .bgavatar{
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.menupage .topomenu{
    width: 100%;
    display: table;
    background-position: top center;
}
.menupage .contmenu{
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 10px;
    background: rgba(247, 247, 247, 0.58);
}
.menupage  .contmenu h3 {
    font-size: 24px;
    font-style: normal;
    letter-spacing: -.2px;
    line-height: 1.5;
    text-transform: none;
    color: #222;
}
.menupage {
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}
.menupage:hover {
    transform: translate3d(0px, -6px, 0px);
    -moz-transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 9px 25px 0px rgba(0,0,0,0.15);
}
.menupage a{text-decoration: none;}
.infoscontato i{display: block;font-size: 30px;}
.titulospaginas.pagecontato{max-height: 350px;padding: 3% 0;}
.contatospages .alert.alert-info{
    background: none;
    border: 0;
    box-shadow: none;
}
.contatospages form label{display: none;}
.contatospages form .element{margin-bottom: 20px;}
.contatospages form .element.captcha{width:342px;float: left;}
.contatospages form .element.captcha img{float: left;}
.contatospages form  .element.captcha .form-control{float: right;    min-height: 50px;}
.contatospages form #btEnviar{
    background: #ccc;
    border: 0;
    box-shadow: none;
    width: 215px;
    height: 50px;
    display: block;
    float: right;
}
.contatospages form .element.btEnviar{overflow: hidden;}

.menu-lateral.pages .ul-menu-nav{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 5px #eeeeee;
}
.menu-lateral.pages .nav-header{
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    color: #333;
    display: block;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
}
.menu-lateral.pages .nav-header:before{
    background: #0b96be none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
.menu-lateral.pages li{
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
}
.menu-lateral.pages li:not(:last-child) {border-bottom: 1px solid rgba(0, 0, 0, 0.12);}
.menu-lateral.pages li a::before {
    color: #333;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0px;
}
.menu-lateral.pages li a{
    padding: 0;
    padding-left: 20px;
    margin: 0;
    background: none !important;
    color: #000;
}
.contatosrodape p, .contatosrodape a{color: #FFF;font-weight: bold;}
.titulospaginas h1{text-align: left;    font-size: 40px; position: relative;}

.nav.navbar-nav > li > a{    transition: all 500ms ease 0s;display: block;position: relative;}
.nav.navbar-nav > li.open > a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #48c7ec;
    content: "";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media only screen and (max-width: 1100px){
    .header-infos-sub {
        justify-content: center !important;
        align-items: center !important;
        margin: 15px 0 20px 0 !important;
    }
    .navbar-header h1.logo {
    margin: 10px 0;}
    .logo img, .navbar-header .logo img {
    max-width: 139px;
}
body{    padding-top: 120px;}
.areablog .owl-nav div.owl-prev {
    left: 2px;
}
.areablog .owl-nav div.owl-next {
    right: 2px;
}
.areablog .owl-nav {
    top: -81px;
}
.titulospaginas{margin-top: 0;}
}
@media (max-width: 1200px){
    .carousel-caption {
        top: 20%;
    }
    #videobg{height: 440px !important;}
    .navbar-brand{    padding: 15px 0;}
.navbar .col-md-8{padding:0;}
.navbar li a{
        padding: 30px 6px;
    font-size: 13px;
}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .barratop a{    padding: 10px 7px !important;}
    .navbar-toggle {border:2px solid #000;border-radius: 0;    margin: 23px 0;    z-index: 700;}
    .navbar-toggle .icon-bar{background: #000;}
    .navbar-header h1.logo{    margin: 14px 0;}
    body{padding-top: 141px;}
    h2{    font-size: 37px;
    color: #252525;
    line-height: 37px;}
    .header-nav-actions a {
    color: #000;
    padding: 18px;
    font-size: 33px;
    position: relative;
    z-index: 1200;
}
.bannerfull .owl-prev, .bannerfull .owl-next{
        z-index: 300;
    line-height: 198px;
}
#search input[type="search"]{font-size: 18px;}
#search .btn{left:42%;}
footer .col-sm-4{margin-bottom: 30px;}
.copyright-links.text-right.pull-right, .assinatura{text-align: center;float: none !important;}
.copyright-links.text-right.pull-right a{display: block;text-align: center;}
.assinatura img{margin: 0 auto;margin-top: 20px;}


}


@media (max-width: 768px){
    .carousel-caption {
        top: 10vw;
        bottom: 0;
    }
    .carousel-caption h3 {
        font-size: 2em;
        margin: 0;
    }
    .carousel-caption a.btn {
        font-size: 0.6em;
    }
    .carousel-caption p {
        margin-bottom: 0;
    }
    .carousel-indicators {
       display: none;
    }
    .container {
        width: 94%;
    }
    .header-nav-actions {display: none !important;}
    .contatospages form .element.captcha{float: none;overflow: hidden;}
    .contatospages form #btEnviar{float: none;}
    body {
        padding-top: 123px;
    }
    .gallery div{width: 33%;}
}

@media (max-width: 450px) {
    .carousel-caption {
        top: 0;
    }
    .carousel-caption h3 {
        font-size: 1.5em;
    }
}