*{
  border: 0; 
  margin: 0;
  padding: 0;
}
@font-face {
    font-family: 'Eligible';
    src: url('/Eligible Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'RollerscriptW01-Smooth';
    src: url('../fonts/RollerscriptW01-Smooth.eot');
    src: url('../fonts/RollerscriptW01-Smooth.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RollerscriptW01-Smooth.woff2') format('woff2'),
        url('../fonts/RollerscriptW01-Smooth.woff') format('woff'),
        url('../fonts/RollerscriptW01-Smooth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  color: #000000;
  font-family: 'Slabo 27px', serif;
}
/*---Start Parallax---*/
.parallax {     
  background: url("../img/back1.webp") no-repeat fixed ; 
  color: white;
  background-size: cover;
  overflow-x: hidden;
}
.parallax h1{
font-family: 'RollerscriptW01-Smooth';
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px -1px 4px #2b0101;
}
 .K-logo{
  width: 25%;
  padding-bottom: 35px;
 }
.parallax-inner, .parallax-aviso{
  padding-top: 10%;
  padding-bottom: 5%;
}
.parallax-error{
  padding-top: 10%;
  padding-bottom: 10%;
}
.parallax-error h1{
  font-size: 105px;
}
.parallax-error p{
  font-size: 45px;
}


@keyframes bounce{
  0%, 20%, 50%, 80%, 100% {
     transform: translateY(0);
  }
  40% {
    transform:translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.arrow {
 margin-top: 30px;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/down.svg);
  background-size: contain;
}
.bounce {
  animation:bounce 2s infinite;
}
/*---End Parallax---*/
.burbuja, .hoja-head{
  position: absolute;
  z-index: 1;
  margin-top: -90px;
  max-width: 100%;
  overflow: hidden;
}
.avisos{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.floating {
    animation-name: float;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;}

    @keyframes float {
    0% {
        
        transform: translatey(0px);
    }
    50% {
      
        transform: translatey(-20px);
    }
    100% {
        
        transform: translatey(0px);
    }
}
.flotar {
    animation-name: flotar;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;}

    @keyframes flotar {
    100% {
        
        transform: translatey(0px);
    }
    50% {
      
        transform: translatey(20px);
    }
    0% {
        
        transform: translatey(0px);
    }
}
.logo{
  animation: pop 4s ease-in infinite alternate;
        transform: scale(0.9);
}

@keyframes pop {
  to {
    transform: scale(0.8);
  }
}
.nav-logo{
  position: absolute;
}
.navbar{
  z-index: 1080;
}
.info-aviso{padding-top: 50px;
  padding-bottom: 50px;
text-align: justify;}
.nav-logo{
  width: 30%;
}

/*-----------------------*/
/*   MOVIL */
/*----------------------*/

@media (max-width: 500px){
  .hoja-head{
    margin-top: -30px;
  }
  .hoja-head img{
  max-width: 180%;
  margin-left: -120px;
}
.burbuja img{
  max-width: 280%;
  margin-left: -90px;
}
}
@media only screen and (min-width:1024px){
  .nav-logo {
    width: 35%;
}
  .hoja-head img{
  max-width: 130%;
  margin-left: -120px;
}

}
@media (min-width: 501px) and (max-width: 991px){
   .burbuja{
  margin-top: -70px !important;}
  .burbuja img{
  max-width: 200%;
  margin-left: -90px;
}
.hoja-head img{
  max-width: 180%;
  margin-left: -120px;
}
}
@media (max-width: 991px) {
  .nav-logo{
  width: 50%;
}
 .burbuja{
  margin-top: -50px;
  max-width: 100% !important;
  overflow: hidden; 
}
.parallax{
  background-position-x: -110px;
}
 .parallax h1{
      font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
 }
 .K-logo{
  width: 70%;
  padding-bottom: 35px;

 }
.parallax-inner {
  padding-top: 15%;
  padding-bottom: 15%;
}
.parallax-aviso {
    padding-top: 20%;
    padding-bottom: 5%;
}
.arrow{
 margin-top: 50px;
  width: 25px;
  height: 25px;
}
.cards-content{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.cards-space{
  margin-top: -200px;
}
.Jb-mob{
  margin-top: 50px;
}
.cover-image {
    width: 80% !important;
    height: 80% !important;
  }
.character{
  width: 90% !important;
  padding: 30px;
}
.bloque-2 img{
  width: 80%;
}
.bloque-2 h2{
  font-size: 45px !important;
  line-height: 1;
  padding: 20px;
}
footer {
  padding-top: 90px !important;}
.parallax-error{
  padding-top: 30%;
  padding-bottom: 30%;
}
.parallax-error h1{
  font-size: 60px;
}
.parallax-error p{
  font-size: 35px;
}

}
.footer-copyright{
  /*background-image: url(../img/footer.jpg);*/
  background-color: #63807a;
}
footer {
  padding-top: 150px;
  font-size: 18px;
  color: #fff;
  font-family: sans-serif; 
}
.product-seccion{
  background: rgb(207,235,223);
background: linear-gradient(60deg, rgba(207,235,223,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 77%, rgba(207,235,223,1) 100%);
}
.cards-content{
  padding-top: 170px;
    padding-bottom: 100px;
}
.card-space{
  padding-bottom: 90px;
}
.card-kleenex {
  width: var(--card-width);
  height: var(--card-height);
  position: relative;
  display: flex;
  justify-content: center;
 align-items: flex-end;
  padding: 0 16px;
  perspective: 2500px;
  /*margin: 0 50px;*/
  flex-direction: column;
}
.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper {
  transition: all 0.5s;
  z-index: -1;
}
.card-kleenex:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 0px 10px 20px 3px rgba(154, 209, 189, 0.73);
  -webkit-box-shadow: 0px 10px 20px 3px rgb(154 209 189 / 73%);
  -moz-box-shadow: 0px 10px 20px 3px rgba(154, 209, 189, 0.73);
}
.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0 ;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.wrapper::before {
  top: 0;
  height: 100%;
  opacity: 0;
  background-image: background-image: linear-gradient( to top, transparent 46%, rgb(255 255 255 / 50%) 68%, #f8f9fa 97% );
}
.wrapper::after {
  bottom: 0;
  opacity: 0;
}
.card-kleenex:hover .wrapper::before,
.wrapper::after {
  opacity: 1 !important;
  background-image: linear-gradient(358deg, #ffffff, #ffffff70);
}
.card-kleenex:hover .wrapper::after {
  height: 120px;
}
.product-jabones{
  text-align: center;
    color: #24346c;
    text-decoration: none;
    font-size: 40px;
    font-family: 'RollerscriptW01-Smooth';
}
.title {
  width: 100%;
  transition: transform 0.5s;
  line-height: 1;
    margin-top: -20px !important;
}
.card-kleenex:hover .title {
  transform: translate3d(0%, -90px, 100px);
}
.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}
.card-kleenex:hover .character {
  opacity: 1;
  transform: translate3d(0%, -28%, 120px);
}
.bloque-2-content{
  padding-bottom: 90px;
}
.bloque-2{
  flex-direction: column;
}
.bloque-2 h2{
  font-size: 55px;
   font-family: 'RollerscriptW01-Smooth';
   text-align: center;
  text-shadow: 4px -1px 4px #2b0101;
}