/* verde  a0ce4e */
/* azul 4b6b97 */


.avanc_fct {
	position:absolute;
	pointer-events: none !important;
	opacity: 0;
	height:0 !important;
	max-height:0 !important;
	transition: max-height .5s ease-in-out, opacity .5s linear;
	z-index:-8;
	display:none;
}

.avanc_fct.showOCampos {
	display:inline;
	position:relative;
	pointer-events: auto !important;
	opacity: 1;
	/*overflow:hidden;*/
	height: auto !important;
	max-height: 100% !important;
	z-index:auto;
	transition: max-height .5s ease-in-out, opacity .5s linear;
}


body, h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size:12px;
	font-weight: normal;
}

section {
	max-width:100% !important;
	margin: 0 auto !important;
}

.anime-hide {
	opacity: 0;
	transition: .8s all ease;
}
.anime-flip {
	opacity: 0;
	transform: rotateY(180deg) !important;
	transition: .8s all ease;
}
.anime-to-right {
	opacity: 0;
	transform: translate3D(-100px, 0, 0);
	transition: .8s all ease;
}
.anime-to-left {
	opacity: 0;
	transform: translate3D(100px, 0, 0);
	transition: .8s all ease;
}
.anime-init {
	/*position:relative;*/
	opacity: 1;
	transform: translate3D(0px, 0px, 0px);
	transition: 1s all ease;
	transform: rotateY(0deg) !important;
}
img.flipImg:hover {
	transform: rotateY(360deg) !important;
}

a.zoomImg img {
	transform : scale(.9);
	transition: .7s;
}
a.zoomImg:hover img {
	transform : scale(1);
	transition: .7s;
}
.changeImg {
	display:flex;
	background-repeat:no-repeat;
	background-size:cover !important;
}
.changeImg:hover > img  {
	opacity: 0;
	transition: .8s all ease;
}


span.obrig {
	color:#a0ce4e;
	border-radius:5px;
	border: 1px solid #a0ce4e;
	padding:2px 4px;
	background-color:#eee;
	box-sizing: border-box;
}




a {
	border:0;
}

img, iframe {
	max-width:100%;
	border:0;
}

.img_invert {
	-webkit-filter: invert(1);
	filter: invert(1);
}



.menu-responsivo {
	display: none;
}

.sec-menu li {
	display: inline-table;
	display: table-cell;
	color:#ffcc00;
	padding: 0 20px 0 20px;
}

.sec-menu li a {
	display: block;

/* verde  a0ce4e */
/* azul 4b6b97 */


	color: #4b6b97;
	font-size:16px;
	font-weight:600;

	border-top:6px solid transparent;
	border-bottom: 6px solid transparent;
	font-family: arial narrow, sans-serif !important;
}

.sec-menu li a:hover {
	color: #a0ce4e;
	border-bottom: 6px solid #a0ce4e;

}

.sec-menu li .sub-menu {
	display: none;
	position: absolute;
	min-width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.2);
	border-top: 0px solid rgba(0,0,0,0.2);
	z-index: 999;
	adding:8px;

}

.sec-menu li .sub-menu li {
	display: block;
	text-align: left;
	border-bottom: 1px dotted #a0ce4e;
	margin:0;
	padding:0;
}

.sec-menu li .sub-menu li a {
	display: block;
	text-transform: unset;
	color:#333;
	font-size:15px;
	padding: 6px 12px;
	font-weight:400;
	border-bottom: 4px solid transparent;
}

.sec-menu li .sub-menu li a:hover {
	/*background-color: #fff;*/
	color:#a0ce4e;
	border-bottom: 4px solid #a0ce4e;

}

.whats {
	position:fixed;
	right:20px;
	top:87%;
	z-index: 9999;
	width:50px;
	height:50px;

	opacity: 0.8;
	filter: alpha(opacity=80);
	transform: scale(0.8);
	transition: .7s;
}

.whats:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	transition: .7s;
}


#padd_top {
	height:110px;
	background:#fff;
}


.sec-bar-top {
	background-color: #eee;
}

.sec-bar-top .table {

	color: #333;
	height:20px;
}

.sec-bar-top a {
	color: #a0ce4e;
	font-weight:normal;
}

.sec-bar-top a:hover {
	color:#4b6b97;
}


header {
	color:#333;
	width: 100%;
	z-index:9999;
}

header .sec-topo {
	position: absolute;
	top:auto;
	z-index:9999;
	transition: 1.7s;
	/*background-image: linear-gradient(to bottom, rgba(35,35,35,1) , transparent);*/
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,102,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,102,0.2);
}

header .sec-topo .tbhead {
	height:110px;
}

header .sec-topo .logo {	
	width:232px;
	height:71px;

}


header .sec-topo.f-nav  {
	top:0;
	position: fixed;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1) , rgba(255,255,255,.9));
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,102,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,102,0.2);
}


header .sec-topo.f-nav .logo {
	width:163px;
	height:50px;
	transition: 1.7s;
}


header .sec-topo.f-nav .tbhead {
	
	height:96px;
	transition: 1.7s;
}


/*
.icoRadius {
	background-color: rgba(255,102,0,0.6);
	border-radius:14px;
	width:24px;
	height:24px;
}
.icoRadius img {
	max-width:20px;
	max-height:20px;
}
*/

.car-slick .table {

	padding-top:42%;

	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	transition: all 1s;


}

.car-slick .table .cell div {
	transform: translate3d(100%,0,0);
	opacity: 0;
	transition: all 1s;

}


.car-slick div.zoom1 .table .cell div {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: all 3s;
}


.car-slick .table .cell {
	background-image: linear-gradient(to bottom, rgba(35,35,35,0.2) , transparent);

}

.car-slick h2 {
	font-size:4rem;
	font-weight:400;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	border-left: 0px solid #ffcc00;
	padding-left:0px;
}


.car-slick h3 {
	font-size:1.8rem;
	color: #fff;
	/*text-shadow: 2px 2px 4px #000;*/
}



.textfield {
	border-radius:5px;
	border: 1px solid rgba(255,255,255,0.3);
	padding:6px 10px;
	background-color:#eee;
	width: 100%;	
	text-align:left;
	font-size:16px;
	font-weight:200;
	color:#333;
	box-sizing: border-box;
}

.textfield::placeholder {
	color: #555;
	font-size:12px;
	font-style: italic;
}



.textfield.obrig {
	border-color:#a0ce4e;
}


.form-busca .textfieldB {
	border-radius:5px;
	border: 1px solid rgba(0,0,0,0.3);
	padding:4px 20px;
	background-color:transparent;
	width: 100%;	
	text-align:left;
	font-size:16px;
	font-weight:200;
	color:#333;
	box-sizing: border-box;
}

.form-busca i:hover {
	color:#a0ce4e;
	transition: all 2s;
}


.form-busca .tt-name:hover {
	color:#a0ce4e;
	transition: all 2s;
}



.form-busca .outbox i {
	color:#ccc;
}

.form-busca .inbox i {
	color:#a0ce4e;
}

.form-busca .inbox #itemCarr {
	color:#fff;
}



#itemCarr {
	position:absolute;
	margin-left:-22px;
	color:#000;
	font-weight:700;
	padding:5px;
	
}

.sec-contato h2 {
	color: #ec3237;
	font-weight:700;
	font-size:30px;
	text-align:center;
}


.sec-contato .cell {
	color:#666;
	font-size:16px;
	padding-top:14px;

}

.form_contato {
	color:#6a6b6f;
}

.form_contato .table {
	width:100%;

}

.form_contato .cell {
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;
}



.form_contato .textfield {
	border-radius:5px;
	border: 1px solid #c8c8c8;
	padding:6px;
	background-color:#eee;
	width: 100%;	
	text-align:left;
	font-size:14px;
	color:#555;
	font-weight:600;
	box-sizing: border-box;
}



.form_contato select.textfield {
	background-color:#fff;
	border: 1px solid #fff;
	width: 33%;

}

.form_contato .textfield::placeholder{
	font-size:14px;
	padding:6px;
	font-weight:600;
	color:#aaa;
}

.form_contato textarea.textfield {
	min-height:100px;
}







a.button_p {
	display: inline-table;
	background-color: #639ace;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
	text-align:center;
}

a.button_p:hover{
	background-color: #bcd9e8;
}




a.button {
	display: inline-table;
	background-color: #4f4f4f;
	color: #fff;
	font-weight: 400;
	font-size: 1.333rem;
	padding: 8px 24px;
	border-radius: 8px;
	letter-spacing: 1px;
	text-align:center;
}

a.button:hover {
	background-color: #a0ce4e;
}






/*prod-cat*/

#prod-cat {

}


#prod-cat p {
	font-size:1.5rem;
	line-height:180%;
}

#prod-cat h1 {
	font-size:3rem;
	font-weight:700;
	color: #57595b;
	text-align:left;
}


#prod-cat h1.centro {
	text-align:center;
}


#prod-cat h2 {
	font-size:1.5rem;
	color: #a0ce4e;
	text-align:left;
}


/*paginas internas*/

.pg_internas {
	padding:5em 0;
	width:85%;
	max-width: 120rem;
	margin:0 auto 0 auto;
}


.pg_internas .lista img {
	max-height:100px;
	transform : scale(0.8);
	transition: .7s;
}

.pg_internas .lista img:hover {
	transform : scale(1);
	transition: .7s;
}



.pg_internas p {
	font-size:1.5rem;
	line-height:180%;
}

.pg_internas h1 {
	font-size:4rem;
	font-weight:700;
	color: #a0ce4e;
	text-align:left;
}

.pg_internas h2 {
	font-size:2.5rem;
	color: #4b6b97;
	text-align:left;
}

.pg_internas h3 {
	font-size:1.8rem;
	color: #508bec;
	text-align:left;
	padding-top:20px;
}



.pg_internas .lista .cell {
	font-size:18px;
}

.pg_internas .lista i:before {
	content:'check';
	font-size:26px;
	padding-right:8px;
	color:#ffcc00;
}

.car-nucleo img {
	transform : scale(0.8);
	transition: .7s;
	border:1px solid #eee;
}

.car-nucleo img:hover {
	transform : scale(1);
	transition: .7s;
}







#menurodape {
	background-image: linear-gradient(to bottom, rgba(240,240,240,.8) , rgba(255,255,255,1));

	/*background:#a0ce4e;*/
}

#menurodape h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color:#a0ce4e;
}

#menurodape ul li {
	display: block;
	padding: 6px 0;
}

#menurodape ul li a {
	font-weight: 300;
	color: #212121;
	font-size: 1.2rem;
}

#menurodape ul li a:hover{
	color: #00adef;
}


.bandeiras_cielo img {
	max-height:30px;
}



footer {
	background:#a0ce4e;
}

footer hr {
	background:#fff;
	border:1px;
	height:1px;
}


footer h4 {
	color:#fff !important;
	font-size:18px;
}


footer p, footer a {
	color:#fff !important;
	font-size:14px;
	font-weight: normal;
}



footer .copyr  {
	color:#fff !important;
	background:#212429;

	background:#4f4f4f;
}

footer .copyr p, footer .copyr a {
	color:#fff !important;
}



#AceiteCookies {
	position:fixed;
	min-height:30%;
	width:80%;

	background-color:#fff;
	border-radius:5px;
	border: 1px solid #ddd;
	text-align:center;

	top:calc(100%);
	left:calc(50% - 40%);

	z-index:9999999999;

	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.8);
	opacity: 0;
	transition: .9s;
}

#AceiteCookies.show {
	top:calc(100% - 30% - 16px);
	opacity: 1;
	transition: .9s;
}


#AceiteCookies a {
	color: #3b5998;
}

#AceiteCookies h2 {
	color: #3b5998;
	font-size:18px;
}

#AceiteCookies p {
	color: #333;
	font-size:16px;
}

#AceiteCookies .buttonAceite {
	display:inline-block;
	background-color:#3b5998;
	border-radius:5px;
	color:#fff;
	padding: 8px 20px;
	min-width:100px !important;
	border-radius: 10px;
	font-weight:bold;
	font-size:18px;
}



#AceiteCookies.hide {

	display:none !important;
}







/* erros */


#erroArea {
	position:fixed;
	width:80%;
	height:200px;
	top:50%;
	left:50%;
	background:rgba(10,10,10,.5);
	z-index:9999999;

	vertical-align:center;
	text-align:center;
	margin:0 auto 0 auto;

	margin-left:-40%;
	margin-top:-100px;
	border:4px solid #000;

}

#erroArea p {
	padding:10px;
	color:#fff;
	font-size:20px;
	font-weight:600;
}

#erroArea span:before {
	content: url(/img/erro.gif);
}


#erroArea .close {
	width:40%;
	color:#fff;
	font-size:20px;
	border:1px solid #fff;
	border-radius:10px;
	margin:0 auto 0 auto;
	background:rgba(10,10,10,.5);
	transition: all .2s linear;
	padding:5px;
	margin-top:20px;
}

#erroArea .close:hover {
	background:rgba(200,200,200,.5);
	transition: all .2s linear;
}

#erroArea .close:before {
	content: 'Fechar';
}



#erroArea.fecharErro {
	display:none;
}


/* sucess */


#sucess {
	position:fixed;
	width:80%;
	height:200px;
	top:50%;
	left:50%;
	background:rgba(10,10,10,.5);
	z-index:9999999;

	vertical-align:center;
	text-align:center;
	margin:0 auto 0 auto;

	margin-left:-40%;
	margin-top:-100px;
	border:4px solid #000;

}

#sucess p {
	padding:10px;
	color:#fff;
	font-size:20px;
	font-weight:600;
}

#sucess span:before {
	content: url(/img/sucess.gif);
}


#sucess .close {
	width:40%;
	color:#fff;
	font-size:20px;
	border:1px solid #fff;
	border-radius:10px;
	margin:0 auto 0 auto;
	background:rgba(10,10,10,.5);
	transition: all .2s linear;
	padding:5px;
	margin-top:20px;
}

#sucess .close:hover {
	background:rgba(200,200,200,.5);
	transition: all .2s linear;
}

#sucess .close:before {
	content: 'Fechar';
}


#sucess.fecharErro {
	display:none;
}














@media screen and (min-width: 1300px){
/*
	.car-slick .table {
		min-height:685px;
		background-repeat:no-repeat;
		background-position: center;
		background-size:cover;
		transition: all 1s;
	}
*/
}






@media screen and (max-width: 810px){

	.sec-menu li.hide {
		display: block !important;
	}

	.sec-menu ul {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		width: 220px;
		z-index: 99;
		border-left: 2px solid #a0ce4e;
		height: 100%;
		transform: translate3d(100%,0,0);
		opacity: 0;
		transition: .2s;
	}

	.sec-menu ul li {
		display: block;
		width: 100%;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
		font-size: 1.2rem;
		padding: 0;
	}

	.sec-menu li a {
		border-top:4px solid transparent;
		border-bottom: 4px solid transparent;

		display: block;
		padding: 4px 10px;

		box-sizing: border-box;
		text-align: left;
		font-size:16px;
		color:#fff;
	}

	.sec-menu li a:hover{
		/*background-color: #fff; */
		border-bottom: 4px solid #efefef;
		color:#fff;
	}

	.sec-menu ul.open {

		transform: translate3d(0,0,0);
		opacity: 1;
		transition: .5s;
		background: #a0ce4e;

	}

	.menu-responsivo {
		position: fixed;
		top: 0;
		left: calc(100% - 40px - 2px);
		display: inline-table;
		padding: 0px;
		width: 30px;
		height: 30px;
		z-index: 99;
		transition: .5s;
		cursor: pointer;
		ackground:#fff;
		color:#a0ce4e;
	}


	.menu-responsivo .material-icons:before {
		font-size:38px;
		content: 'menu';
	}

	.menu-responsivo.close {
		padding: 0px;
		transition: .5s;
		transform: translate3d(-220px,0,0);
	}

	.menu-responsivo.close .material-icons:before {
		 content: 'close';
	}


	.sec-menu li .sub-menu {
		min-width: 100px;
		max-width: 195px;
		left:-200px !important;
		background:rgba(255, 255, 255,.9);
	}

	.sec-menu li .sub-menu li a {
		color:#222;
	}

	.sec-menu li .sub-menu li a:hover {
		color:#a0ce4e;
	}



	header .sec-topo .logo {

		min-width:163px;
		min-height:50px;

		width:135px;
		height:50px;
	}


	.car-slick .table {
		/*min-height:180px;*/
	}

	.car-slick h2 {
		font-size:3.8rem;
		font-weight:400;

	}

	.car-slick h3 {
		font-size:2.5rem;
	}


	.car-produtos.table {
		min-height:120px;
	}


	.textfield {
		width: 100%;
		box-sizing: border-box;		
	}






	#prod-cat h1 {
		font-size:1.8rem;
		font-weight:700;
		text-align:left;
	}

	#prod-cat h2 {
		font-size:1.2rem;
		text-align:left;
	}


	.pg_internas {
		padding:2em 0;
		width:90%;
	}

	.pg_internas h1 {
		text-align:center;
		font-size:3rem;
	}

	.pg_internas h2 {
		font-size:2rem;
		text-align:center;
	}





	#AceiteCookies {
		min-height:36%;
		width:calc(100% - 16px);
		left:calc(6px);
	}

	#AceiteCookies.show {
		top:calc(100% - 36% - 16px);
	}

	#AceiteCookies p {
		font-size:12px;
	}


}

