::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); }

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2); }

.container {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/bg.jpg); }

.content > div {
  position: absolute; }
  .content > div img {
    vertical-align: bottom; }
.content .logo {
  left: 15px;
  top: 0; }
.content .top {
  right: 0px;
  top: 0;
  animation: slide 0.5s linear forwards; }
@keyframes slide {
  from {
    top: -30px; }
  to {
    top: 0; } }
@keyframes show {
  from {
    transform: scale(2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.content .text {
  top: 60px;
  animation: show 0.5s linear forwards;
  animation-delay: 0.2s;
  left: 12px;
  opacity: 1; }
.content .text2 {
  top: 143px;
  animation: slide2 10s linear infinite;
  animation-delay: 0.2s;
  left: 18px;
  opacity: 0; }
.content .text3 {
  top: 141px;
  animation: slide2 10s linear infinite;
  animation-delay: 5s;
  left: 16px;
  opacity: 0; }
@keyframes slide2 {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  5% {
    opacity: 1;
    transform: scale(1); }
  45% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(1.1); } }
.content .badge2 {
  top: 99px;
  left: 140px;
  animation: show 0.5s linear forwards;
  animation-delay: 0.2s;
  opacity: 0; }
.content .cta {
  bottom: 0;
  right: 0;
  animation: pulse 1s linear infinite; }
@keyframes pulse {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }
.content .nota {
  bottom: 5px;
  left: 7px; }
  .content .nota-modal {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-family: arial;
    color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 9000;
    background-color: #862e4a;
    padding: 10px;
    height: 100%; }
    .content .nota-modal span {
      display: block;
      margin-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
