
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-azul{
	color:#0e252f !important;
	}
.fundo-azul{
	background:#0e252f;
	}
.fundo-branca{
	background:#fff;
	}
.cor-branca{
	color:#fff;
	}

.borda-azul{
	border-color:#19aece !important;
	border-width:1px !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) #0e252f no-repeat center;
	width:50px;
	height:50px;
	z-index:1000;
	text-align:center;
	padding-top:23px;
	right:-79px;
	border-radius:150px;
	margin-top:289px;
	-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;
	}




/*-----------------TOPO---------------*/
.topo{
	width:100%;
	margin:0 auto;
	position:absolute;
	
	height:119px;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	z-index:20000000;
	background:url(../imgs/fundo-topo.png) center no-repeat;
	}
.topo .logo{
	position:relative;
	float:left;
	text-align:left;
	width:308px;
	height:119px;
	
	}
.topo .logo img{
	//z-index:2222222;
	margin-top:30px !important;
	//margin-left:16px;
	}

	
	


.topo .container{
	
	
	
	}

	
	
.topo nav{
	position:relative;
	float:left;
	width:100%;
	height:119px;
	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;
	
	
	margin-right:36px;
	}

.topo nav a{
	position:relative;
	float:right;
	font-size:15px;
	font-weight:100;
	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	//background:#093;
	margin-right:8px;
	margin-top:37px;
	}
/* Effect 8: border slight translate */
.cl-effect-8 a {
	padding: 13px 15px 10px 15px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s;
	transition: transform 0.3s, opacity 0.1s;
}

.cl-effect-8 a::after  {
	border-color: #fff;
	border: 1px solid;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}

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

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
	cursor:pointer;
}	
.topo .telefone{
	position:relative;
	float:left;
	width:217px;
	padding-left:41px;
	height:53px;
	border-left:1px solid #020a11;
	font-size:18px;
	font-weight:700;
	margin-top:33px;
	line-height:53px;
	
	}
	

.topo .telefone img{
	margin-top:-3px;
	margin-right:10px;
	
	}


.topo .copermac-agricola{
	position:relative;
	float:right;
	padding:13px 23px 13px  23px ;
	
	border: 1px #fff solid ;
	background:none;
	font-size:18px;
	font-weight:600;
	margin-top:31px;
	margin-right:23px;
	color:#fff;
	}
	
	
.topo .copermac-agricola .icone{
	margin-right: 10px;
	float: left;
	}









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



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

.banner{
	position:relative;
	float:left;
	width:100%;
	min-height:239px;
	//background:url(../imgs/banner.jpg) center no-repeat;
	//margin-top:168px;
	background:#0e252f;
	text-align:center;
	}


.banner .fundo-banner{
	position:absolute;
	margin:0 auto !important;
	width:100%;
	height:67px;
	background:url(../imgs/fundo-banner.png) center no-repeat;
	text-align:center;
	bottom:-1px;
	z-index: 1000 !important;
	}

.tparrows {
    cursor:none !important;
  	background:none !important;
    
   width: 120px!important;
    height: 102px!important;
    position: absolute;
   
    z-index: 10000000 !important;
}

.tparrows:before {
    font-family: none;
    font-size: 0px !important;
    color: #fff;
    display: block;
    line-height: 102px !important;
    text-align: center;
	z-index: 10000000 !important;
	cursor: pointer;
}
.tparrows.tp-leftarrow:before {
	
    background:url(../imgs/btn-esquerda.png) left no-repeat !important;
	z-index: 10000000 !important;
}
.tparrows.tp-rightarrow:before {
    background:url(../imgs/btn-direita.png) right no-repeat!important;
	z-index: 10000000 !important;
}
/*-----------------FINAL BANNER---------------*/



/*-----------------SAUDACAO---------------*/

.saudacao{
	position:relative;
	float:left;
	width:100%;
	height:212px;
	border-bottom:1px solid #bdbdbd;
	padding-top:20px;
	text-align:center;
	
	}


.saudacao .frase{
	position:relative;
	text-align:center;
	font-size:22px;
	font-weight:200;
	font-style:italic;
	letter-spacing:0.3px;
	color:#00;
	margin-top:15px;
	}
.saudacao .linha{
	position:relative;
	width:90px;
	height:1px;
	bottom:-59px;
	margin:0 auto;
	}



/*-----------------FINAL SAUDACAO---------------*/





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

.produtos{
	position:relative;
	float:left;
	width:100%;
	
	height:510px !important;
	//padding-top:50px;
	}
	
.produtos .container{
	
	
	
	}

.produtos .titulo{
	
	position:relative;
	float:left;
	margin-top:150px;
	min-width:50px;
	width:164px;
	text-align:right !important;
	}
.produtos h1{
	
	position:relative;
	width:164px;
	text-align:right !important;
	font-size:40px;
	font-weight:400;
	letter-spacing:-0.5px;
	line-height:38px;
	}
.produtos .linha{
	position:relative;
	width:91px;
	height:1px;
	top:10px;
	float:right;
	}
.produtos button{
	
	position:relative;
	padding:0px !important;
	text-align:right;
	font-size:14px;
	font-weight:400;
	letter-spacing:-0.5px;
	border:none;
	background:none;
	float:right;
	width:100%;
	top:30px;
	}

.produtos .owl-produtos{
	position:relative;
	float:right;
	width:80%;
	height:312px;
	margin-top:127px;
	padding:0px !important;
	list-style:none;
	
	}
.produtos .owl-produtos .item{
	position:relative;
	
	width:87%;
	height:297px;
	
	margin-left:35px;
	}
.produtos .owl-produtos .item img{
	position:absolute;
	
	margin-top:-47px;
	margin-left:-17px;
	border:1px solid #bdbdbd;
	background:#000;
	}

.produtos .owl-produtos .item .nome{
	position:absolute;
	bottom:23px;
	float:left;
	width:100%;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
	font-weight:500;
	line-height:24px;
	}

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

.produtos .owl-prev {
    position: absolute;
	width:43px !important;
	height:43px !important;
    top: 155px;
    left: -155px;
	opacity:1 !important;
	border:1px solid #0e252f;
	border-radius:0px;
	background:url(../imgs/btn-anterior.svg)  no-repeat center !important;
}
.produtos .owl-next {
    position: absolute;
    width:43px !important;
	height:43px !important;
    top: 155px;
    left: -107px;
	opacity:1 !important;
	border:1px solid #0e252f;
	background:url(../imgs/btn-proximo.svg)  no-repeat center  !important;
}
/*-----------------FINAL PRODUTOS---------------*/


/*-----------------FRASE---------------*/

.frase-inicial{
	position:relative;
	float:left;
	width:100%;
	height:378px;
	overflow:hidden;
	}
.frase-inicial .fundo-frase{
	position:absolute;
	//z-index:1;
	background: url(../imgs/fundo-frase.jpg)   no-repeat;
	width:100%;
	height:578px;
	top:-200px;
	}
.frase-inicial .frase{
	width:100%;
	height:378px;
	background: url(../imgs/detalhes-frase.png)  center no-repeat;
	position:absolute;
	z-index:1;
	}

.frase-inicial .frase h1{
	font-size:45px;
	font-weight:400;
	font-style:italic;
	margin-left:220px;
	margin-top:122px;
	letter-spacing:-1px;
	line-height:25px;
	}
.frase-inicial .frase h1 span{
	font-size:64px;
	font-weight:700;
	font-style:italic;
	margin-left:15px;
	}

.frase-inicial .frase h1 .tradicao{
	margin-left:-20px;
	margin-top:30px;
	position:relative;
	}
/*-----------------FINAL FRASE---------------*/

/*-----------------NOTICIAS---------------*/
.noticias{
	position:relative;
	float:left;
	width:100%;
	height:480px;
	margin-bottom:87px;
	}
.noticias .titulo{
	
	position:relative;
	float:left;
	margin-top:50px;
	width:100%;
	height:105px;
	text-align:center;
	margin-bottom:30px;
	}
.noticias h1{
	
	position:relative;
	width:auto;
	text-align:center;
	font-size:40px;
	font-weight:400;
	letter-spacing:-0.5px;
	line-height:38px;
	}
.noticias .linha{
	position:relative;
	width:91px;
	height:1px;
	top:10px;
	margin:0 auto;
	}

.noticias ul{
	position:relative;
	float:right;
	width:100%;
	height:100%;
	
	padding:0px !important;
	list-style:none;
	}

.noticias ul li{
	position:relative;
	
	width:31%;
	height:360px;
	margin-bottom:30px;
	
	}

.noticias ul li img{
	position:absolute;
	width:100%;
	height:100%;
	}


.noticias ul li .icon{
	position:relative;
	top:-30px;
	margin:0 auto;
	text-align:center;
	
	width:60px;
	height:60px;
	
	background:url(../imgs/icon-ferramentas.svg) center no-repeat #fff;
	border-radius:50px;
	z-index:3;
	}

.noticias ul li .titulo-noticia{
	position:absolute;
	bottom:-20px;
	left:20px;
	
	width:100%;
	height:168px;
	padding-right:46px;
	padding-left:46px;
	
	padding-bottom:43px;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	line-height:24px;
	//border:1px solid #bdbdbd;
	background:#0e252f;
	letter-spacing:-1px;
	z-index:1;
	}
/*-----------------FINAL NOTICIAS---------------*/


/*-----------------CONTATO---------------*/
.contato{
	position:relative;
	float:left;
	width:100%;
	height:550px;
	margin-bottom:87px;
	}
.contato .titulo{
	
	position:relative;
	float:left;
	margin-top:50px;
	width:100%;
	height:105px;
	margin-bottom:30px;
	text-align:center;
	}
.contato h1{
	
	position:relative;
	width:auto;
	text-align:center;
	font-size:40px;
	font-weight:400;
	letter-spacing:-0.5px;
	line-height:38px;
	}
.contato .linha{
	position:relative;
	width:91px;
	height:1px;
	top:10px;
	margin:0 auto;
	}


.contato iframe{
	position:relative;
	width:48%;
	float:left;
	
	}
.contato .mapa iframe{
	width:48%;
	float:left;
	height:440px;
    pointer-events: none;
	position:relative;
}
.contato .formulario{
	position:relative;
	//margin-left:1.3%;
	width:48%;
	height:440px;
	z-index:1;
	padding: 0px 44px 36px 44px;
	float:right
	}

.contato .formulario input{
	position:relative;
	float:left;
	width:100%;
	height:64px;
	background:none;
	border:none; 
	border-bottom:1px solid #000;
	font-size:18px;
	color:#fff;
	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:none;
	border:none; 
	border-bottom:1px solid #09161c;
	font-size:18px;
	margin-top:25px;
	font-weight:400;
	font-style:italic;
	letter-spacing:0.8px;
	
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}	
.contato .formulario button{
	position:relative;
	float:right;
	width:70px;
	height:14px;
	background:none;
	border:none; 
	text-align:right;
	font-size:18px;
	color:#fff;
	font-weight:800 !important;
	
	margin-top:35px;
	letter-spacing:0.8px;
	}

.contato .h3{
	font-size:16px !important;
	text-align:left;
	margin-top:38px;
	position:relative;
	float:left;
	width:auto;
	}



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



#owl-demo {
  margin-top:30px;
}
#owl-demo .item{
 // margin-left: 15px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.marcas{
	position:relative;
	float:left;
	width:100%;
	height:544px;
	background:url(../imgs/fundo-marcas.jpg) center no-repeat;
	margin-top:80px;
	}

.marcas .box-marcas{
	position:relative;
	margin:0 auto;
	width:723px;
	height:362px;
	background:#FFF;
	margin-top:90px;
	-moz-box-shadow: -17px -17px 0px #0e252f;
	-webkit-box-shadow: -17px -17px 0px #0e252f;
	box-shadow: -17px -17px 0px #0e252f;
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
	z-index:1;
	}
.marcas .linha-box-marcas{
	
	margin:0 auto;
	width:723px;
	height:362px;
	background:none;
	margin-top:-213px;
	margin-left:-22px;
	
	border:1px solid #FFF;
	}
.marcas .titulo{
	
	
	font-weight:400;
	font-size:28px;
	color:#fff;
	width:100%;
	text-align:center;
	
	}

.marcas h1{
	font-weight:400;
	}
.marcas .linha{
	position:relative;
	width:91px;
	height:1px;
	top:10px;
	
	margin:0 auto;
	}
.marcas .item{
	margin-left:55px;
	width:111px !important;
	height:111px !important;
	}
.marcas #owl-marcas{
	
	top:41px;
	
	}

.marcas .owl-pagination{
	
	display:none;
	
	}
.marcas #owl-marcas .owl-prev {
    position: absolute;
	width:43px !important;
	height:43px !important;
    top: 175px;
    left: 274px;
	opacity:1 !important;
	border:1px solid #00361b;
	
	background:url(../imgs/btn-anterior.svg)  no-repeat center !important;
}
.marcas #owl-marcas .owl-next {
    position: absolute;
    width:43px !important;
	height:43px !important;
    top: 175px;
    
	opacity:1 !important;
	border:1px solid #00361b;
	background:url(../imgs/btn-proximo.svg)  no-repeat center  !important;
}

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

	

.footer{
	position:relative;
	float:left;
	width:100%;
	height:493px;
	
	background:url(../imgs/fundo-footer.jpg) center no-repeat;
	margin-top:50px;
	}

.footer .box-logo{
	position:relative;
	float:left;
	width:32.5%;
	height:478px;
	margin-top:-30px;
	background:#282870;
	text-align:center;
	padding-top:178px;
	color:#fff;
	
	}

.footer .infos{
	position:relative;
	float:left;
	width:36%;
	height:241px;
	list-style:none;
	padding:0px !important;
	margin-top:128px;
	//margin-left:8%;
	}
.footer .infos li:first-child{
	
	width:100%;
	height:92px;
	text-transform:uppercase;
	
	}
.footer .infos li:last-child{
	
	margin-top:13px;
	
	}
.footer .infos li{
	
	width:100%;
	height:43px;
	text-transform:uppercase;
	
	}

.footer .infos li .telefone{
	
	width:100%;
	margin-bottom:15px;
	}

.footer .infos li .telefone strong{
	font-size:20px;
	}

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

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

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

.footer nav{
	position:relative;
	float:left;
	width:24%;
	height:162px;
	list-style:none;
	padding:0px !important;
	margin-top:155px;
	padding-left:0px !important;
	text-align:center;
	padding-right:57px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}

.footer nav ul{
	width:100%;
	height:100%;
	padding:0px !important;
	}

.footer nav a{
	position:relative;
	float:left;
	width:100%;
	height:14px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
	text-decoration:none;
	}

.footer nav a:hover{
	cursor:pointer;
	}
.footer .facebook{
	position:relative !important;
	float:right;
	width:34%;
	height:162px;
	text-align:right;
	margin-top:155px;
}
.footer .direitos{
	position:absolute;
	bottom:0px;
	width:100%;
	height:91px;
	
	background:url(../imgs/fundo-direitos.png) center no-repeat;
	
	}


.footer .direitos .logo{
	position:relative;
	float:left;
	text-align:left;
	width:308px;
	height:91px;
	padding-top:18px;
	
	}
.footer .direitos .frase{
	height:91px;
	line-height:91px;
	position:relative;
	float:left;
	font-size:15px;
	margin-left:90px;
	}
		
.footer .direitos .logo-ative{
	position:relative;
	float:right;
	margin-top:25px;
	}	

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






















