@charset "UTF-8";
/* CSS Document */
*{
	transition:0.2s;
}
*:focus {
    outline: none;
}
body{
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#424242;
	padding-top:193px;
}
.whatsapp{
	background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
	position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 3px 12px 3px 3px;
    border-radius: 30px;
    font-size: 12px;
	font-weight: 600;
	z-index: 999999;
}
.whatsapp img{
	float: left;
	width: 30px;
	height: 30px;
	border: none;
}
.whatsapp p{
    float: left;
    margin: 3px 7px 0 7px;
}

.teste{
	border:dashed 1px #FFA500;
}
.lista-posts a{
	color:#424242;
}
.lista-posts a:hover, .lista-posts a:focus, .lista-posts a:active{
	text-decoration:none;
	color:#555;
}
/*hr{
	text-align:center;
    width: 43px;
    border-width: 3px;
    border-color: #ffda0c;
    padding-bottom: 20px;
	margin-top:27px;
}*/
strong{
	font-weight:400;
}
.topo-sub h1{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	color:#fff;
}
h1{
	text-transform:uppercase;
	font-size:26px;
}
h2{
	font-size:17px;
	letter-spacing:8px;	
}
h4{
	font-size:13px;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
}
#social{
	background-color:#fafafa;
	border:solid 1px #ececec;
	font-size:11px;
	letter-spacing:1px;
	font-weight:600;
	padding:2px 0;
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
}
.b-social{
	background-color:#181818;
	color:#fff;
	font-size:17px;
	padding:5px;
	border-bottom:solid 1px #181818;
}
.b-social:first-child{
	margin-left:30px;
}
.b-social:hover, .b-social:active, .b-social:focus{
	background-color:#2e2e2e;
	color:#fff;
}
#topo{
	font-size:13px;
	background-color:#fff;
	letter-spacing:1px;
	position:fixed;
	width:100%;
	z-index:888;
	top:32px;
	padding:55px 0;
	box-shadow: 1px 0 10px rgba(0,0,0,0.3);
}
#topo.small {
	padding:20px 0;
	top:0;
	z-index:9999
}
#topo.small .menu a{
    padding-bottom: 32px;
}
.topo-sub{
	background-color:#181818;
	color:#b4b4b4;
	padding: 59px 0;
	background:
		url(../i/background-points.png) repeat top center scroll,
		url(../i/bg-sub.jpg) no-repeat top center fixed;
}
.breadcrumb{
	font-size:13px;
	padding:0 15px;
	margin:0;
	background-color:transparent;
}
.breadcrumb>.active {
    color: #fff;
}
.menu a{
	color:#424242;
	padding-left: 10px;
    padding-right: 10px;
	margin-right:40px;	
	border-bottom: solid 3px #fff;
    padding-bottom: 65px;
}
.menu a:hover, .menu a:active, .menu a:focus{
	color:#01519a;
	text-decoration:none;	
	border-bottom: solid 3px #01519a;
    padding-bottom: 68px;
}
.ativo{
	color:#01519a !important;
}
.menu a:last-child{
	margin-right:0;
}
.menu{
	margin-top:14px;
}
#banner{
	height:650px;
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;	
}
#selo{
	background-color:#181818;
	color:#b4b4b4;
	padding:80px 0;
	font-weight:300;
}
#selo .col-sm-7{
	padding-left:50px;
}
.selo{
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
    line-height:42px;
    letter-spacing: -5px;
    font-weight: 800;
}
.selo strong{
    font-weight: 900;
    font-size: 52px;
    line-height: normal;
    letter-spacing: -5px;
    left: 13px;
    margin-top: -23px;
    position: absolute;
}
.btn-loja{
	padding-top:15px;
}
.btn-loja a{
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
    line-height:20px;
    letter-spacing: -3px;
    font-weight: 800;
	color:#b4b4b4;
}
.btn-loja a:hover, .btn-loja a:active, .btn-loja a:focus{
	text-decoration:none;
	color:#fff;	
}
.btn-loja strong{
	font-size:38px;
}
#produtos-destaque{
	padding:80px 0;
	text-align:center;
}
#produtos-destaque-2{
	background-color:#fafafa;
	border:solid 1px #ececec;
	padding:80px 0;
	text-align:center;
}
.produtos-item{
	height:215px;
	border:solid 1px #ececec;
	background-image:url(../i/produto.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
}
.produtos-item:hover{
	border:solid 1px #ffda0c;
}
#produto{
	padding:80px 0;
}
#blog{
	padding:80px 0;
	text-align:center;
}
.blog-item{
	cursor:pointer;
}
.blog-item p{
	padding:15px 0;	
}
.blog-tag{
	color:#ffda0c;
	font-size:14px;
	letter-spacing:1px;
}
.blog-tag:hover, .blog-tag:active, .blog-tag:focus{
	text-decoration:none;
	color:#ccaf0a;
}
.blog-item img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border:solid 4px #fff;
}
.blog-item img:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	border:solid 4px #ffda0c;
}
.btn-cev{
	color:#fff !important;
	background-color:#424242;
	padding-top:13px;
	padding-bottom:13px;
	width:100%;
	text-align:center;
	border-radius:5px;
	font-size:11px;
	letter-spacing:2px;
	font-weight:400;
}
.btn-cev-df{
	color:#777;
	background-color:#fff;
	padding-top:13px;
	padding-bottom:13px;
	width:100%;
	text-align:center;
	border-radius:5px;
	font-size:11px;
	letter-spacing:2px;
	font-weight:600;
	border:solid 1px #777;
}
.btn-cev:hover, .btn-cev:active, .btn-cev:focus, .btn-cev-df:hover, .btn-cev-df:active, .btn-cev-df:focus{
	background-color:#01519a;
	color:#fff;
}
#parceiros{
	padding:80px 0;
}
#slide-parceiros{
	height:100px;
}
#mapa-overlay{
	border:solid 1px #ececec;
	padding:0;
	height:490px;
}
.scroll-off{
	pointer-events:none;
}
#contato{
	background-color:#181818;
	color:#b4b4b4;
	font-size:13px;
	line-height:20px;
	padding-top:45px;
}
.contato-formulario{
	top:-375px;
	margin-bottom:-385px;
	padding:70px 100px;
	text-align:center;
	background-color:#fff;
	color:#424242;
}
.contato-formulario input, .contato-formulario textarea{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	color:#424242;
	margin-bottom:20px;
	padding:20px 0;
	border:none;
	box-shadow:none;
	border-radius:0;
	border-bottom:solid 3px #ececec;
	outline:none;
}
.contato-orcamento input, .contato-orcamento textarea{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	color:#424242;
	margin-bottom:20px;
	padding:20px 0;
	border:none;
	box-shadow:none;
	border-radius:0;
	border-bottom:solid 3px #ececec;
	outline:none;
}
.contato-newsletter input, .contato-newsletter textarea{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	color:#424242;
	margin-bottom:20px;
	padding:20px 0;
	border:none;
	box-shadow:none;
	border-radius:0;
	border-bottom:solid 3px #ececec;
	outline:none;
}
.contato-formulario input:hover, .contato-formulario textarea:hover,
.contato-formulario input:active, .contato-formulario textarea:active,
.contato-formulario input:focus, .contato-formulario textarea:focus{
	border-bottom:solid 3px #ffda0c;
	outline:none !important;
}
.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#copyright{
	background-color:#181818;
	padding:50px 0;
	text-align:center;
	font-size:13px;
	color:#b4b4b4;
}
#copyright a, .rodape a{
	color:#fff;
}
#copyright a:hover, #copyright a:active, #copyright a:focus, .rodape a:hover, .rodape a:active, .rodape a:focus{
	color:#ff9900;
	text-decoration:none;	
}
.conteudo{
	padding:80px 0;
}
.conteudo h4{
	color:#01519a;
	font-weight:600;
	margin-bottom: 15px;
}
.rodape{
	background-color:#181818;
	color:#b4b4b4;
	font-size:13px;
	padding:30px 0;
}
#depoimentos{
	background-color:#fafafa;
	border:solid 1px #ececec;
	padding:80px 0;
	text-align:center;
	color:#424242;
}
#depoimentos strong{
	font-size:13px;
	font-weight:600;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #01519a;
    border-color: #01519a;
}
.badge{
	margin-top:3px;
}
.produto-foto{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
	height:100%;
}
.nome-produto{
	margin-left: -20px;
    margin-top: -20px;
}
.produto-item-lista{
	border:solid 1px #ececec;
	border-bottom:3px solid rgba(0,0,0,0);
	padding:40px;
	cursor:pointer;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 48%;
	height:350px;
}
.produto-item-lista:before{
	content:' ';
	position:absolute;
	bottom:-2px;
	left:-1px;
	right:-1px;
	height:2px;
	border:1px solid #ececec;
	border-top:0;
}
.produto-item-lista:hover{
	border-bottom:solid 3px #ffda0c;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.89);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.89);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.89);
}
.linha{
	margin-bottom:60px;
}
.linha:after{
	content: "";
    position: absolute;
    height: 5px;
    border-top: 3px solid #ffda0c;
    /* border-color: inherit; */
    width: 43px;
    margin-left: 0;
    top: 2em;
    margin-top: 30px;
    text-align: center !important;
}
.linhacentro:after{
	left:50%;
	margin-left:-20px;
}
.table-striped{
	font-size:13px;
}
.table-striped td{
    padding: 13px !important;
}
.badge-cev{
	font-weight: 600;
	background-color:transparent;
	color:inherit;	
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #fff;
    background-color:transparent;
}
.produto-item-lista{
	color:#999;
}
.produto-item-lista:hover, .produto-item-lista:active, .produto-item-lista:focus{
	color:#555;
	text-decoration:none;
}
.titulo-post{
	margin-bottom:20px;
}
.panel{
	box-shadow:none;	
}
.panel-heading a{
	color:#555;
}
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active{
	text-decoration:none;
}
.selo-texto{
	padding-left:60px;
}
.addorcamento{
	margin-top:-5px;
}
@media screen and (max-width: 1200px){
	.produto-item-lista{
		width:100%;
	}
	.selo-texto{
		padding-left:15px;
	}
	body{
		padding-top:101px !important;
	}
	#social .container{
		padding:0;
	}
	#social .col-sm-2, #parceiros .col-sm-3{
		display:none;
	}
	#social .col-sm-10, #parceiros .col-sm-9{
		width:100%;		
	}
	.menu a {
		color: #424242;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 7px;
		border-bottom: solid 3px #fff;
		padding-bottom: 25px;
	}
	.menu a:hover, .menu a:active, .menu a:focus{
		padding-bottom:25px;
	}
	#topo, #topo .small{
		top:32px !important;
		padding:20px 0;
	}
	#topo.small .menu a {
		padding-bottom: 25px;
	}
	#topo.small{
		z-index:777;
	}	
	.menu{
		margin-top:0;
	}
	.contato-formulario {
		top: -315px;
		margin-bottom: -385px;
		padding: 70px 50px 50px;
	}
}
@media screen and (max-width: 767px){
	.whatsapp{

		padding: 3px;
	}
	.whatsapp p{
		display: none;
	}
	
	body{
		padding-top:133px !important;
	}
	#banner{
		background-size: cover;
		height: 220px;
	}
	.rodape .text-left, .rodape .text-right{
		text-align:center;
	}
	.topo-sub {
		display:none;
	}
	.conteudo {
    	padding: 30px 0;
	}
	#topo{
		padding:20px 20px;
		top:0 !important;
		box-shadow:none;
	}
	.navbar-fixed-top {
    	top: 83px;
	}
	#topo.small {
		padding:20px 20px;
		top:0;
		box-shadow:none;
	}
	.produto-item-lista{
		display:block;
		width: 100%;
	}
	.nome-produto{
		margin-left:auto;
	}
	#selo, .selo, .btn-loja, #contato, #contato .text-right{
		text-align:center !important;
	}
	.linha:after {
		border:none;
	}
	.btn-loja{
		margin-top:30px;
	}
	#selo .col-sm-7 {
		padding-left:15px;
	}
	.selo strong {
		position: inherit;
		line-height: 1px;
	}
	.selo{
		margin-bottom:30px;
	}
	h2{
		text-align:center;
	}
	.contato-formulario{
		padding:0;
		background-color:transparent;
		margin-bottom:0;
		top:auto;
	}
	.contato-formulario input, .contato-formulario textarea {
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
		color: #424242;
		margin-bottom: 20px;
		padding: 20px 0;
		border: none;
		box-shadow: none;
		border-radius: 0;
		border-bottom: solid 3px #ececec;
		outline: none;
	}
	#contato .form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #181818;
		background-image: none;
		border: 1px solid #ffda0c;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	#contato{
		padding-top:100px;
	}
	#contato h2{
		color:#fff;
	}
	.contato-formulario{
		margin-top:50px;
		margin-bottom:50px;	
	}
	.conteudo{
		text-align:center;
	}
	.conteudo img{
		margin-top:50px;
	}
	#contato .btn-cev{
		background-color:#ffda0c;
		color:#181818 !important;
		font-weight:700;
	}
}