* {
  box-sizing: border-box;
}

.device-body {
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  width: 380px;
  height: 273px;
  background: #FFF;
  border-radius: 15px 15px 0 0;
  border: 2px solid #cdced0;
  position: absolute;
  opacity: 1;
}
.device-body .bonuts-landing span:before {
  width: 10%;
  left: 35%;
  box-shadow: 65px 0px 0px #eee, 130px 0px 0px #eee;
}

.device-screen {
  position: absolute;
  top: 7%;
  left: 4%;
  width: 92%;
  height: 81%;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}
.device-screen:after {
  content: "";
  width: 100%;
  height: 170%;
  background: -webkit-linear-gradient(#fff, transparent);
  background: -moz-linear-gradient(#fff, transparent);
  background: -o-linear-gradient(#fff, transparent);
  background: -ms-linear-gradient(#fff, transparent);
  background: linear-gradient(#fff, transparent);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -130%;
  right: 10%;
  opacity: 0.1;
}

.laptop-bottom {
  position: absolute;
  height: 23px;
  bottom: -2px;
  left: 0;
  width: 130%;
  left: -15%;
  background: #cdced0;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.laptop-bottom-detail-1 {
  position: absolute;
  width: 85px;
  background: #7b7c7f;
  height: 10px;
  left: 50%;
  margin-left: -42.5px;
  border-radius: 0px 0px 50px 50px;
}

.laptop-bottom-detail-2 {
  position: absolute;
  width: 18px;
  background: #7b7c7f;
  height: 4px;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  border-radius: 5px;
}

.toggler {
  position: fixed;
  left: 700px;
  top: 50%;
}

.device-body.tablet {
  width: 238px;
  height: 350px;
  border-radius: 17px;
  background: white;
}
.device-body.tablet .device-screen {
  top: 9.5%;
}
.device-body.tablet .laptop-bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.device-body.tablet .home-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.device-body.tablet .front-camera {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.device-body.mobile {
  width: 250px;
  height: 510px;
  margin-left: -125px;
  left: 50%;
  border-radius: 30px !important;
}
.device-body.mobile .device-screen {
  top: 12%;
  height: 76.7%;
}
.device-body.mobile .front-camera {
  top: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.device-body.mobile .front-detail-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 37px;
}
.device-body.mobile .front-detail-3,
.device-body.mobile .front-detail-4,
.device-body.mobile .front-detail-5,
.device-body.mobile .front-detail-6 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}
.device-body.mobile .front-detail-3 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.device-body.mobile .front-detail-3 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.device-body.mobile .front-detail-4 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.device-body.mobile .front-detail-5 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.device-body.mobile .home-button {
  width: 32px;
  height: 32px;
  bottom: 10px;
}
.device-body.mobile .home-button:after {
  margin-top: -6px;
  margin-left: -7px;
  width: 12px;
  height: 12px;
}

.home-button {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.home-button:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0.2;
}

.front-camera {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 15px;
  border-radius: 50%;
  margin-left: -4px;
  background: rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.front-detail-2 {
  position: absolute;
  height: 6px;
  background: #ddd;
  width: 25px;
  top: 17px;
  margin-left: -12px;
  border-radius: 50px;
  left: 50%;
  background: rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.front-detail-3 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 16px;
  top: 12%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-4 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 12px;
  top: 22%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-5 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 12px;
  top: 30%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-6 {
  width: 20px;
  right: 16%;
  position: absolute;
  height: 4px;
  top: -4px;
  border-radius: 2px 2px 0 0;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.ticker {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  background: #ddd;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ticker.animating {
  -webkit-animation: pulse 0.7s;
}

.device-wrapper {
  display: inline-block;
  width: 100%;
  min-height: 600px;
  position: relative;
  margin: auto auto;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(9);
    opacity: 0.0;
  }
}
.screen-content {
  display: none;
}
.screen-content video {
  width: 100%;
  height: 100%;
}

.mobile.tablet .screen-content {
  display: block;
}

.text-typing {
  overflow: hidden;
  white-space: nowrap;
  width: 15.5em;
  -webkit-animation: type 1s steps(30), blink 1s linear infinite;
  margin: 0;
  padding: 0;
  border-right: .1em solid;
}

@keyframes type {
  from {
    width: 0;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes blink {
  0%,100% {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
.bonuts-landing {
  float: left;
  width: 100%;
  display: inline-block;
}
.bonuts-landing .bonuts-landing-cover {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  background: #eee;
}
.bonuts-landing .bonuts-landing-cover i {
  width: 50%;
  height: 70px;
  border-style: solid;
  border-width: 0 100px 30px 50px;
  border-color: transparent transparent #e4e4e4 transparent;
  position: absolute;
  bottom: 0px;
}
.bonuts-landing .bonuts-landing-cover i:after {
  content: '';
  display: block;
  width: 30%;
  height: 0;
  border-style: solid;
  border-width: 0 50px 20px 50px;
  border-color: transparent transparent #e4e4e4 transparent;
  position: absolute;
  bottom: -30px;
  right: -150px;
}
.bonuts-landing .bonuts-landing-cover i:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: 10px;
  content: '';
  display: block;
  background: #ddd;
}
.bonuts-landing .bonuts-landing-cover:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  position: absolute;
  bottom: 0px;
}
.bonuts-landing span {
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  top: 0px;
}
.bonuts-landing span i {
  display: block;
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0px;
  z-index: 9;
}
.bonuts-landing span i:after {
  content: '';
  width: 50%;
  height: 70%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ddd;
  border-radius: 80px;
  animation: ctaclicked 1s 1s forwards;
  transform: scale 1;
  transform-origin: center center;
}
.bonuts-landing span:before {
  position: absolute;
  top: 150px;
  background: #eee;
  left: 20%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 60px 0px 0px #eee, 60px 40px 0px #eee, 125px 0px 0px #eee, 0px 40px 0px #eee, 125px 40px 0px #eee;
  width: 20%;
  display: block;
  height: 30px;
  content: '';
}
.bonuts-landing span:after {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #eee;
  height: 13%;
  content: '';
  display: block;
}
.bonuts-landing:before {
  position: absolute;
  top: 90px;
  background: #eee;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0px 10px 0px #eee, 0px 20px 0px #eee, 0px 30px 0px #eee, 0px 40px 0px #eee;
  width: 80%;
  display: block;
  height: 3px;
  content: '';
}

.tablet.mobile .bonuts-landing span i:after {
  content: 'Participar';
  text-align: center;
  padding: 5px 0px 0px;
  box-sizing: border-box;
}

.tablet .bonuts-landing span:before, .mobile .bonuts-landing span:before {
  width: 20%;
  left: 20%;
  box-shadow: 60px 0px 0px #eee, 60px 40px 0px #eee, 125px 0px 0px #eee, 0px 40px 0px #eee, 125px 40px 0px #eee;
}

.crossdevice {
  position: absolute;
  bottom: -125px;
}

.foto-user {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: #000;
  animation: cameraintro 3s 4s forwards;
  background: transparent;
}
.foto-user:before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  background: white;
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 16;
  opacity: 0;
  animation: cameraclicked 1s 2.5s forwards;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.foto-user:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  bottom: 10.5px;
  left: 50%;
  z-index: 16;
  opacity: 0;
  animation: cameraclicked 1s 2.5s forwards;
}
.foto-user img {
  animation: fotointro 3s 0.7s forwards;
  opacity: 0;
  left: 0px;
  z-index: -1;
  position: absolute;
  max-height: 100%;
  max-width: 110%;
  display: inline-block;
}
.foto-user .sticker {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: stickerswype 3s 4.5s forwards;
}
.foto-user .sticker:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url(http://www.viniciusdiascanio.com/bonuts-sticker-1.png);
}
.foto-user .sticker:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 21;
  background: url(http://www.viniciusdiascanio.com/bonuts-sticker-2.png);
}

@keyframes ctaclicked {
  0% {
    background: #ddd;
    transform: scale(1);
    left: 50%;
  }
  50% {
    transform: scale(0.5);
    background: #ccc;
  }
  100% {
    background: #ccc;
    transform: scale(1);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes cameraintro {
  0% {
    background: transparent;
  }
  50% {
    background: #000;
  }
  100% {
    background: white;
  }
}
@keyframes fotointro {
  0% {
    opacity: 0;
    left: -50px;
  }
  25% {
    left: 0px;
    top: -5px;
  }
  50% {
    left: 0px;
    top: 0px;
  }
  75% {
    left: 0px;
    top: 0px;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cameraclicked {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes stickerswype {
  0% {
    opacity: 1;
    left: 100%;
  }
  50% {
    opacity: 1;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}