.home {
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top:1px solid;
	border-top-color: #FFF;
}

.home.variant_0 { background-image: url("/css/img/fondo_home_2400_1300_v0.jpg"); }
.home.variant_1 { background-image: url("/css/img/fondo_home_2400_1300_v1.jpg"); }

.home_text_container, .home_claim_text_container {
	margin:50px 0 0 50px;
	background-color: rgba(248, 235, 229, 0.87);
	width:25%;
	min-width:300px;
	padding:30px;
	border-radius: 10px;
	font-size:20px;
	text-shadow: 1px 1px white;
	font-weight: normal;
	position: relative;
}

.home_claim_text_container {
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: rgba(245, 197, 109, 0.87);
}

#como_funciona {
	scroll-margin-top: 77px;
}

.como_funciona_text {
	margin:0px 30px 30px 30px;
}

.hp-section {
	padding: 20px 20px;
	border-bottom: 1px solid var(--mk-line);
}

.hp-section h2 {
	font-size: 22px;
	margin: 0 0 10px;
	letter-spacing: -.2px;
}

.hp-section p, .hp-section ul {
	color: var(--mk-muted);
	margin: 0 0 18px;
	font-size: 16px;
}

.soft-background {
	background: var(--mk-soft) !important;
}

.faq details{
    border:1px solid var(--mk-line);
    border-radius:var(--mk-radius-sm);
    padding:12px;
    background:#fff;
}
  
.faq details + details{ margin-top:10px; }

.faq summary{
    cursor:pointer;
    font-weight:800;
    color:var(--mk-text);
    list-style:none;
  }
  
.faq summary::-webkit-details-marker{ display:none; }

.faq p{
    margin: 6px 0 10px 0;
    color:var(--mk-muted);
    font-size:14px;
}

.steps_container {
	text-align: center;
	background-color: #f7f7f7;
	padding-top:20px;
	background: var(--mk-soft) !important;
	/*border-top: 1px solid var(--mk-line);*/
	/*border-bottom: 1px solid var(--mk-line);*/
	padding: 20px 0 28px !important;
	text-align: center;
}

.one_step_container {
	display:inline-block;
	margin:20px;
	width:430px;
	vertical-align: top;
	border: 1px solid var(--mk-line) !important;
	border-radius: var(--mk-radius) !important;
	box-shadow: var(--mk-shadow);
	background: var(--mk-card) !important;
	height: auto !important;
	padding: 14px !important;
}

.step_number {
	display: inline-block;
	background-color: orange;
	width:32px;
	height: 28px;
	border-radius: 15px;
	color:white;
	font-weight: bold;
	padding-top:2px;
}

.step_text {
	display: inline-block;
	margin:20px 0 20px 0;
}

.screenshot {
	width:245px;
	height:502px;
	margin:auto;
}

.screenshot_container {
	width:320px;
	height: 502px;
	margin:auto;
}

.screenshot_container img:nth-child(1) {
	width:320px;
	background-size: 91%;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 25px;
}

a.account_button {
	display:inline-block;
	text-align: center;
	padding:20px 30px;
	font-size:18px;
	background-color:#FF2222;
	color:white;
	text-decoration:none;
	font-weight: bold;
	margin:20px auto 30px auto;
	border-radius:10px;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
}

.promo-star {
	background-image: url("/css/img/promo_star.png");
	background-repeat: no-repeat;
	width:132px;
	height:132px;
	position:absolute;
	top: -48px;
	right: -60px;
}

.promo-star span {
	text-align: center;
	font-size:15px;
	margin-top:34px;
	text-shadow: 1px 1px #4ea8fb;
	display: block;
}


@media only screen and (max-width: 1200px) {
	.home.variant_0 {background-image: url("/css/img/fondo_home_1200_650_v0.jpg");}
	.home.variant_1 {background-image: url("/css/img/fondo_home_1200_650_v1.jpg");}
}

@media only screen and (max-width: 630px) {
	.home_text_container, .home_claim_text_container {
		min-width:250px;
	}
	.one_step_container {
		margin-left:0px;
		margin-right:0px;
	}
}

@media only screen and (max-width: 520px) {
	.one_step_container {
		width:auto;
	}
}

@media only screen and (max-width: 420px) {
	.account_header_button, .account_header_button_wide {display: inline-block;}
	
	
	.home_text_container, .home_claim_text_container {
		font-size:16px;
		margin-left:20px;
		min-width:unset;
		width:50%;
		margin-top:20px;
		padding:15px 15px 15px 15px;
		line-height: 22px;
	}
	
	.home {height: 470px;}
	.home.variant_0 {background-image: url("/css/img/fondo_home_868_470_v0.jpg");}
	.home.variant_1 {background-image: url("/css/img/fondo_home_868_470_v1.jpg");}
	
	.promo-star {
		background-image: url("/css/img/promo_star_small_oval.png");
		width:120px;
		height:184px;
		position:absolute;
		top: -18px;
		right: -34px;
		line-height: 18px;
	}
	.promo-star span {
		font-size:13px;
		margin-top:14px;
	}
}
		
@media only screen and (max-width: 400px) {
	.screenshot_container {width:290px;}	
	.screenshot_container img:nth-child(1) {width:290px;}
}

@media only screen and (max-width: 370px) {
	.one_step_container {margin-left:10px; margin-right:10px;}
}

@media only screen and (max-width: 350px) {
	.home_text_container, .home_claim_text_container {
		font-size:15px;
		width:50%;
		padding:15px 12px;
	}
	
	.screenshot_container {width:260px;}	
	.screenshot_container img:nth-child(1) {width:260px;}
	.promo-star {right:-50px;}
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	.como_funciona_text {width:85%; margin-left:auto; margin-right:auto;}
}

@media only screen and (min-width: 900px)  and (max-height: 900px) {
	.home {height: 550px;}
}

@media only screen and (min-width: 900px)  and (max-height: 750px) {
	.home {height: 470px;}
	.home_text_container, .home_claim_text_container {font-size:18px; margin-top:30px;}
}

@media only screen and (min-width: 900px)  and (max-height: 650px) {
	.home {height: 420px;}
	.home_text_container, .home_claim_text_container {font-size:16px; margin-top:30px; line-height:21px;}
}	
