/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */

@font-face {
	font-family: 'ScalaSansPro';
	src: url('../fonts/scalasans/ScalaSansPro-Regular.otf') format('opentype');
	font-weight: 400;
  }



  @font-face {
	font-family: 'ScalaSansPro';
	src: url('../fonts/scalasans/ScalaSansPro-Light.otf') format('opentype');
	font-weight: 300;
  }

  @font-face {
	font-family: 'ScalaSansPro';
	src: url('../fonts/scalasans/ScalaSansPro-Bold.otf') format('opentype');
	font-weight: 700;
  }

/* FRONTEND STYLE */
body{
	font-family: 'ScalaSansPro';
	position: relative;
	color:#8C734B;
	background-color: #F5F4F2;
	overflow-x: hidden;
}
#cursor{
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #333333;
	box-sizing: border-box;
	transition: 0.1s;
	transform: translate(-50%,-50%), translate3d(0, 0, 0);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999999;
}

#cursor.click, #cursor.send, #cursor.zoom{
	width: 80px;
	height: 80px;
	border: 1px solid orangered;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cursor.click::after{
	content: "click";
	color: orangered;
}
#cursor.send::after{
	content: "send";
	color: orangered;
}
#cursor.zoom::after{
	content: "zoom";
	color: orangered;
}

.rating {
    /* float:left; */
    width:160px;
}
.rating span {
	float: right;
	position:relative;
}
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color:#FFF;
    background:#ccc;
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background:#F90;
    color:#FFF;
}

/* ENDFRONTEND STYLE */

/* COMPARE */
section#compare {
	display: none;
}
section#compare.active {
	display: block;
	background-color: #efefef;
	position:fixed;
	top:calc(100vh - 150px);
	/* bottom:0px;  */
	width:100%;
	padding:20px 0px;
	-webkit-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
	z-index: 99999;
	min-height: calc(100vh - 150px);
	transition: all ease-in-out 300ms;
}
section#compare.active.expand {
	top:150px;
}
section#compare .hiddenCompare {
	overflow-y: auto;
	max-height: calc(100vh - 420px);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 30px;
	margin-bottom: 20px;
}
section#compare .hiddenCompare .innerHiddenCompare{
	display: table;
}
section#compare .hiddenCompare .innerHiddenCompare>div{
	padding: 0.5rem 0;
}

section#compare #list .compare-item{
	display:flex;
}
section#compare #list .compare-item:nth-child(4){
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
}

section#compare #list .compare-item:nth-child(-n+3) > div > img{
	max-height:60px;
	background-color:grey;
	margin-right:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

section#compare #list .title-prod{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}

section#compare #list .remove-prod{
	font-size:75%;
}

section#compare #list .remove-prod > img{
	height: 15px;
	margin-top: -5px;
	margin-right:8px;
}

/* END COMPARE*/


/* CONFIG */

.noScroll{
	overflow: hidden;
}

.critec{
    font-weight: 800;
    font-size: 22px;
    font-family: 'Gilroy';
    text-transform: lowercase;
	padding-left: 10px;
	color:#000000;
}

.black {
 color:#000000 !important;
}
.c-white{
    color: #ffffff;
}

.uniquePiecesHeight{
    min-height: 989px;
}
.t25{
    font-size: 25px;
}
.light{
    font-weight: 300;
}
.imageBg{
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

img {
	max-width: 100%;
}

/******* CUSTOM *******/

.removePadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar {
	transition: background-color 0.3s, box-shadow 0.3s;
	height: 140px;
}

.navbar.scrolledFix,
.navbar.scrolled {
	background-color: white !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:30px;
}

.lang-menu {
	justify-content: end;
	width: 100%;
}

.navbar.scrolledFix .navbar-brand,
.navbar.scrolledFix .nav-link,
.navbar.scrolledFix .navbar-toggler-icon,
.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-toggler-icon {
	color: #8C734B !important;
}


.navbar-toggler {
	border: none;
	font-size: 1.25rem;
	color: white;
	margin-left: 100px;
}



.nav-link.lang {
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	position: relative;
}
.nav-link.lang::after {
	height: 2px;
	width: 0px;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	content:'';
	background-color: #fff;
	transition: all 200ms ease-in;
}
.nav-link.lang:hover::after {
	width: 18px;
}

.navbar.scrolledFix .nav-link.lang,
.navbar.scrolled .nav-link.lang{
	color:#8C734B !important;
}
.navbar.scrolledFix .nav-link.lang::after,
.navbar.scrolled .nav-link.lang::after {
	background-color: #8C734B;
}

.bars-container {
	width: 30px;
	display: flex;
	align-items:end;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.bar {
	height: 2px;
	background-color: white;
	transition: width 0.3s ease;
}

.navbar.scrolledFix .bar,
.navbar.scrolled .bar {
	background-color: #8C734B;
}
.socialHeader{
    margin-top: 30px;
}
.socialHeader a{
    width: 33px;
    height: 33px;
    color: #8C734B;
    font-size: 18px;
    border: 1px solid #8C734B;
    border-radius: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.logo-header {
	height: 73px;
}

.logo-sticky {
	height: 73px;
	display: none;
}

.navbar.scrolledFix .logo-header,
.navbar.scrolled .logo-header{
	display: none;
}

.navbar.scrolledFix .logo-sticky,
.navbar.scrolled .logo-sticky {
	display: block;
}


.bar-1 {
	width: 100%;
}

.bar-2 {
	width: 80%;
}

.bar-3 {
	width: 60%;
}

.bars-container:hover .bar {
	width: 100%;
}

.offcanvas-body {
	padding: 80px 0px 20px 0px;
	text-align: center;
	margin:0 auto;
	max-width: 745px !important;
	width: 100% !important;
}

.offcanvas-body img {
	width: 60px;
	margin-bottom: 40px;
}

.offcanvas-end {
	max-width: 745px !important;
	width: 100% !important;
}

.offcanvas-header {
	justify-content: flex-start;
}

.btn-close {
	font-size: 22px;
	color:#8C734B;
	font-weight: 300;
	margin-top: 20px;
}

.navbar.scrolledFix .navbar-toggler,
.navbar.scrolled .navbar-toggler {
	color: transparent;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.navbar-nav .nav-item {
	margin-top: 5px;
	margin-bottom: 5px;
}
.c-dourado,.c-dourado p{
    color: #8C734B;
}
.navbar-nav .nav-item a {
	color: #8C734B;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
}

.navbar-nav .nav-item a:hover {
	color: #FFF;
	background-color: #8C734B;
}

.full-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.full-video .overlayImg {
    background-color: #3E433B70;
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: absolute;
}

.full-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: black;
}

.design-section {
	padding-top: 260px;
	padding-bottom: 0px;
}
.design-section .slick-slide{
    transform: translateX(2px);
}

.ecology-section {
	padding-top: 260px;
	padding-bottom: 0px;
}

.title-line {
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	line-height: 61px;
	font-weight: 400;
	letter-spacing: 7.5px;
	position: relative;
}

.title-line:after {
	content: '';
	width: 0;
	height: 100px;
	position: absolute;
	border: 1px solid #8C734B;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
  }

  .quest-section {
	position: relative;
  }

  .title-line-invert {
	position: absolute;
	color:#FFFFFF;
	z-index:99;
	top:260px;
  }

  .title-line-invert:after {
	content: '';
	width: 0;
	height: 100px;
	position: absolute;
	border: 1px solid #FFFFFF;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
  }

  .p-line {
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	margin-top: 80px;
  }

  .div-line p{
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	margin-top: 80px;
	font-weight: 300;
  }

  .img-full {
	position: relative;
  }

  .img-full img {
	width: 100%;
  }

  .img-full .img-text {
	position: absolute;
	top:250px;
	max-width: 570px;
	left:154px;
  }

  .img-full .img-text2 {
	position: absolute;

	bottom:200px;
	max-width: 570px;
	left:154px;
  }

  .img-full .img-text2 p{
	font-size: 25px;
	text-align: right;
	line-height: 30px;
	font-weight: 400;
  }

  .img-full-find {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
	padding-bottom: 32px;
  }

  .img-full-find .block-find {
	margin: 80px 60px 32px 60px;
	max-width: 1150px;
	height: auto;
  }

  .img-full-find .block-find .block-item {
	background-color: #FFFFFF;
	padding: 34px 44px;
	text-align: center;
	margin-bottom: 33px;
  }

  .img-full-find .block-find .block-item h3 {
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 40px;
  }

  .img-full-find .block-find .block-item h3 img{
	width: 20px;
  }

  .img-full-find .block-find .block-item h4 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color:#9D9D9D;
  }

  .img-full-find .block-find .block-item .small-gray {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #9D9D9D;
  }

  .img-full-find .block-find .block-item p {
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
  }

  .img-full .img-text p {
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
  }

  .img-full .middle-title{
	position: absolute;
	top:30%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
  }

  .img-full  .middle-title img {
	width: 82px;
	height: auto;
	margin-bottom: 60px;
  }

  .img-full  .middle-title h2 {
	color:#FFFFFF;
	font-weight: 400;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 9px;
	text-transform: uppercase;
  }

  .img-full .img-title {
	position: absolute;
	top:30%;
	left: 50%;
	transform: translateX(-50%);
	color:#FFFFFF;
	font-weight: 400;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 9px;
	text-transform: uppercase;
  }

  .img-full .img-block {
	position: absolute;
	bottom:120px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1100px;
	background-color: transparent;
	width: 100%;
	transition: background-color 0.1s ease 0.1s;
	/* border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF; */
  }


  .img-full .div-block {
      position:relative;
      	  z-index:10;
      	  	  padding: 20px;
      transition: all ease-in-out 300ms;
  }

  /* .img-full .div-block::before {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: calc(100% + 4px);
	  background:transparent;
	  top:-2px;

	  border-top: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	  z-index:1;
	        transition: all ease-in-out 300ms;
  }

  .img-full .div-block:hover::before {
	  content: '';
	  position: absolute;
	  left:-50%;
	  width: 200vw;
	  height: calc(100% + 4px);
	  background:#ffffffd1;
	  top:-2px;

	  border-top: 2px solid #fff;
	  border-bottom: 2px solid #fff;

	  z-index:1;
  } */






.img-full .img-block .div-block{
	display: flex;
	align-items:end;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
  }

/* .img-full .img-block:hover .made, .img-full .img-block:hover .made-p p{
    color:#8C734B;
} */

  .img-full .img-block .made {
	color:#FFFFFF;
	font-weight: 400;
	font-size: 50px;
	line-height:61px;
	letter-spacing: 7.5px;
	padding-right: 60px;
  }

  .img-full .img-block .made-p p{
	color:#FFFFFF;
	font-weight: 300;
	font-size: 25px;
	line-height:30px;
	letter-spacing: 0px;
  }
  /* .img-full .div-block:hover .made {
	color:#8C734B;
	z-index:10;

  }

  .img-full .div-block:hover .made-p p{
	color:#8C734B;

  }
  .img-full .div-block:hover .made-p {

	z-index:10;

  } */

  .img-full .icon-img {
	position: absolute;
	top:660px;
	max-width: 600px;
	left:154px;
	text-align: center;
  }

  .img-full .icon-img2 {
	top:225px;
  }

  .img-full .title-full {
	position: absolute;
	top:260px;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
  }

  .img-full .bottom-text {
	position: absolute;
	bottom:160px;
	max-width: 600px;
	right:154px;
	text-align: center;

  }

  .img-full .bottom-text .p-line {

	color:#FFFFFF !important;
	font-weight: 300;
	font-size: 25px;
	line-height:30px;
	letter-spacing: 0px;
  }





  .icon-certified:hover .icon_1{
	display: none;
  }

  .icon-certified:hover .icon-hover{
	display: inline;
  }

  .icon-certified .icon-hover{
	display: none;
  }

  .icon-certified img {
	width: 300px;
	margin-bottom: 80px;
  }

  .img-full .icon-img2 .icon-certified img {
	width: 186px;
	margin-bottom: 0px;
	margin-top: 120px;
  }

   .img-text-icon p {
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
  }

  .img-full-v2 {
	margin-top: 188px;
	position: relative;
  }

  .img-full-v2 img {
	width: 100%;
  }

  .img-full-v2 .img-text {
	position: absolute;
	top:160px;
	max-width: 500px;
	right:154px;
  }

  .img-full-v2 .img-text p {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	text-align: right;
	color:#FFFFFF !important;
  }

  footer {
	background-color: #FFFFFF;
	padding: 120px 0px;
	color: #000 !important;
  }

  footer .icon {
	max-width: 160px;
  }

  footer h2 {
	color:#8C734B !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
  }

  footer h4 {
	color:#000000;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
  }

  footer p {
	color:#000000;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
  }

  footer .brands img {
	margin-left: 40px;
	margin-right: 40px;
}

.slick-arrow {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    color: #FFF;
    border: none;
    font-size: 30px;
}

.slick-arrow.slick-prev{
    left: 20px;
}

.slick-arrow.slick-next{
    right: 20px;
}

.slick-arrow.slick-next-2{
    right: 320px;
	color: #8C734B;
}

.slick-arrow.slick-prev-2{
	color: #8C734B;
}

.slick-slide img {
    height: -webkit-fill-available;
    object-fit: cover;
}

.slick-dots {
    bottom: 60px !important;
    z-index: 99 !important;
}

.slick-dots li button {
	border: solid 1px #8C734B !important;
	border-radius: 2px;
	width: 64px !important;
	height: 8px !important;
}

.slick-dots li.slick-active button {
	background: #8C734B !important;
}

.slick-dots li  {
	margin-left: 3px !important;
	margin-right: 3px !important;
	width: 64px !important;
	height: 8px !important;
}

.slick-slider-design {
    width: calc(100% - 400px);
    overflow: hidden;
	padding-left: 0;
	margin-left: 0;
}

.image-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}
#home-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-slider .slick-dots,
#home-slider .slick-arrow,
#home-slider-2 .slick-arrow{
    opacity: 0;
    transition: all ease-in-out 300ms;
}
#home-slider:hover .slick-dots,
#home-slider:hover .slick-arrow,
#home-slider-2:hover .slick-arrow{
    opacity: 1;
}


#home-slider-2 {
    position: relative;
}

#home-slider-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(to right, transparent, rgba(245, 244, 242, 1) 100%); */
	background: linear-gradient(90deg, rgba(235, 236, 236, 0) 0%, rgba(235, 236, 236, 0) 50%, rgba(245, 244, 242, 1) 92%, rgba(245, 244, 242, 1) 100%);
	z-index: 2;
}

.slick-slider-design img {
    width: 100%;
    height: auto;
    display: block;
}

.text-overlay {
	position: absolute;
	max-width: 500px;
	right: 120px;
	top:50%;
	transform: translateY(-50%);
	z-index:3;
}

.text-overlay p{
	text-align: center;
	font-weight: 300;
	line-height: 40px;
	font-size: 22px;
}

.contact-section {
	padding-top: 260px;
	padding-bottom: 80px;
}

.form-section {
	background-color: #FFF;
	padding: 40px 0px;
	width: 100%;
}

.formBuild {
	width: 80%;
	margin: 0 auto;
}
.formBuild-input{
    position: relative;
}
label.error {
    position: absolute;
    left: 15px;
    bottom: 22px;
    font-size: 12px;
    color: red;
}
.formBuild-input.rgpd label.error{
    bottom: 13px;
}
.formBuild-input input, .formBuild-input textarea  {
	width: 100%;
	border: none;
	border-bottom:solid 1px #9D9D9D;
	margin-bottom: 40px;
	font-size: 22px;
    outline: unset;
}


.formBuild-input input::placeholder, .formBuild-input textarea::placeholder {
	font-weight: 300;
	color: #9D9D9D;
  }

  .formBuild #submitForm-1 {
	background-color: transparent;
	border:none;
	text-decoration: underline;
	color: #9D9D9D;
	font-size: 22px;
	font-weight: 300;
    margin: auto;
	margin-top: 60px;
    display: block;
    outline: unset;
  }

  .office-section {
	padding-top: 180px;
	padding-bottom: 180px;
  }

  .office-section h2 {
	width: 100%;
	text-align: center;
	font-size: 50px;
	line-height: 61px;
	margin-bottom: 128px;
	text-transform: uppercase;
  }

  .contact-box {
	background-color: #FFF;
	padding: 90px 40px;
	text-align: center;
	min-height: 800px;
  }

  .contact-box h3 {
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
  }

  .contact-box h4 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 700;
  }

  .contact-box p {
	color:#9D9D9D;
	font-size: 22px;
	line-height: 40px;
	font-weight: 300;
  }

  .social svg {
	color:#000;
	font-size: 18px;
	margin-right: 10px;
  }
  .show-mobile{
      display: none;
  }

.nav-item {
	list-style-type: none;
}

.header-legal {
	width: 100%;
	height: 200px;
	background-color: #8C734B;
}

.formBuild input[type="checkbox"]{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0px;
    margin-right: 8px;
}
.formBuild input[type="checkbox"]::before{
    content: "";
    border: 1px solid #ACABAB;
    position: absolute;
    inset: 0;
    background: #ffffff;
}
.formBuild input[type="checkbox"]::after{
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8C734B;
    color: #fff;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.formBuild input[type="checkbox"]:checked::after{
    opacity: 1;
}
.formBuild-input.rgpd{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.formBuild-input.rgpd label a{
    color: #8C734B;
}

.imageBg{
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.mobileDesign{
    display: none;
}
section{
    scroll-margin-top: 140px;
}
/**** RESPONSIVE ****/

/* @media (min-width:765px) and (max-width:850px) {
	body {
		zoom:0.50;
	}
} */

@media (min-width:768px) and (max-width:900px) {
	body {
		zoom:0.55;
	}
}

@media (min-width:901px) and (max-width:1100px) {
	body {
		zoom:0.60;
	}
}

@media (min-width:1101px) and (max-width:1150px) {
	body {
		zoom:0.65;
	}
}

@media (min-width:1151px) and (max-width:1200px) {
	body {
		zoom:0.70;
	}
}

@media (min-width:1201px) and (max-width:1250px) {
	body {
		zoom:0.75;
	}
}

@media (min-width:1251px) and (max-width:1300px) {
	body {
		zoom:0.80;
	}
}

@media (min-width:1301px) and (max-width:1350px) {
	body {
		zoom:0.85;
	}
}

@media (min-width:1351px) and (max-width:1400px) {
	body {
		zoom:0.90;
	}
}

@media (max-width:1600px) {
    #our-team p br{
        display: none;
    }
}
@media (min-width:1401px) and (max-width:1500px) {
	body {
		zoom:0.95;
	}
}

@media (max-width:1600px) {
    .g-recaptcha{
        zoom: .9;
    }
}

@media (min-width:769px) and (max-width:992px) {
	.slick-slider-design img{
        height: 500px;
        object-fit: cover;
    }
}

@media (min-width:769px) and (max-height:800px) {
    #design-is-our-passion .position-relative{
        height: 85vh;
    }
    #design-is-our-passion .position-relative{
        height: 85vh;
    }
    #design-is-our-passion .slick-slider-design img{
        height: 100%;
    }
    .img-full .bottom-text {
        bottom: 380px;
        right: 120px;
    }
    .img-full .icon-img:not(.icon-img2){
        top: 600px;
    }
}
@media (max-width:960px) {
    .icon-certified .icon_1, #exceptional-cotton .icon-certified .icon-hover{
         display: none;
    }

    .icon-certified .icon-hover, #exceptional-cotton .icon-certified .icon_1{
        display: inline;
    }
    #exceptional-cotton .img-full .icon-certified img{
        /* height: fit-content; */
        object-fit: contain;
    }
    #exceptional-cotton .img-full{
        padding-top: 110px;
    }
    .img-text-icon p{
        font-size: 22px;
        line-height: 30px;
    }
    .icon-certified img{
        height: 200px !important;
        margin: 20px 0 !important;
        margin-bottom: 40px !important;
        object-fit: contain;
    }
    .imageExceptional{
        width: 50% !important;
        margin-left: auto;
        margin-right: 0px;
        display: block;
    }
}
@media (max-width:768px) {
    /* .img-full .bottom-text{
        padding-top: 780px;
    } */
     .tableDourado{
        color: #8C734B;
     }
     .img-full .icon-img{
        padding: 0 20px;
        position: static;
        transform: none;
        max-width: unset;
        display: flex;
        flex-direction: row-reverse;
    }
    .img-full .title-full{
        padding: 0 20px;
        position: static;
        transform: none;
        margin-top: 0px;
    }
    .img-full .icon-img>a,
    .img-full .icon-img>div{
        width: 50%;
    }
    .img-full .icon-img>a{
        padding: 0 20px;
    }
    .img-full .icon-img>div p{
        text-align: right !important;
    }
     .img-full .bottom-text{
        padding: 0 20px;
        position: static;
        padding-bottom: 10px;
        padding-top: 320px;
        /* padding-top: 120px; */
        /* background-color: rgba(0, 0, 0, 0.3); */
        max-width: unset;
    }
    #design-is-our-passion .text-overlay {
        text-align: center;
        position: static;
        transform: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: -50%;
    }
    section{
        scroll-margin-top: 90px;
    }
    .desktopDesign{
        display: none;
    }
    .mobileDesign{
        display: block;
    }
    .uniquePiecesHeight{
        min-height: 800px;
    }
    .formBuild{
        width: 100%;
    }
    .form-section{
        padding: 15px 0;
    }
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
	.img-full img{
		object-fit: cover;
		/* height: 400px; */
	}
	.img-full .middle-title {
        position: absolute;
        top: 40px;
        text-align: center;
    }
    .img-full .middle-title {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-full .middle-title h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 7px;
    }
    .img-full .middle-title img {
        width: 60px;
        height: auto;
        margin-bottom: 30px;
    }
    .img-full .img-block {
        position: static;
        border: 0;
        transform: none;
    }
    .img-full .img-block .div-block{
        display: block;
    }
    .img-full .img-block .made{
        padding: 0;
        text-align: center;
        color: var(--bs-heading-color);
    }
    .img-full .img-block .made-p{
        margin-top: 20px;
    }
    .img-full .img-block .made-p p{
        color: var(--bs-heading-color);
        font-size: 22px;
    }
    .navbar{
        width: 100%;
        height: unset;
    }
    .header-mobile{
        justify-content: space-between;
        width: 100%;
    }
    .header-center .navbar-brand{
        position: static;
        transform: none;
    }
    .header-right .navbar-toggler{
        margin: 0;
    }
    .navbar-nav .nav-item a{
        font-size: 22px;
    }
    .offcanvas-end{
        max-width: unset !important;
    }
    .title-line {
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 5px;
    }
    .ecology-section{
        padding-top: 80px;
    }
    .img-full-v2{
        margin-top: 100px;
    }
    .img-full-v2 .img-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        background: rgba(0, 0, 0, 0.2);
    }
    .img-full-v2 .img-text p{
        text-align: center;
        font-size: 22px;
    }
    .img-full-v2 img{
        height: 400px;
        object-fit: cover;
    }
    .img-full .img-text2 {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        left: 0;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }
    .img-full .img-text2 p{
    	font-size: 22px;
    	text-align: center;
    }
    .removePadding{
        position: relative;
    }
    .removePadding .title-line{
        padding: 0 20px;
        top:120px;
    }
    .img-full .bottom-text .p-line {
    	margin: 0;
    }
    .p-line{
        font-size: 22px !important;
        line-height: 30px;
        margin-top: 72px;
    }
    .img-full .mobile-absolute {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        z-index: -1;
        object-position: left;
    }
    .title-line{
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 23px;
    }
    .title-line:not(.stay-line):after{
        display: none;
    }
    .title-line:after{
        height: 60px;
        top: -85px;
    }
    .slick-dots li{
          width: 45px !important;
    }
    .slick-dots li button{
        width: 45px !important;
    }
    #all-about-ecology .img-full > img{
        position: absolute;
        z-index: -1;
        height: 100%;
        top: 0;
        object-position: right;
    }
    #all-about-ecology .title-line{
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .slick-slider-design {
        width: 100%;
        height: 90vh;
        padding: 0;
    }
    .slick-slider-design img{
        height: 100% !important;
        object-fit: cover;
        object-position: top;
    }
    .slick-slider-design .image-overlay::before{
        display: none;
    }
    .slick-slider-design .slick-arrow svg{
        color: #fff;
    }
    .slick-arrow.slick-next-2{
        right: 20px;
    }
    .design-section{
        padding-top: 80px;
    }
    /* #design-is-our-passion .text-overlay{
        top: 0;
        right: 0;
        width: 100%;
        height: 90vh;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 50px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        max-width: unset;
    } */
    #design-is-our-passion .text-overlay p{
        line-height: 30px;
    }
    .div-line{
        padding: 0 8px;
    }
    .div-line p{
        margin-top: 72px;
        font-size: 22px;
        line-height: 30px;
    }
    .img-full-find .block-find{
        margin: 80px 20px;
        margin-bottom: 180px;
    }
    .contact-section{
        padding-top: 110px;
    }
    .formBuild-input input, .formBuild-input textarea{
        font-size: 20px;
    }
    section.form-section{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .office-section{
        padding-top: 80px;
        padding-bottom: 47px;
    }
    .office-section h2{
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 5px;
        margin-bottom: 80px;
        padding: 0 8px;
    }
    .g-recaptcha{
        transform: scale(.9);
        transform-origin: left;
    }
    .contact-box{
        height: calc(100% - 33px);
        padding: 40px 16px;
        margin: 0 8px;
        margin-bottom: 33px;
        min-height: 0;
    }
    footer{
        padding-top: 80px;
        padding-bottom: 40px;
    }
    footer .col-md-3{
        text-align: center;
        margin-bottom: 40px;
    }
    footer .col-md-3 .d-flex{
        justify-content: center;
    }
    footer .brands{
        display: block !important;
        text-align: center;
    }
    footer .brands img {
        width: 240px;
        height: auto;
        margin-bottom: 40px;
    }
    #home-slider{
        height: 800px;
    }
    .header-right-faker {
		width: 54px;
	}
    .nav-link.lang {
        color:#8C734B;
    }
    .nav-link.lang.active {
        color:#000;
    }
    .header-left {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .portuguese-section .img-full>div>img{
        position: absolute;
        inset: 0;
        height: 100%;
    }
    .portuguese-section .img-full .middle-title{
        position: relative;
        top: unset;
        height: auto;
    }
    .portuguese-section .img-full .middle-title h2 {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 3px;
    }
    .portuguese-section .img-full .middle-title img{
        width: 25px;
    }
    .portuguese-section .img-full .img-block .div-block{
        display: flex;
        align-items: baseline;
    }
    .portuguese-section .img-full .img-block .div-block>div{
        color: #fff;
        width: 50%;
    }
    .portuguese-section .img-full .img-block .div-block .made{
        font-size: 25px;
        letter-spacing: 3;
        line-height: 30px;
    }
    .portuguese-section .img-full .img-block .div-block .made-p p{
        font-size: 15px;
        line-height: 18px;
    }
    .m15, .m15 p{
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .m12, .m12 p{
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .mobileDourado{
        color: #8C734B;
    }
    .office-section h2{
        font-size: 20px;
        line-height: 23px !important;
    }
    .contact-box p{
        font-size: 18px;
        line-height: 1.5;
    }
}
@media (max-width:500px) {
    div#offcanvasMenu {
        zoom: 0.7;
    }
    .navbar-nav .nav-item a {
        font-size: 22px;
    }
    .img-full .bottom-text{
        padding: 0 20px;
        position: static;
        padding-bottom: 10px;
        padding-top: 320px;
        /* background-color: rgba(0, 0, 0, 0.3); */
        max-width: unset;
    }
    .imageExceptional{
        width: 56% !important;
        margin-left: auto;
        margin-right: 0px;
        display: block;
    }
    #home-slider .slick-dots{
        display: none !important;
    }
    .uniquePiecesHeight{
        min-height: auto;
    }
    /* #home-slider .slick-arrow,
    #home-slider .slick-arrow{
        display: none !important;
    } */
     #home-slider .slick-arrow, #home-slider-2 .slick-arrow{
        opacity: 1;
     }
     footer .icon{
        max-width: 80px;
     }
    .bgCommitment{
        width: 100%;
        position: static;
        height: 250px;
    }
    #home-slider{
        height: auto;
    }
    #design-is-our-passion .text-overlay p,
    #design-is-our-passion .text-overlay{
        font-size: 15px;
        line-height: 23px;
    }
    #design-is-our-passion .text-overlay{
        margin-top: 0px;
        text-align: center;
        position: static;
        transform: none;
    }
    #home-slider-2::before{
        background: linear-gradient(180deg, rgba(235, 236, 236, 0) 0%, rgba(235, 236, 236, 0) 50%, rgba(245, 244, 242, 1) 92%, rgba(245, 244, 242, 1) 100%);
    }
    .slick-slider-design{
        height: 380px;
    }
    .img-full-find .block-find .block-item{
        padding: 36px 10px;
    }
}
