﻿/* 
marron 6e4c1e 6e4c1e 

marron escuro 4b2616

*/

@-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; }
}



.fadeIn {
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}


body {
	background:#fff;
	color:#262626;
}

body, h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size:12px;
	font-weight: normal;
	color:#333;

}



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;
}

.zoomImg img {
	transform : scale(.9);
	transition: .7s;
}
.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;
}


a {
	border:0;
}

img, iframe {
	max-width:100%;
	border:0;
}

.img_invert {
	-webkit-filter: invert(1);
	filter: invert(1);
}



.textfield {
	border-radius:5px;
	border: 1px solid #BFBFBF;
	padding:6px 10px;
	background-color:#fff;
	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:#4b2616;
}



.menu-responsivo {
	display: none;
	z-index: 911198;
}

.sec-menu ul {
	display: table-row;
}

.sec-menu li {
	display: table-cell;
	vertical-align:middle;
	background:#6e4c1e;
	text-align:center; 
}

.sec-menu li a {
	display: block;
	padding: 14px 14px;
	color: #fff;

	font-size:14px;
	font-weight:400;
}

.sec-menu li a:hover {
	background:#fff;
	color:#262626;
}

.sec-menu li a img {
	max-width:50px;
	max-height:50px;
}


.sec-menu li i {
	color: #fff;
	font-size:12px;
}

.sec-menu li a:hover i {
	color:#262626;
}


.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;
}

.sec-menu li .sub-menu li {
	display: block;
	text-align: left;
	border-bottom: 1px dotted #4b2616;
	margin:0;
	padding:0;
}

.sec-menu li .sub-menu li a {
	display: block;
	text-transform: unset;
	color:#333;
	background-color: #fff;
	font-size:14px;
	padding: 6px 10px;
	font-weight:400;
	border-bottom: 4px solid transparent;
}

.sec-menu li .sub-menu li a:hover {
	border-bottom: 4px solid #4b2616;
	color:#4b2616;

}


.sec-menu li .sub-menu li img {
	width: 24px;
	height: 24px;
}


.sec-menu li .sub-menu li.fechar {
	display:none !important;

}
.sec-menu li .sub-menu li.fechar a {
	background-color: #eee;
	color:#f00;
}


.mdi--whatsapp {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01A9.82 9.82 0 0 0 12.04 2m.01 1.67c2.2 0 4.26.86 5.82 2.42a8.23 8.23 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.24 8.23c-1.48 0-2.93-.39-4.19-1.15l-.3-.17l-3.12.82l.83-3.04l-.2-.32a8.2 8.2 0 0 1-1.26-4.38c.01-4.54 3.7-8.24 8.25-8.24M8.53 7.33c-.16 0-.43.06-.66.31c-.22.25-.87.86-.87 2.07c0 1.22.89 2.39 1 2.56c.14.17 1.76 2.67 4.25 3.73c.59.27 1.05.42 1.41.53c.59.19 1.13.16 1.56.1c.48-.07 1.46-.6 1.67-1.18s.21-1.07.15-1.18c-.07-.1-.23-.16-.48-.27c-.25-.14-1.47-.74-1.69-.82c-.23-.08-.37-.12-.56.12c-.16.25-.64.81-.78.97c-.15.17-.29.19-.53.07c-.26-.13-1.06-.39-2-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.12-.24-.01-.39.11-.5c.11-.11.27-.29.37-.44c.13-.14.17-.25.25-.41c.08-.17.04-.31-.02-.43c-.06-.11-.56-1.35-.77-1.84c-.2-.48-.4-.42-.56-.43c-.14 0-.3-.01-.47-.01'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	color:#fff;
}



.whats {
	position:fixed;
	right:20px;
	top:85%;
	z-index: 9999;
	max-width:80px;
	max-height:80px;

	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:140px;
}


.az {
	color:#6e4c1e;
}



header {
	color:#fff;
	width: 100%;
	z-index:9999;
}

header .sec-topo {
	background: #4b2616;
	position: absolute;
	top:auto;
	z-index:9999;
	transition: 1.7s;

}

header .sec-topo .tbhead {
	height:140px;
}


header .sec-topo .tbhead i {
	color:#fff;
	font-size:22px;
}



header .sec-topo .logo {	
	width:120px;
	height:120px;
}


header .sec-topo.f-nav  {
	top:0;
	position: fixed;

	-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:90px;
	height:90px;
	transition: 1.7s;
}


header .sec-topo.f-nav .tbhead {
	height:96px;
	transition: 1.7s;
}


.table.sec-bar-top a {
	color:#fff;
	font-weight:normal;
	font-size:15px;
	font-family: arial narrow;
}


.table.sec-bar-top a:hover {
	color:#ddd;
}




.car-slick div {
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	transition: all 1s;


}

.car-slick  div.grade {
	/*background-color:#6e4c1e;*/
	background-image: linear-gradient(to right, rgba(0,0,0,0.4) , transparent);
}


.car-slick  .table {
	min-height:calc(100vw / 2.4);
	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 .table .cell.mrg {
	padding-left:10%;

}

.car-slick div.zoom1 .table .cell div {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: all 3s;
}



.car-slick h2 {
	font-family: 'Roboto Condensed';
	font-size:3.4rem;
	font-weight:400;
	color: #fff;
	text-shadow: 2px 2px 4px #222;
	border-left: 0px solid #ffcc00;
	padding-left:0px;
}


.car-slick h3 {
	font-family: 'Roboto Condensed';
	font-size:2rem;
	font-weight:400;
	color: #fff;
	text-shadow: 2px 2px 4px #222;
	border-left: 0px solid #ffcc00;
	padding-left:0px;
}


.car-slick p {	
	font-size:20px;
}

a.button {
	background-color:#237d0d;
	border-radius:4px;
	padding: 8px 20px;
	font-weight:700;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: .7s;
}



a.button:hover { 
	background-color: #6e4c1e;
	transition: .7s;
}



a.button_branco {
	background-color:#fff;
	border:1px solid #6e4c1e;
	border-radius:4px;
	padding: 8px 20px;
	font-weight:400;
	font-size: 14px;
	color: #6e4c1e;
	text-align: center;
	transition: .7s;
}



a.button_branco:hover { 
	background-color: #eee;
	transition: .7s;
}




/* home */



.ultra h4 {
	font-size:24px;
	font-weight:600;
	font-family: arial narrow;
	color:#4b2616;
}


.ultra p {
	font-size:16px;

}

.ultra .ballon {
	width:280px;
	height:120px;
	font-size:16px;
	font-weight:400;
	border: 2px solid #4b2616;
	border-radius: 0 18px;
	color:#4b2616;
}

.ultra p {
	padding-top: 6px;

}

.ultra .ballon:hover {
	border: 2px solid #4b2616;
	border-radius: 0 18px;
	background:#b47108;
	color:#fff;
}


.ultra .ballon img {
	max-width:50px;
}





.segmento .table {
	min-height:calc(100vw / 4);
	background-image: url('/file_upload/imagens/banners/banners-distribuidores.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	transition: all 1s;
}


.segmento h2 {
	color:#4b2616;
	font-size:3rem;
	font-weight:600;
	font-family: arial narrow;
}



.localizacao h2 {
	color:#4b2616;
	font-size:3rem;
	font-weight:600;
	font-family: arial narrow;
}

.car-clientes .cell {
	padding:40px;
}



#menurodape {
	background:#b47108;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

#menurodape h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	font-family: arial narrow;
	padding-bottom:6px;
}

#menurodape ul li, #menurodape p {
	display: block;
	padding: 2px 0;
}

#menurodape ul li a, #menurodape p a {
	font-weight: 300;
	color: #fff;

}

#menurodape ul li a:hover, #menurodape a:hover{
	color: #0433FF;
}



#menurodape i {
	color:#fff;
	font-size:22px;
}


#menurodape .mdi--whatsapp {
	color:#fff;
}



footer {
	background:#b47108;
}



footer p, footer a {
	color:#fff !important;
	font-size:14px;
	font-weight: normal;
	line-height:150%;

}

div.linha {
	background:#ccc;
	height:2px;
}


.downloads .cell div  {
	padding:20px;
	border-radius:5px;
	border: 1px solid #fff;


}

.downloads .cell div:hover {
	border: 1px solid #BFBFBF;
}

#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;
}





.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;
}


.brr-d {
	border-right: 1px solid #ccc;
}


/* 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;
}






/*paginas internas*/


.pg_internas {
	width: 100%;
	font-size: 14px;
	color:#222;
	background-color:#fff;
}


.pg_internas .table {
	margin-top: 50px;
	margin-bottom: 50px;
}



.pg_internas h1 {
	font-size:4rem;
	font-weight:700;
	color: #6e4c1e;
	text-align:center;
}


.pg_internas h2 {
	font-size:2rem;
	font-weight:700;
	color: #4b2616;
	text-align:left;
	margin-top:20px;
}


.pg_internas p {
	font-size:1.4rem;
	line-height:180%;
}


.lista .cell {
	font-size:18px;
}

.lista i:before {
	content:'check';
	font-size:26px;
	padding-right:8px;
	color:#ffcc00;
}





@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: calc(50vw - 2px);
		z-index: 99999;
		border-left: 2px solid #4b2616;
		height: 100%;
		transform: translate3d(100%,0,0);
		opacity: 0;
		transition: .2s;

		text-align:left;
	}

	.sec-menu ul li {
		display: block;
		width: 100%;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
		font-size: 1.2rem;
		padding: 0;

		text-align:left;
	}

	.sec-menu li a {
		border-top:4px solid transparent;
		border-bottom: 4px solid transparent;

		display: block;


		box-sizing: border-box;
		text-align: left;
		font-size:16px;
		color:#fff;
	}

	.sec-menu li a:hover{
		border-bottom: 4px solid #efefef;

	}

	.sec-menu ul.open {

		transform: translate3d(0,0,0);
		opacity: 1;
		transition: .5s;
		background: #ddd;

	}

	.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:#4b2616;
	}


	.menu-responsivo .material-icons:before {
		font-size:38px;
		content: 'menu';
	}

	.menu-responsivo.close {
		padding: 0px;
		transition: .5s;
		transform: translate3d(calc(-50vw + 10px),0,0);
	}

	.menu-responsivo.close .material-icons:before {
		 content: 'close';
	}


	.sec-menu li .sub-menu {
		min-width: 100px;
		max-width: calc(50vw - 2px);
		left:calc((50vw - 100vw) + 1px) !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:#4b2616;
	}


	.sec-menu li p {
		line-height: 1;
		height: 1em;
		max-height: auto;

		overflow: ;
		white-space: normal;
		-webkit-line-clamp: auto;
		text-overflow: auto;
	}


	.sec-menu li .sub-menu li.fechar {
		display: block !important;
	}



	header .sec-topo .logo {	
		width:90px;
		height:90px;

		min-width:70px;
	}




	.car-slick .table {
		min-height:calc(100vw / 1.6);
		margin-left:0%;
		margin:0 auto 0 auto;
		width:90% !important;
	}


	.car-slick .table .cell.mrg {
		padding-left:0%;

	}


	.car-slick h2 {
		font-size:2.4rem;
	}


	.car-slick h3 {
		font-size:1.2rem;
	}


	.car-slick p {
		font-size:18px;
	}



	.distribuidores .table {
		/*min-height:calc(100vw / 4);*/
		background-image: url('');
	}

	.distribuidores h2 {
		font-size:2.6rem;
		font-weight:600;
		font-family: arial narrow;
	}

	#AceiteCookies {
		min-height:36%;
		width:calc(100% - 16px);
		left:calc(6px);
	}

	#AceiteCookies.show {
		top:calc(100% - 36% - 16px);
	}

	#AceiteCookies p {
		font-size:12px;
	}


	.pg_internas {
		padding:0em;
		width:100%;
		text-align:center;
		margin:0 auto 0 auto;
	}

	.pg_internas h1 {
		text-align:center;
		font-size:3rem;
	}




	.avanc_fct_resp {
		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_resp.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;
	}


	.lk_cat {
		attr(src url, "javascript://");
	}
}


@media screen and (max-width: 540px) {

	.car-banner video {
		height: calc(160vw / 1.9) !important;
	}

	.car-banner .table, .car-banner .table.filtro {
		height: calc(160vw / 1.9) !important;
	}

	.car-banner h2 {
		width: 340px;
		font-size: 1.8rem;
		line-height: 2.5rem;
		font-weight: 700;
		color: #fff;
		opacity: 1;
	}

	.car-banner .table.filtro {
    		opacity: .5;
	}
}

