/* -------------------------------------------------------------------------- */
/* ---------------------------------- RESET --------------------------------- */
/* -------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}





/* -------------------------------------------------------------------------- */
/* -------------------------------- SCROLLBAR ------------------------------- */
/* -------------------------------------------------------------------------- */
/* Largura da barra de rolagem */
::-webkit-scrollbar {
	width:6px;
}
/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
	background-color:#CCC;
	border-left:0;
}
/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	background-color:#333;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color:#444;
}
::selection{
	background-color:#F58634;
	color:#FFF;
}
::-moz-selection{
	background-color:#F58634;
	color:#FFF;
}





/* -------------------------------------------------------------------------- */
/* ---------------------------------- CORPO --------------------------------- */
/* -------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	color:#999;
	font-size:14px;
	background:url(../img/background/the_most_important_bg.png);
	background-repeat:no-repeat;
	background-position:0 0 ;
	background-attachment:fixed;
	background-size:cover;
}





/* -------------------------------------------------------------------------- */
/* -------------------------------- HELPERS --------------------------------- */
/* -------------------------------------------------------------------------- */
.Row {
	width:100%;
	min-height:1px;
	position:relative;
}
.Container{
	width:90%;
	max-width:968px;
	margin:auto;
	position:relative;
}
.Clear, .clear{
	clear:both;
}
.Hide {
	display:none;
}





/* -------------------------------------------------------------------------- */
/* ---------------------------------- MENU ---------------------------------- */
/* -------------------------------------------------------------------------- */
.Menu {
	width:100%;
	float:left;
	background:#FFF;
	position:fixed;
	height:135px;
	z-index:1;
	top:0;
	left:0;
}
.Menu .Logo {
	width:215px;
	float:left;
	margin-top:7px;
}
.Menu .Nav {
	width:623px;
	float:left;
}
.Menu .Nav ul {
	float:left;
	padding:43px 0 0 80px;
}
.Menu .Nav ul li {
	float:left;
}
.Menu .Nav ul li a {
	color:#222;
	font-weight:600;
	text-decoration:none;
	display:block;
	padding:15px 17px;
	border-bottom:2px solid transparent;
}
.Menu .Nav ul li a:hover {
	color:#000;
	border-bottom:2px solid #E6E6E6;
}
.Menu .Language {
	width:130px;
	float:left;
	margin-top:45px;
}
.Menu .Language ul {
	float:left;
}
.Menu .Language ul li {
	width:60px;
	float:left;
	padding:10px 7px;
	background:#F0F0F0;
	border:1px solid #E0E0E0;
	border-radius:5px;
	text-align:center;
}
.Menu .Language ul li:first-child {
	margin-right:10px;
}
.Menu .Language ul li img {
	width:25px;
	float:left;
}
.Menu .Language ul li p {
	float:left;
	font-size:11px;
	font-weight:600;
	color:#222;
	margin-left:4px;
	margin-top:2.5px;
}





/* -------------------------------------------------------------------------- */
/* ---------------------------------- HOME ---------------------------------- */
/* -------------------------------------------------------------------------- */
.Home {
	margin-top:135px;
	margin-bottom:70px;
	width:100%;
	padding:0.4% 0;
}
.Home .Pattern {
	width:100%;
	float:left;
}
.Home .Machines {
	width:100%;
	float:left;
	text-align:center;
	background:rgba(0,0,0,0.60);
	padding:10px 0 15px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
.Home .Machines .Box {
	width:484px;
	float:left;
}
.Home .Machines .Box .Image {
	width:100%;
	float:left;
}
.Home .Machines .Box .Image img {
	width:300px;
}
.Home .Machines .Box:last-child .Image img {
	margin-top:20px;
	width:270px;
}
.Home .Machines .Box .Name {
	width:100%;
	float:left;
	padding-top:10px;
}
.Home .Machines .Box .Name h1 {
	color:#F0F0F0;
	font-weight:700;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
}
.Home .Latas {
	width:100%;
	float:left;
	margin-top:10px;
}
.Home .Latas img {
	width:100%;
	float:left;
	padding:5px;
	background:rgba(0,0,0,0.60);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}





/* -------------------------------------------------------------------------- */
/* ------------------------------- ALL PAGES -------------------------------- */
/* -------------------------------------------------------------------------- */
.About_Us,
.Services,
.Training,
.Contact {
	width:100%;
	float:left;
	padding:15px 0;
}
.About_Us .Title,
.Services .Title,
.Training .Title,
.Contact .Title {
	width:100%;
	float:left;
	border-bottom:2px solid #999;
	padding-bottom:15px;
}
.About_Us .Title h1,
.Services .Title h1,
.Training .Title h1,
.Contact .Title h1 {
	color:#FFF;
	font-weight:700;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
}
.About_Us .Text,
.Services .Text,
.Training .Text {
	width:100%;
	float:left;
	margin-top:30px;
}
.About_Us .Text p,
.Services .Text p,
.Training .Text p {
	margin-bottom:10px;
	line-height:22px;
	color:#FFF;
	text-align:justify;
}
.About_Us .Text p {
}
.About_Us .Text p span {
	padding-left:25px;
}





/* -------------------------------------------------------------------------- */
/* ------------------------------- SERVICES --------------------------------- */
/* -------------------------------------------------------------------------- */
.Services .Products {
	width:228px;
	float:left;
	margin-top:-60px;
	padding-right:20px;
}
.Services .Products .Box {
	width:100%;
	float:left;
	margin:5px 0 20px 0;
}
.Services .Products .Box img {
	background:rgba(0,0,0,0.60);
	padding:10px;
	width:85%;
	float:right;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
.Services p {
	width:100%;
	float:left;
}
.Services p span {
	padding-left:25px;
}
.Services .Full_Box {
	width:100%;
	float:left;
}
.Services .Full_Box .Description {
	width:700px;
	float:left;
	margin-right:40px;
	padding-left:25px;
}





/* -------------------------------------------------------------------------- */
/* ------------------------------- TRAINING --------------------------------- */
/* -------------------------------------------------------------------------- */
.Training .Box_Training {
	width:100%;
	float:left;
	text-align:center;
	background:rgba(0,0,0,0.60);
	margin:20px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;

	position:relative;
}
.Training .Box_Training:last-child {
	margin-bottom:0;
}
.Training .Box_Training p {
	color:#F0F0F0;
	display:block;
	line-height:22px;
	padding:20px 0;
}
.Training .Box_Training .Divide_One {
	width:33%;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.Training .Box_Training .Divide_One .Into,
.Training .Box_Training .Divide_Two .Into,
.Training .Box_Training .Divide_Three .Into {
	display:none;
	position:absolute;
	max-width:968px;
	width:100%;
	margin-top:65px;
	line-height:22px;
	background:#FFF;
	border-radius:4px;
	padding:15px;
	color:#333;
	font-size:12px;

	left:0;
}
.Training .Box_Training .Divide_One:hover  .Into,
.Training .Box_Training .Divide_Two:hover  .Into,
.Training .Box_Training .Divide_Three:hover .Into {
	display:block;
}

.Training .Box_Training .Divide_Two {
	width:33%;
	float:left;
	text-align:center;
	box-sizing:border-box;
}
.Training .Box_Training .Divide_Three {
	width:33%;
	float:right;
	text-align:center;
	box-sizing:border-box;

}
.Training .Products {
	width:228px;
	float:left;
	margin-top:-70px;
	padding-right:20px;
}
.Training .Products .Box {
	width:100%;
	float:left;
	margin:5px 0 20px 0;
}
.Training .Products .Box img {
	background:rgba(0,0,0,0.60);
	padding:10px;
	width:85%;
	float:right;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
}
.Training p {
	width:100%;
	float:left;
}
.Training p span {
	padding-left:25px;
}
.Training .Full_Box {
	width:100%;
	float:left;
}
.Training .Full_Box .Description {
	width:700px;
	float:left;
	margin-right:40px;
	padding-left:25px;
	text-align: left
}

.Training .Text .Full_Box .Description  p{text-align: left}





/* -------------------------------------------------------------------------- */
/* ------------------------------ CONTACT US -------------------------------- */
/* -------------------------------------------------------------------------- */
.Contact {
	padding:15px 0 0 0;
}
.Contact .Line {
	width:100%;
	float:left;
	padding-top:15px;
}
.Contact .Line .Box {
	width:469px;
	float:left;
	margin-left:30px;
}
.Contact .Line .Box:first-child {
	margin-left:0;
}
.Contact .Line .Box .Infos {
	width:100%;
	float:left;
}
.Contact .Line .Box .Infos p {
	color:#F0F0F0;
	line-height:22px;
}
.Contact .Line .Box .Infos p a {
	color:#F0F0F0;
	text-decoration:none;
}
.Contact .Line .Box .Infos p img {
	width:20px;
	margin-right:10px;
	margin-bottom:-1px;
}
.Contact .Line .Box iframe {
	margin-top:15px;
	float:left;
}
.Contact .Line .Box form {
	width:100%;
	float:left;
}
.Contact .Line .Box form label {
	width:100%;
	float:left;
	margin-bottom:5px;
	color:#F0F0F0;
	font-weight:600;
	font-size:13px;
}
.Contact .Line .Box form input[type="text"] {
	width:100%;
	float:left;
	margin-bottom:15px;
	padding:5px;
	border:1px solid #F0F0F0;
}
.Contact .Line .Box form textarea {
	width:100%;
	float:left;
	resize:none;
	border:1px solid #F0F0F0;
	height:50px;
	padding:5px;
}
.Contact .Line .Box form input[type="submit"] {
	background:#F58634;
	font-family:'Open Sans', sans-serif;
	color:#FFF;
	padding:7px 0;
	border:0;
	width:100px;
	margin-top:13px;
	cursor:pointer;
}
.Contact .Line .Box form input[type="submit"]:hover {
	background:#ea7420;
}
.Contact .Line .Box form input[type="text"]:focus,
.Contact .Line .Box form textarea:focus,
.Contact .Line .Box form input[type="submit"]:focus {
	border:1px solid #333;
	outline:0;
}





/* -------------------------------------------------------------------------- */
/* --------------------------------- RODAPE --------------------------------- */
/* -------------------------------------------------------------------------- */
.Rodape {
	width:100%;
	float:left;
	padding:30px 0;
	background:#FFF;
	position:fixed;
	z-index:1;
	bottom:0;
	left:0;
}
.Rodape .Box {
	width:100%;
	float:left;
	text-align:center;
}
.Rodape .Box p {
	font-size:11px;
	letter-spacing:1px;
	color:#000;
}



.nav_mobile{display:none;}


@media screen and (max-width: 1080px) {

	.Menu {
		position:relative;
	}

	.Menu .Nav ul {
		float:left;
		padding:20px 0 5px 80px;
	}

	.Menu .Nav {
		width:623px;
		float:none;
		text-align: right;
	}

	.Menu .Language {
		width:130px;
		float:right;
		margin-top:0;
		margin-right:20px;
	}

	.info_header{float:right;}

	.Home {
		margin-top:0;
	}


	.Home .Machines {
		width:100%;
		float:none;
	}
	.Home .Machines .Box {
		width:45%;
		float:left;
	}
	.Home .Machines .Box:nth-child(2n) {float:right;}
	.Home .Machines .Box .Image {
		width:100%;
		float:left;
	}
	.Home .Machines .Box .Image img {
		width:100%;
	}
	.Home .Machines .Box:last-child .Image img {
		margin-top:20px;
		width:90%;
	}


	.Services .Products,
	.Training .Products {
		width:20%;
		float:left;
	}


		.Services .Full_Box .Description,
		.Training .Full_Box .Description  {
			width:70%;

		}


	.Contact .Line .Box {
		width:45%;
		float:left;
		margin-left:0;
	}
	.Contact .Line .Box:nth-child(2n){
		float:right;
	}


}

@media screen and (max-width: 940px) {


	.Menu .Nav {
		width:100%;
		float:none;
	}

	.Menu .Nav ul {
		float:none;
		padding-left:0px;
	}

	.Menu .Nav ul li a {
		padding:15px 10px;
	}

	.Rodape {position:relative;}


}

@media screen and (max-width: 810px) {

	.Menu{height:auto;padding-bottom: 10px}

	.Menu .Logo {
		width:100%;
		float:none;
		text-align: center;
	}

	.info_header{float:none;width:100%;margin-top: 20px;}

	.Menu .Nav {
		width:75%;
		float:left;
		text-align: left;
	}

	.Menu .Language {
		float:right;
		margin-top:23px;
		margin-right:0;
	}

	.Services .Products,
	.Training .Products {
		width:60%;
		float:none;
		margin:0 auto;
	}


		.Services .Full_Box .Description,
		.Training .Full_Box .Description {
			width:100%;
		float:none;

		}


}


@media screen and (max-width: 700px) {


	.Menu .Nav {
		width:100%;
		float:none;
		text-align: center;
	}

	.Menu .Language {
		float:none;
		margin:0 auto;
	}

	.Menu .Nav ul li {
		float:none;
		display:inline-block;
	}

	.Contact .Line .Box {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.Contact .Line .Box:nth-child(2n){
		width:100%;
		float:none;
	}

	body {
		font-family: 'Open Sans', sans-serif;
		color:#999;
		font-size:14px;
		background:url(../img/background/the_most_important_bg.png);
		background-repeat:repeat;
		background-position:0 0 ;
		background-attachment:fixed;
	}


}


@media screen and (max-width: 620px) {


	.Menu .Nav {
		text-align: left;
	}

	.Menu .Nav ul{display:none;}


	.Menu .Nav ul li {
		display:block;
	}

	.nav_mobile{
		display:block;
		color:#222;
		font-weight:600;
		font-size: 16px;
		border-bottom:2px solid #E6E6E6;
		padding-bottom:5px;
		margin: 30px 0 0 0;
		cursor:pointer;
		text-transform: uppercase
	}

	.nav_mobile:before{
		content:'';
		display:block;
		width:24px;
		height:24px;
		position: relative;
		float:right;
		background:url(../img/icones/menu.png);
		margin:-5px 0 0 0;
	}

	.Menu .Language {
		margin-top:10px;
	}


}

@media screen and (max-width: 540px) {

	.Home .Machines .Box {
		width:100%;
		float:none;
		margin-bottom: 40px;
	}
	.Home .Machines .Box:nth-child(2n) {float:none;}
}

@media screen and (max-width: 440px) {

.Services .Products,
.Training .Products{
		width:100%;
		float:none;
		margin:0 auto;
	}

}



