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;
}
::-webkit-scrollbar {
  display: none;
}
:root {
  --height-banner: 600px;
  --width-banner: 300px;
}

img {
  max-width: 100%;
}
a {
  color: #fff;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book-Regular";
  src: url("../fonts/Gotham-Book-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  width: var(--width-banner);
  height: var(--height-banner);
}
.cont-banner {
  margin: 0px auto;
  width: var(--width-banner);
  height: var(--height-banner);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  border-radius: 0px;
  overflow: hidden;
}
.banner {
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  padding: 0px;
  border-radius: 0px;
  position: relative;
  height: 100%;
}
.cont-background {
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  padding: 0px;
  border-radius: 0px;
  position: relative;
  height: 100%;
}
.background {
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 0px;
  border-radius: 0px;
  position: absolute;
  height: 100%;
  z-index: 0;
  transition: background-image 0.3s ease 0s;
  background-image: url(../images/banner.jpg);
}
.logo {
  position: absolute;
  right: 34px;
  width: 110px;
  top: 24px;
}
.text-banner {
  position: absolute;
  right: 30px;
  width: 170px;
  bottom: 31px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  text-align: right;
  line-height: 1;
}
.cont-conversation {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  align-items: center;
  justify-content: flex-start;
  top: calc(0%);
  left: calc(0%);
}
.block-conversation {
  display: flex;
  position: absolute;
  height: 80%;
  overflow: hidden;
  pointer-events: auto;
  width: 90%;
  border-radius: 0px;
  margin: 15px;
  padding-top: 15px;
  overflow: hidden scroll;
  top: 85px;
}
.block-conversation-2,
.block-conversation-3,
.block-conversation-4,
.block-conversation-5 {
  display: none;
  opacity: 0;
}
.cont-text {
  width: 232px;
  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 {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  color: rgb(102 61 140);
  font-family: "Gotham-Book-Regular";
  text-align: left;
  padding: 8px 12px;
  position: relative;
  line-height: 1.3;
  opacity: 0;
}
.text-small {
  font-size: 12px;
  border-radius: 1px 15px 15px;
  font-weight: 400;
}
.text-regular {
  font-size: 14px;
  border-radius: 15px;
  font-weight: 900;
  margin-top: 3px;
}
.cont-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  visibility: visible;
  position: relative;
  width: 100%;
  margin-top: 10px;
  right: 0px;
  bottom: -20px;
  z-index: 10;
}
.cont-buttons .button {
  font-size: 18px;
  padding: 8px 15px;
  float: right;
  margin-bottom: 6px;
  margin-right: 6px;
  outline: none;
  background: none rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
  color: rgb(102 61 140);
  font-weight: bold;
  text-align: center;
  opacity: 0;
}
.cont-enlace {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}
.cont-enlace .button {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(161 135 183);
  color: rgb(255 255 255);
  border-radius: 15px;
  background-color: #663d8c;
  height: auto;
  width: auto;
  padding: 8px 12px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  line-height: 15px;
  animation: 2s ease-in-out 0s infinite normal none running pinchea;
  box-shadow: 0px 1px 10px -6px black;
}
.avatar {
  opacity: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 50%;
  background: url(../images/avatar.png) center center / 100% 100% no-repeat;
  position: relative;
  top: 5px;
}
.cont-animation-background {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  align-items: center;
  justify-content: flex-start;
  top: calc(50px);
  left: calc(-280px);
}
.animation-background {
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  display: flex;
  align-items: center;
  background-position: left center;
  overflow: hidden;
  pointer-events: auto;
  background-color: rgb(92, 63, 138);
  width: 800px;
  height: 800px;
  border-radius: 9999px;
  animation: 2s ease-in-out 0s 1 normal none running circlein;
}
.cont-arrow {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 6;
  align-items: flex-end;
  justify-content: flex-start;
  top: 68px;
  left: 20px;
}
.arrow {
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  display: flex;
  align-items: center;
  background-position: left bottom;
  overflow: hidden;
  pointer-events: auto;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  border-radius: 0px;
  animation: 2s ease-in-out 4.5s 3 normal forwards running arrow;
  /*transition: opacity 1s ease-in-out 0s;*/
  opacity: 0;
}
.cont-txt-link {
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  display: none;
  align-items: center;
  overflow: hidden;
  pointer-events: auto;
  background: rgb(102 61 140);
  font-family: "Gotham-Book";
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  border-radius: 0px;
  animation: 1s ease-in-out 0s 3 normal forwards running click;
  transition: opacity 1s ease-in-out 0s;
  opacity: 0;
  bottom: -32px;
  right: 19px;
  color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
}
.cont-animation-product {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
}
.animation-product {
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  display: none;
  align-items: center;
  background-position: center bottom;
  overflow: hidden;
  pointer-events: auto;
  background-image: url(../images/product.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 0px;
  animation: 1s ease-in-out 0s 1 normal none running product;
  left: 46%;
  bottom: -10px;
}

/*Dots*/
.dots {
  position: relative;
  top: -10px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #663d8c;
}
.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);
  }
}

@keyframes circlein {
  0% {
    transform: translateX(-200px) scale(0);
  }
  100% {
    transform: translateX(0px) scale(1);
  }
}

@keyframes arrow {
  0% {
    rotate: 0;
    opacity: 1;
  }
  50% {
    rotate: -10deg;
  }
  100% {
    rotate: 0;
    opacity: 1;
  }
}

@keyframes click {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes product {
  0% {
    transform: translateY(80px);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
