


* {
  padding: 0;
  margin: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }


html, body, #app { height: 100%; }

body {
	background: url('../images/bg.jpg') no-repeat center top #000;
	background-size: cover;
	background-attachment: fixed;
}

body{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none
}


/* =================== GERAL =================== */
.container {
	min-height: 100%;
	width: 100%;
	padding: 27px 0 173px;
	position: relative;
	background: url('../images/neblina.png') repeat-x;
	background-size: cover;
	animation: animationMist 70s infinite;

}

@keyframes animationMist {
  from { background-position: 0 center; }
  to { background-position: -1564px center; }
}


@media ( min-width: 800px ) {
	.container { padding: 60px 0 100px; }
}
.container:before, .container:after {
	display: none;
	height: 1px;
	position: absolute;
	left: 147px;
	right: 147px;
	content: '';
	z-index: 9;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31b7c3+0,298b95+20,31b7c3+39,298b95+62,31b7c3+80,298b95+100 */
	background: rgb(49,183,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(49,183,195,1) 0%, rgba(41,139,149,1) 20%, rgba(49,183,195,1) 39%, rgba(41,139,149,1) 62%, rgba(49,183,195,1) 80%, rgba(41,139,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(49,183,195,1) 0%,rgba(41,139,149,1) 20%,rgba(49,183,195,1) 39%,rgba(41,139,149,1) 62%,rgba(49,183,195,1) 80%,rgba(41,139,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(49,183,195,1) 0%,rgba(41,139,149,1) 20%,rgba(49,183,195,1) 39%,rgba(41,139,149,1) 62%,rgba(49,183,195,1) 80%,rgba(41,139,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b7c3', endColorstr='#298b95',GradientType=1 ); /* IE6-9 */

}
.container:before { top: 33px; }
.container:after { bottom: 75px; }
.container__brd-l, .container__brd-r {
	display: none;
	width: 1px;
	position: absolute;
	top: 166px;
	bottom: 220px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31b7c3+0,298b95+20,31b7c3+39,298b95+62,31b7c3+80,298b95+100 */
	background: rgb(49,183,195); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(49,183,195,1) 0%, rgba(41,139,149,1) 20%, rgba(49,183,195,1) 39%, rgba(41,139,149,1) 62%, rgba(49,183,195,1) 80%, rgba(41,139,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(49,183,195,1) 0%,rgba(41,139,149,1) 20%,rgba(49,183,195,1) 39%,rgba(41,139,149,1) 62%,rgba(49,183,195,1) 80%,rgba(41,139,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(49,183,195,1) 0%,rgba(41,139,149,1) 20%,rgba(49,183,195,1) 39%,rgba(41,139,149,1) 62%,rgba(49,183,195,1) 80%,rgba(41,139,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b7c3', endColorstr='#298b95',GradientType=0 ); /* IE6-9 */
}
.container__brd-l { left: 33px; }
.container__brd-r { right: 32px; }
@media ( min-width: 800px ) {
	.container:before, .container:after,
	.container__brd-l, .container__brd-r { display: block; }
}


.detail-brd-c-t-l, .detail-brd-c-t-r,
.detail-brd-c-b-l, .detail-brd-c-b-r  {
	width: 57px;
	position: absolute;
}

.detail-brd-c-t-l, .detail-brd-c-t-r { top: 27px; }
.detail-brd-c-b-l, .detail-brd-c-b-r { bottom: 109px; }
.detail-brd-c-t-l, .detail-brd-c-b-l { left: 16px; }
.detail-brd-c-t-r, .detail-brd-c-b-r { right: 16px; }

@media ( min-width: 800px ) {
	.detail-brd-c-t-l, .detail-brd-c-t-r,
	.detail-brd-c-b-l, .detail-brd-c-b-r  { width: auto; }

	.detail-brd-c-t-l, .detail-brd-c-t-r { top: 31px; }
	.detail-brd-c-b-l, .detail-brd-c-b-r { bottom: 72px; }
	.detail-brd-c-t-l, .detail-brd-c-b-l { left: 31px; }
	.detail-brd-c-t-r, .detail-brd-c-b-r { right: 31px; }
}

/* ============================================= */

.container__logo-btn__btn {
	display: block;
	max-width: 319px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.btn-assine{
	transition: all .4s ease-in-out;  
}
.btn-assine:hover{
	transform: scale(1.1);
	transition: all .2s ease-in-out;  
}


/* =================== GERAL =================== */
.video{
    max-width: 90%;
    padding-top: 56%;
    margin: 0 auto 23px auto;

	display: block;
	position: relative;
	z-index: 1;
}

@media(min-width: 768px) {
	.video{
	    max-width: 70%;
	    padding-top: 42%;
	}
}


@media(min-width: 1280px) {
	.video{
	    max-width: 70%;
	    padding-top: 29%;
	}
}


.video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* =================== INTRO =================== */

img{
	display: block;
	margin: 0 auto;
}
.logo{
	max-width: 380px;
	padding: 0 20px;
	margin-bottom: 40px;
	max-width: 280px;
}
 
@media(min-width: 768px){
	.logo-globoplay{
		max-width: 380px;
	}
}

.logo-globoplay{
	max-width: 280px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 20px;
}

@media(min-width: 768px){
	.logo-globoplay{
		max-width: 380px;
	}

}

.container__logo-btn__btn {
	display: block;
	max-width: 319px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.container__logo-btn__btn img{
	transition: all .4s ease-in-out;  
}
.container__logo-btn__btn img:hover{
	transform: scale(1.1);
	transition: all .2s ease-in-out;  
}

.container-chars {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

/* =================== INTERNS =================== */
.container__intern {
	max-width: 550px;
	margin: 0 auto;
	padding: 0 10px;
}

.step-all {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 35px;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.step-all .logo-globoplay { max-width: 296px; margin-bottom: 28px; }
.step-all .logo { max-width: 312px; width: 66%; }

.txt-description {
	font-size: 14px;
	text-align: center;
}
@media ( min-width: 540px ) {
	.txt-description { font-size: 17px; }
}

.btn {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 11px 11px;
	border: 0;
	border-bottom: 2px solid #2F6369;
	background: transparent;
	cursor: pointer;
}

.btn.-icon-plus {
	padding-left: 26px;
	background: url('../images/icons/icon-plus.png') no-repeat left top;
}

.btn.-icon-reload {
	padding-left: 33px;
	background: url('../images/icons/icon-reload.png') no-repeat left top;
}

/* =================== STEP 1 =================== */
.step1 {
	width: 100%;
	padding-top: 22px;
	position: absolute;
	left: 50%;
	top: 35px;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	background: url('../images/neblina.png') repeat-x;
	background-size: cover;
	animation: animationMist 70s infinite;
}

@keyframes animationMist {
  from { background-position: 0 center; }
  to { background-position: -1564px center; }
}

/* =================== STEP 2 =================== */
.step2 { padding-bottom: 52px; padding-top: 27px; }
.tt-step2 {
	font-size: 29px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 42px;
	margin-bottom: 20px;
}
@media ( min-width: 540px ) {
	.tt-step2 { font-size: 42px; }
}
.txt-step2 .break, .txt-step3 .break { display: block; }
.question-step2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 23px 0 36px;
}
@media ( min-width: 540px ) {
	.question-step2 { font-size: 21px; }
}
.list-theme {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 91px;
}
.list-theme .item { width: 50%; text-align: center; }
@media ( min-width: 476px ) {
	.list-theme .item { width: 33.33%; }
}
.btn-theme {
	display: inline-block;
	position: relative;
	border: 0;
	background: url('../images/frame.png') no-repeat center center transparent;
	cursor: pointer;
}
.txt-theme {
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.frame-hover { visibility: hidden; }
.btn-theme:hover .txt-theme { color: #253031; }
.btn-theme:hover .frame-hover { visibility: visible; }

/* =================== STEP 3 =================== */
.step3 { padding-bottom: 49px; padding-top: 27px; }
.container__intern-step3 {
	max-width: 643px;
	margin: 0 auto;
}

.papiro {
	padding: 0 18px;
	margin: 100px 0;
	position: relative;
	background: #000607;
}
@media ( min-width: 470px ) {
	.papiro { padding: 0 60px; }
}
.papiro-top, .papiro-bot { position: absolute; left: 0; }
.papiro-top { bottom: 100%; }
.papiro-bot { top: 100%; }

.tt-step3 {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin: 24px 0 8px;
}
@media ( min-width: 470px ) {
	.tt-step3 { font-size: 35px; }
}

.list-questions { margin-bottom: 26px; }
.list-questions .item {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	color: #3E828B;
	padding: 16px 10px 16px 65px;
	margin-bottom: 21px;
	border: 1px solid #3E828B;
	border-radius: 3px;
	background: url('../images/icons/icon-check.png') no-repeat 16px center #0C1416;
	cursor: pointer;
}
.list-questions .item:hover {
	background: url('../images/icons/icon-check-active.png') no-repeat 16px center #fff;
}
@media ( min-width: 540px ) {
	.list-questions .item { padding: 25px 25px 25px 65px; }
}

.btn-back {
	display: inline-block;
	font-size: 16px;
	line-height: 0;
	color: #fff;
	padding: 23px 58px 23px 71px;
	background: url('../images/icons/icon-arrow-left.png') no-repeat 13px center #27858D;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
}

/* =================== STEP 4 =================== */
.step4 { padding-bottom: 86px; padding-top: 27px; }
.step4__tt-result {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 14px;
}
.step4__tt-result .break { display: none; }
@media ( min-width: 398px) {
	.step4__tt-result .break { display: block; }
}
@media ( min-width: 540px) {
	.step4__tt-result { font-size: 30px; }
	
}

.step4 .txt-description { margin-bottom: 32px; }

.mosaic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -11px 45px;
}

.mosaic .col-mosaic {
	width: 33.33%;
	padding-right: 11px;
	padding-left: 11px;
}
.mosaic .col-mosaic:nth-child(3) { display: none; }

.mosaic .col-mosaic img {
	transform: translateY(70px);
	cursor: pointer;
}

.mosaic .col-mosaic img:hover {
	transform: rotate(5deg) !important;
	transition: .3s;
}

.btn-share {
	max-width: 350px;
	font-size: 23px;
	line-height: 0;
	padding: 36px 6px 36px 134px;
	margin-top: 26px;
	position: relative;
	background: url('../images/btn-share.png') no-repeat center center;
	background-size: contain;
}
.btn-share__facebook, .btn-share__twitter, .btn-share__whatsapp {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
}
.btn-share__facebook { left: 21px; }
.btn-share__twitter { left: 68px; }
.btn-share__whatsapp { left: 115px; }

.btn-share-modal {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 0;
	padding: 22px 23px 22px 104px;
	position: relative;
	border: 2px solid #2D5F65;
	border-radius: 3px;
}

.btn-share-modal .btn-share-modal__face,
.btn-share-modal .btn-share-modal__twitter,
.btn-share-modal .btn-share-modal__whatsapp {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.btn-share-modal .btn-share-modal__face { left: 10px; }
.btn-share-modal .btn-share-modal__twitter { left: 41px; }
.btn-share-modal .btn-share-modal__whatsapp { left: 71px; }

/* =================== COPYRIGHT =================== */
.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    color: #B7B7B7;
    padding: 15px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #151515;
}
.copyright p { width: 100%; }
@media ( min-width: 756px ) {
	.copyright {
		text-align: unset;
		padding: 15px 50px;
	}

	.copyright p { width: auto; }
}


.copyright .links a { display: inline-block; padding: 0 10px; }

/* ------------------------------ */
/* Modal */
/* ------------------------------ */

.modal {
	width: 100vw;
	height: 100vh;
	background: rgba(76, 76, 76, .7);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2000;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translate(0, -100%);
	transition: opacity 0.9s ease-in, transform 0.05s ease 1s;	
}

.modal.modal-como-jogar { background: rgba(0, 0, 0, .9); }

.modal.is-visible  {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 0.9s ease-out, transform 0.05s ease;
}

.modal__panel {
	width: 308px;
	margin: 0 auto;
	padding: 113px 31px 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background: #000607;
	transition: all .5s linear;
}
@media( min-width: 622px ){
	.modal__panel{
		width: 100%;
		max-width: 563px;
		padding: 29px 59px 54px 259px;
	}
}

.modal.is-visible .modal__panel {
	opacity: 1;
	transition: all .5s linear .7s;
}

.modal__panel__papiro-top, .modal__panel__papiro-bot { position: absolute; left: 0; }
.modal__panel__papiro-top { bottom: 100%; }
.modal__panel__papiro-bot { top: 100%; }

.modal__panel__card {
	width: 120px;
	position: absolute;
	left: 50%;
	top: 0;
	-moz-transform: translate(-50%, -50%) rotate(5deg);
	-webkit-transform: translate(-50%, -50%) rotate(5deg);
	-o-transform: translate(-50%, -50%) rotate(5deg);
	-ms-transform: translate(-50%, -50%) rotate(5deg);
	transform: translate(-50%, -50%) rotate(5deg);
}
@media( min-width: 622px ){
	.modal__panel__card {
		width: auto;
		left: -10px;
		top: 50%;
		-moz-transform: translate(0, -50%) rotate(5deg);
		-webkit-transform: translate(0, -50%) rotate(5deg);
		-o-transform: translate(0, -50%) rotate(5deg);
		-ms-transform: translate(0, -50%) rotate(5deg);
		transform: translate(0, -50%) rotate(5deg);
	}
}

.modal__panel__tt {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
@media( min-width: 622px ){
	.modal__panel__tt { font-size: 30px; margin-bottom: 13px; }
}

.modal__panel__subtt {
	font-size: 14px;
	text-transform: uppercase;
	color: #f1cea2;
	margin-bottom: 6px;
}
@media( min-width: 622px ){
	.modal__panel__subtt { font-size: 20px; margin-bottom: 18px; }
}

.modal__panel__desc {
	font-size: 13px;
	margin-bottom: 10px;
}
@media( min-width: 622px ){
	.modal__panel__desc { font-size: 18px; margin-bottom: 20px; }
}


.modal__panel__btn {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 2px;
	padding: 6px 58px 9px 58px;
	margin-bottom: 16px;
	position: relative;
	border: 2px solid #fff;
	border-radius: 3px;
}
.modal__panel__btn__logo {
	width: 74px;
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
}

.modal__fechar {
	width: 25px;
    height: 24px;
    position: absolute;
    top: -48px;
    right: 0;
    border: 0px;
    cursor: pointer;
    z-index: 100;
    background: url('../images/icons/icon-close.png') no-repeat center center;
    background-size: contain;
}


.modal-como-jogar .modal__panel {
	width: 100%;
	max-width: 520px;
	padding: 0;
	background: transparent;
}

.modal-como-jogar .modal__fechar { width: 4%; top: 0; right: 7px; }
@media ( min-width: 444px ) {
	.modal-como-jogar .modal__fechar { width: 25px; }
}

/* =================== UTILITIES =================== */
.txt-center { text-align: center; }

.center-block { margin-left: auto; margin-right: auto; }

.ff-bold { font-family: 'GlobotipoTexto-Bold'; }
.ff-black { font-family: 'globotipo_textoblack'; }

.fs-10 { font-size: 10px; }

.mrg-b-0 { margin-bottom: 0; }
.mrg-b-12 { margin-bottom: 12px; }

button { outline: none; }