html, body {
  overflow-x: hidden;
  background-color:#fff;
  background: url('../assets/images/bgPattern.jpg') repeat 0% 0%;
  font-family: "avenirRegular";
}

#preloader {
  width: 100%;
  height: 100vh;
  font-family: "avenirDemi", sans-serif;
  background-color: #FADA16;
  position: absolute;
  z-index: 300;
  top: 0px;
  left: 0px;
}

.preContainer {
  position: relative;
  z-index: 10;
}

#bgLoading {
  width: 100%;
  height: 746px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
}

#bgLoading object {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.cnLogo {
  width: 130px;
  height: 70px;
  background: url("../assets/images/cnLogo.png") no-repeat center;
  background-size: contain;
}

#preloader p {
  margin: 3px;
  font-size: 12px;
  font-family: "avenirBold", sans-serif;
}

/* transition */
#theTransition {
  width: 100%;
  height: 100vw;
  position: absolute;
  z-index: 310;
  top: 0px;
  left: 0px;
}

/* loading css */
@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
}
.lds-double-ring div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-double-ring 1s linear infinite;
  animation: lds-double-ring 1s linear infinite;
}
.lds-double-ring div:nth-child(2) {
  width: 20px;
  height: 20px;
  top: 30px;
  left: 30px;
  border-color: transparent rgba(100%,100%,100%,0.617) transparent rgba(100%,100%,100%,0.617);
  -webkit-animation: lds-double-ring_reverse 1s linear infinite;
  animation: lds-double-ring_reverse 1s linear infinite;
}
.lds-double-ring {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
/* finish loading css */

@font-face {
  font-family: avenirBold;
  src: url(../css/fonts/AvenirNextRoundedStd-Bold.ttf) format("truetype"),
       url(../css/fonts/AvenirNextRoundedStd-Bold.otf) format("opentype"),
       url(../css/fonts/AvenirNextRoundedStd-Bold.woff) format("woff"),
       url(../css/fonts/AvenirNextRoundedStd-Bold.eot);
}

@font-face {
  font-family: avenirDemi;
  src: url(../css/fonts/AvenirNextRoundedStd-Demi.ttf) format("truetype"),
       url(../css/fonts/AvenirNextRoundedStd-Demi.otf) format("opentype"),
       url(../css/fonts/AvenirNextRoundedStd-Demi.woff) format("woff"),
       url(../css/fonts/AvenirNextRoundedStd-Demi.eot);
}

@font-face {
  font-family: avenirRegular;
  src: url(../css/fonts/AvenirNextRoundedStd-Reg.ttf) format("truetype"),
       url(../css/fonts/AvenirNextRoundedStd-Reg.otf) format("opentype"),
       url(../css/fonts/AvenirNextRoundedStd-Reg.woff) format("woff"),
       url(../css/fonts/AvenirNextRoundedStd-Reg.eot);
}

/* styles import */
.headerMenuLogo {
  width: 88.5%;
  height: 80px;
  background: url("../assets/images/headerLogos.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: relative;
}

.btnMenu {
  width: 60px;
  height: 40px;
  background: url("../assets/images/btnMenu.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 80;
  float: right;
  top: 15px;
  right: -30px;
  cursor: pointer;
}

#mainMenuBar {
  width: 100%;
  height: 100%;
  max-width: 610px;
  background-color: rgba(250, 218, 22, 0.9);
  position: absolute;
  z-index: 210;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#myAvatar {
  width: 50px;
  height: 40px;
  color: #FFF;
  position: absolute;
  font-family: "avenirBold";
  font-size: 20px;
  z-index: 200;
  top: 15px;
  right: 18px;
  cursor: pointer;
}

#btnBack {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #EF4D5E;
  position: absolute;
  font-family: "avenirBold";
  font-size: 20px;
  z-index: 201;
  top: 10px;
  left: -30px;
  cursor: pointer;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.optionClose {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #EF4D5E;
  position: absolute;
  font-family: "avenirBold";
  font-size: 20px;
  z-index: 201;
  top: 17px;
  right: -28px;
  cursor: pointer;
}

.aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnMenuMob {
  width: 50%;
  height: 75px;
  margin: 0 auto;
  font-family: "avenirBold";
  font-size: 22px;
  cursor: pointer;
  justify-content: left;
  margin-top: 3px;
}

.btnSpan {
  position: relative;
  top: 14px;
  left: 75px;
}

.btnSpan2 {
  position: relative;
  top: 19px;
  left: 76px;
}

.btnGoHome {
	margin-top: 20px;
	color:#ED4E5E;
	background: url("../assets/images/ui/btnHome.png") no-repeat left bottom;
	background-size: 100%;
}
.btnPerfil {
	color:#70509F;
	background: url("../assets/images/ui/btnPerfil.png") no-repeat left bottom;
	background-size: 100%;
}
.btnScan {
	color: #FFF;
	background: url("../assets/images/ui/btnScan.png") no-repeat left bottom;
	background-size: 100%;
}
.btnSelfie {
	color: #FFF;
	background: url("../assets/images/ui/btnSelfie.png") no-repeat left bottom;
	background-size: 100%;
}
.btnVideos {
	color: #FFF;
	background: url("../assets/images/ui/btnVideos.png") no-repeat left bottom;
	background-size: 100%;
}
.btnPrizes {
	color: #FFF;
	background: url("../assets/images/ui/btnPrizes.png") no-repeat left bottom;
	background-size: 100%;
}
.btnProducts {
	color: #000;
	background: url("../assets/images/ui/btnProducts.png") no-repeat left bottom;
	background-size: 100%;
}
.btnTerms {
  margin-bottom: 40px;
	color: #FFF;
	background: url("../assets/images/ui/btnTerms.png") no-repeat left bottom;
	background-size: 100%;
  font-size: 15px;
}

.avatar0 {
	width:50px;
	height:50px;
	background: url("../assets/images/ui/avatar0.png") no-repeat center;
	background-size:70%;
}
.avatar1{
	width:50px;
	height:50px;
	background: url("../assets/images/ui/avatar1.png") no-repeat center;
	background-size:100%;
}

/* finish styles import */

/* helpers */
.center {margin: 0 auto;}
.centered {text-align: center !important;}
.textLeft {text-align: left !important;}
.textRight {text-align: right !important;}
.flex {display: -webkit-box; display: -ms-flexbox; display: flex;}
.flexRow {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flexColumn {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flexAligner {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flexSpace {-ms-flex-pack: distribute;justify-content: space-around;}
.imgResponsive {max-width: 100%;}
.left {float: left !important;}
.right {float: right !important;}
.hidden {display: none;}
.visible {display: block;}
.overflowBlock {overflow: hidden;}
.shadow {-webkit-filter: drop-shadow( -5px 7px 5px rgba(0,0,0, 0.6) ); filter: drop-shadow( -5px 7px 5px rgba(0,0,0, 0.6) );}
.textWhite {color: #FFF}
.btnHover {cursor: pointer;}
.borderRounded {border-radius: 17px;}
hr {margin-top: 2rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid rgba(0, 0, 0, 0.4);}
/* finish helpers */

#container {
  margin-top: 25px;
}

#selfieApp {
  width: 100%;
  height: 740px;
  position: relative;
  top: -60px;
  left: 0px;
  overflow: hidden;
}

#game-canvas {
  width: 75%;
  height: 780px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#vidiv {
  width: 75%;
  margin: 0 auto;
}

#stream {
  width: 71%;
  top: 160px;
  padding: 0px;
  position: absolute;
  display: block;
}

.mainContainer {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.mainContainer::-webkit-scrollbar {
  opacity: 0;
}

.termCondi {
  width: 100%;
  font-family: "avenirBold", sans-serif;
  position: relative;
  text-align: right;
  z-index: 205;
}

.termCondi div {
  width: 95%;
  max-width: 540px;
}

.termCondi div span {
  cursor: pointer;
}

/* products mobile */
.onlyMob {
  display: none;
}

.promoMob {
  width: 95%;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.whiteMob {
  height: 20px;
  width: 80%;
  background: white;
  padding: 5px;
  border-radius: 20px 0px 0px 10px;
  font-family: "avenirBold", sans-serif;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.productContainerMob{
  width: 150px;
  height: 100px;
  background: #FFF;
  border-radius: 75px 75px 15px 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.termCondiMob {
  width: 200px;
  font-family: "avenirBold", sans-serif;
  position: relative;
  cursor: pointer;
  z-index: 205;
  top: 40px;
}

.mainMenu {
  list-style-type: none;
  font-family: "avenirBold";
  position: relative;
  /*height:100px;*/
  z-index: 80;
}

.mainMenu li {
  padding: 3px;
  font-size: 19px;
  border-radius: 0 38px 38px 0;
  text-align: center;
  cursor: pointer;
}

/* pop ups*/
#popupGeneral {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
}

.headerLogosPop {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.headerLogosPop div {
  max-width: 500px;
  width: 100%;
  height: 80px;
  background: url("../assets/images/headerLogos.png") no-repeat;
  background-size: 100%;
  background-position: top;
}

#popupGeneral .popup {
  max-width: 650px;
}

#popDad {
  width: 610px;
  height: 100vh;
  background-color: rgba(250, 218, 22, 0.95);
}

#popUpGenericError, #popUpGenericAlert, #popUpShareSelfie, #popUpErrorField, #popUpErrorSend, #popUpSendForm, #popUpConfirmed, #popUpSendParents, #popUpAgreeParents, #popUpNotApprove, #popUpApprove, #popUpLogout, #popUpRemember, #popUpLeave {
  margin: 20px;
}

#popupTitle {
  font-family: "avenirBold", sans-serif;
}

#popupDesc {
  font-family: "avenirDemi", sans-serif;
}

#popUpShareSelfie h3 {
  margin-bottom: 0px !important;
  margin-top: 30px;
}

.modulShare {
  width: 70%;
  margin: 10px auto;
}

#share_image {
  border-radius: 17px;
  background-color: #70509F;
}

#share_link {
  width: 75%;
  margin: 0px;
}

.btnShareFace {
  width: 125px;
  background-color: #FFF;
  color: #3B5998;
  border-radius: 15px;
  padding-left: 10px;
  font-family: "avenirBold", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btnShareFace img {
  width: 30px;
  margin-left: 10px;
}

.btnShareFace:hover {
  background-color: #3B5998;
  color: #FFF;
  -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}

.btnCopy, .socialFace {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.btnCopy {
  background: url("../assets/images/btnCopy.png") no-repeat center;
  background-size: contain;
}

.socialFace {
  background: url("../assets/images/socialFace.png") no-repeat center;
  background-size: contain;
}

.noMargin {margin: 0px;}

.newItems {
  width: 75%;
  min-height: 310px;
  padding: 20px;
  background-color: #FFF;
  border-radius: 17px;
}

.listUnlocked {
  margin-top: 25px;
  margin-bottom: 25px;
}

.itemUnlock {
  width: 33%;
  height: 150px;
}

.leaveAgree {
  font-size: 10px;
  margin-top: 25px;
}

.littleText {
  font-size: 13px;
}

.btnOk {
  width: 60px;
  height: 60px;
  color: #FFF;
  font-family: "avenirBold";
  font-size: 25px;
  border-radius: 50%;
  background-color: #EE4D5E;
}

.btnTrue {
  width: 60px;
  height: 60px;
  background: url("../assets/images/btnTrue.png") no-repeat center;
  background-size: contain;
}

.btnFalse {
  width: 60px;
  height: 60px;
  background: url("../assets/images/btnFalse.png") no-repeat center;
  background-size: contain;
}

.btnSignOff {
  width: 200px;
}

.btnAppruve {
  width: 160px;
  margin: 5px;
}

.or {
  margin: 20px;
  display: block;
  font-family: "avenirBold", sans-serif;
}

#dimmer {
  width: 100%;
  height: 100vh;
  background-color: rgba(249, 218, 22, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 199;
}

.popContainer {
  font-family: "avenirBold";
  font-size: 25px;
  background-color: #FFF;
}

input, textarea, select, fieldset {
  margin-bottom: 1.1rem;
}

input.ng-invalid.ng-touched {
  background-color: #FA787E;
}

input.ng-valid.ng-touched {
  background-color: #AFEFFF;
}

.btn {
	background-color:#fff;
	padding: 5px;
	cursor: pointer;
}

.imgLeft {
  max-width: 32vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url("../assets/images/imgLeft.png") no-repeat;
  background-size: 653px;
  background-position: top right;
  z-index: 1;
}

.imgRight {
  max-width: 32vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  background: url("../assets/images/imgRight.png") no-repeat;
  background-size: 653px;
  background-position: top left;
  z-index: 1;
}

.imgProducts {
  max-width: 340px;
  width: 100%;
  height: 220px;
  background: url("../assets/images/imgProducts/1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 520px;
  right: 70px;
}

.imgCharac1 {
  max-width: 150px;
  width: 100%;
  height: 150px;
  background-image: url("../assets/images/characRandom/1.png");
  top: 264px;
  right: 20px;
}

.imgCharac2 {
  max-width: 110px;
  width: 100%;
  height: 110px;
  background-image: url("../assets/images/characRandom/2.png");
  top: 170px;
  left: -20px;
}

.imgCharac3 {
  max-width: 140px;
  width: 100%;
  height: 140px;
  background-image: url("../assets/images/characRandom/3.png");
  top: 290px;
  left: -20px;
}

.imgCharac4 {
  max-width: 140px;
  width: 100%;
  height: 140px;
  background-image: url("../assets/images/characRandom/4.png");
  top: 495px;
  left: 42px;
}

.imgRandom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
}

.rotateImg{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.headerFixed {
  width: 100%;
  position: relative;
  z-index: 180;
}

.headerLogos {
  width: 100%;
  max-width: 540px;
  height: 80px;
  background: url("../assets/images/headerLogos.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: relative;
}

/* home section */
.logoBg {
  width: 100%;
  height: 445px;
  background: url("../assets/images/home/logoBg.png") no-repeat top;
  background-size: 100%;
  position: absolute;
  top: -60px;
  right: 0px;
  z-index: 10;
}

.paddingTopHome {
  padding-top: 170px;
  position: relative;
  z-index: 11;
}

.imgJourney {
  width: 58%;
  height: 515px;
  background: url("../assets/images/home/journeyBrasil.png") no-repeat center;
  background-size: 99%;
}

.btnSections {
  padding-top: 60px;
}

.btnHome {
  width: 240px;
  height: 82px;
  margin: 0px;
  font-family: "avenirBold", sans-serif;
  font-size: 1.5em;
  cursor: pointer;
}

.btnHome span {
  position: relative;
  left: 77px;
  top: 15px;
}

.goSelfie {
  background: url("../assets/images/home/btnHomeSelfie.png") no-repeat center;
  background-size: 100%;
}

.goScan {
  background: url("../assets/images/home/btnHomeScan.png") no-repeat center;
  background-size: 100%;
}

.goVideos {
  background: url("../assets/images/home/btnHomeVideo.png") no-repeat center;
  background-size: 100%;
}

.goPrizes {
  background: url("../assets/images/home/btnHomePrizes.png") no-repeat center;
  background-size: 100%;
}

.goProducts {
  background: url("../assets/images/home/btnHomeProducts.png") no-repeat center;
  background-size: 100%;
}

/* form */
form {
  margin-bottom: 0px;
}

.formBg {
  width: 100%;
  height: 550px;
  background: url("../assets/images/forms/formBg.png") no-repeat center;
  background-size: 67%;
  position: absolute;
  top: -190px;
  z-index: 1;
}

.formContainer {
  width: 350px;
  background-color: #FFF;
  padding: 25px;
  border-radius: 15px;
  margin-top: 200px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  width: 100%;
  height: 34px;
  border-radius: 25px;
  border: solid 1px #7150A0;
  font-family: "avenirBold", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #757575;
}

select {
  background: url("../assets/images/forms/arrowSelect.png") no-repeat scroll center;
  background-size: 12px;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

.labelDate {
  font-size: 0.78em;
  margin-right: 8px;
  text-align: left;
  font-family: "avenirBold", sans-serif;
}

.link {
  font-family: "avenirBold", sans-serif;
  color: #7150A0;
  cursor: pointer;
}

.btnCyan {
  background-color: #30C3E9;
  border-radius: 15px;
  font-size: 1.2em;
  font-family: "avenirBold", sans-serif;
  border: none;
}

.btnWait {
  width: 50%;
}

.textBold {
  font-size: 1.2em;
  font-family: "avenirBold", sans-serif;
}

.textDemi {
  margin: 0px;
  font-size: 1.2em;
  font-family: "avenirDemi", sans-serif;
}

.marginContainer {
  padding-top: 20px;
}

/* video section */
.title {
  margin-left: 10px;
}

.title h3 {
  margin-bottom: 0px;
  font-family: "avenirBold", sans-serif;
}

.title p {
  margin-bottom: 10px;
}

.iconHeaderVideo {
  width: 70px;
  height: 82px;
  background: url("../assets/images/videos/iconHeaderVideo.png") no-repeat center;
  background-size: 100%;
}

.theVideo {
  width: 100%;
  border-radius: 15px;
}

.buttonsPlayer {
  width: 135px;
  position: relative;
  top: -40px;
}

#btnPlay {
  width: 60px;
  height: 64px;
  background: url("../assets/images/videos/btnPlay.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

#btnPause {
  width: 60px;
  height: 64px;
  margin-left: 15px;
  background: url("../assets/images/videos/btnPause.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.componentCar {
  position: relative;
  top: -30px;
}

.carouselContainer {
  max-width: 480px;
  width: 100%
}

.vidThumb {
  width: 100%;
  height: 163px;
}

.thumb1 {
  background: url("../assets/images/videos/thumb1.png") no-repeat center;
  background-size: 100%;
}

.thumb2 {
  background: url("../assets/images/videos/thumb2.png") no-repeat center;
  background-size: 100%;
}

.thumb3 {
  background: url("../assets/images/videos/thumb3.png") no-repeat center;
  background-size: 100%;
}

.thumb4 {
  background: url("../assets/images/videos/thumb4.png") no-repeat center;
  background-size: 100%;
}

/* prizes section */
.iconHeaderPrizes {
  width: 70px;
  height: 82px;
  background: url("../assets/images/prizes/iconHeaderPrizes.png") no-repeat center;
  background-size: 100%;
}

.journeyBg {
  background: url("../assets/images/prizes/journeyBg.png") no-repeat top;
  background-size: 100%;
  min-height: 582px;
  position: relative;
  bottom: -25px;
}

.txtJourney {
  width: 45%;
  height: 370px;
  background: url("../assets/images/prizes/txtJourney.png") no-repeat center;
  background-size: contain;
  margin-top: 197px;
}

.steps {
  width: 52%;
  margin-top: 320px;
  margin-left: 15px;
}

.steps h5, .stepsMob h5  {
  font-family: "avenirBold", sans-serif;
  margin-bottom: 0px;
  margin-left: 45px;
}

.stepDescrip {
  width: 80%;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 17px;
}

.number {
  width: 40px;
  height: 40px;
  background-color: #EE4D5E;
  border-radius: 50%;
}

.btnLeft, .btnDoubleLeft {
  width: 50px;
  height: 53px;
  background: url("../assets/images/prizes/btnLeft.png") no-repeat center;
  background-size: contain;
}

.btnRight, .btnDoubleRight {
  width: 50px;
  height: 53px;
  background: url("../assets/images/prizes/btnRight.png") no-repeat center;
  background-size: contain;
}

/* terms section */
.iconHeaderTerm {
  width: 70px;
  height: 82px;
  background: url("../assets/images/term/iconHeaderTerm.png") no-repeat center;
  background-size: 100%;
}

.textTermMob {
  margin-bottom: 30px;
  padding: 25px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  font-size: 1.2rem;
  position: relative;
}

.btnGoBackHome {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #EF4D5E;
  font-family: "avenirBold";
  font-size: 13px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 201;
  cursor: pointer;
}

/* products section */
.iconHeaderProducts {
  width: 70px;
  height: 82px;
  background: url("../assets/images/products/iconHeaderProducts.png") no-repeat center;
  background-size: 100%;
}

.theProducts {
  width: 75%;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.txtInfo h4 {
  font-family: "avenirBold", sans-serif;
  margin: 0px;
}

.txtInfo p {
  font-family: "avenirDemi", sans-serif;
  font-size: 1.2em;
}

.slick-slide:focus {
  outline: none;
}

.carProducts .imgProduct {
  width: 100%;
  height: 300px;
}

.product1 {
  background: url("../assets/images/products/product1.png") no-repeat center;
  background-size: contain;
}

.product2 {
  background: url("../assets/images/products/product2.png") no-repeat center;
  background-size: contain;
}

.product3 {
  background: url("../assets/images/products/product3.png") no-repeat center;
  background-size: contain;
}

.product4 {
  background: url("../assets/images/products/product4.png") no-repeat center;
  background-size: contain;
}

.btnPrevProduct {
  width: 50px;
  height: 53px;
  background: url("../assets/images/products/btnLeft.png") no-repeat center;
  background-size: contain;
}

.btnNextProduct {
  width: 50px;
  height: 53px;
  background: url("../assets/images/products/btnRight.png") no-repeat center;
  background-size: contain;
}

.bgProducts {
  width: 100%;
  height: 440px;
  background: url("../assets/images/products/bgProducts.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

/* scan section */
.unlockSection {
  position: relative;
  top: 25px;
}

.imgGrizzly {
  width: 55%;
  height: 610px;
  background: url("../assets/images/scan/grizzly.png") no-repeat center;
  background-size: contain;
}

.imgClarence {
  width: 100%;
  height: 260px;
  background: url("../assets/images/scan/clarence.png") no-repeat center;
  background-size: contain;
}

#btnGoScan {
  width: 272px;
  height: 100px;
  background: url("../assets/images/scan/btnGoScan.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

#btnGoFile {
  width: 272px;
  height: 100px;
  margin-top: 10px;
  background: url("../assets/images/scan/btnGoFile.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

#btnGoCode {
  width: 272px;
  height: 100px;
  margin-top: 10px;
  background: url("../assets/images/scan/btnGoCode.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

#btnGoScan span, #btnGoFile span, #btnGoCode span {
  position: relative;
  left: 92px;
  font-size: 1.5em;
  font-family: "avenirBold", sans-serif;
  color: white;
}

#btnGoScan span, #btnGoFile span {top: 21px;}
#btnGoCode span {top: 6px;}

/* scan stickers */
form.startScan {
  height: 100px;
  background: url("../assets/images/scan/bgStart.png") no-repeat center;
  background-size: contain;
}

input[type="button"].btnStartScan {
  background-color: #30c3e9;
  font-family: "avenirBold", sans-serif;
  font-size: 17px;
  padding: 7px 40px;
  border-radius: 50px;
  color: #FFF;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#videoCapture {
  width: 70%;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
  top: 25px;
  overflow: hidden;
}

#resultContent img {
  width: 70%;
  border-radius: 27px;
}

/* upload sticker */

.iconHeaderUpload {
  width: 70px;
  height: 82px;
  background: url("../assets/images/scan/iconHeaderUpload.png") no-repeat center;
  background-size: 100%;
}

/* inputFile */
.file-field {
  margin-top: 25px;
  position: relative;
  z-index: 10;
}

.btnUpload {
  width: 60%;
  height: 470px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  border: none;
  border-radius: 17px;
  display: inline-block;
  background-image: url("../assets/images/scan/bgUpload.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.file-field input[type=file] {
  width: 100%;
  height: 470px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.bgUploadImg {
  width: 100%;
  height: 560px;
  background: url("../assets/images/scan/bgUploadImg.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -75px;
  z-index: 1;
}

.resulContainer {
  width: 57.705%;
  min-height: 470px;
  color: #FFF;
  text-decoration: none;
  border-radius: 17px;
  position: relative;
  z-index: 10;
  padding: 17px;
}

.bgViolet {background-color: #70509F;}
.bgOrange {background-color: #F36E31;}
.bgMagenta {background-color: #EE4D5D;}

.resulContainer h3 {
  font-family: "avenirBold", sans-serif;
  margin: 0px;
}

.imgRigby {
  width: 170px;
  height: 220px;
  background: url("../assets/images/scan/rigby.png") no-repeat bottom;
  background-size: contain;
}

.btnTryAgain {
  width: 70px;
  height: 70px;
  background: url("../assets/images/scan/btnTryAgain.png") no-repeat center;
  background-size: contain;
}

.padResultCont {
  height: 150px;
}

.imgBorder {
  width: 140px;
  height: 110px;
  background: url("../assets/images/scan/imgBorder.png") no-repeat center;
  background-size: contain;
}

/* input code */
.inCodeCont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.inCodeCont div {
  width: 90%;
  height: 190px;
  background-color: #FFF;
  border-radius: 17px;
}

.inCodeCont div p {
  color: #333;
  font-family: "avenirDemi", sans-serif;
}

.inCodeCont div input {
  width: 85% !important;
  color: white;
  box-shadow: none;
}

.bginCodeCont {
  width: 100%;
  height: 380px;
  background: url("../assets/images/scan/bgCode.png") no-repeat center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 40px;
}

/* profile */
.containCollection, .theUser {
  width: 70%;
}

.containCollection {
  background-color: #FFF;
  border-radius: 17px;
  padding-bottom: 15px;
}

.theUser {
  color: #70509F;
}

#profileStickers, .divider, .carouselSelfies {
  width: 95%;
}

#profileStickers, .carouselSelfies {
  min-height: 190px;
}

#profileStickers img {
  width: 90% !important;
  border-radius: 12px !important;
}

.carouselSelfies::after {
  content: 'Aún no tienes selfies';
  height: 190px;
  width: 100%;
  font-family: "avenirDemi", sans-serif;
  color: #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.carouselSelfies.hidden::after {
  display: none;
}

.divider {
  border-bottom: solid 1px #c7c7c7;
  margin-bottom: 7px;
  padding-top: 7px;
}

.btnSignOff {
  margin-top: 25px;
  margin-bottom: 25px;
}

.stepsMob, .bgStepsMob, .imgJourneyMob, .charactersMob {
  display: none;
}

/* notification header */
#notifHeader {
  min-height: 80px;
  background-color: #EF4D5E;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.notifContainer {
  max-width: 600px;
  width: 100%;
  min-height: 66px;
  background-color: #FFF;
  border-radius: 33px;
}

#notifImg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url("../assets/images/notification/wbb_weekend_1.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.notifText {
  width: 81%;
  margin: 0px 7px;
}

#notiTitle {
  font-size: 1em;
  font-family: "avenirBold", sans-serif;
}

#notiDescr {
  font-size: 13px;
  font-family: "avenirDemi", sans-serif;
  color: #838383;
}

#notiDescr span {
  font-family: "avenirBold", sans-serif;
  color: #70509f;
}

#btnCloseNotif {
  width: 30px;
  height: 30px;
  font-family: "avenirBold", sans-serif;
  color: #FFF;
  border-radius: 50%;
  background-color: #EE4D5E;
  cursor: pointer;
}

.ui-widget.ui-widget-content {
  width: 280px;
  height: 160px;
  background-color: #FFF;
  border: 1px solid #7150a0;
  border-radius: 5px;
  font-family: "avenirDemi", sans-serif;
  font-size: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
}

/* tooltips */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #31C3E9;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 75%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #31C3E9 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Media Queries */
@media (max-width: 1700px) {
  .imgLeft {
    max-width: 28vw;
  }

  .imgRight {
    max-width: 27vw;
  }

  .imgProducts {
    max-width: 310px;
    width: 90%;
    right: 13px;
  }
}

@media (max-width: 1400px) {
  .imgLeft {
    max-width: 23vw;
  }

  .imgRight {
    max-width: 20vw;
  }

  .imgProducts {
    max-width: 310px;
    width: 85%;
    height: 168px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .imgRight {
    max-width: 18vw;
  }

  .imgProducts {
    width: 95%;
    height: 148px;
  }

  .mainContainer {
    max-width: 520px;
  }

  .logoBg {
    top: 0px;
    width: 70%;
    right: 13%;
  }

  .carouselContainer {
    max-width: 390px;
  }

  .vidThumb {
    height: 135px;
  }

  .journeyBg {
    height: 604px;
  }

  .formBg {
    background-size: contain;
  }
  #game-canvas {
    width: 93%;
    height: 800px;
  }
  .imgJourney {
    background-size: contain;
  }
}

@media (max-width: 1023px) {
  .resize.floatRight {
    float: right !important;
  }
}

@media (max-width: 900px) {
  #transitionShape {
    overflow: hidden;
  }
  #transitionShape svg {
    width: 220%;
    height: 120vh;
    left: -56%;
    position: relative;
  }

  .headerMenuLogo {
    background-size: contain;
    background-position: top;
  }

  .optionClose {
    right: -16px;
  }

  #btnBack {
    display: none;
  }

  .btnMenu {
    right: 5px;
  }

  #myAvatar {
    right: 55px;
  }

  .onlyMob {
    display: block;
    position: relative;
    z-index: 200;
  }

  .imgProducts {
    top: 0px;
    height: 100px;
    width: 100%;
  }

  .mainContainer {
    max-width: none;
  }

  #bgLoading {
    height: 100vh;
  }

  .headerLogos {
    height: 85px;
    background-size: 98%;
    background-position: -50px 0px;
  }

  .imgRight, .imgLeft, .journeyBg, .termCondi {
    display: none;
  }

  #sectionContainer {
    padding: 10px;
  }

  .textDemi, .textBold {
    font-size: 1em;
  }

  .iconHeaderVideo, .iconHeaderPrizes {
    width: 60px;
    height: 70px;
  }

  .carouselContainer {
    max-width: 160px;
  }
  .vidThumb {
    height: 160px;
  }

  .imgJourneyMob {
    display: block;
    width: 100%;
    height: 500px;
    background: url("../assets/images/home/journeyBrasil.png") no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 10;
  }

  .stepsMob {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 25px;
    display: block;
    position: relative;
    z-index: 10;
  }

  .bgStepsMob {
    display: block;
    width: 100%;
    height: 400px;
    background: url("../assets/images/prizes/bgStepsMob.png") no-repeat top;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }

  .carouselStepsMob {
    width: 94.7vw;
  }

  .formContainer {
    width: 80%;
    max-width: 350px;
  }

  .txtInfo h4 {
    font-size: 2rem;
  }

  .txtInfo p {
    font-size: 1em;
  }

  .textTermMob {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }

  .unlockSection, #loadingUnlock, #resultGoodUnlock, #resultGoodUnlock, #scanner, #fileUpload, #codeInput {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .unlockSection {
    top: 0px;
  }

  .imgGrizzly {
    height: 430px;
  }

  #btnGoScan, #btnGoFile, #btnGoCode {
    width: 180px;
    height: 67px;
  }

  #btnGoScan span, #btnGoFile span, #btnGoCode span {
    font-size: 1.1em;
    left: 65px;
    top: 12px;
  }

  .inCodeCont div {
    width: 100%;
  }

  #game-canvas {
    width: 65%;
    height: 104vw;
  }

  .formBg {
    width: 95%;
    top: 30px;
  }

  #videoCapture {
    width: 84%;
    margin: 0px;
  }

  .resulContainer, .btnUpload {
    width: 90%;
    margin: 0 auto;
  }

  #goBackScanHome {
    margin: 0 auto;
    width: 105px;
    height: 25px;
    border-radius: 15px;
    color: #fff;
    background-color: #EF4D5E;
    position: relative;
    font-family: "avenirBold";
    z-index: 201;
    top: 10px;
    cursor: pointer;
  }

  #popDad {
    width: 100%;
  }
  .newItems {
    width: 80%;
  }

  .theProducts {
    width: 95%;
  }
  .marginContainer {
    padding-top: 70px;
  }

  #selfieApp {
    width: 98%;
  }
  .contentForced {
    max-width: 600px !important;
    margin: 0 auto;
  }

  .btnGoBackHome {
    width: 30px;
    height: 30px;
    top: -35px;
  }
}

@media (max-width: 750px) {
  #bgLoading object {
    width: 730px;
  }
  .imgJourney {
    display: none;
  }

  .btnSections {
    padding-top: 0px;
  }

  #notifHeader {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0px 5px 5px;
  }

  .notifContainer {
    width: 97%;
    max-width: none;
    border-radius: 33px 0px 0px 33px;
  }

  #notiDescr {
    font-size: 11px;
  }

  .notifText {
    width: 64vw;
  }

  .containCollection, .theUser {
    width: 100%;
  }

  .charactersMob {
    width: 34%;
    height: 435px;
    background: url("../assets/images/home/charactersMob.png") no-repeat top right;
    background-size: cover;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 10;
    display: block;
  }

  .paddingTopHome {
    -webkit-box-pack: end;
       -ms-flex-pack: end;
     justify-content: flex-end;
  }
}

@media (max-width: 610px) {
  #mainMenuBar {
    height: auto;
  }
  .btnMenuMob {
    max-width: 290px;
    width: 100%;
    height: 81px;
    margin-left: 0px;
    position: relative;
    right: 0px;
    float: right;
  }
  .btnGoHome, .btnPerfil, .btnSelfie, .btnScan, .btnVideos, .btnPrizes, .btnProducts, .btnTerms {
    background-size: cover;
  }
}

@media (max-width: 400px) {
  .headerMenuLogo {
    height: 60px;
  }
  #selfieApp {
    width: 100%;
    height: 560px;
    overflow: hidden;
  }
  #game-canvas {
    width: 95%;
    height: 600px;
  }

  .headerLogos {
    height: 65px;
  }

  .logoBg {
    width: 100%;
    right: 0px;
    background-size: 110%;
  }

  .file-field {
    margin-top: 0px;
  }

  .marginContainer {
    padding-top: 0px;
  }

  .formBg {
    height: 480px;
    top: 10px;
  }

  .formContainer {
    margin-top: 160px;
  }

  .contentForced {
    max-width: 350px !important;
  }
}

@media all and (orientation: portrait) {}
