* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

:active,
:focus {
    outline: none;
}

img {
    -o-object-fit: contain;
       object-fit: contain;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

html {
    scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
h4,
h5
p {
    margin: 0;
    padding: 0;
}

h2 {
	font-size: 26px;
	font-weight: 700;
}

h1 span {
	text-transform: uppercase;
	font-weight: 500;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}


body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1;
    overflow-x: hidden;
    color: #fff;
	background-color: black;
    /* background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)),url(../img/bg.jpg) no-repeat top center / contain, #000; */
}

.content {
    position: relative;
    max-width: 900px;
    margin: auto;
}

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 30px;
}

.logo-container,
.space-header {
	width: 150px;
}

.logo-header {
  height: 40px;
}

.title-header {
  padding-top: 2vw;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.title-header span {
  font-size: 24px;
  font-weight: 300;
}

/* TOP */
.section-top {
	background: rgba(0,0,0,0.8);
	border-radius: 15px;
	/* margin-bottom: 15vw; */
}

/* FORM */
.form-col,
.info-col {
	padding: 20px 25px;
	/* width: 50%; */
}

.form-col1 {
	padding: 20px 25px;
	width: 70%;
}


.form-col h1,
.form-col h2,
.form-col1 h1 {
	text-transform: uppercase;
}

.info-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;
}

.create {
	font-size: 16px;
	padding: 15px 0 20px;
}

.input-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

::-webkit-input-placeholder {
	font-size: 1rem;
	color: #d0d0d0;
	line-height: 1;
}

::-moz-placeholder {
	font-size: 1rem;
	color: #d0d0d0;
	line-height: 1;
}

:-ms-input-placeholder {
	font-size: 1rem;
	color: #d0d0d0;
	line-height: 1;
}

::-ms-input-placeholder {
	font-size: 1rem;
	color: #d0d0d0;
	line-height: 1;
}

::placeholder {
	font-size: 1rem;
	color: #d0d0d0;
	line-height: 1;
}

input:not([type=checkbox]),
select,
button {
	font-family: 'Lato', sans-serif;
	height: 50px!important;
	border: none;
	border-radius: 6px;
	margin-bottom: 0px;
}

input:not([type=checkbox]),
select {
	font-size: 20px;
	text-indent: 10px;
	padding-bottom: 4px;
}

input#email,
.step1 button {
	height: 60px;
}

input#email {
	text-indent: 55px;
	background: url(../img/email.svg) no-repeat left 15px center, #fff;
}

input#pass {
	text-indent: 55px;
	background: url(../img/pass.svg) no-repeat left 15px center, #fff;
}
button {
	position: relative;
	background: #0085FF;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 2px;
	cursor: pointer;
}

/* button img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
} */
#continuar:hover {
    background-color: #2597ff;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#continuar:hover img {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#continuar:hover span {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.step1-form-disclaimer {
	font-weight: 300;
    font-size: 11px;
    opacity: 0.7;
}

.step2 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	
}

.step2-form-row {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.step2-form-col, .step2-form-col1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 48%
}

.step2 input:not([type=checkbox]),
.step2 select {
	margin-top: 0px;
}

.step2 button {
	margin-top: 10px;
}

.cvv-disclaimer {
	padding-top: 20px;
	line-height: 1.2;
}

.accept-terms-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.disclaimer-wrapper {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 30px
}

.disclaimer-wrapper h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	opacity: 1;
}

.disclaimer-wrapper > div {
	opacity: 0.7;
}
/* FORM */

.sticker {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 100px;
	max-height: 170px;
	background: url(../img/sticker.svg) no-repeat bottom / cover;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	margin-right: 25px;
	margin-bottom: 40px;
	padding: 2px 0 25px;
}

.sticker hr {
	width: 100%;
	height: 1px;
	background-color: #fff;
	border: none;
}

.only {
	font-weight: 300;
    font-size: 20px;
	text-transform: uppercase;
}

.charged {
	font-size: 16px;
	line-height: 1.4;
	padding: 15px 0 30px;
}

.info-header {
	text-transform: uppercase
}

.info-header h2 span {
	padding: 4px;
	font-weight: 400;
}

.features {
	padding-top: 10px;
}

.feature {
	position: relative;
	font-size: 16px;
	padding: 5px 0 5px 25px;
}

.feature:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url(../img/button.png) no-repeat center / contain;
}

.price {
	position: relative;
}

.currency {
	position: absolute;
	left: -10px;;
	top: 0;
	font-weight: bold;
    font-size: 25px;
}

.zero {
	font-weight: bold;
    font-size: 85px;
    line-height: 1;
}

.step-progress-wrapper {
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.step-progress {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 150px;
	text-align: center;
}

.step-number {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 10px;
	border-radius: 6px;
	background: #fff;
	color: #0085ff;
	font-size: 18px;
	font-weight: bold;
}

.step-progress.active .step-number {
	background: #0085ff;
	color: #fff;
}

.step-progress-wrapper:before {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 0;
	margin: auto;
    content: '';
    width: 85%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#0085FF), to(#FFF));
    background: -o-linear-gradient(right, #0085FF 0%, #FFF 100%);
    background: linear-gradient(-90deg, #0085FF 0%, #FFF 100%);
}

.step1 .step-progress-wrapper:before {
	background: -webkit-gradient(linear, left top, right top, from(#0085FF), to(#FFF));
	background: -o-linear-gradient(left, #0085FF 0%, #FFF 100%);
	background: linear-gradient(90deg, #0085FF 0%, #FFF 100%);
}

.step2 .step-progress-wrapper:before {
	background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(50%, #0085FF), to(#FFF));
	background: -o-linear-gradient(left, #FFF 0%, #0085FF 50%, #FFF 100%);
	background: linear-gradient(90deg, #FFF 0%, #0085FF 50%, #FFF 100%);
}

.form-disclaimer p {
	font-weight: 300;
	font-size: 12px;
	opacity: 0.7;
	padding-top: 10px;
	line-height: 1.4;
	margin: 0;
}

.form-disclaimer h3 {
	font-size: 16px;
	font-weight: 500;
}

.overview-wrapper {
	margin-top: 15px;
}

.overview-title-wrapper{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	margin-bottom: 10px;
}

.membership-wrapper {
	font-size: 20px;
	font-weight: bold;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 6px;
}

.membership {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.overview-table-row {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
}

.final-step {
	width: 100%;
	min-height: 200px;
}

.final-step .form-col, .form-col1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	text-align: center;
}

.button-wrapper {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.final-step button {
	width: 100px;
	height: 30px;
	margin: 20px 10px 10px;
}

.final-step .info-col {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/* TOP */

/* MOVIES */
.section-movies {
	position: relative;
	margin-top: 60px;
}

.our-picks {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.picks {
    padding: 6px 20px;
    background: #0085FF;
    border-radius: 10px 10px 0px 0px;
    margin-right: 20px;
    font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
}

.block {
	background: rgba(0,0,0,0.8);
	border-radius: 15px;
	margin-bottom: 20px;
	min-height: 300px;
}

.img-col,
.text-col {
	position: relative;
	width: 50%;
}

.text-col {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 20px 30px 20px;
}

.lebron-block .text-col {
	padding-right: 0;
}

.cover {
	margin-right: 20px;
}

.movie-title {
	font-weight: bold;
    font-size: 20px;
}

.movie-text {
	font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
}

.img-col.messi {
	border-radius: 15px 0 0 15px;
	background: url(../img/bg-messi.html) no-repeat right center / cover;
}

.img-col.lebron {
	border-radius: 0 15px 15px 0;
	background: url(../img/bg-lebron.html) no-repeat left center / cover;
}

.img-col.ali {
	border-radius: 15px 0 0 15px;
	background: url(../img/bg-ali.html) no-repeat right center / cover;
}

.img-col.messi:before {
	position: absolute;
    left: -70px;
    bottom: 0;
	content: '';
	width: 120%;
	height: calc(100% + 40px);
	background: url(../img/messi.html) no-repeat left bottom / contain;
}

.img-col.lebron:before {
	position: absolute;
    right: 20px;
    bottom: 0;
	content: '';
	width: 120%;
	height: calc(100% + 30px);
	background: url(../img/lebron.png) no-repeat right bottom / contain;
}

.img-col.ali:before {
	position: absolute;
    left: 20px;
    bottom: 0;
	content: '';
	width: 120%;
	height: calc(100% + 30px);
	background: url(../img/ali.png) no-repeat left bottom / contain;
}
/* MOVIES */

/* FOOTER */
footer {
	/* max-width: 900px; */
	margin: 80px auto 30px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
}

footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

footer .col-12.col-md-3.mb-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
    text-align: justify;
    padding: 20px;
}

footer strong {
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

footer a {
	color: #fff;
}
/* FOOTER */

/* MEDIA QUERIES */
@media (max-width: 1199px) {
	header {
		padding: 10px 15px 25px;
	}
	.logo-container,
	.space-header {
		width: 110px;
	}
   .logo-header {
   	    height: 30px;
   }
   .title-header {
   	    font-size: 26px;
   	    padding: 5px 10px 0;
   }
}

@media (max-width: 991px) {
	.content {
		padding: 0 15px;
		overflow-x: hidden;
	}
	.logo-container,
	.space-header {
		width: 90px;
	}
   .logo-header {
   	    height: 25px;
   }
   .title-header {
   	    font-size: 22px;
   }
   .movie-title,
   .movie-text{
       padding-right: 15px;
   }
   footer {
   	   width: 100%;
   	   padding: 0 15px;
   	   margin: 0 auto 15px;
   }
}

@media (min-width: 768px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.desktop {
		display: none;
	}
	body {
		background: url(../img/bg2.png) no-repeat top center / contain, #000;
	}
	.form-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.form-col,
	.info-col {
		width: 100%;
	}
	.form-col1 {
		width: 100%;
	}
    .img-col {
    	width: 40%;
    }
    .text-col {
    	width: 60%;
    }
    .img-col.messi:before {
		left: unset;
		right: -10px;
		width: 140%;
		height: 100%;
		background: url(../img/messi.html) no-repeat left bottom / contain;
	}
    .img-col.lebron:before {
    	right: unset;
		left: 20px;
		width: 100%;
		height: 95%;
		background: url(../img/lebron.png) no-repeat right bottom / contain;
	}
	.img-col.ali:before {
		left: unset;
		right: 0;
		width: 90%;
		height: 100%;
		background: url(../img/ali.png) no-repeat left bottom / contain;
	}
	.section-movies {
		margin-top: 240px;
	}
	.section-movies:before {
		content: '';
		position: absolute;
		top: -320px;
		left: -15px;
		width: 100vw;
		height: 90%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))), url(../img/bg.jpg) no-repeat top / contain;
		background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0)), url(../img/bg.jpg) no-repeat top / contain;
		background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)), url(../img/bg.jpg) no-repeat top / contain;
		z-index: -1;
	}
}

@media (max-width: 599px) {
	header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
    .title-header {
    	padding-top: 10px;
    }
	.space-header {
		display: none;
	}
	.content {
		padding: 0;
	}
	.section-top {
		margin-top: 20vw;
	
	}
	.section-movies:before {
        left: 0;
	}
    .block {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
		min-height: unset;
    	padding-bottom: 30px;
    }
	.messi-block {
    	position: relative;
    }
    .messi-block:before {
    	position: absolute;
		left: 30px;
		bottom: 100%;
		content: '';
		width: 100%;
		height: 240px;
		background: url(../img/messi.html) no-repeat left bottom / contain;
    }
    .lebron-block {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: column-reverse;
    	        flex-direction: column-reverse;
    }
    .img-col,
    .text-col {
    	width: 100%;
    }
    .img-col {
        height: 50vw;
    }
    .img-col.messi {
    	display: none;
    }
    .img-col.messi,
    .img-col.lebron,
    .img-col.ali {
    	border-radius: 0;
    }
}

@media (max-width: 480px) {
	body {
		background: url(../img/bg2.png) no-repeat top 10vw center / contain, #000;
	}
	.logo-header {
		height: 20px;
	}
	.title-header {
    	font-size: 20px;
    }
    .title-header span {
    	font-size: 18px;
    	line-height: 1.4;
    }
    h2 {
    	font-size: 18px;
    }
    .charged {
        font-size: 15px;
    }
	.cover {
		width: 80px;
	}
	.sticker {
		min-width: 70px;
		max-height: 120px;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		margin-right: 15px;
	}
	.only {
		font-size: 18px;
	}
	.currency {
		font-size: 18px;
	}
	.zero {
		font-size: 60px;
	}
	.step-progress {
		max-width: 60px;
	}
	.picks {
		font-size: 16px;
	}
	input:not([type=checkbox]),
	select {
		font-size: 14px;
		padding-top: 6px;
	}
	::placeholder {
		font-size: 14px;
	}
	button {
		font-size: 20px;
	}
}

@media (max-width: 374px) {
	.cover {
		margin-right: 15px;
	}
	.text-col {
		padding-left: 15px;
	}
	.step-progress-wrapper:before {
		width: 80%;
	}
}
/* MEDIA QUERIES */

/* GEO */
.lang-pt .step-progress-wrapper:before {
	left: 25px;
}

.lang-it .step-progress-wrapper:before {
	left: 40px;
}

.lang-fr .step-progress-wrapper:before {
	left: 5px;
	width: 83%;
}

.lang-fr .only {
	font-size: 16px;
	padding-top: 2px;
}

@media (max-width: 480px) {
	.section-top {
		margin-top: 5vw;
	}
	.step-progress-wrapper {
		margin-top: 10px;
	}
	.lang-nl .only {
		font-size: 14px;
	}
	.lang-pt .only {
		font-size: 16px;
	}
	.lang-ja .only {
		font-size: 15px;
	}
	.lang-fr .only {
		font-size: 11px;
		padding-top: 2px;
	}
	.lang-de button {
		font-size: 18px;
	}
	.lang-de button img {
		display: none;
	}
	button img {
		width: 30px;
	}
	.feature {
		font-size: 14px;
	}
	.form-col h1, .form-col h2, .form-col1 h1 {
		font-size: 20px;
	}
}

@media(max-width: 374px) {
	button {
		font-size: 18px;
	}
	.lang-de button {
		font-size: 16px;
	}
	button img {
		width: 24px;
	}
	.lang-de button img,
	.lang-nl button img,
	.lang-es button img {
		display: none
	}
}