@font-face {
  font-family: dia;
  src: url("dia-regular.06ac7971.ttf");
}
@font-face {
  font-family: indiana;
  src: url("IndianaBETA.woff");
}
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: dia;
}
html,
body {
  overflow-x: hidden;
}
p {
  font-size: 28px;
  line-height: 30px;
}
#wraper {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
}
#wraper.about {
  background: #e44129;
}
#wraper.press {
  background: #088f51;
}
#wraper.privacy {
  background: #6cc1d7;
}
#wraper.terms {
  background: #ffef00;
}
#wraper.cookies {
  background: #eea904;
}
#wraper.withTitle {
  padding-top: 70px;
}
#wraper .section {
  position: relative;
}
#wraper .section .inner {
  position: relative;
  /* width: 860px; */
  padding: 120px 100px 100px;
  margin: 0px auto;
}
#wraper .section> .title {
  text-align: center;
  font-size: 28px;
  position: relative;
  top: 75px;
}
img.leftCol {
  width: calc(50% - 10px);
  margin-right: 20px;
}
img.rightCol {
  width: calc(50% - 10px);
}
.imgBlock {
  margin-bottom: 18px;
}
.imgContainer {
  margin-bottom: 0px;
}
.imgContainer img{
  
}
.imgContainer.center {
  text-align: center;
}
.imgContainer.left {
  text-align: left;
}
.imgContainer.left img {
  width: calc(50% - 10px);
}
.imgContainer.left ~ .imgContainer.right {
  position: relative;
  margin-top: -190px;
}
.imgContainer.right ~ .imgContainer.left {
  position: relative;
  margin-top: -190px;
}
.imgContainer.right {
  text-align: right;
}
.imgContainer.right img {
  width: calc(50% - 10px);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
}
.modal .title {
  margin: 145px auto 0;
  width: 990px;
  text-align: center;
  font-size: 28px;
}
.modal .inner {
  width: 990px;
  margin: 0 auto;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.carousel {
  position: relative;
  margin: 20px auto;
  width: 861px;
  height: 572px;
}
.carousel> img {
  display: none;
}
.carousel> .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  z-index: 10;
}
.carousel> .nav.left {
  left: -150px;
  background: url("leftArrow.7b46cf4d.svg") no-repeat center center;
}
.carousel> .nav.right {
  right: -150px;
  background: url("rightArrow.066d8fc5.svg") no-repeat center center;
}

.sectionBut{
  position: absolute;
  bottom : 50px;
  z-index : 100;
  left : 50%;
  transform : translate3d(-50%, 0, 0);
  background : #000000;
  border: solid 1px #000000;
  color : #ffffff;
  padding : 10px;
  text-decoration : none;
  font-size: 30px;
}

.sectionBut:hover{
  background : none;
  color : #000000;
}

@media only screen and (max-width: 1371px) {
  .homeSlideshow{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height: 100%;
    background-size: contain;
    transition: opacity 0.6s;
    opacity: 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1372px) {
  .homeSlideshow{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    background-size : cover;
    transition: opacity 0.6s;
    opacity: 0;
    background-repeat: no-repeat;
  }
}
.homeSlideshow.active{
  opacity : 1;
}
@media only screen and (min-width: 1372px) {
  #home-collections {
    height: 100vh;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1371px) {
  #home-collections {
    height: 850px;
  }
}
@media only screen and (min-width: 1217px) and (max-width: 1300px) {
  #home-collections {
    height: 800px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1216px) {
  #home-collections {
    height: 750px;
  }
}
@media only screen and (min-width: 1056px) and (max-width: 1139px) {
  #home-collections {
    height: 700px;
  }
}
@media only screen and (min-width: 978px) and (max-width: 1055px) {
  #home-collections {
    height: 650px;
  }
}
@media only screen and (min-width: 897px) and (max-width: 977px) {
  #home-collections {
    height: 600px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 896px) {
  #home-collections {
    height: 550px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 821px) {
  #home-collections {
    height: 500px;
  }
}
@media only screen and (max-width: 799px) {
  #home-collections {
    height: 500px;
  }
}

.new.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  z-index: 1000;
  cursor:pointer;
}
.new.nav.left {
  left: 50px;
  background: url("leftArrow.7b46cf4d.svg") no-repeat center center;
}
.new.nav.right {
  right: 50px;
  background: url("rightArrow.066d8fc5.svg") no-repeat center center;
}

.carousel .outer {
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
.carousel .outer .slider {
  width: 1000vw;
  height: 100%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.carousel .outer .slider .img {
  float: left;
  height: 572px;
  width: 861px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .carousel {
    width: 500px;
    height: 332px;
  }
  .carousel> .nav {
    width: 50px;
    height: 50px;
  }
  .carousel> .nav.left {
    left: -100px;
  }
  .carousel> .nav.right {
    right: -100px;
  }
  .carousel .outer .slider .img {
    width: 500px;
    height: 332px;
  }
  #wraper .section .inner {
    /* width: 760px; */
  }
  .textVideo {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  #simBut {
    display: none;
  }
  #wraper.withTitle {
    padding-top: 70px;
  }
  #wraper .section .inner {
    width: 100vw;
    padding: 60px 0 50px;
    margin: 0px auto;
  }
  #wraper .section> .title {
    text-align: center;
    font-size: 28px;
    position: relative;
    top: 35px;
    margin-top: 40px;
  }
  p {
    font-size: 19px;
    line-height: 22px;
  }
  .carousel {
    width: 100vw;
    height: 100vw;
  }
  .carousel> .nav {
    width: 30px;
    height: 30px;
  }
  .carousel> .nav.left {
    left: 10px;
  }
  .carousel> .nav.right {
    right: 10px;
  }
  .carousel .outer .slider .img {
    width: 100vw;
    height: 100vw;
  }
  img.leftCol {
    width: 100%;
  }
  img.rightCol {
    width: 100%;
  }
  .imgContainer {
    margin-bottom: 20px;
  }
  .imgContainer.center {
    text-align: center;
  }
  .imgContainer.left {
    text-align: left;
  }
  .imgContainer.left img {
    width: 100%;
  }
  .imgContainer.left ~ .imgContainer.right {
    position: relative;
    top: 0;
  }
  .imgContainer.right ~ .imgContainer.left {
    position: relative;
    top: 0px;
  }
  .imgContainer.right {
    text-align: right;
  }
  .imgContainer.right img {
    width: 100%;
  }
}
#header {
  /* position: fixed; */
  z-index: 100;
  width: 100%;
  top: 0px;
  opacity: 0;
  transition: opacity 0.4s;
  position: relative;
}
#header.active {
  opacity: 1;
}
#header .title {
  position: relative;
  width: 500px;
  height: 140px;
  top: 10px;
  background: url("logo.7db83787_crecen.png") 100% 100% no-repeat;/*logo.7db83787.svg*/
  background-position: center top;
  background-size: contain;
  margin: 0px auto;
  transform-origin: 50% 0;
}
#header .title#titleWhite {
  z-index: 1000;
  /*background: url("logo_white.72b2b806.svg") 100% 100% no-repeat;*/
  background: url("logo.7db83787_crecen.png") 100% 100% no-repeat;
  background-position: center top;
  background-size: contain;
  display: none;
}
#header #share {
  position: absolute;
  top: 56px;
  right: 23px;
}
#header #share .sharebut {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background-position: center center;
  background-size: contain;
}
#header #share .sharebut.instagram {
  background: url("ig.d44c482d.svg") 100% 100% no-repeat;
}
#header #share .sharebut.facebook {
  background: url("fb.7b45ff7b.svg") 100% 100% no-repeat;
}
#header #share .sharebut.whatsapp {
  background: url("icon-whatsapp-black.svg") 100% 100% no-repeat;
  position: fixed;
  top: 15px;
}
#header #share .sharebut.iconCart {
  background: url("../img/icons/cart.png") 100% 100% no-repeat;
}
@media only screen and (max-width: 768px) {
  #header #share .sharebut.whatsapp.onlyWeb {
    display: none;
  }
  #header #share .sharebut.whatsapp.onlyMobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  #header #share .sharebut.whatsapp.onlyWeb {
    display: block;
  }
  #header #share .sharebut.whatsapp.onlyMobile {
    display: none;
  }
}

#header #menu {
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* position: fixed; */
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
}
#header #menu .hamburger {
  pointer-events: auto;
  z-index: 100;
  display: none;
  position: absolute;
  top: 23px;
  left: 23px;
  width: 20px;
  height: 20px;
  background: url("hamburger.f614eaaa.svg") 100% 100% no-repeat;
}
#header #menu.modularsystems {
  background: #6cc1d7;
  color: #088f51;
}
#header #menu.aboutus {
  background: #6cc1d7;
  color: #ffef00;
}
#header #menu .pattern {
  width: 100%;
  height: 100%;
  font-family: indiana;
  font-size: 90px;
  line-height: 76px;
  position: fixed;
  z-index: 0;
  transform: rotate(-8deg);
}
#header #menu .pattern .inner .line {
  position: relative;
  width: 20000px;
}
#header #menu #buts {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 23px;
  margin-left: 23px;
}
#header #menu #buts li a {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  #header .title {
    height: 80px;
    width: 200px;
  }
  #header #menu #buts {
    display: none;
    margin-top: 100px;
  }
  #header #menu #buts li a {
    color: #000;
  }
  .headerHome #menu #buts li a {
    /* color: #fff !important; */
  }
  #header #menu .hamburger {
    display: block;
  }
  body.menuMobile #header .title {
    display: none;
  }
  body.menuMobile #header .title#titleWhite {
    display: block;
  }
  body.menuMobile #header #share {
    z-index: 1000;
  }
  body.menuMobile #header #share .sharebut.instagram {
    background: url("ig.d44c482d.svg") 100% 100% no-repeat;
    /*background: url("ig_w.ae547a9a.svg") 100% 100% no-repeat;*/
  }
  body.menuMobile #header #share .sharebut.facebook {
    background: url("fb.7b45ff7b.svg") 100% 100% no-repeat;
    /*background: url("fb_w.25d149af.svg") 100% 100% no-repeat;*/
  }
  body.menuMobile #header #menu {
    /* background: #000; */
  }
  body.menuMobile #header #menu #buts {
    display: block;
  }
  body.menuMobile #header #menu .hamburger {
    background: url("close.b90bdbcd_black.svg") 100% 100% no-repeat;
    /*background: url("close.b90bdbcd.svg") 100% 100% no-repeat;*/
  }
}

@media only screen and (max-width: 768px) {
  .home #home-video {
    margin-bottom: 0px !important;
  }
  .home #home-video #videoPortada {
    display: none;
  }
  .home #home-video #videoPortadaMobile {
    display: inline;
  }
  .home #home-evolving #videoPortada {
    display: none;
  }
  .home #home-evolving #videoPortadaMobile {
    display: inline;
    /* margin-top: 500px; */
    height: 100%;
  }
  .sectionBut{
    padding : 5px;
    font-size: 20px;
  }
  .home #home-video .sectionBut{
    bottom: 15px !important;
  }
  .home #home-evolving .inner .body p {
    font-size: calc(0.5em + 0.7vw) !important;
    line-height: 30px;
  }
  .home #home-evolving #home-evolving-title {
    font-size: calc(0.6em + 0.5vw) !important;
    padding: 20px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .home #home-video .sectionBut{
    bottom: 15px !important;
    padding: 7px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1399px) {
  .home #home-video .sectionBut{
    bottom: 25px !important;
    padding: 8px;
    font-size: 28px;
  }
  .home #home-evolving .inner .body p {
    font-size: calc(1em + 0.5vw) !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .home #home-video .sectionBut{
    bottom: 50px !important;
  }
  .home #home-evolving .inner .body {
    width: 30% !important;
    margin-right: 0px !important;
  }
  .home #home-evolving .inner .body p {
    font-size: calc(1em + 0.6vw) !important;
  }
}
@media only screen and (min-width: 1901px) and (max-width: 2200px) {
  .home #home-video .sectionBut{
    bottom: 70px !important;
  }
  .home #home-evolving .inner .body {
    width: 30% !important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 2201px) {
  .home #home-video .sectionBut{
    bottom: 85px !important;
  }
  .home #home-evolving .inner .body {
    width: 600px !important;
    margin-right: 70px !important;
  }
}
@media only screen and (min-width: 769px) {
  .home #home-video #videoPortada {
    display: inline;
  }
  .home #home-video #videoPortadaMobile {
    display: none;
  }
  .home #home-evolving #videoPortada {
    display: inline;
    width: 40%;
    position: relative;
    float: left;
    padding: 0px 50px 0px 0px;
  }
  .home #home-evolving #videoPortadaMobile {
    display: none;
  }
}
.home #home-video {
  /* margin-top: 160px; */
  text-align: center;
  position: relative;
  /* z-index: 20001; */
  /* margin-bottom: 50px; */
}
.home #home-video .sectionBut{
  /* bottom: -60px; */
  z-index : 1;
}

@media only screen and (max-width: 768px) {
  .home #home-video-valores #videoPortada {
    display: none;
  }
  .home #home-video-valores #videoPortadaMobile {
    display: inline;
  }
  .home #home-video-valores .sectionBut{
    /* bottom: -50px; */
  }
  .home #home-video-valores .textoDiv {
    bottom: 280px;
    z-index : 1;
    position: absolute;
    color: white;
    font-family: 'dia';
    font-size: 25px;
    display: flex;
    /*border: 3px solid green;*/
    font-weight: bold;
  }
  .home #home-video-valores .textoSpan {
    width: 75%;
    margin: auto;
  }
  .textVideo {
    width: 100% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .home #home-video-valores #videoPortada {
    display: inline;
  }
  .home #home-video-valores #videoPortadaMobile {
    display: none;
  }
  .home #home-video-valores .sectionBut{
    /* bottom: -50px; */
  }
  .home #home-video-valores .textoDiv {
    bottom: 350px;
    z-index : 1;
    position: absolute;
    color: white;
    font-family: 'dia';
    font-size: 40px;
    display: flex;
    /*border: 3px solid green;*/
    font-weight: bold;
  }
  .home #home-video-valores .textoSpan {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .home #home-video-valores #videoPortada {
    display: inline;
  }
  .home #home-video-valores #videoPortadaMobile {
    display: none;
  }
  .home #home-video-valores .textoDiv {
    bottom: 200px;
    z-index : 1;
    position: absolute;
    color: white;
    font-family: 'dia';
    font-size: 65px;
    display: flex;
    /*border: 3px solid green;*/
    font-weight: bold;
  }
  .home #home-video-valores .textoSpan {
    width: 50%;
    margin: auto;
  }
}
@media only screen and (min-width: 1800px) {
  .home #home-video-valores #videoPortada {
    display: inline;
  }
  .home #home-video-valores #videoPortadaMobile {
    display: none;
  }
  .home #home-video-valores .textoDiv {
    bottom: 400px;
    z-index : 1;
    position: absolute;
    color: white;
    font-family: 'dia';
    font-size: 65px;
    display: flex;
    /*border: 3px solid green;*/
    font-weight: bold;
  }
  .home #home-video-valores .textoSpan {
    width: 50%;
    margin: auto;
  }
}
.home #home-video-valores {
  /* margin-top: 160px; */
  text-align: center;
  position: relative;
  /* z-index: 20001; */
  background-color: black;
}
.home #home-video-valores .sectionBut{
  /* bottom: -60px; */
  z-index : 1;
}

.home #home-home {
  /*background: #6cc1d7;*/
}
.home .home-home-color0 {
  background: rgb(80,183,175);
}
.home .home-home-color1 {
  background: rgb(146, 181, 87);
}
.home .home-home-color2 {
  background: rgb(231,80,67);
}
.home .home-home-color3 {
  background: rgb(254,239,135);
}
.home .home-home-color4 {
  background: rgb(239,208,80);
}
.home #home-evolving {
  background: #fff;
  text-align: center;
  font-family: Open Sans !important;
  /* font-size: 60px; */
  /* line-height: 90px; */
  /* letter-spacing: -4px; */
  /* margin-top: 50px; */
  height: 100%;
}
.home #home-evolving .inner {
  /* width: 1500px; */
  padding: 0px 100px 50px 100px;
}
.home #home-evolving .inner .body {
  float: left;
  /* width: 33%; */
  /* height: 550px; */
  overflow-y: hidden;
  /* margin-top: 100px; */
  /* margin-right: 50px; */
  right: 0;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  .home #home-evolving .inner {
    /* width: 1000px; */
    padding: 0px;
  }
  .home #home-evolving .inner .body {
    width: 30%;
    /* margin-top: 100px; */
    /* height: 400px !important; */
  }
  .home #home-evolving .inner .image {
    /* width: 35% !important; */
    margin-top: 0px !important;
  }
  .home #home-evolving .inner .textVideo {
    /* width: 35% !important; */
    font-size: 14px !important;
  }
  .home #home-evolving .inner .body span {
    font-size: 25px !important;
    line-height: 55px !important;
  }
  .model-viewer-portada {
    width: 100%;
    height: 300px;
    /*top: -85px;*/
  }
  #divModelViewer {
    width: 20%;
    height: 300px;
    position: relative;
    float: left;
  }
  #divModelViewer > span {
    font-family: Open Sans !important;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 0px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .home #home-evolving .inner {
    /* width: 1100px; */
    padding: 0px 60px 00px 60px;
  }
  .home #home-evolving .inner .body {
    width: 30%;
    /* margin-top: 130px; */
    /* height: 500px !important; */
  }
  .home #home-evolving .inner .image {
    /* width: 100% !important; */
    margin-top: 0px !important;
  }
  .home #home-evolving .inner .textVideo {
    /* width: 100% !important; */
    font-size: 16px !important;
  }
  .home #home-evolving .inner .body span {
    font-size: 30px !important;
    line-height: 50px !important;
  }
  .model-viewer-portada {
    width: 100%;
    height: 400px;
    /*top: -85px;*/
  }
  #divModelViewer {
    width: 25%;
    height: 400px;
    position: relative;
    float: left;
  }
  #divModelViewer > span {
    font-family: Open Sans !important;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 0px;
  }
}

.home #home-evolving .inner .body p {
  margin-top: 0;
  font-size: calc(1em + 0.8vw);
  font-family: 'dia';
}
.home #home-evolving .inner .image {
  float: left;
  /* height: 700px; */
  /* margin-bottom: 60px; */
  width: 100%;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  /* margin-top: 40px; */
}
.home #home-evolving .inner .body span {
  background: #fff;
  /* text-align: center; */
  font-family: Open Sans !important;
  font-size: 35px;
  line-height: 60px;
  letter-spacing: -3px;
}
.home #home-evolving .inner div {
  margin-right: 3px;
  margin-left: 3px;
}
@media only screen and (max-width: 768px) {
  .home #home-evolving .inner .body span {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: -2px;
    font-family: arial;
  }
  .home #home-evolving a.link_noMobile {
    pointer-events: none;
    cursor: default;
    font-weight: normal;
    border: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .home #home-evolving a.soloWeb {
    display: none;
  }
  .home #home-evolving a.soloMobile {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  .home #home-evolving a.soloWeb {
    display: inline-block;
  }
  .home #home-evolving a.soloMobile {
    display: none;
  }
}
.home #home-evolving a{
  color : #000000;
  text-decoration: none;
  /* border-bottom: 2px solid currentColor; */
  display: inline-block;
  line-height: 0.6;
  /* text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; */
}
.home #home-evolving .greenColor {
  color: #088f51;
}
.home #home-evolving .blueColor {
  color: #6cc1d7;
}
.home #home-evolving .redColor {
  color: #e44129;
}
.home #home-modular .inner .image {
  float: right;
  height: 388px;
  margin-bottom: 60px;
  width: 560px;
}
.home #home-modular {
  background: #ffef00;
}
.home #home-modular .inner {
  width: 1160px;
  padding: 60px;
}
.home #home-modular .inner .body {
  float: left;
  width: 560px;
}
.home #home-modular .inner .body p {
  margin-top: 0;
}
.home #home-modular .inner .image {
  float: right;
  height: 388px;
  background: url("Sideboard-B-4.2-P--FB.36415359.jpg") center center;
  background-size: cover;
  margin-bottom: 60px;
  width: 560px;
}

.home #home-second-text .inner {
  width: 1160px;
}
.home #home-second-text .inner .body {
  float: left;
  /* width: 560px; */
}
.home #home-second-text .inner .image {
  float: right;
  height: 388px;
  background: url("../../../uploads/taller.jpg") center center;
  background-size: cover;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  margin-bottom: 60px;
  width: 560px;
}
.home .home-second-text-color0 {
  background: rgb(80,183,175);
}
.home .home-second-text-color1 {
  background: rgb(146, 181, 87);
}
.home .home-second-text-color2 {
  background: rgb(231,80,67);
}
.home .home-second-text-color3 {
  background: rgb(254,239,135);
}
.home .home-second-text-color4 {
  background: rgb(239,208,80);
}

.home #home-collections {
  background: #fff;
}
.home #home-simulator {
  background: #088f51;
  cursor: pointer;
}
.home #home-simulator:hover {
  background: #ffef00;
}
.home #home-simulator:hover .body {
  color: #088f51;
}
.home #home-simulator .inner {
  padding: 0;
  height: 100vh;
}
.home #home-simulator .body {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffef00;
  text-align: center;
  font-family: indiana;
  font-size: 107px;
  letter-spacing: -5px;
}
@media only screen and (min-width: 769px) {
  .home #home-collections {
    display: block;
  }
  .home #home-collections-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home #home-collections {
    display: none;
  }
  .home #home-collections-mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .home #home-home {
    background: #ffef00;
  }
  .home #home-evolving {
    line-height: 40px;
    letter-spacing: -2px;
  }
  .home #home-evolving .inner {
    /* width: 708px; */
    padding: 0px 50px 0px 50px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .home #home-evolving .inner .body {
    float: none;
    width: 100%;
    margin-top: 20px;
    height: 100%;
    margin-bottom: 50px;
  }
  .home #home-evolving .inner .image {
    float: none;
    height: auto;
    /* margin-bottom: 50px; */
    width: 100%;
    height: 400px;
  }
  .home #home-evolving .inner .textVideo {
    width: 100% !important;
  }
  .home #home-modular .inner {
    width: 708px;
  }
  .home #home-modular .inner .body {
    float: none;
    width: 100%;
  }
  .home #home-modular .inner .image {
    float: none;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    height: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .home #home-home .sectionBut {
    display: none;
  }
  .home #home-home {
    display: none;
    background: url("82A0947.26a71886.jpg") center center;
    background-size: cover;
    height: 100vh;
  }
  .home #home-home #homeSlideShow {
    opacity: 0;
  }
  .home #home-evolving {
    font-size: 40px;
    line-height: 33px;
    letter-spacing: -1px;
  }
  .home #home-evolving .inner {
    width: 99%;
    padding: 20px 0px !important;
    overflow-x: hidden;
  }
  .home #home-evolving .inner .body {
    float: none;
    width: 95%;
    margin-top: 0px;
    /* height: 200px; */
    overflow-x: hidden;
    margin-left: 15px;
    /* margin-bottom: 25px; */
    padding-top: 30px;
  }
  .home #home-evolving .inner .image {
    float: none;
    height: auto;
    margin-bottom: 0px;
    width: 100%;
    /* height: 60vw; */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .home #home-modular .inner {
    width: 90%;
    padding: 10px;
  }
  .home #home-modular .inner .body {
    float: none;
    width: 100%;
  }
  .home #home-modular .inner .image {
    float: none;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    height: 60vw;
  }
  .home #home-simulator .body {
    font-size: 70px;
    letter-spacing: -1px;
  }
  .home #home-second-text .inner {
    width: 90%;
  }
  .home #home-second-text .inner .body {
    float: none;
    width: 100%;
  }
}
.modular-system #modular-intro {
  background: #fff;
}
.modular-system #modular-intro .inner {
  padding-bottom: 0px;
  width: 1160px;
}
.modular-system #modular-intro .inner .body {
  float: left;
  width: 560px;
}
.modular-system #modular-intro .inner .body p {
  margin-top: 0;
}
.modular-system #modular-intro .inner .image {
  float: right;
  height: 388px;
  background: url("Sideboard-B-4.2-P--FB.36415359.jpg") center center;
  background-size: cover;
  margin-bottom: 60px;
  width: 560px;
}
.modular-system #modular-transform {
  background: #fff;
}
.modular-system #modular-transform .inner {
  width: 1280px;
}
.modular-system #modular-transform .inner .grid .block:nth-child(odd) .imgContainer {
  background-color: #6cc1d7;
}
.modular-system #modular-transform .inner .grid .block:nth-child(even) .imgContainer {
  background-color: #088f51;
}
.modular-system #modular-transform .inner .grid .block:nth-child(3n) .imgContainer {
  background-color: #e44129;
}
.modular-system #modular-transform .inner .grid .block:nth-child(4n) .imgContainer {
  background-color: #ffef00;
}
.modular-system #modular-transform .inner .grid .block:nth-child(5n) .imgContainer {
  background-color: #eea904;
}
.modular-system #modular-transform .inner .grid .block:nth-child(6n) .imgContainer {
  background-color: #088f51;
}
.modular-system #modular-transform .inner .grid .block:nth-child(7n) .imgContainer {
  background-color: #088f51;
}
.modular-system #modular-transform .inner .grid .block:nth-child(8n) .imgContainer {
  background-color: #e44129;
}
.modular-system #modular-transform .inner .grid .block {
  position: relative;
  width: 296px;
  margin-right: 26px;
  float: left;
}
.modular-system #modular-transform .inner .grid .block:nth-child(4n+4) {
  margin-right: 0px;
}
.modular-system #modular-transform .inner .grid .block .imgContainer {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  height: 100%;
  font-size: 20px;
  position: relative;
  width: 100%;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.modular-system #modular-transform .inner .grid .block .imgContainer:hover {
  background-image: none !important;
}
.modular-system #modular-transform .inner .grid .block .imgContainer:hover .count {
  display: block;
}
.modular-system #modular-transform .inner .grid .block .count {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: none;
}
.modular-system #modular-transform .inner .grid .block .legend {
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
}
.modular-system #modular-simulator {
  background: #088f51;
  cursor: pointer;
}
.modular-system #modular-simulator:hover {
  background: #ffef00;
}
.modular-system #modular-simulator:hover .body {
  color: #088f51;
}
.modular-system #modular-simulator .inner {
  padding: 0;
  height: 100vh;
}
.modular-system #modular-simulator .body {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffef00;
  text-align: center;
  font-family: indiana;
  font-size: 107px;
  letter-spacing: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .modular-system #modular-intro .inner {
    width: 708px;
  }
  .modular-system #modular-intro .inner .body {
    float: none;
    width: 100%;
  }
  .modular-system #modular-intro .inner .image {
    float: none;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    height: 490px;
  }
  .modular-system #modular-transform .inner {
    width: 768px;
  }
  .modular-system #modular-transform .inner .grid .block {
    width: 240px;
    margin-right: 24px;
  }
  .modular-system #modular-transform .inner .grid .block:nth-child(4n+4) {
    margin-right: 24px;
  }
  .modular-system #modular-transform .inner .grid .block:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .modular-system #modular-intro .inner {
    width: 90%;
  }
  .modular-system #modular-intro .inner .body {
    float: none;
    width: 100%;
  }
  .modular-system #modular-intro .inner .image {
    float: none;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    height: 60vw;
  }
  .modular-system #modular-transform .inner {
    width: 100%;
  }
  .modular-system #modular-transform .inner .grid .block {
    width: calc( 50% - 10px );
    margin-right: 0px !important;
    pointer-events: none;
  }

  .modular-system #modular-transform .inner .grid .block:nth-child(even) {
    margin-left: 20px !important;
  }

  
  .modular-system #modular-transform .inner .grid .block .legend {
    font-size: 19px;
    margin-top: 22px;
    text-align: center;
  }
  .modular-system #modular-simulator .body {
    font-size: 70px;
    letter-spacing: -1px;
  }
}
.simulator2 #drop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background: #00f;
}
.simulator2 .rounded {
  font-size: 12px;
  padding: 13px 0px;
  border-radius: 40px;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.simulator2 #colorSwap, .simulator2 #newConf, .simulator2 #tutorial {
  z-index: 200;
  position: fixed;
  color: #000;
  background: #fff;
  top: 23px;
  right: 80px;
  border-radius: 40px;
  cursor: pointer;
}
.simulator2 #colorSwap:hover, .simulator2 #newConf:hover, .simulator2 #tutorial:hover {
  background: #000;
  color: #fff;
}

#newConf{
  right: 130px !important;
  text-decoration : none;
}

#tutorial{
  right: 180px !important;
  text-decoration : none;
}

.simulator2 #zoom .rounded {
  margin: 0px 5px;
  font-size: 18px;
  padding: 9px 0px;
  float: left;
  background: #fff;
}
.simulator2 #zoom .rounded.active {
  background: #000;
  color: #fff;
}
.simulator2 #zoom .rounded:hover {
  background: #000;
  color: #fff;
}
.simulator2 #items {
  position: absolute;
  opacity: 0;
  font-size: 12px;
  top: 300px;
  /* transform: translateY(-50%); */
  width: 240px;
  transition: opacity 0.2s;
}
.simulator2 #items.active {
  opacity: 1;
}
.simulator2 #items > .itemBlack {
  /* font-family: indiana; */
  /* color: #ddd; */
  /* background-color: #000; */
  /* padding-left: 5px; */
  /* padding-bottom: 5px; */
  font-weight: bold;
  text-align: center;
  height: 25px;
  border-top: 0px;
}
.simulator2 #items > .itemBlackTitle {
  /* font-family: indiana; */
  /* color: #ddd; */
  /* background-color: #000; */
  /* padding-left: 5px; */
  /* padding-bottom: 5px; */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 25px;
  border-top: 0px;
}
.simulator2 #items > .item {
  font-weight: bold;
}
.simulator2 #items div {
  border-top: solid 1px #111;
  padding: 3px 0;
}
.simulator2 #items div:last-child {
  border-bottom: solid 1px #111;
}
.simulator2 #items div.movingActive {
  background-color: #000;
  color: #ddd;
  padding-left: 5px;
}
/*.simulator2 #items div.active::before {
  content: " * ";
}*/
.simulator2 #items div .iconDeleteItem {
  float: right;
  text-decoration: none;
  color: #111;
  position: relative;
  top: 2px;
  width: 10px;
  height: 10px;
  background: url("smallClose.ea477ba5.svg") 100% 100% no-repeat;
  background-position: center center;
}
.simulator2 #items div .iconRotateItem {
  float: right;
  text-decoration: none;
  color: #111;
  position: relative;
  right: 5px;
  width: 14px;
  height: 14px;
  background: url("rotateIcon.svg") 100% 100% no-repeat;
  background-position: center center;
}
.simulator2 #items div .iconMoveItem {
  float: right;
  text-decoration: none;
  color: #111;
  position: relative;
  right: 3px;
  width: 14px;
  height: 14px;
  background: url("moveIcon.svg") 100% 100% no-repeat;
  background-position: center center;
}
.simulator2 #items div .iconColorItem {
  float: right;
  text-decoration: none;
  position: relative;
  right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid black;
  background-position: center center;
}
.simulator2 #items div.divColoresFlotante {
  position: absolute;
  right: 10px;
  width: 100px;
  height: 15px;
  border: 1px solid black;
  z-index: 100;
  top: 30px;
  left: 245px;
  padding-right: 5px;
  transform: translateY(-50%);
}
.simulator2 #items div.divColoresFlotante a.iconColorItems {
  float: left;
  text-decoration: none;
  text-align: center;
  padding: 1px 1px;
  margin: 0px 0px 0px 5px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 1px solid black;
}
.simulator2 #items div.divColoresFlotante a.iconColorItems:hover {
  height: 8px;
  width: 8px;
  border-width: 3px;
}
.simulator2 #items div.divMoveFlotante {
  position: absolute;
  right: 10px;
  width: 80px;
  height: 45px;
  border: 1px solid black;
  z-index: 100;
  top: 30px;
  left: 230px;
  padding-right: 5px;
  transform: translateY(-50%);
  font-weight: bold;
  padding-left: 5px;
}
.simulator2 #items div.divMoveFlotante a.iconMoveItemsPlus {
  text-decoration: none;
  background: url("plus.svg") 100% 100% no-repeat;
  background-position: center center;
}
.simulator2 #items div.divMoveFlotante a.iconMoveItemsMinus {
  text-decoration: none;
  background: url("minus.svg") 100% 100% no-repeat;
  background-position: center center;
}
.simulator #ver-vivo {
  position: absolute;
  font-size: 16px;
  top: 250px;
  right: 35%;
  width: 300px;
}
#ver-vivo > span {
  cursor: pointer;
}
#ver-vivo > span.svg-icon > svg {
  vertical-align: top;
  max-width: 17px;
}
#ver-vivo > div#divQR {
  width: 305px;
  height: 300px;
  background-color: white;
  border: 1px solid black;
  border-radius: 5%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
#ver-vivo > div#divQR > div#qrAR {
  margin: 10px;
  margin-inline: 25px;
}
#ver-vivo > div#divQR > div#qrARloading {
  margin: 30px;
}
#ver-vivo .iconClose {
  float: right;
  text-decoration: none;
  color: #111;
  position: relative;
  top: 2px;
  width: 10px;
  height: 10px;
  background: url("smallClose.ea477ba5.svg") 100% 100% no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1367px) {
  .simulator2 #menu {
    position: absolute;
    right: 60px;
    /*top: 430px;*/
    /*transform: translateY(-50%);*/
    width: 266px;
    pointer-events: none;
    z-index: 200;
  }
  .simulator2 #zoom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 800px;
  }
}
@media only screen and (min-width: 701px) {
  .simulator2 #items {
    left: 23px;
  }
}
.simulator2 #menu .block {
  pointer-events: auto;
  border-top: solid 1px #111;
  padding: 5px 0;
}
.simulator2 #menu .block.last {
  border-bottom: solid 1px #111;
}
.simulator2 #menu .block .title {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.simulator2 #menu .block.active .collapsible .inner {
  height: 100%;
}
.simulator2 #menu .block .collapsible .inner {
  height: 0;
  overflow: hidden;
}
.simulator2 #menu .block .collapsible .inner .info {
  margin: 10px 0;
  font-size: 12px;
}
.simulator2 #menu .block .collapsible .inner .options {
  width: 100%;
}
.simulator2 #menu .block .collapsible .inner .options.modOptions {
  display: none;
  border-top: dashed 1px #000;
  padding-top: 10px;
  margin-top: 10px;
}
.simulator2 #menu .block .collapsible .inner .options.modOptions.active {
  display: block;
}
.simulator2 #menu .block .collapsible .inner .options a {
  float: left;
  border: solid 1px #111;
  text-decoration: none;
  color: #111;
  font-size: 15px;
  min-width: 30px;
  text-align: center;
  padding: 5px 7px;
  margin: 0px 5px 5px 0px;
}
.simulator2 #menu .block .collapsible .inner .options a:hover {
  background: #000;
  color: #fff;
}
.simulator2 #menu .block .medidas {
  display: none;
  position: absolute;
  left: 50%;
  border: 1px solid black;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
}
.simulator2 #menu .dlBlock {
  text-align: center;
  margin-top: 40px;
}
.simulator2 #menu .dlBlock .dlBut {
  font-size: 15px;
  text-align: center;
  background: #000;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.simulator2 #menu .dlBlock .dlBut:hover {
  background: #fff;
  color: #000;
}
.simulator #threeLayer {
  width: 100%;
  height: 100vh;
  transition: background 0.3s;
}
.simulator #threeLayer.color0, .color0 {
  /*background: #6cc1d7;*/
  background: rgb(80,183,175);
}
.simulator #threeLayer.color1, .color1 {
  /*background: #088f51;*/
  background: rgb(146, 181, 87);
}
.simulator #threeLayer.color2, .color2 {
  /*background: #e44129;*/
  background: rgb(231,80,67);
}
.simulator #threeLayer.color3, .color3 {
  /*background: #ffef00;*/
  background: rgb(254,239,135);
}
.simulator #threeLayer.color4, .color4 {
  /*background: #eea904;*/
  background: rgb(239,208,80);
}
.simulator #threeLayer.color5, .color5 {
  background: rgb(255,255,255);
}
.simulator2 #menu .optionsBottom {
  pointer-events: auto;
  /*margin-top: 50px;*/
}
.simulator2 #menu .optionsBottom .title {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin-top: 5px;
  white-space: nowrap;
}
.simulator2 #menu .optionsBottom a {
  float: left;
  border: solid 1px #111;
  text-decoration: none;
  color: #111;
  font-size: 15px;
  min-width: 16px;
  text-align: center;
  padding: 5px 7px;
  margin: 0px 5px 5px 0px;
  cursor: pointer;
}
.simulator2 #menu .optionsBottom a:hover {
  background: #000;
  color: #fff;
}
.simulator2 #menu .optionsBottom a.optionColorMadera {
  height: 18px;
  width: 20px;
}
.simulator2 #menu .optionsBottom a.optionColorMaderaClick {
  height: 10px;
  min-width: 10px !important;
  width: 12px;
  border-width: thick;
}
.simulator2 #menu .optionsBottom a.optionColorMadera:hover {
  height: 10px;
  min-width: 10px !important;
  width: 12px;
  border-width: thick;
}
.simulator2 #menu .optionsBottom a.optionColorMetal {
  height: 18px;
  width: 16px;
}
.simulator2 #menu .optionsBottom a.optionColorMetalClick {
  height: 10px;
  min-width: 10px !important;
  width: 12px;
  border-width: thick;
}
.simulator2 #menu .optionsBottom a.optionColorMetal:hover {
  height: 10px;
  min-width: 8px !important;
  width: 8px;
  border-width: thick;
}
.simulator2 #menu .optionsBottom a.optionColorCojin {
  height: 18px;
  width: 30px;
}
.simulator2 #menu .optionsBottom a.optionColorCojinClick {
  height: 10px;
  min-width: 20px !important;
  width: 22px;
  border-width: thick;
}
.simulator2 #menu .optionsBottom a.optionColorCojin:hover {
  height: 10px;
  min-width: 20px !important;
  width: 22px;
  border-width: thick;
}
#downloadModel {
  /*display: none;*/
}
#formbox, #formboxDownload {
  display: none;
  position: fixed;
  top: 100vh;
  opacity: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  transition: opacity 0.4s, top 0s 0.4s;
}
#formbox.active, #formboxDownload.active {
  display: inline;
  top: 0;
  opacity: 1;
  transition: opacity 0.4s;
}
#formbox #mc_embed_signup {
  display: none;
}
#formbox #overBackground, #formboxDownload #overBackgroundDownload {
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
#formbox #overcontent, #formboxDownload #overcontentDownload {
  text-align: center;
  position: absolute;
  width: 320px;
  padding: 40px;
  padding-top: 0px;
  background: #fff;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#formbox #overcontent input {
  font-size: 18px;
  font-family: dia;
  width: 100%;
  height: 35px;
  border: none;
  border-top: solid 1px #000;
}
#formbox #overcontent #div_fileToUpload p {
  font-size: 18px;
  font-family: dia;
  width: 100%;
  border: none;
  text-align: left;
} 
#formbox #overcontent input#country {
  border-bottom: solid 1px #000;
}
#formbox #overcontent input::placeholder {
  color: #444;
}
#formbox #overcontent input:focus {
  outline: 0;
}
#formbox #overcontent .help {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}
#formbox #overcontent .checkbox {
  text-align: left;
  margin-top: 10px;
}
#formbox #overcontent .checkbox .check {
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  float: left;
  margin-right: 10px;
  position: relative;
}
#formbox #overcontent .checkbox .check.active:before,
#formbox #overcontent .checkbox .check.active:after {
  display: block;
}
#formbox #overcontent .checkbox .check:before,
#formbox #overcontent .checkbox .check:after {
  position: absolute;
  display: none;
  top: -4px;
  left: 9px;
  content: ' ';
  height: 28px;
  width: 1px;
  background-color: #000;
}
#formbox #overcontent .checkbox .check:before {
  transform: rotate(45deg);
  left: 10px;
}
#formbox #overcontent .checkbox .check:after {
  transform: rotate(-45deg);
}
#formbox #overcontent #sendbut, #formboxDownload #overcontentDownload #botonDAE, #formboxDownload #overcontentDownload #botonGLTF {
  pointer-events: none;
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  width: 50%;
  text-decoration: none;
}
#formbox #overcontent #sendbut.active, #formboxDownload #overcontentDownload #botonDAE.active, #formboxDownload #overcontentDownload #botonGLTF.active {
  pointer-events: auto;
  background: #000;
}

#formbox h2 {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #000;
   line-height: 0.1em;
   margin: 10px 0 20px;
   font-size: 15px;
   padding-top: 10px;
} 

#formbox h2 span {
  background:#fff;
  padding:0 10px;
}
.collection .inner>.nav {
  text-align: center;
  width: 100%;
}
.collection .inner>.nav .menu {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.collection .inner>.nav .menu li {
  float: left;
  margin: 0px 18px;
}
.collection .inner>.nav .menu li a {
  text-decoration: none;
  color: #000;
  font-size: 28px;
}
.collection .inner>.nav .menu li a:hover {
  text-decoration: underline;
}
.collection .collection {
  padding-top: 0px;
  width: 860px;
  margin: 0 auto;
}
.collection .collection .title {
  font-family: indiana;
  text-align: center;
  font-size: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .collection .collection {
    width: 708px;
  }
}
@media only screen and (max-width: 768px) {
  .collection .carousel {
    width: 90vw;
    height: 60vw;
  }
  .collection .carousel .outer .slider .img {
    width: 90vw;
    height: 60vw;
  }
  .collection .inner>.nav {
    display: none;
  }
  .collection .collection {
    width: 90%;
  }
  .collection .collection .title {
    font-size: 40px;
  }
}
#footer {
  position: relative;
  background: #000;
  color: #ddd;
  z-index: 0;
}
#footer .inner {
  font-size: 30px;
  line-height: 34px;
  margin: 0 auto;
  padding: 72px 0;
  width: 90%;
}
#footer .inner .col {
  float: left;
}
#footer .inner .col.information {
  margin-right: 50px;
}
#footer .inner .col .topLevel {
  margin-bottom: 30px;
}
#footer .inner .col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .inner .col ul li a {
  text-decoration: none;
  color: #ddd;
  line-height: 0;
}
#footer .inner .col ul li a:hover {
  text-decoration: underline;
}
#footer .inner .col.newsletter {
  float: right;
  width: 500px;
}
#footer .inner .col.newsletter .topLevel {
  margin-bottom: 10px;
}
#footer .inner .col.newsletter .inputField input {
  height: 40px;
  padding: 2px 0px 2px 9px;
  width: calc(100% - 22px);
  background: none;
  border: solid 1px;
  color: #fff;
  margin-bottom: 14px;
  font-size: 25px;
}
#footer .inner .col.newsletter .inputField input::placeholder {
  color: #fff;
}
#footer .inner .col.newsletter .inputField input:focus {
  outline: none;
  background: #222;
}
#footer .inner .col.newsletter #terms a {
  color: #fff;
}
#footer .inner .col.newsletter #terms .checkbox {
  float: left;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  margin-right: 14px;
  cursor: pointer;
  position: relative;
}
#footer .inner .col.newsletter #terms .checkbox:hover {
  background: #222;
}
#footer .inner .col.newsletter #terms .checkbox.active .line {
  display: block;
}
#footer .inner .col.newsletter #terms .checkbox .line {
  display: none;
  width: 60px;
  height: 0px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .inner .col.newsletter #terms .checkbox .line.line2 {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  top: 40px;
  left: -1px;
}
#footer .inner .col.newsletter #terms .terms {
  position: relative;
  top: 5px;
}
#footer .inner .col.newsletter .sendBut {
  width: calc(100% - 22px);
  border: solid 1px #fff;
  background: #fff;
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding: 6px 0px 6px 9px;
  cursor: pointer;
}
#footer .follow a.follow {
	margin-left: 40px;
}
#footer .follow li.instagram {
	background: url("ig_w.ae547a9a.svg") no-repeat;
	background-position: initial;
	width: 30px;
	cursor: pointer;
	float: left;
}
#footer .follow li.facebook {
	background: url("fb_w.25d149af.svg") no-repeat;
	background-position: initial;
	width: 30px;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}
#footer .follow li.whatsapp {
	background: url("icon-whatsapp.svg") no-repeat;
	background-position: initial;
	width: 30px;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .follow li.whatsapp.onlyWeb {
    display: none;
  }
  #footer .follow li.whatsapp.onlyMobile {
	  background: url("icon-whatsapp-mobile.svg") no-repeat;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  #footer .follow li.whatsapp.onlyWeb {
    display: block;
  }
  #footer .follow li.whatsapp.onlyMobile {
    display: none;
  }
}
#footer .inner .col.newsletter .sendBut:hover {
  background: #000;
  color: #fff;
  animation: blinkBut 0.4s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #footer .inner {
    width: 700px;
  }
  #footer .inner .col {
    width: 50%;
    float: left;
  }
  #footer .inner .col.information {
    margin-right: 0;
  }
  #footer .inner .col.newsletter {
    clear: both;
    width: 700px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    font-size: 20px;
    line-height: 23px;
    padding: 72px 0;
  }
  #footer .inner .col {
    clear: both;
    margin-bottom: 20px;
  }
  #footer .inner .col .topLevel {
    margin-bottom: 0px;
  }
  #footer .inner .col.newsletter {
    clear: both;
    width: 100%;
  }
  #footer .inner .col.newsletter .inputField input {
    font-size: 18px;
  }



  img.leftCol {
    width: 100%;
    margin-right: 0px;
  }
  img.rightCol {
    width: 100%;
  }
  .imgBlock {
    margin-bottom: 0px;
  }
  .imgContainer {
    margin-bottom: 0px;
  }
  .imgContainer.center {
    text-align: center;
  }
  .imgContainer.left {
    text-align: left;
  }
  .imgContainer.left img {
    width: 100%;
  }
  .bContainer{
    width : 100% !important;
  }
  .imgContainer.left ~ .imgContainer.right {
    position: relative;
    margin-top: 0px;
  }
  .imgContainer.right ~ .imgContainer.left {
    position: relative;
    margin-top: 0px;
  }
  .imgContainer.right {
    text-align: right;
  }
  .imgContainer.right img {
    width: 100%;
  }



}


#panBut{
  background : #ffffff url("rotate.svg") !important;
  background-size: 30px !important;
  background-position: center !important;
  background-repeat : no-repeat !important;
}

#panBut.active{
  background : #000000 url("rotate_i.svg") !important;
  background-size: 30px !important;
  background-position: center !important;
  background-repeat : no-repeat !important;
}

#handBut{
  background : #ffffff url("hand.svg") !important;
  background-size: 30px !important;
  background-position: center !important;
  background-repeat : no-repeat !important;
}

#handBut.active{
  background : #000000 url("hand_i.svg") !important;
  background-size: 30px !important;
  background-position: center !important;
  background-repeat : no-repeat !important;
}


@media only screen and (max-width: 768px) {
  #home-simulator{
    display : none !important;
    
  }
  #home-modular{
    padding-bottom: 50px;
  }
}

.link_black a:link {
  color: black;
  text-decoration: none;
}

.link_black a:visited {
  color: black;
  text-decoration: none;
}

.link_black a:hover {
  color: black;
  text-decoration: none;
}

.link_black a:active {
  color: black;
  text-decoration: none;
}

#container {
  height: 100%;
  width: 100%;
  /* border: 2px solid red;  */
  text-align: center;
  float: left;
  position: absolute;
  z-index: 2000;
  overflow-y: hidden;
  background-color: black; opacity:70%;
  display: none;
  top: 0px;
}

#divVideo {
  width: 100%; margin-top: 120px; 
  /* border: 2px solid blue;  */
  text-align: center; float: left; position: absolute; 
  z-index: 20001;
  overflow-y: hidden;
  display: none;
}

.center2 {
  margin: auto;
  width: 60%;
  /*width: 100%;*/
}

.centerTable {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 10px;
  border-color: lightgray;
  background-color: lightgrey;
  letter-spacing: 1px;
}

.indiceFAQ > li > a {
  text-decoration:none;
  color:black;
  font-weight: bold;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-modular > div > div.body.clearfix {
  font-family: dia;
}

@media only screen and (min-width: 1800px) {
  .model-viewer-portada {
    width: 100%;
    height: 500px;
    /* top: -85px; */
  }
  
  #divModelViewer {
    width: 25%;
    position: relative;
    float: left;
  }
  #divModelViewer > span {
    font-family: Open Sans !important;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .model-viewer-portada {
    width: 100%;
    height: 500px;
    margin-top: 15px;
  }
  
  #divModelViewer {
    width: 100%;
    height: 700px;
    /* margin-top: 150px; */
  }
  #divModelViewer > span {
    font-family: Open Sans !important;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 0px;
  }
  .home #home-evolving #videoPortada {
    width: 100%;
    margin-bottom: 50px;
  }
}

.home #home-evolving .inner .textVideo {
  font-family: Open Sans !important;
  font-size: 16px;
  float: left;
  width: 100%;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  margin-top: 10px;
  letter-spacing: -1px;
  /* margin-bottom: 50px; */
  line-height: 20px;
}
.home #home-evolving #home-evolving-title {
  z-index: 1;
  font-family: 'dia';
  font-size: calc(1em + 0.9vw);
  /* font-weight: bold; */
  text-align: center;
  padding: 100px;
}

.home #home-subtitle {
  position: relative;
}
.home #home-subtitle #home-subtitle-text {
  z-index: 1;
  font-family: 'dia';
  font-size: calc(1em + 2vw);
  font-weight: bold;
  text-align: center;
  padding: 100px;
}
@media only screen and (max-width: 769px) {
  .home #home-subtitle #home-subtitle-text {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .home #home-subtitle #home-subtitle-text {
    padding: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .home #home-subtitle #home-subtitle-text {
    padding: 80px;
  }
}


/** PÁGINA PROPÓSITOS **/
.propositos #propositos-video {
    position: relative;
    /* margin-bottom: 50px; */
    height: 100%;
}

@media only screen and (max-width: 768px) {
	.propositos #propositos-video #videoPortada {
		display: none;
	}
	.propositos #propositos-video #videoPortadaMobile {
		display: inline;
	}
}
@media only screen and (min-width: 769px) {
	.propositos #propositos-video #videoPortada {
		display: inline;
	}
	.propositos #propositos-video #videoPortadaMobile {
		display: none;
	}
}

.propositos #propositos-video .textoDivVideo1 {
	z-index: 1;
	position: absolute;
	color: white;
	font-family: Open Sans;
	font-weight: bold;
	font-size: calc(1em + 2.8vw);
	text-align: center;
	top: 50%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -15% 0 0 -25%;
}

.propositos #propositos-video .textoDivVideo2 {
	z-index: 1;
	position: absolute;
	color: white;
	font-family: 'dia';
	font-size: calc(1em + 1vw);
	/* font-style: italic; */
	text-align: left;
	top: 35%;
	left: 45%;
	height: 30%;
	width: 60%;
	margin: -15% 0 0 -25%;
}

.propositos #propositos-video .textoDivVideo2 .title {
  font-size: calc(1em + 0.9vw);
  font-style: normal;
  font-weight: bold;
  display: table;
  margin: auto;
}

.propositos #propositos-video .textoDivVideo2 .subtitle {
  font-size: calc(1em + 0.7vw);
  font-weight: bold;
}
@media only screen and (min-width: 2000px) {
  .propositos #propositos-video .textoDivVideo2 {
    top: 40%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1900px) {
  .propositos #propositos-video .textoDivVideo2 {
    top: 40%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .propositos #propositos-video .textoDivVideo2 {
    top: 40%;
    left: 40%;
    width: 70%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .propositos #propositos-video .textoDivVideo1 {
    top: 58%;
    left: 45%;
    width: 60%;
    font-size: calc(1em + 2.5vw);
  }
  .propositos #propositos-video .textoDivVideo2 {
    top: 40%;
    left: 30%;
    width: 90%;
    font-size: calc(1em + 0.1vw);
  }
}
@media only screen and (max-width: 769px) {
  .propositos #propositos-video .textoDivVideo1 {
    top: 45%;
    left: 45%;
    width: 60%;
    margin: -15% 0 0 -25%;
    font-size: calc(1em + 2.5vw);
  }
  .propositos #propositos-video .textoDivVideo2 {
    top: 12%;
    left: 30%;
    width: 92%;
    font-size: calc(0.9em + 0.9vw);
  }
}

@media only screen and (min-width: 1200px) {
  #propositos-second {
    height: 85vh;
    margin: 50px 30px 10px 30px;
  }
}
#propositos-second .imagenPropositos {
  height: 100%;
  width: 49%;
  float: left;
  overflow: hidden;
}
#propositos-second .imagenPropositos img {
  width: 90%;
  margin: 50px 50px 50px 50px;
}
#propositos-second .textoPropositos {
  height: 100%;
  font-size: 10px;
  width: 49%;
  float: right;
  position: absolute;
  top: 50%;
  left: 75%;
  margin: -23% 0 0 -25%;
  font-family: 'dia';
}
#propositos-second .textoPropositos a {
  text-decoration: underline;
  color: #111;
  font-weight: bold;
  font-size: calc(1em + 0.3vw);
}
#propositos-second .textoPropositos > p {
  font-size: calc(1em + 0.9vw);
}
@media only screen and (min-width: 2000px) {
  #propositos-second .textoPropositos {
    top: 52%;
    margin: -20% 0 0 -25%;
  }
  #propositos-second .textoPropositos > p {
    font-size: calc(1em + 1vw);
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  #propositos-second {
    height: 85vh;
  }
  #propositos-second .textoPropositos {
    /* top: 45%; */
  }
  #propositos-second .textoPropositos > p {
    font-size: calc(1em + 0.5vw);
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  #propositos-second {
    height: 85vh;
  }
  #propositos-second .textoPropositos {
    top: 40%;
  }
  #propositos-second .textoPropositos > p {
    font-size: calc(1em + 0.5vw);
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  #propositos-second {
    height: 85vh;
  }
  #propositos-second .textoPropositos {
    /* top: 40%; */
  }
  #propositos-second .textoPropositos > p {
    font-size: calc(1em + 0.5vw);
    line-height: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #propositos-second {
    margin: 20px 20px;
  }
  #propositos-second .imagenPropositos {
    width: 100%;
    float: none;
  }
  #propositos-second .textoPropositos {
    width: 100%;
    font-size: 14px;
    position: relative;
    float: none;
    margin: 0px;
    left: 0%;
  }
  #propositos-second .textoPropositos > p {
    font-size: calc(1em + 1vw);
  }
}
@media only screen and (max-width: 769px) {
  #propositos-second {
    margin: 15px 15px;
    height: 100%;
  }
  #propositos-second .imagenPropositos {
    width: 100%;
  }
  #propositos-second .textoPropositos {
    width: 100%;
    font-size: 14px;
    position: relative;
    float: none;
    margin: 0px;
    left: 0%;
  }
  #propositos-second .imagenPropositos img {
    width: 95%;
    margin: 10px;
  }
  #propositos-second .textoPropositos a {
    font-size: 1.3rem;
  }
}

.propositos .propositos-color0 {
  background: rgb(80,183,175);
}
.propositos .propositos-color1 {
  background: rgb(146, 181, 87);
}
.propositos .propositos-color2 {
  background: rgb(231,80,67);
}
.propositos .propositos-color3 {
  background: rgb(254,239,135);
}
.propositos .propositos-color4 {
  background: rgb(239,208,80);
}
.propositos #propositos-ultima {
  position: relative;
  margin-top: -5px;
}
.propositos #propositos-ultima #propositos-color {
  z-index: 1;
  /* position: absolute; */
  color: black;
  font-family: 'dia';
  font-size: calc(1em + 3vw);
  /* font-style: italic; */
  font-weight: bold;
  text-align: center;
  /* top: 60%; */
  /* left: 0%; */
  /* height: 20%; */
  /* width: 90%; */
  /* margin: -15% 0 0 0%; */
  /* height: 100%; */
  padding: 100px 100px 100px 100px;
}
@media only screen and (max-width: 469px) {
  .propositos #propositos-ultima {
    height: 100%;
  }
  .propositos #propositos-ultima #propositos-color {
    padding: 40px 20px 40px 20px;
    position: relative;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 769px) {
  .propositos #propositos-ultima {
    height: 100%;
  }
  .propositos #propositos-ultima #propositos-color {
    padding: 40px 0px 40px 0px;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .propositos #propositos-ultima #propositos-color {
    top: 55%;
    padding: 60px 50px 70px 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .propositos #propositos-ultima #propositos-color {
    top: 60%;
    padding: 80px 80px 80px 80px;
  }
}

.propositos #propositos-third {
  height: 75vh;
  background: url("../../../uploads/propositos/madera.jpg");
  color: white;
  font-family: 'dia';
  font-size: calc(1em + 0.8vw);
  /* display: table; */
  padding: 3rem 12rem;
}
.propositos #propositos-third .div1Third {
  width: 100%;
  /*border: 1px solid black;*/
  position: relative;
  margin: auto;
  height: 45%;
}
.propositos #propositos-third .div2Third {
  width: 100%;
  /*border: 1px solid brown;*/
  position: relative;
  margin-top: 30px;
  height: 45%;
}
.propositos #propositos-third .div1Third .textoThird1 {
  height: 100%;
  width: 55%;
  /*border: 1px solid red;*/
  float: left;
}
.propositos #propositos-third .div1Third .textoThird1 .imgReforesta1 {
  width: 30%;
  margin-right: 5rem;
}
.propositos #propositos-third .div1Third .textoThird1 .imgReforesta2 {
  width: 10%;
}
.propositos #propositos-third .div1Third .imagenThird1 {
  height: 100%;
  width: 40%;
  /*border: 1px solid orange;*/
  float: right;
  text-align: right;
  padding-bottom: 30px;
}
.propositos #propositos-third .div1Third .imagenThird1 > img {
  width: 75%;
}
.propositos #propositos-third .div2Third .textoThird2 {
  height: 100%;
  width: 55%;
  /*border: 1px solid blue;*/
  float: right;
  text-align: right;
}
.propositos #propositos-third .div2Third .imagenThird2 {
  height: 100%;
  width: 40%;
  /*border: 1px solid green;*/
  float: left;
}
.propositos #propositos-third .div2Third .imagenThird2  img {
  width: 79%;
}
@media only screen and (min-width: 2000px)  {
  .propositos #propositos-third {
    padding: 5rem 12rem 3rem 12rem;
  }
}
@media only screen and (min-width: 1800px)  and (max-width: 2000px)  {
  .propositos #propositos-third {
    padding: 4rem 12rem 3rem 12rem;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .propositos #propositos-third {
    height: 80vh;
    display: table;
    padding: 4rem 4rem;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .propositos #propositos-third {
    height: 65vh;
    display: table;
    padding: 4rem 4rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .propositos #propositos-third {
    height: 60vh;
    display: table;
    padding: 4rem 4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .propositos #propositos-third {
    height: 100%;
    display: table;
    padding: 4rem 4rem;
  }
  .propositos #propositos-third .div1Third {
    height: 100%;
  }
  .propositos #propositos-third .div2Third {
    height: 100%;
  }
  .propositos #propositos-third .div1Third .textoThird1 {
    width: 100%;
    padding-bottom: 30px;
    font-size: calc(0.9em + 0.9vw);
  }
  .propositos #propositos-third .div2Third .textoThird2 {
    width: 100%;
    font-size: calc(0.9em + 0.9vw);
  }
  .propositos #propositos-third .div1Third .imagenThird1 {
    width: 49%;
  }
  .propositos #propositos-third .div2Third .imagenThird2 {
    width: 49%;
  }
  .propositos #propositos-third .div1Third .imagenThird1 > img {
    width: 100%;
  }
  .propositos #propositos-third .div2Third .imagenThird2 img {
    width: 100%;
  }
  .propositos #propositos-third .div1Third .textoThird1 .imgReforesta1 {
    width: 50%;
    margin-right: 3rem;
  }
  .propositos #propositos-third .div1Third .textoThird1 .imgReforesta2 {
    width: 15%;
  }
}
@media only screen and (max-width: 469px) {
  .propositos #propositos-third {
    height: 100%;
    padding: 2em 1rem;
  }
  .propositos #propositos-third .div1Third .textoThird1 .imgReforesta1 {
    width: 60%;
    margin-right: 1rem;
  }
  .propositos #propositos-third .div1Third .textoThird1 .imgReforesta2 {
    width: 20%;
  }
}

.propositos #propositos-fourth {
  height: 75vh;
  /* border: 1px solid black; */
  font-family: 'dia';
  font-size: calc(1em + 0.3vw);
  /* display: table; */
  padding: 2rem 12rem 2rem 12rem;
  text-align: justify;
}
.propositos #propositos-fourth .div1Fourth {
  width: 33%;
  /* border: 1px solid green; */
  position: relative;
  float: left;
}
.propositos #propositos-fourth .div2Fourth {
  width: 33%;
  /* border: 1px solid red; */
  position: relative;
  float: left;
}
.propositos #propositos-fourth .div3Fourth {
  width: 33%;
  /* border: 1px solid blue; */
  position: relative;
  float: left;
}
.propositos #propositos-fourth .imagenFourth {
  height: 100%;
  width: 100%;
  /* border: 1px solid orange; */
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.propositos #propositos-fourth .imagenFourth .textoImagen {
  /* border: 1px solid blueviolet; */
  text-align: center;
  top: 60%;
  left: 40%;
  height: 30%;
  width: 70%;
  margin: -15% 0 0 -25%;
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
.propositos #propositos-fourth .imagenFourth > img {
  width: 90%;
}
.propositos #propositos-fourth .textoFourth {
  height: 100%;
  width: 80%;
  /* border: 1px solid brown; */
  padding-left: 3rem;
  margin-top: 15px;
}
.propositos #propositos-fourth .textoFourth a {
  text-decoration: underline;
  color: #111;
  font-weight: bold;
  font-size: calc(1em + 0.3vw);
}
@media only screen and (min-width: 1900px) and (max-width: 2100px) {
  .propositos #propositos-fourth {
    height: 80vh;
    font-size: calc(0.9em + 0.3vw);
    padding: 1rem 6rem 3rem 6rem;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1900px) {
  .propositos #propositos-fourth {
    height: 75vh;
    font-size: calc(0.9em + 0.3vw);
    padding: 1rem 6rem 3rem 6rem;
  }
  .propositos #propositos-fourth .textoFourth {
    height: 100%;
    width: 80%;
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  .propositos #propositos-fourth .imagenFourth .textoImagen {
    left: 40%;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .propositos #propositos-fourth {
    height: 70vh;
    font-size: calc(1em + 0.1vw);
    /* display: table; */
    padding: 1rem 6rem 3rem 6rem;
  }
  .propositos #propositos-fourth .textoFourth {
    height: 100%;
    width: 80%;
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  .propositos #propositos-fourth .imagenFourth .textoImagen {
    left: 40%;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .propositos #propositos-fourth {
    height: 65vh;
    font-size: calc(0.9em + 0.1vw);
    /* display: table; */
    padding: 1rem 4rem 2rem 4rem;
  }
  .propositos #propositos-fourth .textoFourth {
    height: 100%;
    width: 80%;
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  .propositos #propositos-fourth .imagenFourth .textoImagen {
    left: 40%;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 769px) {
  .propositos #propositos-fourth {
    height: 100%;
    font-size: calc(1em + 0.9vw);
    padding: 3rem 1rem;
    display: table;
  }
  .propositos #propositos-fourth .div1Fourth {
    width: 100%;
    position: relative;
  }
  .propositos #propositos-fourth .div2Fourth {
    width: 100%;
    position: relative;
  }
  .propositos #propositos-fourth .div3Fourth {
    width: 100%;
    position: relative;
  }
  .propositos #propositos-fourth .imagenFourth .textoImagen {
    left: 45%;
    font-size: 1.5rem;
  }
  .propositos #propositos-fourth .textoFourth {
    height: 100%;
    width: 95%;
    padding-left: 0.5rem;
  }
}
/** FIN PÁGINA PROPÓSITOS **/

#ar-button {
  background: #000000;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
  border: solid 1px #000000;
  font-family: dia;
}

/** CSS para mobile **/
@media only screen and (min-width: 1367px) {
  .simulator2 {
    position: relative;
    top: -103vh;
  }
  .simulator2 #menuMobile {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1366px) {
  #threeLayer {
    touch-action: none;
  }
  .simulator2 {
    position: relative;
    top: -103vh;
  }
  #menu #imagen {
    display: none !important;
  }
  #menu #divSelectorColor {
    display: none;
  }
  .simulator2 #menu {
    position: absolute;
    right: 20px;
    top: 120px;
    width: 266px;
    pointer-events: none;
    z-index: 200;
  }
  .simulator2 #items {
    left: 10px;
    top: 200px;
  }
  .simulator2 #ver-vivo {
    top: 200px;
  }
  .simulator2 #menu .block .title {
    font-size: 13px;
  }
  .simulator2 #menu .dlBlock {
    display: none;
  }
  .simulator2 #menuMobile {
    position: absolute;
    top: 85vh;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .simulator2 #menuMobile .dlBlockMobile {
    text-align: center;
    margin: 10px;
  }
  .simulator2 #menuMobile .dlBlockMobile .dlBut {
    font-size: 15px;
    text-align: center;
    background: #000;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
  }
  .simulator2 #menuMobile .dlBlockMobile .dlBut:hover {
    background: #fff;
    color: #000;
  }
  .simulator2 #zoom {
    position: absolute;
    top: 78vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 700px) {
  #threeLayer {
    touch-action: none;
  }
  #menu #imagen {
    display: none !important;
  }
  #menu #divSelectorColor {
    display: none;
  }
  .simulator2 {
    position: relative;
    /*border: 1px solid red;*/
    height: 650px;
    top: -150px;
    width: 100%;
  }
  .simulator2 #items {
    left: 30px;
    top: 550px !important;
    width: 80%;
  }
  .simulator2 #colorSwap, .simulator2 #newConf, .simulator2 #tutorial {
    top: 70px;
  }
  .simulator2 #menu {
    position: absolute;
    top: 0px;
    pointer-events: none;
    z-index: 200;
    width: 80%;
    padding: 30px;
  }
  .simulator #ver-vivo {
    top: 200px;
    right: 10px;
  }
  .simulator2 #menu .block .title {
    font-size: 13px;
  }
  .simulator2 #menu .dlBlock {
    display: none;
  }
  .simulator2 #menuMobile {
    position: absolute;
    top: 500px;
    /*display: flex;
    justify-content: center;*/
    width: 100%;
  }
  .simulator2 #menuMobile .dlBlockMobile {
    text-align: center;
    margin: 30px;
  }
  .simulator2 #menuMobile .dlBlockMobile .dlBut {
    font-size: 14px;
    text-align: center;
    background: #000;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
  }
  .simulator2 #menuMobile .dlBlockMobile .dlBut:hover {
    background: #fff;
    color: #000;
  }
  .simulator2 #zoom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 56%;
    height: 45px;
  }
  .simulator2 #tutorial {
    display: none;
  }
  .simulator2 #colorSwap {
    left: 10px;
  }
  .simulator2 #newConf {
    left: 55px;
  }
  
  #formbox #overcontent, #formboxDownload #overcontentDownload {
    width: 250px;
    padding: 30px;
    padding-top: 0px;
    font-size: 10px;
  }
  #formbox #overcontent #comments, #formboxDownload #overcontentDownload #comments {
    width: 100%;
  }
}