.cont-blue {
  background-color: #001689;
  border-radius: 20px;
}
.wrapperTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/hero/');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.8s ease-in-out;
}
.bannerTitle_0 {
  display: flex;
  text-shadow: 6px 4px 4px #000000;
  text-transform: uppercase;
  justify-content: center;
  font-family: KankinRegular;
  font-size: 6rem;
  transform: rotate(0deg);
  line-height: 4rem;
}
.divide {
  background-image: url('../images/divide.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.marca {
  max-width: 240px !important;
}

.btn-familia {
  background-image: url('');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-familia.active {
  background-image: url('../images/logo-hover.png') !important;
}

.listado {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-image: url(''), url(''), url('../images/back-amarillo.jpg');
  background-repeat: no-repeat;
  background-size: 120%, 120%, cover;
  background-position: center 90%, center 10%, center top;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}

.productos {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: 900px;
  background-image: url(''), url('../images/back-naranja.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center bottom, center center;
  clip-path: polygon(0 0, 100% 5%, 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;
}
.cuadreta {
  left: 85% !important;
  top: 250px !important;
}
.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;
  }
}
@media screen and (max-width: 990px) {
}

.card-prod {
  background-image: url('../images/bg-go-prod.png');
  background-repeat: no-repeat;
  background-size: 95% 95%;
  background-position: center center;
}

.carousel {
  width: 100%;
}
.carousel-item.cards {
  height: 150px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.carousel-item.cards img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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;
}

.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;
}
.bg-logofamilia {
  width: 10rem;
  position: absolute;
  display: block;
  transform: translate3d(-4px, 8.6px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.bg-logofamilia--left {
  left: -100px;
  top: 0px;
}
.bg-logofamilia--right {
  right: -80px;
  /* top: 0px; */
}
@media (min-width: 457px) and (max-width: 996px) {
  .bg-logofamilia--left {
    left: -150px;
    top: 0px;
  }
  .bg-logofamilia--right {
    right: -120px;
    top: 0px;
  }
}
@media (max-width: 456px) {
  .bg-logofamilia--left {
    left: -50px;
    top: -40px;
  }
  .bg-logofamilia--right {
    right: -50px;
    top: 100px;
  }
  .bg-logofamilia {
    width: 6rem;
  }
}
