.vueperslides__progress {
    background: rgba(0, 0, 0, 0.25);
    color: #ff5252;
  }

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }

  .grid-gallery {
    display: grid;
    grid-auto-rows: 300px;
    gap: 0.75rem;
    grid-auto-flow: row dense;
    align-content: center;
  }
  
  @media all and (min-width: 320px) {
    .grid-gallery {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  @media all and (min-width: 768px) {
    .grid-gallery {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media all and (min-width: 1024px) {
    .grid-gallery {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .grid-gallery__item:nth-child(11n+1) {
    grid-column: span 1;
  }
  
  .grid-gallery__item:nth-child(11n+4) {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .grid-gallery__item:nth-child(11n+6) {
    grid-column: span 3;
    grid-row: span 1;
  }
  
  .grid-gallery__item:nth-child(11n+7) {
    grid-column: span 1;
    grid-row: span 2;
  }
  
  .grid-gallery__item:nth-child(11n+8) {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .grid-gallery__item:nth-child(11n+9) {
    grid-row: span 3;
  }
  
  .grid-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.main-wrapper input[type="radio"] {
    display: none;
  }

.list-category {
    display: block;
    text-align: center;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }
 
 .list-category li {
    display: inline-block;
    font-size: medium;
    margin-left: 0.25em;
    margin-right: 0.25em;
 }
 
 .list-category label {
   display: inline-block;
   color: black;
   cursor: pointer;
   background: white;
   border-color: black;
   -webkit-box-shadow: inset -2px -2px 0 rgba(0,0,0,0.25);
   box-shadow: inset -2px -2px 0 rgba(0,0,0,0.25);
   padding: 12px 16px;
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
 }

#all:checked ~ .list-category label[for="all"],
 #mockup:checked ~ .list-category label[for="mockup"], 
 #finalizado:checked ~ .list-category label[for="finalizado"]
 {
   background: black;
   color: white;
   -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
   box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
   border-color: white;
 }


.list-images {
  color: #000;
  display: block;
  text-align: center;
}

.list-images li {
  display: none;
  align-content: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-images li span {
 position: relative;
}

#all:checked ~ .list-images li {
	display: inline-block;
}

#mockup:checked ~ .list-images .type-mockup,
#finalizado:checked ~ .list-images .type-finalizado {
  display: inline-block;
}

/*Efecto*/
.modalmask {
  position: absolute;
  top: 20%;
  right: 15%;
  z-index: 99999;
  opacity:0;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  .modalmask{
    position: absolute;
    top: 20%;
    right: 15%;
    z-index: 99999;
    opacity:0;
    pointer-events: none;
    width: 75%;
  }

  .nombre-acabado{
    font-size: math;
  }

  .finish-tittle{
    margin-bottom: 2vh !important;
  }

  .imagen_unica{
    width: 100% !important;
  }

  .escalado{
    scale: 2;
  }

  .texto-tipo-material{
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .div-nombre-material{
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .no-margin-botton-on-mobile{
    margin-bottom: 0 !important;
  }

  .img-barra-mobile{
    padding-top: 0.5vh;
  }

  .material-descripcion{
    margin-top: 1vh !important;
  }
  .nombre-acabado-elemento-unico{
    padding-top: 1vh !important;
    margin-top: 35vh !important;
    z-index: 99999 !important;
    color: #000 !important;
    opacity: 1 !important;
    display: contents !important;
  }

  .proyects-tittle{
    margin-top: 5rem;
  }

  .slabs-tittle{
    padding-top: 50%;
    padding-bottom: 15%;
  }

  .boton-biblioteca{
    margin-left: 2.5em !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {

  .proyects-tittle{
    margin-top: 6rem;
  }

  .column-imagen-detalle{
    padding-left: 2.5rem;
  }
  
  .list-images li {
    width: 400px;
  }

  #all:checked ~ .list-images li {
    width: 400px;
  }

  #mockup:checked ~ .list-images .type-mockup,
  #finalizado:checked ~ .list-images .type-finalizado {
  width: 400px;
  }

  .nombre-acabado{
    font-size: x-large;
  }

  .escalado{
    scale: 1.5;
  }

  .material-type{
    margin-bottom: 1rem !important;
  }

  .imagen_unica{
    width: 70% !important;
  }

  .slabs-tittle{
    padding-top: 115%;
    padding-bottom: 15%;
  }

  .finish-tittle{
    padding-bottom: 15%;
  }

  .nombre-acabado{
    margin-top: 20%;
  }

  .boton-biblioteca{
    margin-left: 2.5em !important;
  }

  .nombre-acabado-elemento-unico{
    padding-top: 1vh !important;
    margin-top: 35vh !important;
    z-index: 99999 !important;
    color: #000 !important;
    opacity: 1 !important;
    display: contents !important;
  }

}

@media screen and (min-width: 1001px){
  .list-images li {
    width: 400px;
  }

  #all:checked ~ .list-images li {
    width: 400px;
  }

  #mockup:checked ~ .list-images .type-mockup,
  #finalizado:checked ~ .list-images .type-finalizado {
  width: 400px;
  }
}

#imagen-piedra-detalle{
  border-radius: 10px;
  margin-bottom: 2.5rem;
}


.modalmask:target {
  opacity:1;
  pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
  padding: 10px 20px 13px 20px;
  background: #fff;
  border: 1px solid lightslategrey;
  box-shadow: 2px 2px 2px rgb(225, 227, 230);
  /* align-content: center; */
}

/*Boton de cerrar*/
.close {
  color: black;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border-radius:3px;
  font-size: 14px;
  font-weight: normal;
}

ul#horizontal-list{
  list-style: none;
}
ul#horizontal-list li{
  display: inline;
}

.InputContainer {
  height: 40px;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: lightslategrey;
  margin-bottom: 0.5em;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  cursor: pointer;
  padding-left: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.input {
  width: 300px;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.9em;
  caret-color: gray;
}

.labelforsearch {
  cursor: text;
  padding: 0px 12px;
}

.searchIcon {
  width: 13px;
}

.border {
  height: 40%;
  width: 1.3px;
  background-color: rgb(223, 223, 223);
}

.micIcon {
  width: 12px;
}

.micButton {
  padding: 0px 15px 0px 12px;
  border: none;
  background-color: transparent;
  height: 40px;
  cursor: pointer;
  transition-duration: .3s;
}

.searchIcon path {
  fill: rgb(114, 114, 114);
}

.micIcon path {
  fill: rgb(255, 81, 0);
}

.micButton:hover {
  background-color: rgb(255, 230, 230);
  transition-duration: .3s;
}

.container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
}

color-check{
  appearance: none;
}

.color-check{
  cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 0.25em;
    appearance: none;
    border-radius: 40%;
}

.color-check:checked{
  border: 2px solid grey;
}

#amarillo{
  background-color: lemonchiffon;
}

#azul{
  background-color: lightblue;
}

#beige{
  background-color: beige;
}

#blanco{
  background-color: WhiteSmoke;
}

#dorado{
  background-color: PaleGoldenrod;
}

#gris{
  background-color: Gainsboro;
}

#marron{
  background-color: Tan;
}

#negro{
  background-color: black;
}

#rojo{
  background-color: lightcoral;
}

#rosa{
  background-color: lightpink;
}

#verde{
  background-color: PaleGreen;
}

#violeta{
  background-color: Plum;
}

.downloadable-image{
  cursor: pointer;
}

#contenedor-imagen-seleccionada{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: center;
  animation: visible 0.2s forwards;
  justify-content: center;
  align-items: center;
}

@keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-content{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
}

#imagen-seleccionada{
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.flex-container{
  display: flex;
}

#boton-descargar-imagen{
  position: absolute;
  width: 44px;
  top : 8%;
  right: 8%;
}

#boton-descargar-imagen::-moz-focus-inner {
  border: 0;
}

#boton-descargar-imagen:focus {
  outline: none;
}

#boton-cerrar-imagen{
  position: absolute;
  width: 40px;
  top : 8%;
  right: 8%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#boton-cerrar-imagen::-moz-focus-inner {
  border: 0;
}

#boton-cerrar-imagen:focus {
  outline: none;
}

#enlace-descarga-imagen{
  display: none;
}

.btn-spin{
  animation: spin 1s linear infinite;
}

.oculto {
  display: none;
}

.material-symbols-sharp {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}

@media only screen and (max-width: 500px) {
  .contenedor-imagen-piedra{
    margin-right: 10px;
    margin-left: 10px;
  }
}








.MultiCarousel { 
  overflow: hidden; 
  width: 100%; 
  position:relative; 
}
.MultiCarousel .MultiCarousel-inner { 
  transition: 1s ease all; 
  float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
  padding:10px; 
  margin:10px; 
  background:white; 
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
  position:absolute; 
  border-radius:50%;
  top:calc(50% - 20px); 
  padding: 0px 25px 0px 25px;
}
.MultiCarousel .leftLst { 
  left:0; 
  border: none;
  outline: none;
}
.MultiCarousel .rightLst { 
  right:0; 
  border: none;
  outline: none;
}

.escalado{
  margin: 10px;
  transition: all 0.4s linear;
}

.desescalado{
  scale: 0.5;
  transition: all 0.4s linear;
}

.imagen_unica{
  width: 30%;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
  pointer-events: none; 
}


.finish-tittle{
  font-size: x-large; 
}

.slabs-tittle{
  font-size: x-large;
}

.proyects-tittle{
  font-size: x-large; 
  margin-top: 5em;
}

.boton-carruseles{
  font-weight: 900;
  font-size: 1.5em;
}

.nombre-acabado{
  opacity: 0;
  text-align: center;
  z-index: 99999;
  font-family: inherit;
  font-weight: bold;
  position: absolute;
  color: white;
}

.nombre-acabado-oculto{
  display: none;
}

.flex-carrusel-items{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-carrusel-slabs{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.boton-carrusel-oculto{
  display: none;
}

.nombre-acabado-elemento-unico{
  margin-top: 2vh;
}

.material-type{
  font-size: medium; 
  margin-bottom: 2.5em; 
  color: gray;
}

.material-name{
  font-size: xx-large; 
  margin-bottom: 0.5em;
}

.material-descripcion{
  font-size: large; 
  color: gray; 
  margin-top: 1.5em;
}

.contenedor-carruseles{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contenedor-carruseles-tablas{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.boton-biblioteca{
  margin-top: 1.5em;
  margin-bottom: 2.5em; 
  margin-left: 1em;
}

.slabs-tittle{
  padding-top: 5em;
}

.item-finish:hover .imagen, .hover {
  filter: brightness(50%);
  transition: 0.2s;
}

.item-finish:hover .nombre-acabado, .hover ~ p{
  opacity: 1;
  transition: opacity 0.2s;
}


#imagen-boton-cerrar{
  height: 100%;
  background: white;
  border-radius: 50%;
  padding:3px;
  box-sizing: content-box;
  border: none;
}

#imagen-boton-descarga{
  height: 100%;
  background: white;
  border-radius: 50%;
  padding: 2px;
  box-sizing: content-box;
  border: none;
}

#acabado-imagen-seleccionada{
  color: white;
  font-size: 22px;
}

.imagen-finish{
  border-radius: 10px;
}

.imagen-slabs{
  border-radius: 10px;
}

.imagen-proyectos{
  border-radius: 10px;
  margin-right: 2%;
  margin-top: 2%;
}

.contenedor-row-imagenes-proyectos{
  display: flex;
  align-items: center;
  justify-content: center;
}