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.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  position: absolute;
  display: block;
  bottom: 0px;
}
.cont-marca {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
}
.cont-product {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cont-enlace {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-enlace a {
  background-color: #ffffff;
  border: none;
  color: #e73e11;
  cursor: pointer;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.cont-banner-two {
  display: none;
  background-image: url('../images/banner2.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 150px;
  position: absolute;
}
.cont-product-two {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-product-two img {
  position: absolute;
  top: -55px;
}
.cont-swipe {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  top: 36%;
  cursor: pointer;
  animation: 2s ease-in-out 0s infinite forwards running swipe;
  transition: opacity 1s ease-in-out 0s;
}
.cont-banner-two .cont-enlace {
  width: 100%;
}


#threesixty {
  background-image: url('../images/1.png');
  background-size: 100% auto;
}
.list-images {
  display: none;
}

@keyframes swipe {
    0%{
        transform: scale(.95);
    }
    25%{
        transform: scale(1)
    }
    50%{
        transform: scale(.95);
    }
    to {
        transform: scale(.95);
    }
}


@-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;
    }
}


