@charset "utf-8";


/* Config Box Menu Esquerdo Produtos */
@media (min-width:992px) and (max-width:1199px){
	.list-group{ font-size:11px !important;}
}

/* Link para Body */
.linkbody:link  ,.linkbody:visited { color:#3498DB !important; text-decoration: none!important; }
.linkbody:hover ,.linkbody:active { color: #333 !important; text-decoration: none!important; }

/* Link para Footer */
.linkfooter:link  ,.linkfooter:visited { color:#3498DB !important; text-decoration: none!important; }
.linkfooter:hover ,.linkfooter:active { color: #fff !important; text-decoration: none!important; }

/* CSS Document */
header{padding:0}
header.header-cover{background-size:cover !important}
header .navbar-wp .navbar-brand{
	height:auto;
	padding:0 15px;
	margin-top:5px; /* 14px*/
	border:1px solid transparent;border-radius:3px
	}
header .top-navbar-header .navbar-brand{height:auto;padding:15px 0}
header .navbar-wp .navbar-brand img{
	height:68px; /* 46px*/
	}
header .navbar-wp.affix .navbar-brand{margin-top:4px}
header .navbar-wp.affix .navbar-brand img{height:46px}

header .navbar-default .navbar-brand.logo-img{height:50px;padding:0 20px}

header .navbar-fixed{width:100%;left:0}
header .navbar-fixed .navbar{width:100%}

/* MASKS PARALAX 
.mask.mask-3{background: url(../images/patterns/bg_paralax1.png);}
*/

/* box shadow */
.sombra{-webkit-box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.5);
box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.5);;}

/* TOP MARGINS */
.margin-top-20{ margin-top:20px;}
.margin-top-40{ margin-top:40px;}

/* BOTTON MARGINS */
.margin-bottom-20{ padding-bottom:20px;}
.margin-bottom-40{ padding-bottom:40px;}


/* postagem noticia ul il item */
.post-desc ul {
	list-style: square;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 20px;
}

/* link lista collapse produto */
.link-da-lista { text-decoration:none !important;}

/* formata bloco de categorias */
.panel-sidebar-1 ul.categories_wp{border-left:0;border-right:0}
ul.categories_wp{ list-style: none; margin: 0;	padding: 0 !important;	border: 1px solid #e0eded;	overflow: hidden}
ul.categories_wp>li:last-child{border:0}
ul.categories_wp>li>a:after{font-family:'FontAwesome';content:"\f105";position:relative;top:0;float:right; margin-right:15px;}
ul.categories_wp>li>a:hover i{color:#fff}
ul.categories_wp>li>ul{margin:0;padding:0;background:#fcfcfc}
ul.categories_wp>li>ul>li{border-top:1px solid #e0eded}
ul.categories_wp>li{border-bottom:1px solid #e0eded;position:relative; padding:10px 0px 10px 10px}
ul.categories_wp>li>a{padding:10px 5px}
ul.categories_wp>li>a:hover{color:#3498DB;}
ul.categories_wp>li>a i{vertical-align:middle;padding-right:5px;font-style:normal;color:#999;font-size:11px}
ul.categories_wp>li>ul>li>a{padding:5px 25px}

/* politica-de-privacidade */
.politica ul {list-style: initial;margin: initial;padding: 0 0 20px 40px;}
.politica li {display: list-item;}

/* post noticias */
.post-title {color:black!important; text-transform:none!important; font-family:"Roboto",sans-serif; font-weight:700; }

/* post produtos */
.product-title{color:black!important; text-transform:none!important; font-family:"Roboto",sans-serif; font-weight:700; }
.product-info h1, h2, h3, h4, h5, h6, h7{font-family:"Roboto",sans-serif; font-weight:700; }

/* banners */
.title{text-transform:none!important;}
.subtitle{text-transform:none!important;}

/* titulo janela modal */
.modal-title{text-transform:none!important;}

/* TITULO DA SECAO */
.section-title h1,h2,h3,h4,h5,h6{text-transform:none!important;}
