@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1B2E3D;
}
a {
  color: #E07A5F;
}
a:hover {}
p {
  margin-bottom: 4%;
}
h1 {
  font-size: 300%;
  line-height: 100%;
  margin-bottom: 4%;
}
header {
  width: 100%;
  max-width: 1280px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  padding: 1%;
  box-sizing: border-box;
}
section {
  clear: both;
  width: 100%;
  margin-bottom: 4%;
  display: block;
}
form {
  padding: 3%;
  padding-top: 0;
  padding-bottom: 6%;
}
label {
  clear: both;
  display: block;
  color: #ECECE6;
  margin-bottom: 1.5%;
  margin-top: 1.5%;
}
input {
  clear: both;
  border: none;
  line-height: 160%;
  margin-left: 2%;
  min-height: 26px;
  min-width: 220px;
  font-size: 16px;
  color: #E07A5F;
  padding-left: 2%;
}
textarea {
  font-size: 16px;
  color: #E07A5F;
  margin-left: 2%;
  padding-left: 2%;
  min-height: 78px;
  min-width: 220px;
}
button {
  clear: both;
  display: block;
  border-radius: 0;
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 16px;
  padding: 1%;
  margin-left: 2%;
  width: 120px;
  background-color: #1B2E3D;
  border: solid 1px #ECECE6;
  color: #ECECE6;
  cursor: pointer;
}
button:hover {
  background-color: #ECECE6;
  color: #1F3622;
  border: solid 1px #1B2E3D;
  cursor: pointer;
}
/* Layout */
.w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w75 {
  width: calc(100% * 0.75);
  float: left;
}
.w70 {
  width: calc(100% * 0.7);
  float: left;
}
.w60 {
  width: calc(100% * 0.6);
  float: left;
}
.w50 {
  width: calc(100% * 0.5);
  float: left;
}
.w40 {
  width: calc(100% * 0.4);
  float: left;
}
.w33 {
  width: calc(100% * 0.33);
  float: left;
}
.w30 {
  width: calc(100% * 0.3);
  float: left;
}
.w25 {
  width: calc(100% * 0.25);
  float: left;
}
.w20 {
  width: calc(100% * 0.2);
  float: left;
}
.w16 {
  width: calc(100%/7);
  float: left;
}
.clear {
  clear: both !important;
  display: block;
}
.vSpacer {
  height: 300px;
  display: block;
}
.vSpacerH {
  height: 150px;
  display: block;
}
.tLeft {
  position: relative;
  left: 5%;
}
.mLeft {
  margin-left: 5% !important;
}
.pLeft {
  padding-left: 5% !important;
}
.hidden {
  display: none;
}
/* Sections */
.logoPartner img {
  max-width: 200px;
}
.menu {
  padding-top: 90px;
  text-align: center;
  z-index: 0 !important;
}
.menu a {
  color: #1B2E3D;
  text-decoration: none;
  display: block;
}
.menu a:hover {
  background-color: #1B2E3D;
  color: #EDEDE7;
  display: block;
  border-radius: 6px;
}
.logo p {
  font-size: 66%;
  float: left;
  position: relative;
  left: -64px;
  top: 50px;
  text-align: right;
}
.logo img {
  float: right;
  max-width: 150px;
}
#banner {
  clear: both !important;
  z-index: 0;
  height: 600px !important;
  padding-top: 0px;
  width: 100% !important;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 4%;
  position: relative;
}
.bannerText {
  position: relative;
  left: 65%;
  top: 55%
}
.bannerText h2 {
  font-weight: 100;
  font-size: 250%;
  color: #EDEDE7;
  line-height: 90%;
  margin-bottom: 0;
}
.bannerText h1 {
  font-weight: 100;
  font-size: 400%;
  color: #EDEDE7;
  line-height: 90%;
  margin-bottom: 0.5%;
  margin-top: 0;
}
.bannerText a {
  background-color: rgba(236, 236, 230, 0.8);
  color: #1B2E3D;
  display: block;
  width: 200px;
  text-align: center;
  font-weight: 100;
  text-decoration: none;
  border-radius: 12px !important;
  position: relative;
  left: 3%;
}
.bannerText a:hover {
  background-color: rgba(27, 46, 61, 0.8);
  color: #EDEDE7;
}
.title {
  width: 100%;
  background-color: #1B2E3D;
}
#intro h1, #intro p {
  padding: 2%;
}
#sillas h1, #oficina h1, #barras h1, #up h1, #sofas h1, #varios h1 {
  padding-left: 3%;
  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 1%;
}
#barras h1, #up h1, #sofas h1, #varios h1 {
  padding-left: 1%;
}
#oficina h1 {
  padding-top: 0;
  width: 95% !important;
  margin-top: -6px;
}
#sillas h1, #oficina h1, #barras h1, #up h1, #sofas h1, #varios h1 {
  background-color: #1B2E3D;
  color: #EDEDE7;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#sillas h2, #oficina h2, #barras h2, #up h2, #sofas h2, #varios h2 {
  font-weight: 300;
  font-size: 250%;
  color: #E07A5F;
}
#oficina h3 {
  font-weight: 100;
  font-size: 180%;
  margin-bottom: 0;
  line-height: 100%;
  color: #FFF;
  padding-left: 1%;
  padding-top: 1%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#sillas h2, #sillas p, #oficina h2, #oficina p, #barras h2, #barras p, #up h2, #up p, #sofas h2, #sofas p, #varios h2, #varios p {
  padding-left: 1%;
  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 1%;
}
#sofas h2, #varios h2 {
  padding-left: 0%;
}
#sillas hr, #sofas hr, #up hr, #sofas hr, #varios hr {
  border: 0;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  border-bottom: 2px solid #ADACAC;
}
.heading img {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.chairs h3 {
  position: relative;
  top: -36px;
  left: -16px;
  text-align: right;
  font-size: 140%;
  font-weight: 600;
}
.matrix, .office, .barras, .up, .sofas {
  padding: 1%;
}
.office h1 {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  color: #1B2E3D !important;
  width: auto !important;
  margin-bottom: 4% !important;
}
.office p {
  padding: 0px !important;
  margin-right: 6%
}
.barras h1, .up h1, .sofas h1 {
  background-color: transparent !important;
  color: #1B2E3D !important;
  padding-left: 0 !important;
  margin-top: 90%
}
.barras p, .up p, .sofas p {
  padding-left: 0 !important;
}
.barras img, .up img {
  width: 96%;
}
.various h3 {
  font-size: 160%;
}
.various p {
  font-size: 90%;
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
  cursor: pointer;
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(100%);
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
}
#bottom {
  background-color: #1B2E3D;
}
#bottom h2, #bottom p {
  color: #ECECE6
}
#bottom h2 {
  margin: initial;
  pading: initial;
  font-size: 260%;
  margin-top: 5%;
  margin-bottom: 0;
  padding-left: 3%
}
#bottom p {
  padding: initial;
  padding-left: 3%;
  width: 70%;
}
.bImg img {
  max-width: 200px;
  padding-left: 3%;
}
.formulario p {
  margin-top: 5%;
  font-size: 80%;
}
.required {
  margin-top: -20px !important;
  color: #DF7A5F !important;
}
.rP {
  color: #DF7A5F !important;
}
footer {
  clear: both;
  font-size: 70%;
  color: #ECECE6;
}
footer p {
  margin: initial;
  padding: 0 !important;
  line-height: 120%;
  margin-bottom: 1% !important;
  padding-left: 3% !important;
}
footer a {
  color: #DF7A5F;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  left: -2px;
  position: relative;
}
footer a:hover {
  background-color: rgba(236, 236, 230, 0.6);
  color: #1B2E3D;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 4px;
}
/* Slides*/
.mobel01 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel01_planer.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
.mobel02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel02_delta.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
.mobel03 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel03_eco.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
.mobel04 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel04_born.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
.mobel05 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel05_star.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
.mobel06 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)), url("../img/mobel06_up.jpg");
  background-size: cover !important;
  background-position: center;
  height: 600px !important;
}
/* Social */
.social {
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  display: inline-block;
  clear: both;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
  float: left;
}
.ig, .fb, .li {
  float: left;
  width: calc(100%/3);
}
.ig a {
  background-image: url("../img/ig_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.fb a {
  background-image: url("../img/fb_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.li a {
  background-image: url("../img/in_w.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.ig a:hover {
  background-image: url("../img/ig.svg");
  text-decoration: none !important;
  border-bottom: none;
}
.fb a:hover {
  background-image: url("../img/fb.svg");
  text-decoration: none !important;
  border-bottom: none;
}
.li a:hover {
  background-image: url("../img/in.svg");
  text-decoration: none !important;
  border-bottom: none;
}
#goUp {
  position: fixed !important;
  z-index: 999999;
  right: 50px;
  bottom: 100px;
}
#goUp a {
  background-image: url("../img/up.svg");
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-size: 36px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
  cursor: pointer;
}
#goUp a:hover {
  background-image: url("../img/upUp.svg");
}
#pop {
  max-width: 1280px;
  padding: 1%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECECE6;
}
#pop h2 {
  font-weight: 300;
  font-size: 200%;
  margin-bottom: 0 !important;
  margin-top: 16px;
}
#pop h1 {
  margin-top: -16px !important;
  margin-bottom: 2% !important;
}
.download {
  background-color: #1B2E3D;
  padding: 1%;
  width: 23%;
}
.download label {
  font-size: 90%;
}
.download p {
  color: #ECECE6;
  font-size: 75%;
  line-height: 150%;
}
.download h3 {
  color: #ECECE6;
  font-size: 165%;
}
.download button {
  margin-right: auto;
  margin-left: auto;
  top: 10px;
  position: relative
}
input[type=checkbox] {
  float: left;
  width: 10%;
  display: block;
}
.terms label {
  clear: none;
  width: 80%;
  font-size: 60%;
  float: left;
  display: block;
  margin-bottom: 4%;
}
video {
  padding-right: 1%;
  max-width: 99%
}
#pop img {
  padding-right: 1%;
  max-width: 99%;
}
/*WhatsApp*/
.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-whatsapp:before {
  content: "\f232";
}
.my-float {
  margin-top: 16px;
}
/*WhatsApp*/