@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0);
  background-color: transparent;
}

body {
  color: white;
  background: black !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  font-family: "Manrope", sans-serif !important;
  word-wrap: break-word;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
footer {
  position: absolute;
  z-index: 9;
  bottom: 2vh;
  left: 0px;
  width: 100vw;
  text-align: center;
}
footer img {
  width: 16vw;
}

/* INDEX */
.video-background-intro {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0px;
  border: 0px double #fff;
  z-index: -1000;
  top: 0px;
}
.video-background-intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.content-index {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.content-index h1 {
  font-size: 8vw;
  font-weight: normal;
  letter-spacing: 0.3vw;
  margin-top: 0px;
}
.content-index button {
  border: 0px;
  background-color: #d9d9d9;
  font-size: 3.5vw;
  padding: 2vw 4vw;
  border-radius: 100vw;
  font-family: "Manrope", sans-serif !important;
  font-weight: 500;
  animation: boxshadow 3s infinite;
  color: black;
  position: relative;
  z-index: 99;
}

@keyframes boxshadow {
  50% {
    box-shadow: 0px 0px 20px white;
  }
}
.content-index .listado-marcas {
  position: relative;
  top: -7vw;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.content-index .listado-marcas.mostrar {
  opacity: 1;
  z-index: 999;
}
.content-index .listado-marcas span.titular {
  background-color: #d9d9d9;
  font-size: 3.5vw;
  padding: 2vw 4vw 0vw 4vw;
  color: black;
  font-family: "Manrope", sans-serif !important;
  font-weight: 500;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
.content-index .listado-marcas .marcas {
  background: #d9d9d9;
  padding: 4vw;
  border-radius: 3vw;
  position: relative;
  top: -1.7vw;
  display: flex;
  gap: 2vw;
  justify-content: center;
  align-items: center;
}
.content-index .listado-marcas .marcas a {
  flex: 1;
}
.content-index .listado-marcas .marcas img {
  width: 10vw;
}
.content-index .listado-marcas .marcas a:last-child img {
  width: 18vw;
}

/* Menú lateral */

.contenedor-menu {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: center;
  position: fixed;
  z-index: 99;
  height: 100vh;
}
.menu-anclas-serie,
.menu-general {
  background-color: rgb(49 47 47);
  padding: 0;
  width: 4.3vw;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  left: 0vw;
}
.menu-general {
  background-color: #6c6c6c;
  border-left: 0px;
}

.menu-anclas-serie .icon-collapse span {
  font-weight: 700;
  text-transform: uppercase;
}
.menu-anclas-serie .icon-collapse,
.menu-anclas-serie > div > a,
.menu-general .inner-general a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.5vw;
  font-weight: 500;
  padding: 1.2vw 1vw;
}
.menu-anclas-serie span {
  line-height: 1;
  margin-left: 1vw;
}
.menu-anclas-serie img,
.menu-general img {
  height: 2.1vw;
}
.menu-anclas-serie .icon-collapse img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.menu-anclas-serie.abierto {
  width: 16vw;
}

.menu-anclas-serie.abierto .icon-collapse img {
  transform: rotate(0deg);
}
.menu-anclas-serie .icon-collapse img {
  transform: rotate(180deg);
}
.ancla-serie.activo {
  position: relative;
}
/*.ancla-serie.activo:after {
    position: absolute;
    content: '';
    background: #d9d9d9;
    width: 3vw;
    height: 65%;
    right: -1vw;
    top: 15%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: -1;
}*/
.menu-anclas-serie a span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.menu-anclas-serie.abierto a span {
  visibility: visible;
  opacity: 1;
}

/* Series índice */
.section {
  height: auto;
  min-height: 100vh;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.serie_wrapper {
  display: inline-block;
  margin-left: 1vw;
  margin-right: 1vw;
  transition: transform 0.5s;
  vertical-align: top;
}
.horizontal-scroll {
  display: inline-block;
  width: 100vw;
  height: 100%;
  padding-left: 10vw;
  padding-bottom: 7vw;
}
.serie_left {
  background-size: cover;
  background-position: left center;
  width: 13vw;
  height: 18vw;
  border-radius: 2vw 0px 0px 2vw;
}
.serie_right {
  background-size: cover;
  background-position: right center;
  width: 13vw;
  height: 18vw;
  border-radius: 0px 2vw 2vw 0px;
  margin-top: -18vw;
  margin-left: 12.8vw;
}
.serie_name,
.section.efecto .titulo {
  color: white;
  margin-top: 1vw;
  font-size: 1.7vw;
  margin-bottom: 2vw;
}
.section.efecto {
  padding-left: 10vw;
  padding-right: 6vw;
  justify-content: center;
  min-height: calc(100vh - 8vh);
}
.columna2 .item,
.columna1 .item {
  width: 28vw;
  margin-bottom: 2vw;
  display: block;
}

.columna2 .item .imagen,
.columna1 .item .imagen {
  background-size: cover;
  background-position: center;
  width: 26vw;
  border-radius: 2vw;
}
.columna1 .item.madera,
.columna1 .item.madera .imagen {
  width: 54vw;
}
.columna2 .item.marble .imagen,
.columna1 .item.stone .imagen,
.columna1 .item.metal .imagen {
  height: 28vh;
}
.columna2 .item.basics .imagen,
.columna2 .item.cement .imagen,
.columna1 .item.madera .imagen,
.columna1 .item.textil .imagen,
.columna1 .item.clays .imagen {
  height: 14vh;
}
.columna12,
.columna22 {
  display: inline-block;
}

/* Slider top serie */

.main-slider {
  max-height: 33vw;
  overflow: hidden;
}
.main-slider.slick-initialized {
  opacity: 1 !important;
  visibility: visible;
}
.slick-slide {
  position: relative;
  height: 25vh !important;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide .slide-image {
  opacity: 0;
  height: 25vh;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider.serie-graficas .slide-image,
.main-slider.serie-graficas .slick-slide {
  height: 19vh !important;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.titular-serie h1 {
  font-size: 5vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-top: -5vw;
  position: relative;
}
.titular-serie h1 span {
  background: black;
  padding: 2vw 9vw;
  border-radius: 4vw;
}
.contenido-listado-colores-serie {
  padding: 7vw 15vw;
}
.contenido-listado-colores-serie > span {
  font-size: 3vw;
  margin-bottom: 2vw;
  display: block;
}
.listado-colores-serie {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 4vw;
  max-height: 49vh;
  overflow-y: scroll;
}
.listado-colores-serie .item-color {
  flex: 0 calc(24.3vw - 4vw);
}
.listado-colores-serie .item-color .imagen {
  width: 20.3vw;
  height: 20.3vw;
  overflow: hidden;
}
.listado-colores-serie .item-color .imagen img {
  width: 20.3vw;
  height: 20.3vw;
  object-fit: cover;
}
.listado-colores-serie .item-color p {
  color: white;
  margin-top: 0vw;
  font-size: 1.7vw;
  margin-bottom: 3vw;
}

/* Slider graficas */

.wrapper.contenido-graficas {
  padding: 4vw 3vw 4vw 7vw;
  display: flex;
  height: 69vh;
  overflow: hidden;
  gap: 2vw;
}
.wrapper.contenido-graficas .left {
  flex: 0 65vw;
  overflow: hidden;
}
.wrapper.contenido-graficas .right {
  flex: 0 25vw;
}
.slider-graficas .slick-slide {
  outline: none;
  height: 69vh !important;
  margin: 0.5vw;
}
.slider-graficas .slick-slide img {
  /*height: 64vh;*/
  object-fit: cover;
  /* max-width: 60vw; */
}
.slider-nav-graficas .slick-slide img,
.decorados .decorados-slide img {
  cursor: pointer;
}
.slider-nav-graficas .slick-track,
.decorados .decorados-track {
  margin: initial;
  width: 20vw !important;
  transform: none !important;
}
.decorados .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.slider-nav-graficas,
.decorados {
  overflow: hidden;
}

.slider-nav-graficas .slick-slide,
.decorados .decorados-slide {
  width: 9vw !important;
  height: 10.5vw !important;
  margin: 0.5vw;
}
/*.slider-nav-graficas .slick-slide.slick-current {
  box-shadow: 0px 0px 1vw white;
}*/
.decorados .decorados-slide {
  position: relative;
}
.slider-nav-graficas .slick-slide.slick-current:after,
.decorados .decorados-slide.active:after {
  content: "";
  border: 1px solid white;
  width: calc(100% + 0.5vw);
  height: calc(100% + 0.5vw);
  position: absolute;
  top: -0.25vw;
  left: -0.35vw;
}
.slider-nav-graficas .slick-slide img,
.decorados .decorados-slide img {
  width: 9vw !important;
  height: 9vw !important;
  object-fit: cover;
}
.formatos {
  padding: 2vw 0.5vw;
  max-height: 48vh;
  overflow: scroll;
}
.item-formato {
  margin-bottom: 1vw;
}
.item-formato img:first-child {
  display: block;
}
.item-formato img.add {
  width: 1.5vw !important;
  position: relative;
  margin-left: 1vw;
  top: 0.3vw;
}
.item-formato.x30 img {
  width: 2vw;
}
.item-formato.x120 img {
  width: 11vw;
}
.item-formato.x60 img {
  width: 5vw;
}

.item-formato.x60_8x60_8 img {
  width: 5vw;
}

.item-formato.x90 img {
  width: 8vw;
}
.item-formato.x180 img {
  width: 17vw;
}
.item-formato.x280 img {
  width: 27vw;
}

/* POPUP ambientes */

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 30vw;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 90vw;
  margin: 0px auto;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(90vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.slider-for-ambientes .slick-slide,
.slider-for-inspiracion .slick-slide {
  height: 30vh !important;
}
.slider-for-ambientes .slick-slide img,
.slider-for-inspiracion .slick-slide img {
  object-fit: cover;
  height: 30vh;
  width: 100%;
}
.slider-nav-ambientes .slick-track,
.slider-nav-inspiracion .slick-track {
  width: 90vw !important;
  margin-top: 1vw;
}
.slider-nav-ambientes .slick-slide,
.slider-nav-inspiracion .slick-slide {
  height: 11vw !important;
}
.slider-nav-ambientes .slick-slide .thumb-slide,
.slider-nav-inspiracion .slick-slide .thumb-slide {
  height: 10vw !important;
  width: 10vw;
  overflow: hidden;
  margin: 0.5vw;
}
.slider-nav-ambientes .slick-slide .thumb-slide img {
  height: 10vw !important;
  width: 10vw;
  object-fit: cover;
}
.ancla-serie.activo,
.ancla-serie.activo:after {
  background: black;
}
.slider-nav-inspiracion .slick-slide {
  height: 10vw !important;
  width: 10vw !important;
  overflow: hidden;
  margin: 0.5vw;
}
.slider-for-inspiracion .slick-slide video {
  top: initial;
  left: initial;
  transform: none;
}
.content-descarga {
  height: 80vh;
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vw;
  text-align: center;
}
.content-descarga p {
  font-size: 1.7vw;
}
.content-descarga h1 {
  font-size: 4vw;
  font-weight: normal;
  letter-spacing: 0.2vw;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 1;
}
.listado-seleccion .contenido-listado-colores-serie {
  padding: 0px;
}
.listado-seleccion .listado-colores-serie {
  gap: 1vw;
  justify-content: center;
  margin-top: 4vw;
}
.listado-seleccion .listado-colores-serie .item-color {
  flex: 0 calc(10vw - 1vw);
}
.listado-seleccion .listado-colores-serie .item-color .imagen {
  width: 10vw;
  height: 10vw;
  overflow: hidden;
}
.listado-seleccion .listado-colores-serie .item-color .imagen img {
  width: 10vw;
  height: 10vw;
}
.listado-seleccion .listado-colores-serie .item-color p {
  margin-bottom: 0px;
}
.content-descarga > div > a {
  margin-top: 2vw;
  display: inline-block;
  color: white;
  border: 1px solid white;
  line-height: 1;
  border-radius: 100vw;
  padding: 1.5vw 3vw;
}
.info-serie-index {
  display: flex;
  color: white;
  gap: 10px;
}
.serie_efecto {
  color: white;
  margin-top: 1vw;
  font-size: 1.7vw;
  margin-bottom: 2vw;
  flex: 1;
  text-align: right;
  opacity: 0.6;
  font-style: italic;
}
.inactivo {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  border: 2px solid white;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s forwards, borderDraw 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes borderDraw {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 2px;
  }
}

.overlay img {
  display: none;
  max-width: 100%;
  max-height: 100%;
  /* animation: fadeInImage 1s forwards 2s; */
}

@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.buttons button {
  background-color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 5px;
}

.buttons button:hover {
  background-color: #ddd;
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-screen img {
  max-width: 90%;
  max-height: 90%;
}

.iframemalla {
  width: 100%;
  height: 100%;
}

.overlay.malla {
  opacity: 1;
  border-width: 2px;
  animation: 1s ease 0s 1 normal forwards running borderDraw;
  width: 64vw;
  background: transparent;
  border: 0;
  left: 7vw;
  top: 42vw;
  display: block;
  height: 69vh;
  z-index: 9;
}
.overlay.malla .buttons {
  position: absolute;
  top: 2vw;
  right: 0px;
  z-index: 9;
  left: 2vw;
}
.overlay.malla .buttons button {
  background-color: black;
  border-radius: 20vw;
  padding: 1vw;
  cursor: pointer;
  margin-left: 5px;
  color: white;
  line-height: 1;
}
.overlay.malla .buttons img {
  width: 2vw;
  height: 2vw;
  display: block;
}
.overlay.malla > img {
  width: 64vw;
  height: 69vh;
  object-fit: cover;
}
.full-screen button.close-fullscreen {
  position: absolute;
  right: 2vw;
  background-color: black;
  border-radius: 20vw;
  padding: 1vw;
  cursor: pointer;
  margin-left: 5px;
  color: white;
  line-height: 1;
}
.full-screen button.close-fullscreen img {
  width: 2vw;
  height: 2vw;
  display: block;
}
.full-screen .caras-fullscreen {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: black;
  padding: 1vw;
  margin-left: 5px;
  color: white;
  line-height: 1;
}

.slider-nav-graficas .slick-slide {
  height: 10.5vw !important;
}
.slider-nav-graficas .slick-slide .colorname,
.decorados .decorados-slide .colorname {
  font-size: 1vw;
}
.decorados .decorados-slide .colorname {
  line-height: 1;
}
.decorados-track {
  display: flex;
  flex-wrap: wrap;
}
.wrapper.contenido-graficas {
  padding: 2vw 3vw 2vw 7vw;
  display: flex;
  height: 72vh;
  overflow: hidden;
  gap: 2vw;
}
.contenido-graficas .right {
  height: 73vh;
  overflow: scroll;
}
.slider-nav-inspiracion .slick-track {
  transform: none !important;
  transition: none !important;
}
