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: 10000000;
  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: 50px;
  width: 100%;
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 45px;
  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-color: #0155A2;
  width: 100%;
  height: 50px;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  position: absolute;
  z-index: 10002;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5px;  
}
.cont-logo {
  max-width: 90px;
}
.cont-product {
  position: absolute;
  opacity: 0;
  bottom: -50px;
}
.cont-product img {
  height: 45px;
}
.cont-button {
  cursor: pointer;
  max-width: 105px;
}
.cont-button button {
  width: 100px;
  height: 30px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00703c;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
}
.flotante-product {
  position: absolute;
  z-index: 10000;
  top: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.flotante-product img {
  width: 170px;
}
.cont-chatbot {
  background-color: #0155A2;
  display: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 180px;
  bottom: 0;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.animate-chatbot {
  display: none;
  width: 100%;
  height: 100%;
}
.animate-chatbot .cont-close {
  top: 8px;
  right: 8px;
}
.hide {
  display: none;
}
.chatbot {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
}
.block-conversation {
  display: flex;
  position: relative;
  height: 80%;
  pointer-events: auto;
  max-width: 100%;
  border-radius: 0px;
  margin: 15px;
  padding-top: 15px;
  overflow-y: auto;
}
.cont-text {
  width: 372px;
  height: auto;
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-self: baseline;
  align-items: flex-start;
  position: relative;
}
.hide {
    display: none;
}
.text {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: 'Gotham-Book-Regular';
  text-align: left;
  padding: 8px 12px;
  position: relative;
  line-height: 1.3;
  opacity: 0;
  margin-bottom: 10px;
}
.avatar {
  opacity: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 50%;
  background: url(../images/user.png) center center / cover no-repeat;
}
.cont-enlace {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}
.cont-enlace .button {
  width: auto;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00703c;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
}

/*Dots*/
.dots {
    position: relative;
    top: -10px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.dots .dot:nth-last-child(1) {
  animation: jumpingAnimation 0.6s 0.1s ease-in 1;
}
.dots .dot:nth-last-child(2) {
  animation: jumpingAnimation 0.6s 0.2s ease-in 1;
}
.dots .dot:nth-last-child(3) {
  animation: jumpingAnimation 0.6s 0.3s ease-in 1;
}

@keyframes jumpingAnimation {
  0 {
    transform: translate3d(0, 0,0);
  }
  50% {
    transform: translate3d(0, 15px,0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-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 flip {
    0% { 
        transform: rotateY(0deg); 
    }
    10% { 
      transform: rotateY(180deg); 
    }
    50% { 
      transform: rotateY(180deg); 
    }
    60% { 
      transform: rotateY(360deg); 
    }
    100% 
    { 
      transform: rotateY(360deg);
    } 
}

