.record_winis_slide {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -25rem center;
  cursor: pointer;
  background-color: #511e7c;
}

@media screen and (min-width: 350px) {
  /* .bg_hero_cuatro {
    background: url('../images/hero/hero_cuatro2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 25%;
  }
  .text_hero_cuatro {
    width: auto;
    bottom: 3rem;
    align-self: center;
  } */

  /* .winis_uno {
    padding-top: 2rem;
  } */
}

@media screen and (min-width: 640px) {
  .record_winis_slide {
    background-size: cover;
  }

  /* .bg_hero_uno {
    background: url('../images/hero/hero_uno2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 60%;
  } */
}

@media screen and (min-width: 1280px) {
  .record_winis_slide {
    background-position: center center;
  }

  /* .bg_hero_cuatro {
    background-image: url('../images/hero/girl_four.webp'), url('../images/hero/hero_cuatro.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
    background-position-y: bottom;
    background-position-x: 0%;
    background-size: 62%, cover;
  } */
  /* .bg_hero_uno {
    background-image: url('../images/hero/hero_uno.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
  } */
  .text_hero_cuatro {
    width: auto;
    left: 60%;
    bottom: 18rem;
  }
}

@media screen and (min-width: 2048px) {
  .record_winis_slide {
    background-position: center center;
  }

  /* .bg_hero_cuatro {
    background-image: url('../images/hero/girl_four.webp'), url('../images/hero/hero_cuatro.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
    background-position-y: bottom;
    background-size: contain, cover;
  } */
}

@media screen and (min-width: 3840px) {
  .record_winis_slide {
    background-position: center center;
  }

  /* .bg_hero_cuatro {
    background-image: url('../images/hero/girl_four.webp'), url('../images/hero/hero_cuatro.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
    background-position-x: 10%;
    background-position-y: bottom;
    background-size: contain, cover;
  } */
  /* .winis_uno {
    position: absolute;
    bottom: 1rem;
  } */
}

.productos {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: 900px;
  background-image: url(""), url("../images/back-azul.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center bottom, center center;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

li {
  text-align: -webkit-match-parent;
}

.layer div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wave.depth-100 {
  -webkit-animation: wave 4s 0.1s infinite linear;
  -moz-animation: wave 4s 0.1s infinite linear;
  animation: wave 4s 0.1s infinite linear;
  bottom: -20px;
  margin: 0px 0px;
  background-position: center bottom;
  background-size: auto 101%;
  height: 162px;
}

.wave {
  background: transparent repeat-x;
  position: absolute;
  width: 300%;
  left: -100%;
}

.wave.paint {
  background-image: url("");
}

.wrapper {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.scene {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  min-height: 768px;
  /*     min-width: 1100px; */
}

.bg-winis {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px;
  background-image: url("../images/bg-winis-originales.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: none;
}

.produ-general {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  visibility: unset;
}

.prod-ts {
  background-image: url("../images/1-2.png");
  background-position: left top;
}

.prod-te {
  background-image: url("../images/1-3.png");
  background-position: right top;
}

.prod-bs {
  background-image: url("../images/1-1.png");
  background-position: left 90%;
}

.prod-be {
  background-image: url("../images/1-4.png");
  background-position: right 90%;
}

.prod-pi {
  background-image: url("../images/1-5.png");
  /* background-position: left 70%;  */
  max-width: 150px;
  max-height: 150px;
  background-size: cover;
  /* right:0px !important;
  top: 300px; */
}

@media screen and (max-width: 767px) {
  .produ-general {
    visibility: hidden;
  }
}

#mail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.img-producto {
  display: block;
  width: 250px;
  height: 300px;
  min-width: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.doodle-left {
  position: relative;
  width: 50px;
  height: 150px;
  pointer-events: none;
  z-index: 5;
  background-image: url("../gifs/DoodleLeft.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cuadreta {
  left: 85% !important;
  top: 250px !important;
}

.doodle-right {
  position: relative;
  width: 50px;
  height: 150px;
  pointer-events: none;
  z-index: 5;
  background-image: url("../gifs/DoodleRight.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* 
@media screen and (max-width: 1279px) {
  .text_hero_uno {
    align-self: center;
    position: absolute;
  }
  .rompela {
    padding-bottom: 25vh;
  }
} */

.home-carousel {
  height: 90vh;

  &>.carousel-item {
    height: 90vh;
  }

  &>.bg_hero_uno {
    height: 90vh;
    background: url("../images/hero/hero_uno.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    &>div.container {
      padding: 0 !important;
      width: 100%;
    }

    & div.text_hero_uno {
      width: 100%;
      overflow: hidden;

      padding-top: 100px;

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
    }

    & div.rompela {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    & .winis_uno {
      width: 100% !important;
      max-width: 1000px !important;
      position: absolute;
      bottom: 100px;
    }

    & p {
      font-size: 1.5rem;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    & button {
      z-index: 999;
      width: fit-content !important;
      max-width: calc(100vw - 100px) !important;
    }
  }

  &>.bg_hero_cuatro {
    height: 90vh;
    background: url("../images/hero/hero_cuatro2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    &>div.container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: end;

      padding: 0 !important;
      width: 100%;
    }

    & div.text_hero_cuatro {
      width: 100%;
      overflow: hidden;

      padding-bottom: 50px;

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
    }

    & p {
      font-size: 1.5rem;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    & button {
      width: fit-content !important;
      max-width: calc(100vw - 100px) !important;
    }
  }
}

@media screen and (min-width: 1024px) {
  .home-carousel {
    &>.bg_hero_cuatro {
      height: 90vh;
      background-image: url("../images/hero/girl_four.webp"),
        url("../images/hero/hero_cuatro.webp") !important;
      background-size: auto 100vh, cover;
      background-repeat: no-repeat;
      background-position: -200px 0px, center left;

      &>div.container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 0 !important;
        width: 50%;
      }

      & .logo {
        width: 150px !important;
      }

      & div.text_hero_cuatro {
        width: 50%;
        overflow: hidden;

        padding-top: 100px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      & p {
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 10px;
      }

      & button {
        width: fit-content !important;
        max-width: calc(100vw - 100px) !important;
      }
    }
  }
}

@media screen and (min-width: 1280px) {
  .home-carousel {
    height: 90vh;

    &>.carousel-item {
      height: 90vh;
    }

    &>.bg_hero_uno {
      height: 90vh;
      background: url("../images/hero/hero_uno.webp");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

      &>div.container {
        padding: 0 !important;
        width: 100%;
      }

      & div.text_hero_uno {
        width: 100%;
        overflow: hidden;
        padding-top: 20px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
      }

      & img.hola-img {
        width: 80% !important;
      }

      & div.rompela {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      & .winis_uno {
        width: 100% !important;
        max-width: 1000px !important;
        position: absolute;
        bottom: 50px;
      }

      & p {
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 0px;
      }

      & button {
        width: fit-content !important;
      }
    }

    &>.bg_hero_cuatro {
      height: 90vh;
      background-image: url("../images/hero/girl_four.webp"),
        url("../images/hero/hero_cuatro.webp") !important;
      background-size: auto 100vh, cover;
      background-repeat: no-repeat;
      background-position: -200px 0px, center left;

      &>div.container {
        display: flex;
        flex-direction: column;
        align-items: end !important;
        justify-content: center !important;

        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
      }

      & .logo {
        width: 200px !important;
      }

      & div.text_hero_cuatro {
        width: 50%;
        height: 100%;
        overflow: hidden;

        padding-top: 0 !important;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      & .text-hero-cuatro-wrapper {
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding-top: 50px;
        padding-bottom: 50px;
      }

      & p {
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 10px;
      }

      & button {
        width: fit-content !important;
        max-width: calc(100vw - 100px) !important;

        flex-shrink: 0;
      }
    }
  }
}