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: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-flotante {
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  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;
  height: 150px;
  width: 100%;
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -12px;
  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 {
  background-image: url('../images/banner1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  position: absolute;
  z-index: 10002;
  display: block;
  bottom: 0px;
  overflow: hidden;
}
.banner1-product1 {
  position: absolute;
  width: 100px;
  left: -8px;
  bottom: -200px;
}
.banner1-product2 {
  position: absolute;
  width: 130px;
  left: 78px;
  bottom: -200px;
}
.banner1-product3 {
  position: absolute;
  width: 100px;
  right: 0px;
  bottom: -200px;
}
.cont-banner2 {
  background-image: url('../images/banner2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: none;
  cursor: pointer;
  bottom: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  overflow: hidden;
}
.banner2-text1 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner2-text2 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.animate-button {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: 8px;
  right: -80px;
  z-index: 1;
}
.animate-button .text-button {
  animation: bounce 2s linear infinite forwards;
  background-color: #FFFF00;
  border: 1px solid #242A69;
  color: #242A69;
  cursor: pointer;
  padding: 6px 20px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
}
.animate-button .text-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid #242A69;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 13px;
  top: 8px;
}
.cont-flotante-productos {
  background-color: rgba(240, 76, 155, 0.8);
  background-image: url('../images/banner3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 180px;
  bottom: 0;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.animate-productos {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.animate-productos .cont-close {
  top: 8px !important;
}
.cont-banner3 {
  background-image: url('../images/banner3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner3-logo {
  display: block;
  margin: 5px 0;
  width: 100px;
}
.banner3-product1, .banner3-product2, .banner3-product3 {
  display: block;
}
.cont-enlace {
  display: block;
}
.cont-enlace a {
  animation: bounce 2s linear infinite forwards;
  background-color: #FFFF00;
  border: 1px solid #242A69;
  color: #242A69;
  cursor: pointer;
  padding: 5px 20px;
  bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
}
.cont-enlace a::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid #242A69;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 11px;
  top: 11px;
}

@-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;
    }
}

@keyframes bounce{
  0%  { 
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }  
}

@keyframes tremble{
  0%{ 
    transform:rotateZ(0deg); 
  }
  50%{ 
    transform:rotateZ(5deg); 
  }
  100%{ 
    transform:rotateZ(0deg); 
  }
}

@keyframes bounce2{
  0%  { 
    transform: translate(0, 0);
  }
  15%{
    transform: translate(5px, 0);
  }
  30%{
    transform: translate(0, 0);
  }
}