
body{
	
	padding:0px !important;
	margin:0px !important;
	
	}
a{
	color:inherit !important;
	
}
main{
	min-height:400px;
	}

.row{
	margin-left:0px !important;
	}
	
input{
  transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;
	
	}
input:focus {
 
 outline: none;
	
	/*-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;*/
}
button:focus {
  outline: none;
}

textarea{
  transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;
	
	}
textarea:focus {
  outline: none;
 /* moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;*/
}

li a:focus {
  outline: none;
}

h3:focus {
  outline: none;
}

select:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	box-shadow: 0px 0px 7px #f3c1c1;
}


.cor-cinza-fraco{
	color:#ebebeb;
	}
.cor-cinza{
	color:#555555 !important;
	}
.fundo-cinza{
	background:#f4f4f4;
	}
.cor-vermelho{
	color:#9b0000;
	}
.cor-amarelo{
	color:#f4ad01 !important;
	}
.fundo-amarelo{
	background:#f4ad01;
	}
.fundo-roxo{
	background:#282870;
	}
.cor-branca{
	color:#fff;
	}

.borda-azul{
	border-color:#19aece !important;
	border-width:1px !important;
	}
.borda-branca{
	border-color:#fff !important;
	border-width:2px !important;
	}



.centralizador ul{
	text-align: justify !important;
	display: inline-block !important;
	
	}

.centralizador ul:after{
	content: "." !important;
    display: inline-block !important;
    width: 100% !important;
    height: 0 !important;
    visibility: hidden !important;
	}

.centralizador ul li{
	display:inline-block !important;
	}

.botao-topo{
	position:fixed;
	background-opacity:0.7;
	font-size:12px;
	background:url(../imgs/icon-topo.png) #282870 no-repeat center;
	width:50px;
	height:50px;
	z-index:1000;
	text-align:center;
	padding-top:23px;
	right:-79px;
	border-radius:150px;
	margin-top:559px;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	}

.botao-topo:hover{
	cursor:pointer;
	}

.botao-topo.mostrar-botao-topo{
	position:fixed;
	right:10px;
	}


/*-----------------titulo---------------*/

.titulo{
	position:relative;
	float:left;
	width:100%;
	height:91px;
	text-align:center;
	font-size:36px;
	margin-top:58px;
	background:url(../imgs/icon-ferramentas.svg)  no-repeat top center;
	padding-top:64px;
	//color:#282828;
	font-weight:400;
	
	}
.titulo span{
	
	color:#282870;
	}/*-----------------FINAL titulo---------------*/
.subtitulo{
	position:relative;
	float:left;
	width:100%;
	height:91px;
	text-align:center;
	font-size:18px;
	margin-top:14px;
	
	
	font-weight:300 !important;
	letter-spacing:0.8px;
	}

/*-----------------TOPO---------------*/
.topo{
	width:100%;
	margin:0 auto;
	position:absolute;
	
	height:79px;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	z-index:20000000;
	}

.topo .logo{
	position:relative;
	float:left;
	text-align:left;
	//width:100%;
	}
.topo .logo img{
	z-index:2222222;
	margin-top:28px !important;
	margin-left:41px;
	}

	
	


.topo .container{
	position:relative;
	float:left;
	width:100%;
	
	
	
	}

.topo-fixo .container{
	position:relative;
	float:left;
	width:100%;
	
	
	
	}
	
	
.topo nav{
	position:relative;
	float:left;
	width:100%;
	
	list-style:none;
	padding:0px !important;
	border-top:solid;
	border:none;
	//text-shadow:3px 3px 0px #e9e9e9;
	
	}

.topo nav ul{
	padding:0px !important;
	
	position:relative;
	float:right;
	width:65%;
	}

.topo nav a{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:100;
	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	//background:#093;
	margin-right:2%;
	margin-left:1%;
	margin-top:58px;
	}
.topo nav a:hover{
	cursor:pointer;
	}	

	
.topo-fixo-fundo{
	position:fixed;
	background:url(../imgs/fundo-topo.png ) center top ;
	
	width:100%;
	height:79px;
	z-index:11000;
	//display: block;
	margin-top:-79px;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	}
.topo-fixo-fundo.mostrar{
	position:fixed;
	margin-top:0px;
	}
.topo-fixo{
	width:100%;
	margin:0 auto;
	position:absolute;
	
	height:79px;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	z-index:20000000;
	}

.topo-fixo .logo{
	position:absolute;
	text-align:center;
	width:100%;
	}

.topo-fixo .logo img{
	position:relative;
	//width:8%;
	//margin-top:8px;
	}
	
.topo-fixo .logo a{
	position:relative;
	
	//margin-top:38px !important;
	
	
	float:left !important;
	z-index:2222222;
	//width:96px;
	height:60px;
	margin-top:09px;
	
	}	




	
	
.topo-fixo nav{
	position:relative;
	float:left;
	width:100%;
	
	list-style:none;
	padding:0px !important;
	border-top:solid;
	border:none;
	//text-shadow:3px 3px 0px #e9e9e9;
	
	}

.topo-fixo nav ul{
	padding:0px !important;
	
	position:relative;
	float:right;
	width:65%;
	}

.topo-fixo nav a{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:100;
	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	//background:#093;
	margin-right:2%;
	margin-left:1%;
	margin-top:29px;
	}


.topo-fixo nav a:hover{
	cursor:pointer;
	}







	
/*-----------------FINAL TOPO---------------*/



/*-----------------BANNER---------------*/

.banner{
	position:relative;
	float:left;
	width:100%;
	height:659px;
	//background:url(../imgs/banner.jpg) center no-repeat;
	//margin-top:168px;
	
	}





/*-----------------FINAL BANNER---------------*/



/*-----------------LOGIN---------------*/

.destaques{
	position:relative;
	float:left;
	width:100%;
	height:158px;
	
	
	}
.destaques ul{
	position:relative;
	padding:0px;
	width:100%;
	height:158px;
	
	
	
	}
.destaques ul li{
	position:relative;
	
	width:32.5%;
	height:158px;
	background:#282870;
	text-align:center;
	
	}
.destaques ul li .icone{
	position:relative;
	margin:0 auto;
	width:67px;
	height:67px;
	background:#FFF;
	transform:  rotateZ(-45deg);
	margin-top:-34px;
	-moz-box-shadow: -7px 7px 0px #1d1d52;
	-webkit-box-shadow: -7px 7px 0px #1d1d52;
	box-shadow: -7px 7px 0px #1d1d52;
	
	}

.destaques ul li .icone img{
	position:absolute;
	transform:  rotateZ(45deg);
	top:18px;
	left:18px;
	
	}
.destaques ul li .texto{
	position:absolute;
	width:100%;
	min-height:50px !important;
	text-transform:uppercase;
	font-size:13px;
	margin-top:35px;
	letter-spacing:0.8px;
	
	}

.destaques ul li .telefone{
	margin-top:40px;
	font-size:24px;
	min-height:350px !important;
	line-height:22px;
	}
.destaques ul li .telefone span{
	position:relative;
	top:6px;
	font-size:16px;
	min-height:350px !important;
	}	
.destaques ul li .atendimento{
	line-height:13px;
	}







/*-----------------FINAL LOGIN---------------*/



/*-----------------SAUDAÇÕES---------------*/
.servicos {
	position:relative;
	float:left;
	padding-top:70px;
	width:100%;
	margin-bottom:80px;
	}
.servicos .container{
	width:1135px;
	
	
	}
.servicos .carrousel{
	position:relative;
	margin-top:290px;
	
	
	}
.servicos .box{
	position:relative;
	float:left;
	width:344px;
	
	}

.servicos .texto{
	position:absolute;
	font-size:24px;
	text-align:center;
	width:100%;
	//background:#000;
	top:155px;
	padding-left:25px;
	padding-right:25px;
	//margin-left:40px;
	}

.servicos .texto2{
	position:absolute;
	font-size:24px;
	text-align:center;
	width:100%;
	//background:#000;
	top:139px;
	padding-left:45px;
	padding-right:45px;
	//margin-left:40px;
	}

.servicos  .baixo{
	position:relative;
	margin-top:191px !important;
	margin-left:-148px !important;
	z-index:1;
	}

.servicos  .terceiro{
	position:relative;
	//margin-top:150px !important;
	margin-left:-148px !important;
	z-index:1;
	}
.servicos .owl-theme .owl-controls .owl-buttons .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../imgs/btn-proximo.svg);
    color: none !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
	position:absolute;
	margin-top:-200px;
	right:13px;
}
.servicos .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../imgs/btn-anterior.svg) no-repeat;
    color: none !important;
    opacity-text: 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
	margin-top:-200px;
	left:0px;
	position:absolute;
}
/*-----------------FINAL SAUDAÇÕES---------------*/


/*-----------------PRODUTOS---------------*/

.produtos{
	position:relative;
	float:left;
	width:100%;
	background:url(../imgs/fundo-produtos.jpg)  no-repeat  center;
	height:765px;
	padding-top:50px;
	}
	
.produtos .container{
	width:950px;
	}

.produtos .titulo{
	
	
	color:#fff;
	background:url(../imgs/icon-pneu.svg)  no-repeat top center;
	
	
	}
.produtos .titulo span{
	
	
	color:#f8951d;
	}
.produtos .carrousel{
	position:relative;
	margin-top:270px;
	
	
	}
.produtos .item{
	
	width:311px !important;
	height:323px !important;
	}
.produtos .owl-pagination{
	
	display:none;
	
	}

.produtos .owl-prev {
    position: absolute;
    top: 135px;
    left: -100px;
}
.produtos .owl-next {
    position: absolute;
    top: 135px;
    right: -75px;
}
/*---------------*/
/***** Zoe *****/
/*---------------*/

.grid figure img{
    opacity:1 !important;
	
}
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 70px;
	background: #282870;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
	text-transform:uppercase;
	font-size:20px !important;
	font-weight:700;
}


figure.effect-zoe h2  {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}



figure.effect-zoe h2 {
	display: inline-block;
}



figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}



/*-----------------FINAL PRODUTOS---------------*/






/*-----------------CONTATO---------------*/

	

.contato{
	position:relative;
	float:left;
	width:100%;
	height:674px;
	background: #f8f8f8;
	padding-top:117px;
	
	}
	
.contato .box-titulo{
	position:relative;
	float:left;
	width:32.5%;
	height:440px;
	background: #282870;
	//padding-top:83px;
	padding-left:71px;
	padding-top:43px;
	padding-right:71px;
	
	}
.contato .titulo{
	text-align:left !important;
	background: url(../imgs/icon-email.svg)  no-repeat !important;
	
	} 

.contato .subtitulo{
	text-align:left !important;
	margin-top:55px;
	
	}

.contato span{
	color:#f8951d;
	
	
	}
.contato .formulario{
	position:relative;
	float:left;
	margin-left:1.3%;
	width:32.5%;
	height:440px;
	background:#fff;
	padding: 0px 44px 36px 44px;
	
	}

.contato .formulario input{
	position:relative;
	float:left;
	width:100%;
	height:64px;
	background:#fff;
	border:none; 
	border-bottom:1px solid #dddddd;
	font-size:18px;
	color:#6a6a6a;
	font-weight:400;
	font-style:italic;
	//margin-bottom:10px;
	margin-top:10px;
	letter-spacing:0.8px;
	}
.contato .formulario textarea{
	position:relative;
	float:left;
	width:100%;
	height:174px;
	background:#fff;
	border:none; 
	border-bottom:1px solid #dddddd;
	font-size:18px;
	margin-top:25px;
	font-weight:400;
	font-style:italic;
	letter-spacing:0.8px;
	
	}

.contato .formulario button{
	position:relative;
	float:right;
	width:70px;
	height:14px;
	background:none;
	border:none; 
	text-align:right;
	font-size:18px;
	color:#282870;
	font-weight:800 !important;
	
	margin-top:35px;
	letter-spacing:0.8px;
	}

.contato .h3{
	font-size:16px !important;
	//text-align:left;
	margin-top:65px;
	position:relative;
	float:left;
	width:100%;
	}
.contato .iframe{
	position:relative;
	float:right;
	width:32.5%;
	height:440px;
	background:#fff;
	
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#6a6a6a;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#6a6a6a;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#6a6a6a;
}
:-moz-placeholder { /* Firefox 18- */
  color:#6a6a6a;
}	
/*-----------------FINAL CONTATO---------------*/

/*-----------------marcas---------------*/

.marcas{
	position:relative;
	float:left;
	width:100%;
	min-height:518px;
	padding-top:60px;
	padding-bottom:50px;
	}
.marcas .titulo{
	
	
	
	background:url(../imgs/icon-marcas.svg)  no-repeat top center;
	
	
	}
.marcas ul{
	
	position:relative;
	float:left;
	padding:0px;
	
	}	
.marcas ul li{
	width: 250px;
    height: 120px;
   
    margin: 0 auto;
    padding: 2px;
	position:relative;
	text-align:center;
	
    
	}
.marcas figure {
   // border-radius: 70%;
    height: 100%;
    
    
    
    overflow: hidden;
}

.marcas .owl-pagination{
	
	display:none;
	
	}

.marcas .owl-theme .owl-controls .owl-buttons .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../imgs/btn-proximo-marcas.svg);
    color: none !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
	position:absolute;
	margin-top:-127px;
	right:-73px;
}
.marcas .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../imgs/btn-anterior-marcas.svg) no-repeat;
    color: none !important;
    opacity-text: 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
	margin-top:-127px;
	left:-73px;
	position:absolute;
}

/*-----------------FINAL marcas---------------*/

/*-----------------FOOTER---------------*/

	

.footer{
	position:relative;
	float:left;
	width:100%;
	height:448px;
	
	background:url(../imgs/fundo-contato.jpg) center no-repeat;
	
	}
.footer .facebook{
	position:relative;
	float:right;
	width:300px;
	height:154px;
	color:#fff;
	font-size:24px;
	margin-top:163px;
	}

.footer .facebook img{
	margin-top:20px;
	}
.footer .box-logo{
	position:relative;
	float:left;
	width:32.5%;
	height:478px;
	margin-top:-30px;
	background:#282870;
	text-align:center;
	padding-top:118px;
	color:#fff;
	
	}
.footer .box-logo h3{
	
	font-size:20px !important;
	}	
	
.footer ul{
	position:relative;
	float:left;
	width:30%;
	height:241px;
	list-style:none;
	padding:0px !important;
	margin-top:5.5%;
	margin-left:8%;
	}
.footer ul li{
	
	width:100%;
	height:101px;
	text-transform:uppercase;
	
	}

.footer ul li .telefone{
	
	width:100%;
	margin-bottom:20px;
	}
.footer ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  
}	
.footer ul li .texto{
	display: inline-block;
    vertical-align: middle;
	width:70%;
	//height:161px;
	font-size:14px;
	}

.footer ul li .icone{
	display: inline-block;
    vertical-align: middle;
	width:19%;
	//height:161px;
	margin-bottom:20px;
	margin-top:20px;
	}

.footer ul li .icone-telefone{
	display: inline-block;
    vertical-align: middle;
	width:19%;
	//height:161px;
	margin-bottom:20px;
	margin-top:0px;
	}
.footer .frase{
	position:relative;
	float:left;
	width:70%;
	height:63px;
	line-height:63px;
	font-size:14px;
	//text-transform:uppercase;
	letter-spacing:0.5px;
	
	font-weight:300;
	}
		
.footer .logo-ative{
	position:relative;
	float:right;
	margin-top:12px;
	}	

/*-----------------FINAL FOOTER---------------*/	

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}