*{outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}
body,html{height:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
b,strong{font-weight:700}
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
ol,ul{list-style:none}
li{display:list-item}
table{border-collapse:collapse;border-spacing:0}
caption,td,th{font-weight:400;vertical-align:top;text-align:left}
q{quotes:none}
q:after,q:before{content:"";content:none}
small,sub,sup{font-size:75%}
sub,sup{line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg{overflow:hidden}
body{font:13px/1.5 "Lato","Montserrat"}
hr{border:0 solid #ccc;border-top-width:1px;clear:both;height:0}
h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2em;margin:0}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:none}
li{margin-left:0}
address,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,table,ul{margin-bottom:20px;}
hr,ol,p,ul{list-style:none;margin:20px 0 0}
hr:first-child,ol:first-child,p:first-child,ul:first-child{margin-top:0}
.container.menu{max-width: 1300px;}
.container{max-width:1160px;margin:0 auto;padding:0 10px}
.col{display:block;float:left;margin-left:2.26%;width:100%}
.col:first-child{margin-left:0}
.row{margin:30px 0 0;width:100%}
.row:first-child{margin:0}
.clearfix,.container,.col,.row{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;*zoom:1}
.clearfix:before,.container:before,.row:before,.col:before,.clearfix:after,.container:after,.row:after,.col:after{content:"";display:table;line-height:0}
.clearfix:after,.container:after,.row:after,.col:after{clear:both}
.grid-1,.grid-2,.grid-2-5,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}
.grid-1{width:6.26%}
.grid-2{width:14.78%}
.grid-2-5{width:18%}

.grid-3{width:23.30%}
.grid-4{width:31.82%}
.grid-5{width:40.34%}
.grid-6{width:48.87%}
.grid-7{width:57.39%}
.grid-8{width:65.91%}
.grid-9{width:74.43%}
.grid-10{width:82.95%}
.grid-11{width:91.47%}
.grid-12{width:100%}
img {
	max-width: 100%;
}
a {
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {  }
input,
select,
textarea,
button {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-shadow: none;
	display: block;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	outline: none;
	position: relative;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	resize: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #b2b2b2;
	font-size: 18px;
	max-width: 100%;
	padding: 15px;
	width: 100%;
}
::-webkit-input-placeholder {
    line-height: 1.2em;
}
::-moz-placeholder {
	line-height: 1.2em;
    opacity: 1;
}
:-ms-input-placeholder {
    line-height: 1.2em;
}
:-moz-placeholder {
	line-height: 1.2em;
    opacity: 1;
}

/* Loading */
.loading {
	display: none;
}
.loading > span {
	background-color: #e70f0f;
    border-radius: 5px;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    padding: 17px 30px 18px 60px;
    position: relative;
}
.loading > span .loader {
	animation: loader 1.1s infinite linear;
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	border-left: 3px solid #ffffff;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	border-right: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 10px;
	height: 20px;
	left: 30px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}

/* Section Title */
.section-title {
    color: #0b1eae;
    font-size: 40px;
	margin: 0 0 30px;
	font-weight: 900;
}
.section-subtitle {
	color: #1e71b8;
	font-size: 24px;
	margin: 0 0 60px;
}
.section-background {
	font-size: 120px;
}

.section-background.qualidade {
	color: #8e888824;
	font-family: 'Montserrat';
	font-weight: 900;
	letter-spacing: -6px;
	margin: 100px 0 -55px -45px;
}

.section-background.historia {
	color: #ffffff1a;
	font-family: 'Montserrat';
	font-weight: 900;
	letter-spacing: -6px;
	margin: 170px 0 -55px -45px;
}

/* BTN Link */
a.btn-link {
    background-color: #ccc;
    border-radius: 50px;
    color: #ffffff;
    display: table;
    font-size: 17px;
    font-weight: 600;
    margin: 30px 0 0;
    position: relative;
    padding: 14px 90px 16px 42px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
a.btn-link:before {
    background-image: url(../images/backgrounds/sprite-icones-home.png);
    background-position: center -266px;
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
    width: 15px;
}
a.btn-link:hover:before {
	animation: btnHover 0.3s 2 linear;
}
@keyframes btnHover {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0px);
	}
}
a.btn-link.blue {
	background-color: #1e71b8;
}
a.btn-link.blue:hover {
	background-color: #11416b;
}
a.btn-link.red {
	background-color: #c30027;
}
a.btn-link.red:hover {
	background-color: #750017;
}

a.btn-link3 {
	color: #ffffff;
    background-image: url(../images/backgrounds/bg-btn.png);
    border-radius: 5px;
    display: inline-grid;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 43px;
    margin-top: 10px;
    text-transform: uppercase;
}
a.btn-link3:hover {
	background: #303c9c;
}
#tratores-view a.btn-link3 {
	font-size: 13px;
	margin-top: 20px;
    padding: 16px 10px;
	float: right;
}


a.btn-link2 {
	color: #ffffff;
    display: inline-grid;
    font-size: 35px;
    font-weight: 600;
    margin: 229px -340px 0;
    position: absolute;
    text-align: center;
}
a.btn-link2:hover:before {
	animation: btnHover 0.3s 2 linear;
}
@keyframes btnHover {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0px);
	}
}
a.btn-link2.blue {
	background-color: #1e71b8;
}
a.btn-link2.blue:hover {
	background-color: #11416b;
}

/* Gallery Slide Pagina Sobre */
.gallery-slider {
    margin: 30px 0 0;
    max-width: 800px;
    position: relative;
    width: 100%;
}
.gallery-slider ul.flex-direction-nav {
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gallery-slider ul.flex-direction-nav li {
    height: 50px;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    width: 40px;
    z-index: 1;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next {
    right: 0;
}
.gallery-slider ul.flex-direction-nav li a {
    background-color: #fff;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    text-indent: -9999px;
}
.gallery-slider ul.flex-direction-nav li a:before {
    background-image: url(../images/icons/sprite-icones.png);
    background-position: center -89px;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -10px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev a:before {
	background-position: center -89px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next a:before {
    background-position: center -157px;
}
.gallery-slider ul.flex-direction-nav li a:hover {
	background-color: #f6ba0e;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev a:hover:before {
	background-position: center -118px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next a:hover:before {
    background-position: center -186px;
}
.fotoSobre {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}