input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding-top: 0px;
}
body {
  font-family: 'font';
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow-y: hidden;
  position: relative;
}
.content {
  position: relative;
  width: 300px;
  height: 600px;
  text-align: center;
}
.content span {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  top: 25%;
  opacity: 0.2;
  position: relative;
}
.cont-flotante {
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  visibility: visible;
  -webkit-animation: slideUp 1.7s ease-in 1 forwards;
  animation: slideUp 1.7s ease-in 1 forwards;
  bottom: -200px;
  animation-delay: 1.5s;
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -13px;
  width: 24px;
  height: 24px;
  background-color: #585858;
  border-radius: 50%;
  z-index: 2147483647;
}
.close {
  fill: #fff;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 1000;
}
.cont-banner {
  float: right;
  min-width: 140px;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  position: relative;
  z-index: 10002;
}
.banner {
  overflow: hidden;
  display: flex;
  width: 300px;
  height: 180px;
  position: relative;
  inset: 0px auto auto 0px;
  align-items: end;
}
.animate-banner {
  border-top: 1px solid #878787;
  position: absolute;
  width: 100%;
  height: 180px;
  top: 0;
}
.animate-text {
  font-family: 'font';
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  opacity: 0;
  height: 80px;
  width: 100%;
}
.animate-banner2 {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
}
.animate-banner2 .button {
  font-family: 'font';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: rgb(255, 255, 255);
  right: -200px;
  cursor: pointer;
  background: #78276e;
  height: 20px;
  padding: 0 3px;
  top: 15px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 15px;


}

.cont-enlace {
  position: relative;
  background: #60bfb6;
  color: #ffffff;
  width: 100px;
  height: 35px;
  z-index: 1;
  opacity: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  padding: 7px;
  

}





.cont-banner-full {
  background-color: rgba(0, 0, 0, 1);
  display: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 0px;
  bottom: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.cont-banner-full img {
  opacity: 0;
  display: block;
}
.cont-detail-text {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(120, 39, 110, 0.8);
  z-index: 1;
}
.detail-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 1rem;
  width: 100%;
  height: auto;
  top: 200px;
  position: absolute;
}
.detail-text span {
  font-weight: bold;
  color: #fdfdfd;
}
.cont-detail-image {
  bottom: 0;
  position: absolute;
  height: 200px;
  width: 100%;
}
.cont-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 100%;
  position: relative;
  overflow-y: hidden;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 600px !important;
}
.cont-detail-product {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  left: 0;
  top: 365px;
}
.cont-detail-product .detail-product {
  background: rgba(120, 39, 110, 0.8);
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 4rem 1rem 1rem;
}
.cont-detail-product .title {
  font-family: 'font';
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
.cont-detail-product .desc {
  padding: 1rem 0;
  color: #fff;
  font-size: 20px;
}
.cont-plus {
  touch-action: manipulation;
  position: absolute;
  transition: transform .2s ease;
  width: 38px;
  height: 39px;
  z-index: 6;
  opacity: 1;
  display: block;
}
#slider1 #product1 .cont-plus {
  top: -90px;
  left: calc(50px - 19px);
}
#slider3 #product2 .cont-plus {
    top: 11px;
    left: calc(146px - 19px);
}
#slider3 #product3 .cont-plus {
  top: 16px;
  left: calc(146px - 19px);
}
.rotate-90 { 
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@font-face {
  font-family: 'font';
  src: url(../Gilroy.otf);
}

@-webkit-keyframes slideUp {
    0% {
        bottom: 0;
        transform: translate3d(0, 300px, 0);
        padding-bottom: 0;
    }
    80% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 4px;
    }
    83% {
        bottom: 0;
        transform: translate3d(0, 7px, 0);
        padding-bottom: 0;
    }
    90% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 1px;
    }
    95% {
        bottom: -2px;
        transform: translate3d(0, 1px, 0);
        padding-bottom: 0;
    }
    to {
        bottom: -1px;
        transform: translateZ(0);
        padding-bottom: 0;
    }
}
@keyframes slideUp {
    0% {
        bottom: 0;
        transform: translate3d(0, 300px, 0);
        padding-bottom: 0;
    }
    80% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 4px;
    }
    83% {
        bottom: 0;
        transform: translate3d(0, 7px, 0);
        padding-bottom: 0;
    }
    90% {
        bottom: 0;
        transform: translateZ(0);
        padding-bottom: 1px;
    }
    95% {
        bottom: -2px;
        transform: translate3d(0, 1px, 0);
        padding-bottom: 0;
    }
    to {
        bottom: -1px;
        transform: translateZ(0);
        padding-bottom: 0;
    }
}