*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


a {
	color: inherit;
	text-decoration: none;
}



li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	display: block;
}

body, html {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1240px;
	font-family: 'Open Sans', sans-serif;
	background-color: #eee;
	position: relative;
}

.wrapper {
	padding-top: 100px;
	background:#FFF;
}


header {
	width: 100%;
	position: fixed;
	max-width: 1240px;
	margin: 0 auto;
	top: 0;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1.5%;
	z-index: 5;
	background-color: white;
	transition: all .3s;

}

.lang-container {
	width: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 40px;
	position: relative;
}

.lang-wrapper {
	display: flex;
	position: relative;
	justify-content: flex-end;
}

.lang-wrapper li {
	position: relative;
	height: 18px;
	border-right: 1px solid #333;
	display: flex;
	align-items: flex-end;
}

.lang-wrapper li:last-child {
	border-right: 0;
}

.lang-wrapper li a {
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	padding: 0px 6px 3px 6px;
}

.currentLang {
	color: #f7953e!important;
	font-weight: 700;
}

.header-2row-container{
	height: 75px;
	width: 100%;
	position: relative;
	displaY: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-wrapper {
	max-width: 355px;
	position: relative;
	min-width: 175px;
	transition: all .3s;
}

.logo-wrapper a img {
	margin: 0 auto;
	width: 100%;
}

.nav-container {
	position: relative;
}

.nav-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.nav-wrapper li {
	margin: 0 13.5px;
	position: relative;
}

.nav-wrapper li:last-child {
	margin-right: 0;
}

.nav-wrapper li a {
	font-size: 12px;
	color: #404041;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-wrapper li:first-child a:after{
	top: 56px;
}

.nav-wrapper li:first-child a:hover:after {
	visibility: visible;
	opacity: 1;
	top: 54px;
}

.nav-wrapper li a:after {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	content: "";
	position: absolute;
	top: 51px;
	width: 65%;
	left: 17.5%;
	height: 3px;
	background-color: #f88749;
}

.nav-wrapper li a:hover:after {
	visibility: visible;
	opacity: 1;
	top: 54px;
}


.adn-container {
	margin-top: 25px;
	width: 100%;
	padding: 0 7.85%;
}

.heading {
	position: relative;
	margin: 0 auto;
	text-align: center;
	min-width: 370px;
	margin-bottom: 25px;
}

.heading h5{
	font-size: 19px;
	color: #f88749;
	position: relative;
	padding-bottom: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.thin-line {
	position: absolute;
	bottom: 0;
	width: 370px;
	left: 50%;
	transform: translateX(-50%);
	background: #cccccc;
	height: 1px;
}

.thick-line {
	position: absolute;
	bottom: -1px;
	width: 95px;
	left: 50%;
	transform: translateX(-50%);
	background: #f88749;
	height: 2px;
}

footer {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20%;
	height: 88px;
	background: #dfdfdf;
}

footer div {
	font-size: 13px;
	color: #707070;
	text-align: left;
}


.adn-categories-container {
	width: 100%;
	position: relative;
}

.container {
	padding-bottom: 55px;
	border-bottom: 2px solid #cccccc;
	width: 100%;
}

.owl-item > div {
  cursor: pointer;
  margin: 0 35px;
  transition: all 0.4s ease;
}

.owl-item:first-child div {
	margin-left: 0;
}

.owl-item:last-child div {
	margin-right: 0;
}

.owl-item.center > div {
	opacity: 1;
}
.owl-item:not(.center) > div {
	opacity: .5;
}


.owl-carousel div h6 {
	font-size: 14px;
	color: #8d8f92;
	margin-top: 35px;
	font-weight: 400;
	margin-right: 30px;
	text-transform: lowercase;
	text-align: center;
}

.adn-category-container {
	margin-top: 73px;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 55px;
	margin-bottom: 90px;
}
.switch {
  border: 1px solid green;
  display: block;
  padding:10px;
  margin-bottom:10px;
}
.slide {
  position: relative;
}
.text.transpDark {
  position: absolute;
  background-color: khaki;
  color: black;
  bottom:0;
  left: 5px;
}
.adn-category-container-inner {
	max-width: 1535px;
	position: relative;
	margin: 0 auto;
}

.slide-content-wrapper {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-left:10px;
}

.slide-left-content {
	width: 57.5%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 7.5%;
	padding-top: 60px;
	padding-left: 80px;
}

.slide-title {
	position: relative;
}

.slide-title h1{
	font-size: 55px;
	color: #f88749;
	text-transform: uppercase;
}

.slide-title h2 {
	font-size: 55px;
	font-weight: 300;
	color: #f88749;
	text-transform: uppercase;
}

.products-ul {
	display: flex;
	margin: 50px 0;
	position: relative;
}

.products-ul li {
	border-right: 1px solid #8e8e8e;
	position: relative;
	font-size: 18px;
	color: #8e8e8e;
	font-weight: 400;
	padding: 0 20px;
}

.products-ul li:last-child {
	border-right: 0;
}

.products-ul li:first-child {
	padding-left: 0;
}

.slide-left-img-wrapper {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.slide-left-img-wrapper img{
	max-width: 100%;
}

.slide-left-img-wrapper img:first-child{
	max-width: 100%;
	margin-right: 50px;
}

.slide-right-content {
	width: 42.5%;
	position: relative;
	padding-bottom: 55px;
}

.link-text {
	color: #f88749;
	position: relative;
	margin-top: 35px;
	width: max-content;
}

.link-text:hover img {
	transform: rotateX(-180deg);
}

.link-text span {
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

.link-text img {
	transition: all .3s;
	margin: 20px 0;
	max-width: 100%;
}

.slide-right-content img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.slide-right-content img:last-child{
	position: absolute;
	left: 0;
	top: 0;
}

.front-img-wrapper {
	width: 100%;
	position: relative;
}

.front-img-wrapper {
	width: 100%;
}

.front-img-wrapper img {
	width: 100%;
}

.overImg-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.overImg-text h1 {
	color: white;
	font-size: 50px;
	font-weight: 300;
}

.overImg-text h2 {
	color: white;
	font-size: 35px;
	font-weight: 300;
}

.news-container {
	margin-top: 40px;
	border-bottom: 2px solid #cccccc;
	width: 100%;
	padding: 0 7.85% 80px 7.85%;
	position: relative;
}

.news-container-inner {
	max-width: 1535px;
	position: relative;
	margin: 0 auto;
}

.headline {
	color: #787878;
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}


.slide-left-content2 {
	width: 42.5%;
	position: relative;
	padding-bottom: 0;
}


.slide-left-content2 img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}


.slide-right-content2 {
	width: 57.5%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 7.5%;
}

.slide-text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.slide-text-wrapper h2 {
	color: #f88749;
	font-size: 30px;
	font-weight: 400;
}

.slide-text-wrapper h6 {
	color: #787878;
	font-size: 22px;
	font-weight: 300;
	margin: 25px 0 35px 0;
}

.new-text {
	color: #8e8e8e;
	font-size: 17px;
	font-weight: 300;
}


.link-text2 {
	color: #f88749;
	position: relative;
	margin-top: 35px;
	width: max-content;
}

.link-text2:hover img {
	transform: rotateZ(-90deg);
}

.link-text2 span {
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

.link-text2 img {
	transition: all .3s;
	margin: 20px 0;
	max-width: 100%;
}


.link-text3 {
	color: #f88749;
	position: relative;
	margin-top: 10px;
	width: max-content;
}

.link-text3:hover img {
	transform: rotateZ(-90deg);
}

.link-text3 span {
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
}

.link-text3 img {
	transition: all .3s;
	margin: 10px 0;
	max-width: 100%;
}

.link-text4 {
	color: #f88749;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	margin-top: 10px;
	width: max-content;
}

.link-text4:hover {
	opacity: .8;
}

.link-text4 span {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 2px;
	text-decoration: underline;
}



.flex-control-nav {
	bottom: 0!important;
	padding-top: 35px;
}


.recrutamento-container {
	margin-top: 25px;
	border-bottom: 2px solid #cccccc;
	width: 100%;
	padding: 0 7.85% 120px 7.85%;
	position: relative;
}

.recrutamento-container-inner {
	max-width: 1535px;
	position: relative;
	margin: 0 auto;
}

.recrutamento-title {
	color: #f88749;
	font-size: 50px;
	font-weight: 400;
}

.recrutamento-new {
	position: relative;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.recrutamento-new-title {
	font-size: 22px;
	color: #f88749;
	font-weight: 400;
}

.recrutamento-new-date {
	font-size: 22px;
	color: #787878;
	font-weight: 400;
	margin: 5px 0 25px 0;
}

.recrutamento-new-text {
	font-size: 17px;
	color: #8e8e8e;
	font-weight: 300;
}

.company-container {
	margin-top: 80px;
	width: 100%;
	padding: 0 7.85% 120px 7.85%;
	position: relative;
}

.company-container-inner {
	max-width: 1535px;
	position: relative;
	margin: 0 auto;
}

.company-text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.logo2 {
	max-width: 100%;
	margin-bottom: 75px;
}

.background-img2-wrapper {
	width: 100%;
	height: 394px;
	background: url(../images/background-img2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}


.contacts-container {
	margin-top: 80px;
	width: 100%;
	padding: 0 7.85% 0 7.85%;
	position: relative;
}

.contacts-container-inner {
	max-width: 1535px;
	position: relative;
	margin: 0 auto;
}

.contacts-container2 {
	width: 100%;
	padding: 0 7.85% 65px 7.85%;
	position: relative;
}

.contacts-container-inner-inner {
	max-width: 1145px;
	position: relative;
	margin: 0 auto;
}

.contacts-wrapper {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.contacts-left {
	width: 52.5%;
	padding-right: 7.5%;
	position: relative;
	display: flex;
	padding-top: 60px;
	flex-direction: column;
}

.contacts-left h6 {
	color: #f88749;
	font-size: 18px;
	font-weight: 600;
}

.text-block {
	margin-top: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.text-block span {
	color: #8d8f92;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.text-block span:first-child {
	margin-top: 0;
}

.contacts-right {
	width: 47.5%;
	position: relative;
	margin-top: -130px;
	padding: 30px;
	background-color: white;
}

.form-wrapper {
	width: 100%;
	position: relative;
}

.form-wrapper form {
	width: 100%;
	position: relative;
}

.form-wrapper .form-ul {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.half-input {
	width: 48.5%;
}

.full-input {
	width: 100%;
}

.form-ul li {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
}

.form-ul li:nth-child(-n + 2) {
	margin-top: 0;
}

.form-ul li label {
	font-size: 14px;
	color: #8d8f92;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.form-ul li input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: none;
	font-size: 12px;
	color: #333435;
	border-radius: 5px;
	transition: all .3s;
	background-color: #eaeef1;
}

.form-ul li input:focus, .form-ul li textarea:focus {
	border: 2px solid #c7d5df;
	outline: none!important;
}

.form-ul li textarea {
	resize: none;
	white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 12px!important;
	color: #333435;
	padding: 15px;
	height: 295px;
	width: 100%;
	border: none;
	border-radius: 5px;
	transform: all .3s;
	background-color: #eaeef1;
}

.submit-btn-wrapper {
	width: 100%;
	align-items: flex-end;
	position: relative;
}

.submit-btn {
	background-color: #f88749!important;
	color: white!important;
	width: 150px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	cursor: pointer;
	border: 2px solid #f88749!important;
}

.submit-btn:hover {
	background-color: transparent!important;
	color: #f88749!important;
}

.error-msg {
	color: red;
	font-size: 12px;
	margin-top: 10px;
	font-weight: 400;
}

.sucesso-text {
	position: relative;
	width: 100%;
}

.sucesso-text h6{
	color: #f88749;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	margin-bottom: 35px;
}

.sendAnother {
	background-color: #f88749!important;
	color: white!important;
	width: 150px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border-radius: 5px;
	height: 45px;
	border: 2px solid #f88749!important;
}

.sendAnother:hover {
	background-color: transparent!important;
	color: #f88749!important;
}

.img_product
{
	width:24%; font-size:0; display:inline-table;
}

.img_product img
{
	opacity:1;transition: .35s;
}

.img_product img:hover
{
	opacity:0.5;transition: .35s;
}


.img_product2
{
	width:33%; font-size:0; display:inline-table;
}

.img_product2 img
{
	opacity:1;transition: .35s; display:inherit
}

.img_product2 img:hover
{
	opacity:0.5;transition: .35s;
}


@media all and (max-width: 1420px) {
	header {
		padding: 0 5%;
	}

	.nav-wrapper li {
		margin: 0 10px;
	}

	.nav-wrapper li a {
		font-size: 14px;
	}

	.logo-wrapper {
		margin-right: 35px;
		max-width: 235px;
	}

	.overImg-text h1 {
		font-size: 65px;
	}

	.slide-text-wrapper h2 {
		font-size: 40px;
	}

	.slide-text-wrapper h6 {
		font-size: 20px;
	}

	.new-text {
		font-size: 15px;
	}

	.recrutamento-title {
		font-size: 40px;
	}

	.flex-control-nav {
		width: 42.5%!important;
	}

}


.logo-wrapper-mobile {
	height: 100%;
	width: 65%;
	position: relative;
	align-items: center;
	justify-content: center;
	display: none;
}

.logo-wrapper-mobile img {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 27px;
}

.navbar-mobile {
	width: 35%;
	background-color: #f88749;
	position: relative;
	display: none;
	height: 100%;
	align-items: center;
	justify-content: center;

}

.nav-mobile {
	width: 100%;
	flex-direction: column;
	height: calc(100vh - 120px);
	position: fixed;
	overflow-y: scroll;
	z-index: 10;
	top: 120px;
	left: 0;
	background-color: #f88749;
	opacity: 0;
	visibility: hidden;
	transition: .35s;
}

.expanded {
	opacity: 1!important;
	visibility: visible!important;
}

.nav-mobile li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid white;
}


.nav-mobile-1row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 65px;
}

.nav-mobile-1row li {
	width: 25%;
	position: relative;
	border-right: 1px solid white;
	height: 100%;
	display: flex;
	border-bottom: none;
	align-items: center;
}

.nav-mobile-1row li:last-child {
	border-right: none;
}

.nav-mobile-1row li a {
	width: 100%;
	height: 100%;
	displaY: flex;
	align-items: center;
	justify-content: center;
}

.nav-mobile-1row li a img {
	max-width: 30px;
	margin: 0 auto;
}


.nav-mobile li a {
	font-size: 15px;
	color: white;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	padding: 25px;
	text-transform: uppercase;
}

.above {
	position: absolute!important;
	top: 0;
}


.search_mobile

{
	display:none;
}

@media all and (max-width: 700px) {
	
.search_mobile {
    position: absolute;
    width: 77%;
    top: 0;
    left: 0;
	display:block
}
	
	
	
	.overImg-text h1 {
		font-size: 19px!important;
	}

	.overImg-text h2 {
		font-size: 14px!important;
	}

	.slide-right-content2 {
		margin-top: 65px!important;
	}

	.recrutamento-title {
		font-size: 35px!important;
	}

	.link-text4 {
		margin-top: 35px!important;
	}

}

@media all and (max-width: 1023px){

	.slide-left-content {
		width: 100%;
		padding: 0;
	}

	.slide-title {
		width: 100%;
	}

	.slide-title h1 {
		font-size: 35px;
		width: 100%;
	}

	.slide-title h2 {
		font-size: 30px;
		width: 100%;
	}

	.slide-left-img-wrapper {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.slide-left-img-wrapper img:first-child {
		margin-right: auto;
	}

	.slide-left-img-wrapper img {
		max-width: 100%;
		margin: 0 auto;
	}

	.slide-left-img-wrapper img:last-child {
		margin-top: 25px;
	}

	.slide-content-wrapper {
		margin-top: 50px;
	}

	.flex-direction-nav {
		margin-top: 50px!important;
		right: 42px;
	}

	.headline {
		font-size: 18px;
		margin-bottom: 65px;
	}

	.slide-right-content {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-top: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contacts-left {
		width: 100%;
		padding-right: 0;
	}

	.link-text4 {
		left: auto;
		position: relative;
		width: 100%;
		text-align: center;
		bottom: auto;
		margin-top: 65px;
		transform: translateX(0);
	}

	.contacts-right {
		width: 100%;
		margin-top: 65px;
		border-top: 2px solid #f88749;
		padding: 20px 10px;
	}

	footer {
		padding: 0 7.85%;
	}

	.slide-left-content2 {
		width: 100%!important;
		display: flex;
		justify-content: center;
		padding-bottom: 0;
		align-items: center;
	}

	.flex-control-nav {
		bottom: -50px!important;
		width: 100%!important;
	}

	.slide-right-content2 {
		width: 100%;
		margin-top: 110px;
		padding-left: 0;
	}

	.slide-right-content img:last-child {
		left: auto;
	}

	.lang-container {
		display: none;
	}

	.header-2row-container {
		display: none;
	}

	.logo-wrapper-mobile {
		display: flex;
	}

	.navbar-mobile {
		display: flex;
	}

	.logo2 {
		max-width: 75%;
		margin: 0 auto 75px auto;
	}

	header {
		flex-direction: row;
		align-items: center;
		padding: 0;
		height: 120px;
	}

	.overImg-text h1 {
		font-size: 45px;
	}

	.overImg-text h2 {
		font-size: 26px;
	}

	.heading {
		min-width: 250px;
	}

	.thin-line {
		width: 250px;
	}

	.wrapper {
		padding-top: 120px;
	}

	.adn-container {
		margin-top: 75px!important;
	}

}
