.class-title-room {
  font-size: 30px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif !important;
}

.class-super-title {
  font-size: 64px !important;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
}

.class-paragraph-grey {
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #A8A8A8;
}

.class-upper-trace::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #7C7C7C;
  position: absolute;
}

html, body {
  height: 100%;
  min-height: 100%;
}

html, body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #7C7C7C;
  font-weight: 300;
}

p {
  margin: 0px;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #4a4a4a;
}

a:hover {
  color: #000;
}

.box-menu-square a:link, a:visited, a:active {
  text-decoration: none;
  color: #FFF;
}

.box-menu-square a:hover {
  color: #000;
}

button {
  font-size: 18px;
  background: #7C7C7C;
  color: white;
  padding: 2px 15px;
  border: 0;
  cursor: pointer;
  transition: all 0.35s;
  text-transform: uppercase;
}

.box-topo {
  width: 100%;
  height: 95px;
  text-align: center;
  position: relative;
  font-weight: 400;
}

.box-logo {
  width: 150px;
  height: 80px;
  position: absolute;
  top: calc(100% - 80px);
  left: 100px;
  z-index: 999;
}

.box-logo img {
  width: 100%;
}

.box-menu-square {
  width: 240px;
  height: 95px;
  top: 0px;
  left: 450px;
  position: absolute;
  z-index: 998;
  /*    background: #000;*/
}

.box-menu {
  width: 100%;
  height: 95px;
  line-height: 30px;
  position: absolute;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif !important;
  /*    top: calc(50% - 15px);*/
}

.box-menu a, link, active, visited {
  color: #7c7c7c;
  transition: all 0.2s linear;
}

.box-menu a:hover {
  color: #FFF;
  transition: all 0.1s linear;
}

.box-box {
  height: 95px;
  display: inline-block;
  line-height: 95px;
  padding: 0px 15px;
  position: relative;
  z-index: 999;
}

.box-box:hover {
  background: #CCC;
  color: white;
  cursor: pointer;
  transition: all 0.2s linear;
}

.box-box-hover {
  height: 95px;
  display: inline-block;
  line-height: 95px;
  padding: 0px 15px;
  position: relative;
  z-index: 999;
  background: #CCC;
  transition: all 0.2s linear;
  color: white;
}

.box-language {
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 100px;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
}
.box-language span {
  padding: 0px 10px;
}

.box-language a, link, active, visited {
  color: #7C7C7C;
  transition: all 0.2s linear;
}

.box-language a:hover {
  color: #5f5f5f;
  transition: all 0.2s linear;
}

.box-banner {
  position: relative;
  /*    width: 100%;*/
  height: 778px;
  z-index: 989;
}
.box-banner img {
  z-index: 990;
}

.box-button-banner {
  width: 200px;
  /*    height: 70px;*/
  padding: 5px 20px;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
  background: #cac5c0;
  position: absolute;
  top: 890px;
  margin-left: 960px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.2s linear;
}

.box-banner-text {
  width: 600px;
  font-size: 24px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #A8A8A8;
  position: absolute;
  margin-left: 960px;
  z-index: 999;
  top: 680px;
}

.box-button-banner:hover {
  background: #aaa49f;
  transition: all 0.2s linear;
}

.box-underbanner {
  position: relative;
  height: 1080px;
  padding-bottom: 60px;
}

.box-bottom {
  width: 100%;
  background: #373435;
}

.box-adress {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  padding: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.box-adress span {
  margin: 0px 20px;
  display: inline-block;
  vertical-align: middle;
}

.box-adress p {
  margin: 10px 0px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

/*.box-adress img{margin-top: 6px;}*/
.box-under-logo {
  width: 49%;
  box-sizing: border-box;
  display: inline-block;
  padding: 50px;
  text-align: right;
}

.box-icon {
  /*    display: inline-block;*/
  padding-left: 50px;
}

.box-trace {
  width: 80px;
  height: 95px;
  background: url(../img/trace.jpg) no-repeat center;
  /*    transition: all 0.2s linear;*/
}

.box-hidden {
  display: none;
}

.box-search-left {
  width: 500px;
  margin-left: 100px;
  margin-bottom: 50px;
  display: inline-block;
}
.box-search-left p {
  margin: 1em 0;
}

.box-search-wrap {
  border-right: 2px solid #b5b5b5;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-search-wrap input {
  font-family: "Red Hat Display", sans-serif !important;
}

.box-search-form {
  width: 335px;
  border: solid 1px #CCC;
  font-size: 20px;
  padding: 12px;
  color: #7C7C7C;
  text-transform: uppercase;
  transition: all 0.35s;
}
.box-search-form::placeholder {
  color: #DEDEDE;
}
.box-search-form:focus-visible {
  outline: inherit;
}
.box-search-form:hover {
  border-color: #7C7C7C;
}

.button-search {
  vertical-align: top;
  height: 52px;
  width: 48px;
  background: #7C7C7C;
  border: 0;
  cursor: pointer;
  transition: all 0.35s;
  padding: 0px;
}
.button-search:hover {
  background: #CCC;
}
.button-search img {
  width: 34px;
}

.box-filter-wrap {
  font-size: 24px;
  font-weight: 200;
}
.box-filter-wrap span, .box-filter-wrap p {
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.box-accordion-wrap {
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-accordion-wrap input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.box-accordion-wrap .row {
  display: flex;
}
.box-accordion-wrap .row .col {
  flex: 1;
}
.box-accordion-wrap .tabs {
  overflow: hidden;
  /*  box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);*/
}
.box-accordion-wrap .tab {
  width: 80%;
  overflow: hidden;
}
.box-accordion-wrap .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.box-accordion-wrap .tab-label::after {
  content: url(../img/icon-arrow-right.png);
  width: 25px;
  height: 31px;
  text-align: center;
  transition: all 0.35s;
}
.box-accordion-wrap .tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}
.box-accordion-wrap .tab-close {
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
  cursor: pointer;
}
.box-accordion-wrap input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.box-accordion-wrap input:checked ~ .tab-content {
  max-height: 100vh;
}
.box-accordion-wrap .box-input-in input {
  z-index: 999;
}
.box-accordion-wrap .box-input-in input[type=checkbox] {
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.box-accordion-wrap .box-input-in input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -4;
  left: -6;
  border: 2px solid #7C7C7C;
  border-radius: 0px;
  background-color: white;
}
.box-accordion-wrap .box-input-in input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  border: solid #7C7C7C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 1px;
}

.box-results-right-wrap {
  width: calc(100% - 705px);
  display: inline-block;
  vertical-align: top;
}
.box-results-right-wrap p {
  margin: 1em 0;
}

.box-results-title {
  margin-left: 100px;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-results-title span {
  padding: 8px;
  background: #CCC;
  color: white;
  font-weight: 300 !important;
}

.box-results-grey {
  width: 100%;
  background: #F5F5F5;
  margin-top: 50px;
  padding: 50px 0px 50px 100px;
}

.box-part-wrap {
  width: 335px;
  display: inline-block;
}

.box-part-title {
  width: 100%;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-part-title span {
  position: absolute;
  right: 0;
}
.box-part-title p {
  margin: 5 0;
  color: #7C7C7C;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.box-part-title button {
  position: absolute;
  right: 0;
  bottom: 10;
  font-size: 18px;
  background: #7C7C7C;
  color: white;
  padding: 5px 16px;
  border: 0;
  cursor: pointer;
  transition: all 0.35s;
  font-family: "Red Hat Display", sans-serif;
}
.box-part-title button:hover {
  background: #CCC;
}

.box-ambient-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}

.box-product-wrap {
  margin-left: 100px;
  margin-top: 50px;
  position: relative;
}

.box-product {
  display: inline-block;
  vertical-align: top;
  height: 380px;
}
.box-product img {
  height: 100%;
}

.box-icons-grid {
  display: grid;
  height: 380px;
}

.box-icons {
  height: 40px;
}
.box-icons img {
  height: 100%;
}

.box-icons-wrap {
  display: inline-grid;
  vertical-align: top;
  height: 270px;
  margin-left: 20px;
}

.box-product-descript {
  display: inline-grid;
  vertical-align: top;
  margin-left: 100px;
  height: 420px;
  font-size: 24px;
  color: #A8A8A8;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.box-product-descript::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #7C7C7C;
  position: absolute;
}
.box-product-descript p {
  margin: 0px 0px 5px 0px;
  padding: 0;
}

.class-title {
  color: #7C7C7C;
  font-size: 50px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.class-subtitle {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.class-medium {
  font-size: 30px;
}

.box-product-cells i {
  font-style: normal;
  color: white;
  padding: 0px 10px;
  border-radius: 30px;
  background: #A8A8A8;
  font-size: 18px;
}
.box-product-cells i:hover {
  background: #CCC;
}

.box-banner-product-in {
  height: 870px;
  position: relative;
  margin: 100px 0px 0px 0px;
}
.box-banner-product-in .slick-prev {
  z-index: 999;
}
.box-banner-product-in .slick-next {
  z-index: 999;
}
.box-banner-product-in div {
  position: relative;
  z-index: 899;
}
.box-banner-product-in::after {
  content: "";
  position: absolute;
  top: -80px;
  height: 950px;
  width: 1000px;
  left: calc(50% - 500px);
  background: #DEDEDE;
  z-index: 898;
}

.box-inside-text-wrap {
  width: 1000px;
  margin: auto;
  background: #DEDEDE;
}

.box-inside-text {
  padding: 30px 150px 50px 150px;
  font-size: 24px;
  font-weight: 400;
}
.box-inside-text span {
  color: #B59E96;
  font-size: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.box-inside-text p {
  margin-top: 20px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.box-inside-text i {
  color: white;
  font-style: normal;
}

.box-faces-wrap {
  width: 100%;
  background: #F5F5F5;
  padding: 50px 0px;
}

.box-faces {
  width: 1500px;
  margin: auto;
}

.box-wideface {
  display: inline-block;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.box-banner-faces {
  width: 740px;
  margin-left: 100px;
  height: 350px;
  display: inline-block;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-banner-faces img {
  height: 350px;
}
.box-banner-faces .slick-prev {
  left: -85px;
}
.box-banner-faces .slick-next {
  right: -75px;
}

.box-ambient-selector {
  width: 1300px;
  height: 595px;
  margin: 50px 0px;
}
.box-ambient-selector .slick-prev {
  left: -100px;
  top: 200px;
}
.box-ambient-selector .slick-next {
  top: 200px;
  right: -65px;
}

.box-technical-wrap {
  width: 1500px;
  padding: 50px 0px;
  margin: auto;
}
.box-technical-wrap p {
  font-size: 24px;
  font-weight: 400;
}
.box-technical-wrap span {
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

.box-technical-cell {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #A8A8A8;
}
.box-technical-cell p {
  margin: 10px 0px;
}
.box-technical-cell strong {
  font-weight: 500;
}

.button-technical {
  width: 225px;
  padding: 10px 0px 10px 25px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  background: #A8A8A8;
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
}
.button-technical:hover {
  background: #CCC;
}
.button-technical::after {
  content: url(../img/icon-technical-small.png);
  position: absolute;
  left: 15px;
  top: 12px;
}

.box-ambient-content {
  width: 1300px;
  padding: 50px 0px;
  margin: auto;
}

.box-ambient-cell {
  position: relative;
  padding: 15px 0px;
  margin: 20px 0px;
}
.box-ambient-cell::before {
  content: "";
  top: 5px;
  position: absolute;
  width: 100px;
  height: 2px;
  background: #7C7C7C;
}
.box-ambient-cell p {
  margin: 0px;
}

.box-ambient-button {
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  width: 110px;
  text-align: center;
  background: #7C7C7C;
  padding: 0px;
  margin-top: 15px;
  transition: all 0.35s;
  cursor: pointer;
}
.box-ambient-button:hover {
  background: #A8A8A8;
}

.box-block {
  width: 1000px;
  height: 200px;
  background: #DEDEDE;
  margin: auto;
}

.box-ambient-content-wrap {
  background: #F5F5F5;
}

.box-ambient-name {
  position: sticky;
  bottom: 50px;
  margin-left: 150px;
  z-index: 999 !important;
  color: #FFF;
}
.box-ambient-name p {
  margin: 0px;
  font-size: 40px;
}

.box-ambient-up-button {
  width: 130px;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
  transition: all 0.35s;
  cursor: pointer;
  border: solid 2px #FFF;
  font-size: 30px;
}
.box-ambient-up-button:hover {
  border-color: #CCC;
  color: #CCC;
}

.box-inst-wrap {
  width: 80%;
  margin-left: 100px;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #A8A8A8;
}
.box-inst-wrap p {
  margin-bottom: 40px;
}

.box-inst-grey {
  margin-top: 150px;
  height: 450px;
  position: relative;
  background: #F5F5F5;
  text-align: center;
}
.box-inst-grey img {
  position: relative;
  top: -100px;
}

.box-certified {
  width: 33%;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-trophy-img {
  background: url(../img/trophy.jpg);
  width: 56px;
  height: 70px;
  display: inline-block;
}

.box-trophy-txt {
  display: inline-block;
  vertical-align: top;
}

.box-trophy-wrap {
  width: 33%;
  box-sizing: border-box;
  padding-right: 100px;
  margin-top: 50px;
  display: inline-block;
}
.box-trophy-wrap p {
  margin: 0px;
  font-size: 16px;
  padding-left: 15px;
}

.class-trophy-title {
  font-size: 20px !important;
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 400;
  color: #7C7C7C;
}

.box-catalogue {
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #7C7C7C;
}
.box-catalogue img {
  width: 400px;
  height: 300px;
}

.box-content-wrap {
  margin-left: 100px;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #A8A8A8;
}

.box-download-button {
  width: 90px;
  text-align: center;
  background: #7C7C7C;
  padding: 2px 5px;
  margin: auto;
  transition: all 0.35s;
  cursor: pointer;
}
.box-download-button:hover {
  background: #A8A8A8;
}

.box-twin-wrap {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 50px 0px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.box-finding-wrap {
  margin-left: 100px;
  margin-top: 50px;
  min-height: 460px;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.box-finding-wrap input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.box-finding-wrap input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -4;
  left: -6;
  border: 2px solid #7C7C7C;
  border-radius: 0px;
  background-color: white;
}
.box-finding-wrap input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  border: solid #7C7C7C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 1px;
}
.box-finding-wrap p {
  margin-bottom: 50px;
}

.box-select * {
  width: 250px;
  padding: 5px;
  background: #F5F5F5;
  border: 0px;
  border-radius: 0px;
  font-size: 18px;
  color: #DEDEDE;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.box-button-input {
  padding: 5px 10px;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #FFF;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0;
  background-color: #7C7C7C;
  cursor: pointer;
}
.box-button-input:hover {
  background-color: #A8A8A8;
}

.box-restrict-img {
  margin: 20px auto;
  text-align: center;
}

.box-restrict-wrap {
  width: 20%;
  margin: 1%;
  display: inline-block;
  background: #F5F5F5;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
}
.box-restrict-wrap p {
  margin: 20px;
}

.box-restrict-sector {
  background: #7C7C7C;
  padding: 10px;
  color: white;
}

.box-colection {
  position: absolute;
  top: 110px;
  width: 250px;
  margin-left: 440px;
  z-index: 999 !important;
  font-size: 28px;
  font-weight: 500;
  color: #A8A8A8;
  font-family: "Red Hat Display", sans-serif;
}
.box-colection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #A8A8A8;
}

.box-ambientes-menu {
  width: 890px;
  margin: auto;
  font-size: 30px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  margin-top: 50px;
}

.box-faq-wrap {
  width: 80%;
  margin-left: 100px;
  margin-top: 50px;
  font-family: "Red Hat Display", sans-serif;
}

.box-faq-wrap .tab {
  width: 90%;
  overflow: hidden;
}
.box-faq-wrap .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}
.box-faq-wrap .tab p {
  margin: 15px 0px;
}

.box-faq-wrap .tab-content {
  padding: 0px;
  margin-top: 15px;
  color: #A8A8A8;
}

.box-form-wrap label {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
}
.box-form-wrap input {
  display: inline-block;
  width: 350px;
  padding: 5px;
  background: #F5F5F5;
  border: 0px;
  border-radius: 0px;
  font-size: 18px;
  color: #DEDEDE;
  font-family: "Red Hat Display", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
}
.box-form-wrap ::placeholder {
  color: #DEDEDE;
}
.box-form-wrap .controls {
  display: inline-block;
}

.form-horizontal .control-label {
  float: none;
  width: 320px;
  padding-top: 5px;
  text-align: right;
}

.btn-curriculum {
  margin-left: 355px;
}

.box-download-title {
  margin: 20px 0px;
}

/*# sourceMappingURL=style.css.map */
