@charset "UTF-8";
/* CSS Document */
/*Walls + Celiings*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  min-width: 100%;
  display: table;
}
article {
  position: relative;
  height: 100vh;
  display: block;
}
@-moz-document url-prefix() {
  section {
    display: inline-block;
    float: left;
  }
  .scroll, #raton{
    display: inline-block;
  }
}
/* If you want the content centered horizontally and vertically */
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20000;
}
.wc {
  float: left;
  padding: 4%;
  display: block;
  margin-bottom: 2%;
  margin-top: 2%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.wcImg {
  width: 50%;
  float: left;
}
.wcImg img {
  max-width: 763px;
  display: block;
  margin: auto;
}
.texto {
  width: 50%;
  float: left;
}
.texto p {
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 600;
  font-size: 155%;
  line-height: 150%;
  margin-bottom: 2%;
}
.horizon {
  z-index: 9999;
  display: block;
  width: 100%;
  position: relative;
}
.banner {
  z-index: 9999;
  display: inline-block;
  width: 100%;
  position: relative;
  background-image: url("../productos/wall_ceiling/06_PURE_Vail_Condo_Vail_CO_USA.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 100vh;
  float: left;
}
.fotos {
  float: left;
  display: block;
  width: 100%;
  top: 0 !important;
}
.bannerText {
  position: absolute;
  top: 55%;
  left: 6%;
  width: 90%;
}
.banner h1 {
  color: #FFFFFF;
  font-size: 200% !important;
  margin-bottom: 0.5%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}
.banner h2 {
  color: #FFFFFF;
  font-size: 160% !important;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}
.horizon img {
  width: 100%;
  display: block;
  margin: auto;
}
.w1440 {
  max-width: 1440px;
  margin: auto;
  display: block;
  padding: 2%;
}
.textures h2 {
  color: #FFFFFF;
  font-size: 220%;
  letter-spacing: 3px;
}
.textures h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 160%;
  margin-bottom: 2%;
  letter-spacing: 3px;
}
.p4 {
  padding: 4%;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.freProd img {
  display: block;
  margin: 4%;
  padding: 4%;
  min-height: 300px;
}
.freProd h4 {
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 150%;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#fre01, #fre02, #fre03, #fre04, #fre05, #fre06, #fre07, #fre08, #fre09, #fre10, #fre11, #fre12, #fre13, #fre14, #fre15, #fre16, #fre17, #fre18, #fre19, #fre20, #fre21, #fre22, #fre23, #fre24, #fre25, #fre26, #fre27, #fre28, #fre29, #fre30, #fre31, #fre32, #fre33, #fre34, #fre35, #fre36, #fre37, #fre38, #fre39, #fre40, #fre41, #fre42, #fre43, #fre44, #fre45, #fre46, #fre47, #fre48, #fre49, #fre50 {
  cursor: pointer;
}
.tCenter {
  text-align: center !important;
}
.scroll {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  display: block;
  top: 95%;
}
.scroll img {
  max-width: 50px;
  display: block;
  margin: auto;
}
.objeto {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 0;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}
@media (max-width: 736px) {
  .wcImg, .texto {
    width: 100%;
    float: left;
  }
  .invert {
    float: left !important;
  }
  .inverted {
    float: right !important;
  }
  .w16 {
    width: 50%;
  }
  .feature-chat-text-3 p {
    font-size: 15px;
    line-height: 125%;
  }
  .scroll {
    top: 90%;
  }
  article {
    width: 96%;
  }
}
@media (max-width: 578px) {
  .bannerText {
    top: 45%;
    font-size: 80%;
  }
  
  .objeto {
    left: calc(50% - 23px);
  }
}
@media (max-width: 414px) {
  .banner h1 {
    font-size: 280% !important;
  }
  .banner h2 {
    font-size: 180% !important;
  }
}