/* =============== RESET CSS =============== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

												/* =============== LP RUNNING THEME =============== */
body {background: #ededed;min-width: 320px;}
.container {width:1000px;max-width: 1000px;margin: 0 auto;}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	height: 500px;
	background: #ccc;
	position: relative;
	overflow: hidden;
	background-size: contain;
}
.main > div {
	float: right;
}

.main .acessorios {position: relative;}
.main .night {position: relative;margin-right: -18px;}
.main .trail {position: relative;margin-right: -24px;}
.main .mulher {position: relative;margin-right: -23px;}
.main .homem {position: relative;margin-right: -26px;float: left;}

.main > div .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 240px 0 0;
}

.main > .mulher .mask,
.main > .homem .mask {padding: 191px 0 0;}

.main .acessorios .btn {margin: 0 4px;}
.main .trail .btn {margin: 0 7px;}
.main .mulher .btn {margin: 0 6px;}

.main > .mulher .mask .btn.lazer,
.main > .homem .mask .btn.lazer {margin-top: 35px;}


.main.tablet {width: 768px;height: 384px;margin: 0 auto;display: none;}

.main-mobile {width: 320px;margin: 0 auto;display: none;}
.main-mobile img {display: block;}


@media screen and (max-width: 999px) {
	.container {width: 768px;max-width: 768px;}
	.main {display: none;}
	.main.tablet {display: block;}

	.main.tablet .night {margin-right: -14px;}
	.main.tablet .trail {margin-right: -17px;}
	.main.tablet .mulher {margin-right: -17px;}
	.main.tablet .homem {margin-right: -22px;}

	.main.tablet > div .mask {padding: 190px 0 0;}
	.main.tablet > .mulher .mask,
	.main.tablet > .homem .mask {padding: 151px 0 0;}

	.main.tablet .acessorios .btn {margin: 0 2px;}
	.main.tablet .night .btn {margin: 0 1px;}
	.main.tablet .trail .btn {margin: 0;}
	.main.tablet .mulher .btn {margin: 0 4px;}

	.main.tablet > .mulher .mask .btn.lazer,
	.main.tablet > .homem .mask .btn.lazer {margin-top: 25px;}
}

@media screen and (max-width: 767px) {
	.container {width: 320px;max-width: 320px;}
	.main.tablet {display: none;}
	.main-mobile {display: block;}
}