body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: whitesmoke;
}

.oculto{
  display: none;
}




/* *** HERO ***  */
.contimagen {
  position: relative;
  width: 100%;
  height: calc(100vh - 53px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #0a0a5a, #000025);
  background-size: cover;
  /* margin-bottom: 100px; */
}

.contimagen h1 {
  font-size: 5vw;
  filter: drop-shadow(-15px 20px 35px rgba(0, 0, 0, 0.9));
  font-family: 'Monument';
  font-weight:bold;
  letter-spacing: 5px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contimagen .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: t1 7s ease infinite;
}

.contimagen .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@keyframes t1 {
  0% {
    transform: scale(1) ;
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

.scroll-arrow2 {
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
 }




 /* ***DESCRIPCION ESTAMPADOS*** */


 .transition {
  opacity: 0;
  transition: all .3s ease;
}
.transition.show{
  opacity: 1;
}
 
 #descripcion1{
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 70px;
}

.descContent{
  display: flex;
  width:80%;
  margin: auto;
  padding: 70px;
}

.estampados-descripcion{
  display: flex;
  width: 80%;
  margin: auto;
  padding: 70px 0px;
}

.imgDesc{
  display: flex;
  width: 50%;
}
.imgDesc img{
  max-width: 100%;
  max-height: auto;
  margin: auto;
}
.imgDesc iframe{
  max-width: 100%;
  max-height: auto;
  margin: auto;
}
.esimS{
  display:none;
}
.pcontainer{
  display: flex;
  width: 50%;
  flex-direction: column;
}


.context{
  width: 80%;
  margin: auto;
  >h4{
    font-family: "Monument", sans-serif;
    font-size:x-large;
    letter-spacing: 2px;
  }
  >p{
    font-weight: 400;
    font-size: medium;
  }
}

/* *** BOTON CATALOGO *** */
.btn-catalogo {
  
  display: flex;
  margin: auto;
  margin-bottom: 120px;
  width: 250px;
  cursor: pointer;
}


.catalogo-img {
  width: 250px;
  height: auto;
  display: block;
  position: absolute;
}

.catalogo-imge {
  width: 250px;
  height: auto;
  display: block;
  position: absolute;
  opacity: 0;
}
.catalogo-imge:hover{
  opacity: 1;
}



/* ***DESCRIPCION ADHESIVOS*** */
  #descripcion2{
   width: 100%;
   height: auto;
   margin: auto;
   padding-bottom: 70px;
  }


 /* *** GALERIA *** */

 .grid-container {
  margin: 0 auto;
  display: block;
  background-color: whitesmoke;
}

.grid-container video{
  height: 260px;
  margin-bottom: 30px;
}

.grid-item {
  width: 280px;
  object-fit: cover; 
  margin-bottom: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.nozoom{
  cursor: auto;
}
.grid-item:hover{  
  transform: scale(1.1);
  transition: transform 0.1s ease;
  z-index: 1000;
}



/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */
/* ********* *** DDDAAAAARRRKKK MMOOOODDDEEEE *** ******** */

@media (prefers-color-scheme: dark){

  .modo-oscuro .grid-container{
    background-color:transparent;
  }
  .modo-oscuro .grid-item:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,#000025, transparent);
    z-index: 1;
  }  
}


.modo-oscuro .contienetodo{
  background-color:black;
}
.modo-oscuro .grid-container{
  background-color:black;
}
.modo-oscuro .grid-item:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#000025, transparent);
  z-index: 1;
}


/* *** 1300 1300 1300 1300 1300 ***  */
@media (max-width:1300px){

  .contimagen{
    height: 80vh;
  }

  .descContent{
    flex-direction: column;
    width:80%;
  }

  .estampados-descripcion{
    display: flex;
    flex-direction: column;
  }

  .imgDesc{
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .pcontainer{
    width: 100%;
  }
  .imgDesc img{
    width: 100%;
  }
  .context{
    width: 100%;
    margin: auto;
  }
}



/* *** 992 992 992 992 992 992 ***  */
@media (max-width:992px){

  .contimagen{
    height: 60vh;
  }
}


/* *** 768 768 768 768 768 768 ***  */
@media (max-width:768px){
  .titulatzo2{
    margin:70px auto;
    font-size: 40px;
  }
  .grid-item:hover{
    transform: scale(1.1);
  }
  .minimenu button:hover{
    box-shadow:none
  }
  .esimL{
    display: none;
  }

  .scroll-arrow2{
    display: none;
  }
}

/* *** 576 576 576 576 576 576 576 576 576 576 *** */

@media (max-width:576px){
  .descContent{
    width:100%;
    padding: 0;
    
  }
  #hero2, #hero3{
    margin-bottom: 0;
  }
  .pcontainer{
    width: 100%;
  }
  .context{
    width: 85%;
    padding: 0;
  }
  .imgDesc iframe{
    padding: 30px 0px 0px;
  }
  .grid-item{
    border-radius: 0px
  }

  .grid-item:hover{  
    transform: none;
    transition: none;
    z-index: 1000;
    filter: none;
  }
}

/* *** 372 372 372 372 372 372 372 ***  */

@media (max-width:372px){
  .titulatzo2{
    font-size: 30px;
  }

}