@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
#video {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	z-index: -100;
	height: 100%;
	width: 100%;
	max-width: 480px;
	object-fit: cover;
}

.video_init{

	top: -15%;

}
audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

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

body {
	margin: 0;
}

/* html,body {
	overflow: hidden !important;
} */

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 0.0625rem dotted;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C""\201D""\2018""\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}
:root {
	--main-color: #FF5A00;
	--main-grey-color: #2B2B2B;
}
svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 0.0625rem solid #c0c0c0;
	margin: 0 0.125rem;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Main blocks ***/

html,
body,
form,
.step {
	height: 100%;
	width: 100%;
	/* font-family: 'Poppins', sans-serif; */
	font-family:'Inter';
}


body {
	/* position: relative; */
	font-weight: 400;
	color: #1a1a1a;
	background-color: #fff;
	-webkit-transition: background-color .1s ease-out 1s;
	-moz-transition: background-color .1s ease-out 1s;
	-o-transition: background-color .1s ease-out 1s;
	transition: background-color .1s ease-out 1s;
}

/* html,
body {
	overflow-y: hidden;
}
 */
body.is--blackbg {
	background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

button,
a,
.captcha__item {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

.footer_last_step{
	margin-top: 90px;
	font-size: 12px;
}

footer {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	bottom: 4px;
	left: 0;
	font-weight: 400;
	right: 0;
}

footer ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: center;
	align-items: center;
}

footer li {
	margin: 0 4px;
}

footer a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

footer .is--white {
	color: #fff !important;
}
.is--gray {
	color: #9f9e9e !important;
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #e6e6e6; /* Color de la línea */
    margin: 0 10px; /* Espaciado alrededor del texto */
}

.text {
    font-size: 16px;
    color: #f2f2f2; /* Color del texto */
}

.animated-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -100;
	height: 100%;
	width: 100%;
	max-width: 480px;
	background: url("../images/intro.gif") no-repeat center center;
	background-size: cover;
}

.wrapper {
	width: 100%;
	max-width: 21.5rem;
	margin: 0 auto;
}

.intro__bg__content{
	background-color: #1a1a1a;

}
.intro__bg__content_matches_bot{
	background-color: #1a1a1a;
	height: 15%;
	margin-top: auto; /* Empuja este elemento al final */
    
	
	bottom: 0;

}
.intro__bg__content_map{

}



/*** Step block ***/
.step {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.step[data-step="1"],
.step[data-step="7"],
section {
	color: #1a1a1a;
}

.step[data-step="1"] {
	height: 100vh !important
}

/* @media screen and (max-width: 767px) and (orientation: landscape) {
	.step[data-step="1"] {
		height: 200vh !important
	}
} */

.step[data-step="1"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	height: 10vh;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
	opacity: .2;
} 

/* .step[data-step="1"]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	height: 60vh;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
	opacity: .7;
}  */


.step[data-step="13"].is--overlayed .girl__overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.83);
}

.step_black {
	background: rgba(0, 0, 0, 0.83);
	z-index: 200;
}

@media screen and (orientation: landscape) {
	.step_black {
		height: auto;
	}
}

.step__logo {
	width: 150px;
	height: auto;
	margin-top: 1.3125rem;
}
.step__ubi_icon {
	width: 80px;
	height: auto;
	margin-top: 0.3125rem;
}
.step__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 0;
	/* text-transform: uppercase; */
}

/*MILES*/
.step3_title{
	margin-top: 50px;

}

.step__title.big {
    font-size: 36px;
    /* margin-top: 0; */
	font-weight: 600;
    line-height: 1.4;
    /* background: black; */
    margin-bottom: 0;
    display: flow-root;
    /* font-style: italic; */
    padding: 0 ;
    width: max-content;
    position: relative;
    margin: auto;
}

.step__title.map {
    font-size: 30px;
    /* margin-top: 0; */
	font-weight: 600;
    line-height: 1.2;
    /* background: black; */
    margin-bottom: 0;
    display: flow-root;
    /* font-style: italic; */
    padding: 0 ;
    width: max-content;
    position: relative;
    margin: auto;
}

.step__title.miles {
    font-size: 60px;
	font-weight: 400;
    line-height: 1.4;
    /* background: black; */
    display: flow-root;
    /* font-style: italic; */
    padding: 0 ;
    width: max-content;
    position: relative;
    margin: auto;
	margin-bottom: 10px;
	margin-top: 20px; 


}
.step__title.matches{
	color: #c0c0c0;
}

.step__title_mail {
    font-size: 36px;
    margin-top: 50px;
	font-weight: 600;
    line-height: 1.4;
    /* background: black; */
    margin-bottom: 0;
    display: flow-root;
    /* font-style: italic; */
    padding: 0 ;
    width: max-content;
    position: relative;
}

.slider-container {

    width: max-content;
    position: relative;
    margin: auto;
	margin-bottom: 25px;
    align-items: center;
    gap: 10px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 350px;
    height: 8px;
    background: gray;
    outline: none;
    border-radius: 5px;
    /* overflow: hidden; */
    position: relative;
	background-image: linear-gradient(to right, #FF5A00, #FF5A00);
    background-size: 0% 100%;
    background-repeat: no-repeat;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color:  #FF5A00;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #FF5A00;
    border-radius: 50%;
    cursor: pointer;
}

 
.slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #FF5A00;
    z-index: 1;
    width: 0;
} 

/* #miles {
    font-weight: bold;
    font-size: 1.2em;
} */

.step__intro {
	width: 100%;
	margin: 0 auto;
	opacity: .5;
}

.fBtns.izooto {
	margin-top: 20px;
}

.step__title.small {
	margin-top: 15px;
}

.step__title.medium {
	margin-top: 25px;
}

.step__intro:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.step__intro__bg {
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	position: absolute;
  	bottom: 0; /* Mover al fondo */
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.step__intro__bg_matches_bot {
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	/* position: absolute; */
  	bottom: 0; /* Mover al fondo */
	left: 50%;
	/* transform: translateX(-50%); */
	z-index: 99;
}
.step__intro__bg_matches_email_bot {
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	/* position: absolute; */
  	bottom: 0; /* Mover al fondo */
	left: 50%;
	/* transform: translateX(-50%); */
	/* transform: translateY(-50%); */
	z-index: 99;
}

.step__intro__promo_top {
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	position: absolute;
  	top: 0; 
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}


/* .step__intro__bg_matches {
	background-color: rgb(24, 24, 24); 
	background-image: url(../images/hearts_bg_matches.png);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
    display: flex;
    flex-direction: column;
	
    height: 100%;
    padding-top: 40px; 
} */

.step__intro__bg_matches {
	
	background-color: rgb(24, 24, 24); 
	background-image: url(../images/hearts_bg_matches.png);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
    display: flex;
    flex-direction: column;
	
    height: 100%;
    padding-top: 40px; 
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	z-index: -100;
	height: 100%;
	width: 100%;
	max-width: 480px;
	object-fit: cover;
}



.intro__bg__content_matches{
	background-color: #1a1a1a;
	background-image: url(../images/hearts_bg_matches.png);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 


}

.intro__bg__content_matches .first {
    flex: 1;
    
    flex-direction: column;
   
}

.image-container {
    max-height: 40vh; /* Controla la altura máxima del contenedor */
    overflow: hidden; /* Oculta la parte de la imagen que se sale del contenedor */
}

.matches_images_email {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que la imagen se recorte dentro del contenedor */
    object-position: top; /* Alinea la imagen hacia la parte superior */
}

.matches_images {
    width: 100%;
    height: 100%;
    object-fit: cover; 
	margin-top: 25px;
	padding: 10px;
	transform: translate(0% ,0.5%);
}




.step__intro__bg_map {
	background-image: url(../images/map.png);
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
	
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	position: absolute;
  	bottom: -15px; 
	left: 50%;
	border-radius: 25px;
	transform: translateX(-50%);
	z-index: 99;
}

/* .step__intro__bg_matches {
	
	margin-top: 50px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	max-width: 480px;
	color: #fff !important;
	position: absolute;
  	
	left: 50%;
	border-radius: 25px;
	transform: translateX(-50%);
	z-index: 99;
} */

.blurred-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px); 
}

.blurred-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px); 
}
.step__warning {
	margin: 0;
	font-size: 1rem;
	text-align: center;
	padding: 0;
	width: 80%;
	max-width: 480px;
	color: #fff !important;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: -1px 1px 10px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.error {
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	display: none;
	margin-top: 3px;
	color: #fa221c;
	border-radius: 6px;
	font-size: 12px;
}

.results__list-multi {
	margin: 2rem 0;
}

.botRight {
	top: 440px;
}

.header__container {
	background: none !important;
	padding: 0 20px;
}

.step__warning strong {
	font-weight: 500;
	font-size: 1.25rem;
	display: block;
	padding: 5px;
	background: #000;
	-moz-transform: rotate(358deg);
	-webkit-transform: rotate(358deg);
	-o-transform: rotate(358deg);
	-ms-transform: rotate(358deg);
	transform: rotate(358deg);
}

.step__warning strong span {
	color: #ffffff;
}

.step__text {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 13px !important;
}

.step__text__content {
	max-width: 380px;
	margin: 16px auto 0;
	position: relative;
}

.step__text__content .step__label {
	text-transform: uppercase;
	margin-bottom: 14px;
}

.step__text--1 {
	margin-bottom: 0.5rem;
}

.step__text--2,
.step__text--3 {
	margin-bottom: .9rem;
}

.step__text--4,
.step__text--5 {
	margin-bottom: .6rem;
}

.step__text--6,
.step__text--7,
.step__text--8,
.step__text--9,
.step__text--10 {
	margin-bottom: .7rem;
}


.step__label {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.step[data-step="12"] .step__label {
	margin-top: 10px !important;
}

.step__label__robot--1 {
	margin: 0.857rem 0 0.5rem;
	font-size: 1.428rem;
	color: #ed4653;
}

.step__label__robot--2 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.428rem;
	font-size: 0.857rem;
}

.step__label__robot--3 {
	font-size: 1.125rem;
	color: #ed4653;
}

.step__label__password {
	max-width: 96%;
	margin: 2.9rem auto 2.214rem;
	font-size: 1.125rem;
	line-height: 1.3;
}

.step__label-small {
	font-size: 0.8125rem;
	line-height: 1.5rem;
	color: #9B9B9B;
}

/* Agrega esta clase en tu archivo CSS */
@keyframes rotateClockwise {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
  .loader {
	width: 50px;
	height: auto;
	animation: rotateClockwise 2s linear infinite;
  }

  
.step__label-last {
	width: 100%;
	max-width: 19.625rem;
	margin: 0 auto;
}

.step__match {
	margin: 2rem auto 0.375rem;
	font-size: 4.285rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.214rem;
	line-height: 1.1;
}

.step__girls {
	width: 17.0625rem;
	margin: 0 auto 10px;
	background-image: url("../images/snap.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.step__girls:before {
	content: '';
	display: block;
	padding-bottom: 45.64%;
}

.step__preferences {
	max-width: 18rem;
	margin: 0 auto 1.875rem;
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.875rem;
}

.step__disclaimer {
	width: 100%;
	max-width: 19.7rem;
	margin: 35px auto 0;
	font-size: 0.625rem;
	color: #818181;
	letter-spacing: 0.05875rem;
	line-height: 2;
	text-transform: uppercase;
}

.step__disclaimer a {
	color: #818181;
}

.step__buttons {
	max-width: 500px;
	margin: 0px auto;
}

span.step__button--1 {
	display: inline-block;
}

.realBtns {
	display: none;
}

* {
	box-sizing: border-box;
}

.realBtns button {
	width: 90px;
}

.step__button,
.btns {
	width: 92%;
	max-width: 20.625rem; 
	/* margin-left: 1rem;
	margin-right: 1rem; */
	margin-top: 0.5rem;
	margin-bottom: 0.5em;
	padding-left: 1.15625rem;
	font-size: 1.125rem;
	line-height: 3.2rem;
	text-transform: capitalize;
	color: #ffffff;
	background: #FF5A00;
	border: none;
	-webkit-border-radius: 0.5625rem;
	-moz-border-radius: 0.5625rem;
	border-radius: 0.5625rem;
}

.noBtn {
	background: #000 !important;
	color: #fff;
}

.step__button--1 {
	min-height: 60px;
	width: 100%;
	max-width: 20.625rem; 
}

.step_button_matches {
	margin-top: 51px;
	max-width: 20.625rem; 
}

[data-step="7"] .step__button--1 {
	width: 100% !important;
	max-width: 300px !important;
	padding: 16px;
	margin-top: 10px;
}

.step__button:focus {
	outline: none;
}

.step__button_extra {
	margin-top: 2rem;
}

.step__button__arrow {
	position: relative;
	height: 1em;
	width: auto;
	top: 0.125em;
	left: 0.1875rem;
}

.promo {
	display: flex;
	align-items: center; /* Alinea los elementos verticalmente en el centro */
    justify-content: center; /* Centra los elementos horizontalmente */
    gap: 10px;
	position: absolute;
	height: 2.2em;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: var(--main-color);
	z-index: 999;
	color: #100f0f;
	font-size: 20px;
	letter-spacing: 0.3px;
}

.promo span {
	color: #0b0b0b;
}
.clock {
	display: inline-block; /* Permite aplicar padding y borde al span */
	padding: 2px 5px; /* Espaciado interno */
	border: 1.5px solid black; /* Borde negro */
	border-radius: 8px; /* Borde redondeado */
	
	font-size: 20px; /* Tamaño de la fuente */
	color: black; /* Color del texto */
  }
  
.step__button--3 .step__button__arrow {
	left: 2.65rem;
}

.step .bg__init {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 480px;
	margin: auto;
}

.step[data-step="1"] .bg__init {
	background-image: url(../images/step1.jpg);
}

.bf__red {
	color: #d7175e;
}

.girl.girl__image--1 {
	background-image: url(../images/step2_map.jpg);
}

.girl .girl__text .step__title.big {
	color: #fff;
	text-align: center;
}

.girl .girl__text .step__title.big::before {
	content: "";
	display: inline-block;
	height: 100%;
	background-color: #000;
	width: 200vw;
	position: absolute;
	z-index: -1;
	transform: translateX(-99%);
}

.girl .girl__text {
	position: absolute;
	top: 24px;
	z-index: 100;
	transform-origin: center;
	transform: rotate(-4deg);
	width: 100%;
	max-width: 450px;
}

.caption {
	transform-origin: center;
	margin-top: 25px;
	/* transform: rotate(-4deg); */
	position: relative;
}

.caption_step3{
	transform-origin: center;
	margin-top: 70px;
	/* transform: rotate(-4deg); */
	position: relative;
}
/*
.caption::before {
	content: '';
	width: 182px;
	height: 128px;
	position: absolute;
	left: -50px;
	top: -80px;
	background: url("../images/hearts.png") no-repeat center center;
	background-size: cover;
}
*/

.girl.girl__image--1 .girl__text {
	top: 9px;
}

.girl.girl__image--2 .girl__text {
	top: 50%;
	transform: rotate(-4deg) translateY(-50%)
}

.step__field {
	position: relative;
	width: 95%;
	/* max-width: 360px; */
	margin: 0.3rem 0.5rem ;
	text-align: left;
}

.step__field__input {
	padding: .625rem 2.3rem .6875rem 1.2rem;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	background-color: #2c2b2b;
	border: none;
	
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #c0b7b7;
	text-align: center;
	font-weight: 400;
	
}

.step__field__input:focus {
	outline: none;
}

.step__field__valid {
	position: absolute;
	right: .4375rem;
	top: 48%;
	width: 1.25rem;
	height: 1rem;
	background: url("//cdn.tours-78-94.wellhello.com/snapcheat/img/svg/check.svg") no-repeat scroll;
	background-size: 1.1rem 1.1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.step__field__show {
	position: absolute;
	top: 0.7rem;
	left: 101%;
	font-size: 0.642rem;
	background: none;
	border: 0;
}

.step__field__show.is--active .step__field__show__eyeon {
	display: inline-block;
}

.step__field__show.is--active .step__field__show__eyeoff {
	display: none;
}

.step__field__show__eyeon {
	display: none;
}

.step__field__placeholder {
	position: absolute;
	left: 0.214rem;
	top: 0;
	font-size: 1.125rem;
	line-height: 2.0625rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: -1;
	color: #fff;
}

.step__field__placeholder_active {
	top: -0.5rem;
	font-size: 0.625rem;
	line-height: 0.625rem;
	color: #fff;
}

#lastStepBtn {
	font-size: 18px;
}

.step__field__error {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 1rem;
	background-color: #000;
	border-radius: .4375rem;
	line-height: 1.6;
	color: #fff;
	margin-top: 5px;
	font-weight: 300;
	font-size: .75rem;
	width: 100%;
	max-width: 255px;
}

.step__field__error:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 100%;
	left: .875rem;
	display: block;
	width: 1.125rem;
	height: 1.875rem;
	background-color: #000;
	-webkit-transform: translateY(73%) rotate(45deg);
	transform: translateY(73%) rotate(45deg);
}

.step__free {
	margin: 1rem auto 1.8rem;
	font-size: 3.0625rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #000;
	padding-top: 30px;
	font-weight: 700;
	display: block;
	letter-spacing: -1px;
}

.first {
	position: relative; /* Necesario para aplicar transform */
	transform: translateY(-20px); /* Mueve el elemento hacia arriba 10px */
  }
.first_matches {
position: relative; /* Necesario para aplicar transform */

}

.first_matches_email {
	position: relative; /* Necesario para aplicar transform */
	padding: 20px;
}

/*TEXT */

.bold-text {
font-weight: bold;
}

.orange-text {
	color: var(--main-color);
  }
  
/* Offer */
.offer {
	width: 100%;
	background: linear-gradient(to right, #fb6f24, #cd4100); /* Degradado */
	backdrop-filter: blur(15px);
	padding: 5px 0;
	transform: rotate(-3deg);
	position: relative;
	z-index: 1;
}
.offer__container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	width: calc(var(--offer-div-width) * 12);
}
.offer div {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	place-items: center;
	gap: 10px;
}
.offer img {
	max-width: 30px;
}
.offer span {
	font-size: 1.0rem;
	/*font-weight: 700;*/
	color: #111111;
}
/*
.offer span:nth-of-type(1){
	font-style: italic;
}
	*/
.offer .line {
	width: 1px;
	height: 60%;
	background: #101011;
	margin: 0 10px;
}
@-webkit-keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(calc(var(--offer-div-width-neg) * 6));
	}
  }
  
  @keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(calc(var(--offer-div-width-neg) * 6));
	}
  }

/*** Header element ***/
.header {
	width: 100%;
	text-align: center;
	z-index: 200;
	padding: 0.5rem 0;
}

.header_absolute {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #E3E0E0;
}

.header__container {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	min-height: 50px;
}

.header__container__logo {
	text-align: center;
	height: auto;
	margin-top: 5px;
	width: 100%;
	max-width: 260px;
}

/* 
.step[data-step="1"] .header__container__logo {
	max-width: 300px;
} */

.header__container__chat {
	position: absolute;
	top: 0.9375rem;
	right: 0;
	width: 1.5625rem;
	height: 1.5625rem;
}

.girl__overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: .8rem;
	padding-bottom: 2.5rem;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

/*** Buttons element ***/
.step__buttons_extra {
	margin-top: 1rem;
}

.step__buttons__button {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0.15rem 1rem;
	cursor: pointer
}

.step__buttons__button_disabled {
	background: #ECEEF4;
}

.step__buttons__button__icon {
	position: absolute;
	top: 50%;
	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%);
	width: 100%;
}

.step__buttons__button__icon--yes {
	-webkit-transform: translate(-51%, -46%);
	-moz-transform: translate(-51%, -46%);
	-ms-transform: translate(-51%, -46%);
	-o-transform: translate(-51%, -46%);
	transform: translate(-51%, -46%);
	animation: 1.2s infinite beatHeart;
	width: 62px;
	height: 62px;
}

.step__buttons__button__icon--no {
	-webkit-transform: translate(-49%, -48%);
	-moz-transform: translate(-49%, -48%);
	-ms-transform: translate(-49%, -48%);
	-o-transform: translate(-49%, -48%);
	transform: translate(-49%, -48%);
}

@keyframes beatHeart {
	0% {
		transform: translate(-51%, -46%) scale(1);
	}

	25% {
		transform: translate(-51%, -46%) scale(1.05);
	}

	40% {
		transform: translate(-51%, -46%) scale(1);
	}

	60% {
		transform: translate(-51%, -46%) scale(1.05);
	}

	100% {
		transform: translate(-51%, -46%) scale(1);
	}
}

/*** Girl block ***/
.step__girl {
	position: relative;
	width: 95%;
	height: auto;
	margin: 0 auto;
	background: #000
}

.girl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 480px;
	margin: auto;
}

.girl::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	height: 20vh;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
	opacity: .7;
	z-index: 1;
}

.likes {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: left;
	font-weight: 300;
	z-index: 2;
	font-size: .75rem;
	color: #fff;
	height: auto
}

.likes__container.address {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: -0.015rem;
	font-size: 11px;
}

.likes__container.address IMG {
	position: relative;
	top: 5px;
	max-width: 16px;
}

.girl__info {
	font-size: 0.875rem;
	margin-bottom: 0.875rem;
	text-align: center
}

.girl__info IMG {
	top: 10px;
	position: relative
}

.girl__info__name {
	font-weight: 800
}

.girl__image--1 .girl__caption {
	top: 50%;
	margin-top: -6.2rem;
}

.girl__image--2 .left {
	height: 100%;
	background-image: url("../images/step3a.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--2 .right {
	height: 100%;
	background-image: url("../images/step3b.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--2 .girl__caption {
	top: 50%;
	margin-top: -6.2rem;
}



.girl__image--3 .left {
	height: 100%;
	background-image: url("../images/step4a.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--3 .right {
	height: 100%;
	background-image: url("../images/step4b.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--3 .girl__caption {
	top: 50%;
	margin-top: -5.8em;
}

.girl__image--4 .left {
	height: 100%;
	background-image: url("../images/step5a.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--4 .right {
	height: 100%;
	background-image: url("../images/step5b.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}

.girl__image--4 .girl__caption {
	top: 50%;
	margin-top: -6.2rem;
}

.girl__image--5 .left {
	height: 100%;
	background-image: url("../images/step6a.jpg");
	background-size: cover;
	position: relative;
	background-position: center;
}

.girl__image--5 .right {
	height: 100%;
	background-image: url("../images/step6b.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}

.girl__image--5 .girl__caption {
	top: 50%;
	margin-top: -6.2rem;
}

.girl__caption {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0.5rem 0;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 1.0714rem;
}

/*** Captcha ***/
.captcha {
	overflow: hidden;
	width: 90%;
	max-width: 500px;
	margin: 1.285rem auto 0.714rem;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}

.captcha__item {
	position: relative;
	display: inline-block;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 3%;
	background-repeat: no-repeat;
	background-size: 104%;
	background-position: 25% 25%;
}

.captcha__item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	background-image: url('//cdn.tours-78-94.wellhello.com/snapcheat/img/svg/robot_tick.svg');
	background-repeat: no-repeat;
	background-size: 72%;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.captcha__item.is--active:after {
	opacity: 1;
}

.captcha__item:nth-child(3n + 1) {
	margin-left: 0;
}

.captcha__item:before {
	content: '';
	display: block;
	padding-bottom: 97%;
}

.captcha__item--1 {
	background-image: url("../images/c1.jpg");
}

.captcha__item--2 {
	background-image: url("../images/c2.jpg");
}

.captcha__item--3 {
	background-image: url("../images/c3.jpg");
}

.captcha__item--4 {
	background-image: url("../images/c4.jpg");
}

.captcha__item--5 {
	background-image: url("../images/c5.jpg");
}

.captcha__item--6 {
	background-image: url("../images/c6.jpg");
}

/*** Results block ***/
.results {
	position: relative;
}

.results__list {
	list-style: none;
	padding: 0;
}

.results__list-single {
	margin: 2rem 0 1.5rem;
	padding: 0
}

.results__list-multi {
	margin: 0 0 2rem;
}

.results__list-single-step {
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 1.4rem;
	text-align: center;
}

.results__list-single-step-big {
	font-size: 33px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin: 0;
	letter-spacing: -1px;
}

.results__list-multi-step {
	min-height: 1.5rem;
	margin-bottom: 0;
	padding-left: 1.55rem;
	padding-top: 3px;
	font-weight: 700;
	text-align: left;
	font-size: 1rem;
	background: url(../images/check.svg) no-repeat scroll;
	background-size: 1em 1em;
	background-position: 0 0.4375rem;
	margin-bottom: 5px;
}

div[data-finish] {
	max-width: 19.6rem;
	margin: 0 auto;
}

.results__link {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 1rem 1.15625rem;
	font-size: 1.1428rem;
	line-height: 2.06;
	color: #fff;
	background: #6ebd52;
	border: none;
	-webkit-border-radius: 0.5625rem;
	-moz-border-radius: 0.5625rem;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
}

.step__label__email {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.results__spinner {
	position: absolute;
	top: 1.45rem;
	left: 0;
	width: 100%;
}

.results__spinner__inner {
	color: #9B9B9B;
	padding: 0 100px;
	text-align: center;
	display: flex;
	left: 100%;
	text-align: center;
	align-items: auto;
	justify-content: center;
}

.results__spinner__inner label {
	font-size: 20px;
	opacity: 0;
	display: inline-block;
}

.results__spinner__inner label:nth-child(6) {
	-webkit-animation: lol 3s infinite ease-in-out;
	animation: lol 3s infinite ease-in-out;
}

.results__spinner__inner label:nth-child(5) {
	-webkit-animation: lol 3s 100ms infinite ease-in-out;
	animation: lol 3s 100ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(4) {
	-webkit-animation: lol 3s 200ms infinite ease-in-out;
	animation: lol 3s 200ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(3) {
	-webkit-animation: lol 3s 300ms infinite ease-in-out;
	animation: lol 3s 300ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(2) {
	-webkit-animation: lol 3s 400ms infinite ease-in-out;
	animation: lol 3s 400ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(1) {
	-webkit-animation: lol 3s 500ms infinite ease-in-out;
	animation: lol 3s 500ms infinite ease-in-out;
}

.hidden {
	visibility: hidden;
}

/* Upgrade */
.upgrade {
	text-align: center;
	overflow: hidden;
}

.upgrade__container {
	margin-top: 10px;
}

.upgrade__content {
	position: relative;
	overflow: hidden;
	width: calc(100% + 3.125rem);
	left: -1.5625rem;
	padding: 3.2rem 0 2rem;
	background: #FFFFFF;
	box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.31);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.upgrade__content span {
	font-weight: 700;
}

.upgrade__content span.upgrade__trial__text,
.upgrade__content span.upgrade__receive,
.upgrade__content span.upgrade__fact,
.upgrade__content span.upgrade__trial__text span   {
	font-weight: 400;
}

.upgrade__fact {
	position: absolute;
	top: 0.6rem;
	left: -35px;
	width: 12.25rem;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1.5rem;
	line-height: 1.9375rem;
	font-size: 1.314rem;
	text-transform: uppercase;
	letter-spacing: 0.1225rem;
	color: #FFFFFF;
	background: #000;
	transform: rotate(-27deg);
	box-sizing: border-box;
	letter-spacing: 1.96px;
}

.upgrade__members {
	display: block;
	margin: 0;
	padding-left: 1rem;
	font-size: 2.2rem;
	text-transform: capitalize;
	letter-spacing: 0.01875rem;
	color: #000;
	line-height: 2.1875rem;
	margin-top: 30px;
}

.upgrade__receive {
	display: block;
	margin-top: .2rem;
	margin-bottom: .4rem;
	padding-left: .2rem;
	font-size: 1.25rem;
	color: #4A4A4A;
	line-height: 2.125rem;
}

.upgrade__hookups {
	display: block;
	margin: 0 auto 1rem;
	font-size: 2.3rem;
	text-transform: capitalize;
	letter-spacing: 0.0125rem;
	color: #E92754;
	line-height: 1.9rem;
}

.upgrade__button {
	box-sizing: border-box;
	display: block;
	max-width: 21rem;
	margin: 1.5625rem auto 1.5rem;
	padding-left: .5rem;
	border: none;
	font-size: 1.3rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 0.5625rem;
}

.upgrade__button__arrow {
	position: relative;
	top: 0.125rem;
	left: .7rem;
	width: 0.9375rem;
	height: 1.0625rem;
}

.upgrade__trial {
	padding-left: 0.1rem;
	font-size: 1.07rem;
	line-height: 1rem;
}

.upgrade__trial__text {
	text-transform: capitalize;
	color: #4A4A4A;
}

.upgrade__nothanks {
	margin-top: 2.9rem;
	font-size: 0.93rem;
	color: #000;
	letter-spacing: 0;
	line-height: 1.3125rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.upgrade__nothanks a {
	color: #000;
	font-weight: 400
}

/*** Step effects ***/
.step[data-effect="zoom"] {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.step[data-effect="left"] {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.step[data-effect="up"] {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.step[data-effect="turn"] {
	-webkit-transform: rotate3d(0, 1, 0, 90deg);
	-moz-transform: rotate3d(0, 1, 0, 90deg);
	-ms-transform: rotate3d(0, 1, 0, 90deg);
	-o-transform: rotate3d(0, 1, 0, 90deg);
	transform: rotate3d(0, 1, 0, 90deg);
}

.step[data-step="1"] {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* @media screen and (orientation: landscape) {

	.step[data-step="1"],
	.step[data-step="7"] {
		height: auto;
	}

	.step[data-step="13"] {
		height: 100%;
	}
} */

/*** Keyframes ***/
@-webkit-keyframes lol {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-18.75rem);
	}

	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}

	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(18.75rem);
	}
}

@keyframes lol {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
	}

	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(18.75rem);
		transform: translateX(18.75rem);
	}
}

/*** Media queries ***/

@media only screen and (max-width: 320px) and (max-height: 440px) {
	html {
		font-size: 13.5px;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 18px;
	}
}

/* @media only screen and (min-width: 480px) {
	html {
		font-size: 20px;
	}
}

@media only screen and (min-width: 600px) {
	.step__intro__bg {
		margin: 0 auto;
	}
} */


.botRight {
	background-color: transparent;
	border: #6ebd52 3px solid;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 0;
	color: #6ebd52;
	position: fixed;
	top: 460px;
	right: 5%;
	margin-right: -5px;
}

.stepDots {
	position: absolute;
	top: 80px;
	right: 5%;
	list-style-type: none;
	font-size: 130px;
	line-height: 29px;
}

.active {
	color: #6ebd52;
}

@media only screen and (max-width: 415px) {
	/* .girl {
		min-height: 0;
		height: 60vh;
	}

	.girl .girl__text {
		width: 100%;
	} */

	.step__title.big:not(.starting),
	.step__title.big:not(.starting) {
		font-size: 28px;
	}

	.step__text__content .step__label {
		font-size: 17px;
	}
}

/* @media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 458dpi),
  only screen and (                min-resolution: 3dppx) { 
		.girl {
			max-height: 600px;
		}
} */


/*************************************************************************************/
/* Promo  */
.promo_top {
	
	width: 100%;
	background: var(--main-color);
	backdrop-filter: blur(15px);
	padding: 5px 0;
	position: relative;
	z-index: 1;
}
.promo_top_container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	/* -webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	width: calc(var(--offer-div-width) * 12); */
}
.promo_top div {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	place-items: center;
	gap: 10px;
}
.promo_top img {
	max-width: 30px;
}
.promo_top span {
	font-size: 1.0rem;
	/*font-weight: 700;*/
	color: #111111;
}



@media only screen and (max-width: 340px) {
	

	.step__text__content .step__label {
		font-size: 15px;
	}

	.step__button--1 {
		font-size: 20px;
	}

	.step__title.big {
		font-size: 26px;
	}

	.step__title.big:not(.starting),
	.step__title.big:not(.starting) {
		font-size: 24px;
	}
	.step__disclaimer {
		margin: 30px auto 0;
	}

	.step__button.step__button--4 {
		max-width: 17.625rem;
		margin: 0.75rem 0;
	}

	.upgrade__nothanks {
		font-size: 0.85rem;
	}

	.step__label {
		font-size: 15px;
	}

	.step__button.step__button--2 {
		max-width: 17.625rem;
		margin: 0.25rem 0 0;
	}

	.step__match {
		font-size: 3.5rem;
	}

	.results__list-multi-step {
		font-size: 15px;
	}

	div[data-finish] {
		max-width: 18rem;
	}


	.upgrade__content {
		padding: 2rem 0 1rem;
	}

	.upgrade__hookups {
		font-size: 31px;
	}

	.upgrade__members {
		font-size: 32px;
	}

	.upgrade__button {
		max-width: 19rem;
		margin: 1rem auto;
		font-size: 20px;
	}

	.step__text__content {
		margin: 10px auto 0;
	}

	.upgrade__fact {
    left: -39px;
    top: -1px;
	}

	.results__list-multi {
		margin: 0 0 1.7rem;
	}

	.results__list-single-step.small {
		font-size: 0.97rem;
	}

	.results__list.results__list-multi {
		padding: 0 1rem;
	}

	.step__title.big:not(.starting),
	.step__title.big:not(.starting), 
	.step__title.big {
		font-size: 22px;
	}

	.step__label__email {
		font-size: 14px;
	}

	.results__list-single-step-big {
		font-size: 28px;
	}
}

/*************************************************************************************/



@media only screen and (max-width: 320px) and (max-height: 440px) {
	.step__girl {
		font-size: 13.5px;
	}
}

@media only screen and (min-width: 400px) {
	.step__girl {
		max-width: 391px;
	}
}

@media only screen and (min-width: 480px) {
	.step__girl {
		max-width: 435px;
	}
}

@media only screen and (min-width: 341px) {
	.step__warning {
		bottom: 20%;
	}

	.step__label {
		font-size: 16px;
	}
}

@media only screen and (max-width: 420px) {
	.upgrade__content {
		transform-origin: center;
		transform: rotate(-3deg) scale(0.9);
		margin-top: -20px;
	}
}
.error {
	position: absolute;
	top:14px; left: 0; right: 0;
	font-size: 11px;
}
/* @media only screen and (max-width: 325px) {
	.error {
		top:13px;
	}

	.girl {
		max-height: 325px;
	}

	.results__list-single-step.small {
		font-size: 15px;
	}

	.step__intro__bg {
		bottom: 100px;
	}
} */

/* @media screen and (max-width: 767px) and (orientation: landscape) {
	.step[data-step="1"] {
		height: 200vh !important
	}
}

html,body {
	overflow: hidden !important;
} */
.step footer,
.upgrade footer,
.results footer {
	display: none !important;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	footer {
		display: none;
		z-index: 99;
	}

	.results__spinner {
		top: 1.5rem !important;
	}

	/* .step__intro__bg {
		bottom: 12%;
	} */

	.step:not([data-step="1"]) footer,
	.upgrade footer {
		display: block !important;
		position: relative;
		margin: 20px 0;
	}

	[data-step="1"] footer {
		display: block !important;
	}

	.girl {
		min-height: 0;
		height: 100vw;
		background-position-x: center;
	}
}