/* Global 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;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: sans-serif;
}
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;
}

/* End Reset */

body{
	background:#fff;
	color:#787878;
	position: relative;
}

em{
	display:block;
	clear: both;
}

section{
	width:100%;
	max-width:1000px;
	position: relative;
	margin:0 auto;
}

header{
	padding:4%;
	border-bottom:1px solid #e4e4e4;
	text-align: right;
}

header figure.logo{
	width:20%;
	max-width:190px;
	min-width:120px;
	font-size:0;
	display: inline-block;
	float:left;
}

header figure.logo img{
	width:100%;
}

header ul{
	vertical-align: top;
	padding-top:4.5%;	
}

header nav li{
	display:inline-block;
	text-align: center;
	vertical-align: top;
}

header nav li:not(:first-child){
	padding-left:4%;
}

header nav a{
	text-decoration: none;
	color:inherit;
}

header nav .active,
header nav a:hover{
	color:#6c9f09;
}

header nav .navDot{
	width:100%;
	height:0.48em;
	margin-top:0.1em;
	overflow: hidden;
	font-size:2em;
	transform: rotate(180deg);
	display: none;
}

img,
header nav .navDot{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

header nav li.active .navDot{
	display:block;
}

header nav figure{
	width:50px;
	padding-top:1%;
	display:none;
}

header nav figure img{
	width:100%;
}

h1,h2,h3,h4,h5,h6{
	color:#a2d343;
	font-weight: bold;
	font-size:1.9em;
	display:block;
	padding-bottom:10px;
}

h2{
	font-size:1.3em;
	padding-top:1.7em;
	padding-bottom:0em;
}
h3,h4,h5,h6{
	font-size:1em;
	padding-top:1.4em;
	padding-bottom:1.2em;
}

@media screen and (max-width: 500px) {
	h1,h2,h3,h4,h5,h6{
		text-align: center;
		padding-bottom:5px;
	}
}

p{
	margin-top:20px;
	margin-left:20px;
}

@media screen and (max-width: 500px) {
	p{
		margin-top:20px;
		margin-left:40px;
		margin-right:40px;
	}
}

a{
	color:#282828;
}

a:hover{
	color:#a2d343;
}

.navMenuHelper{
	position:fixed;
	top:0; left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.95);
	z-index: 100;
	display: none;
}

section.mainBody{
	padding:50px;
}
	
article.notice{
	text-align: center;
}

article.notice.left{
	text-align: left;
}

strong{
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	header nav ul{
		position:fixed;
		top:0; right:0;
		width:60%;
		height:100%;
		overflow-y: auto;
		background:rgba(240,240,240,0.80);
		display: none;
		z-index: 100;
	}
	
	header nav ul li{
		display:block;
		font-size:1.3em;
		padding-top:15px;
	}
	
	header nav ul .navDot{
		display:none !important;
	}
	
	header nav figure{
		display:inline-block;
	}

	section.mainBody{
		padding:0px;
	}
	
	article.notice{
		margin-top:30px;
	}
}

@media screen and (min-width: 501px) {
	.navMenuHelper{
		display: none;
	}
}

.mainBody{
	margin-bottom:100px;
}

article{
	position: relative;
}

article p.articleFeatureParent{
	width:40%;
	float:right;
	position: relative;
	display:inline-block;
	margin:0;
	margin-left:30px;
	margin-bottom:30px;
}

article .articleFeature{
	width:100%;
}

@media screen and (max-width: 780px) {
	article p.articleFeatureParent{
		width:35%;
	}
}

@media screen and (max-width: 500px) {
	article p.articleFeatureParent{
		width:100%;
		text-align: center;
		float:none;
		margin:0;
	}
	
	article.training p.articleFeatureParent{
		padding:0 0px;
	}
	
	article.about p.articleFeatureParent{
		padding:0 40px;
	}
	
	article.classes p.articleFeatureParent{
		padding:0 70px;
	}
	
	article.workouts p.articleFeatureParent{
		padding:0 20px;
	}
}

section.mainBody ul{
	margin-left:4em;
	margin-top:1em;
	list-style: square;
}


.buttonParent{
	text-align: center;
}

.buttonParent a{
	padding:1em;
	text-decoration: none;
	border:2px solid #a2d343;
	color:#a2d343;
	border-radius: 0.7em;
	display:inline-block;
	font-weight: bold;
}

.buttonParent a:hover{
	border:2px solid #a2d343;
	background:#a2d343;
	color:#fff;
}


form{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}


@media screen and (min-width: 500px) {
	form.inline{
		display: inline-block;
		width:50%;
	}
}

form label{
	border:2px solid #a2d343;
	padding:5px 5px 0px 10px;
	border-radius: 15px;
	width:80%;
	font-size: 0.7em;
	display:inline-block;
	box-sizing: content-box;
	text-align: left;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	color:#a2d343;
}

form label:not(:last-child){
	margin-bottom:10px;
}

form label input,
form label textarea{
	display:block;
	width:92%;
	margin:0;
	box-sizing: content-box;
	outline:none;
	padding:10px;
	font-size:16pt;
	color:inherit;
	border:0;
	resize: none;
}

form label textarea{
	height:150px;
}

form input[type=submit]{
	font-size:1.8em;
	padding:0.5em 0.8em;
	margin-top:0.5em;
	border-radius: 10px;
	text-decoration: none;
	border:2px solid #a2d343;
	color:#a2d343;
	font-weight: bold;
	background:#fff;
	cursor: pointer;
    -webkit-appearance: none;
}

form input[type=submit]:hover{
	border:2px solid #a2d343;
	color:#fff;
	background:#a2d343;
}

.form_error{
	color:#d20000;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.form_error{
		text-align: center;
	}
}


















section.footerParent{
	max-width:100%;
}

footer{
	padding:1%;
	background:#666666;
	text-align: left;
	font-size: 0.7em;
	color:#bcbcbc;
	padding-bottom:20px;
}

.heliumRight{
	float:right;
	text-align: right;
}

footer a{
	color:inherit;
}

footer nav{
	margin-top:20px;
	text-align: center;
}

footer nav li{
	display:inline-block;
}

footer nav li:not(:last-child){
	padding-right:10px;
	border-right:1px solid #828282;
}

footer nav li:not(:first-child){
	padding-left:10px;
}

footer .socialIcons{
	text-align: center;
	font-size: 0;
	margin-bottom:25px;
	margin-top:15px;
}

footer .socialIcons img{
	width:25%;
	max-width:40px;
}

footer .socialIcons img:not(.whatsAppFooter){
	margin-right:20px;
}


@media screen and (max-width: 500px) {
	footer{
		text-align:center;
	}
	
	footer .heliumRight{
		float:none;
		text-align: inherit;
	}
	
	footer nav li{
		padding:0;
		border:0;
		display:block;
		margin-top:5px;
	}
}

article,
summary{
	line-height: 1.5em;
}

.center{
	text-align: center;
}

.center img{
	width:100%;
	max-width:300px;
}

p.soft img{
	border-radius: 0.5em;
	overflow: hidden;
}

@media screen and (min-width: 501px) {
	.center{
		text-align: right;
		float:right;
	}
	
	.center img{
		max-width:400px;
	}
}

















