/* CSS Document */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
	font-family: "Aller";
	src: url(fonts/Aller_Rg.eot);
	src: url(fonts/Aller_Rg.ttf) format("truetype");
}

@font-face {
	font-family: "Aller Bold";
	src: url(fonts/Aller_Bd.eot);
	src: url(fonts/Aller_Bd.ttf) format("truetype");
}

@font-face {
	font-family: 'Aller Light';
	src: url(fonts2/aller_lt-webfont.eot);
	src: url(fonts2/aller_lt-webfont.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
}


/* ==========================================================================
    Website styles / 
    ========================================================================== */
body {
	font-family: "Aller", Helvetica, Arial;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,button,input,select,textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.nav-links {
	float: right;
}

#nav {
	position: fixed;
	width: 100%;
	height: 150px;
	bottom: 0;
	z-index: 9999999999999999999999999999;
}

#nav li {
	list-style:none;
	display:inline;
	float: right;
	width: 180px;
	height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;

}

.ready {
	display:block;
	background: #648743;
	background: rgba(97, 135, 59, .9);
}

.ready:hover {
	display:block;
	background: rgba(97, 135, 59, 1);
}


.login {
	float: left;
	margin-right: 20px;
}

.login a {
	color: #fff;
	padding: 12px 35px 12px 12px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5) url(../images/icon-lock.png) no-repeat
		right;
}

.login a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


#menu-bot {
	position: fixed;
	width: 100%;
	height: 150px;
	bottom: 0;
	z-index: 9999999999999999999999999999;
}


.logo {
	margin: 55px 0 0 7%;
}

nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
}

nav a {
	display: block;
	float: right;
	width: 180px;
	height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}

#copy {
	position: absolute;
	right: 0;
	bottom: 40px;
	font-size: 13px;
}

#copy span {
	color: #fff;
	margin-left: 10px;
}

.copyright {
	color: #93B460;
	background: #2D2533;
	background: rgba(48, 39, 54, .9);
	font-size: 13px;
	display: block;
	text-align: left;
}

.copyright i {
	font-style: normal;
}

.copyright span {
	color: #fff;
}

.login {
	float: left;
	margin-right: 20px;
}

.login a {
	color: #fff;
	padding: 12px 35px 12px 12px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5) url(../images/icon-lock.png) no-repeat
		right;
}

.login a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}




.home {
	background: #000
}

.home {
	background: rgba(0, 0, 0, .5);
	width: 50px;
	color: #fff;
}

.home:hover {
	background: rgba(0, 0, 0, .6);
}

.how {
	background: #7D171A;
	background: rgba(137, 24, 27, 0.9);
}

.how:hover {
	background: rgba(137, 24, 27, 1);
}

.vantages {
	background: #AD832B;
	background: rgba(190, 144, 45, .9);
}

.vantages:hover {
	background: rgba(190, 144, 45, 1)
}

.program {
	background: #325B7A;
	background: rgba(54, 94, 124, .9);
}

.program:hover {
	background: rgba(54, 94, 124, 1)
}

.ready {
	background: #648743;
	background: rgba(97, 135, 59, .9);
}

.ready:hover {
	background: rgba(97, 135, 59, 1);
}

.clinica {
	background: #72c5f5;
	background: rgba(114, 197, 245, .9);
}

.clinica:hover {
	background: rgba(114, 197, 245, 1);
}

.actions2 {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	z-index: 999999999999999999;
	opacity: .5;
}

.welcome td {
	vertical-align: middle;
	height: 100%;
	overflow: hidden;
}

.welcome .left-col {
	text-align: left;
	width: 60%;
}

.welcome .right-col {
	text-align: center;
	width: 40%;
}



.welcome,.welcome2 {
	width: 100%;
	height: 100%;
	position: absolute;
	/* fallback */
	background: url(../images/pic-welcome.jpg) no-repeat top right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.welcome-slide-1 {
	z-index: 30
}

.welcome-slide-2 {
	z-index: 25;
}

.welcome-slide-3 {
	z-index: 20;
}

.welcome2 {
	background: url(../images/pic-welcome2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.welcome3 {
	background: url(../images/slide3.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.feature-welcome {
	color: #284e69;
	padding-left: 12%;
}



/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


.question-clinica {
	display: block;
	background: #72c5f5;
	color: #fff;
	padding: 0.7em;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	width: 6em;
	text-align: center;
	margin-top: 15px;
}

.question-lojas {
	display: block;
	background: #fff;
	color: #365E7C;
	padding: 0.7em;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	width: 6em;
	text-align: center;
	margin-top: 15px;
}




.feature-welcome a {
	display: block;
	background: #9c2320;
	color: #fff;
	padding: 0.7em;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	width: 6em;
	text-align: center;
}

.slide2 .feature-welcome span {
	font-weight: normal;
	color: #d6c943;
	font-size: 2.2em;
	margin-bottom: 0;
}

.slide2 .feature-welcome i {
	font-style: normal;
	color: #d6c943;
}

.slide3 .feature-welcome a {
	background: #065f34;
	width: 190px;
}

.slide2 .feature-welcome a {
	background: #5a7a38;
	width: 10em;
}

.slide2 .feature-welcome p {
	font-size: 1.1em;
	margin: 1.8em 0
}

.slide-right {
	font-family: "Aller";
	font-weight: normal;
	font-size: 13px;
}

.slide-right form {
	padding: 7px 15px;
	background: rgba(255, 255, 255, .1);
	border-radius: 3px;
}

.slide-right form label {
	display: block;
	font-weight: bold;
}

.slide-right form input {
	padding: 3px;
	width: 220px;
}

.slide-right form a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
	margin-top: 5px;
	text-decoration: none;
}

.slide-right form .button {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 5px 15px;
	background: rgb(48, 39, 54);
	color: #fff;
	font-weight: bold;
}

.slide-right {
	position: relative;
}

.slide-right .close-bar {
	position: absolute;
	top: 0;
	right: 0;
}

#pageslide { /* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
	width: 260px;
	padding: 20px 30px;
	/* These styles are optional, and describe how the pageslide will look */
	background-color: rgb(48, 39, 54);
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}









.clinica-frame .left-col {
	width: 50%;
	color:#325B7A;
}

.clinica-frame .right-col {
	width: 50%;
	text-align: right;
}


.ready-frame .frame-name span {
	background: rgba(97, 135, 59, 1) !important
}

.frame-name {
	margin-bottom: 20px;
	display: block;
}

.frame-name span {
	color: #fff;
	background: #89181b;
	padding: 10px 20px 10px 15%;
}

.wrap-txt-program .frame-name span {
	background: #365e7c;
}

.title-how,.title-program,.title-vantages {
	font-size: 35px;
	color: #fff;
	padding-left: 15%;
	margin: 30px 0;
}

.txt-how,.txt-program {
	color: #fff;
	color: rgba(255, 255, 255, .7);
	padding-left: 15%;
	line-height: 1.7em;
}

.ready-frame a {
	color: #fff;
	text-decoration: none;
}

.ready-frame {
	width: 100%;
	height: 100%;
	/* fallback */
	background: #62873b;
	background: -moz-radial-gradient(center, ellipse cover, #62873b 0%, #476a35 99%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%,
		color-stop(0%, #62873b), color-stop(99%, #476a35) );
	background: -webkit-radial-gradient(center, ellipse cover, #62873b 0%, #476a35 99%);
	background: -o-radial-gradient(center, ellipse cover, #62873b 0%, #476a35 99%);
	background: -ms-radial-gradient(center, ellipse cover, #62873b 0%, #476a35 99%);
	background: radial-gradient(ellipse at center, #62873b 0%, #476a35 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#62873b',
		endColorstr='#476a35', GradientType=1 );
}

.clinica-frame {
	width: 100%;
	height: 100%;
	/* fallback */
	background: #dbf1fa;
	background: -moz-radial-gradient(center, ellipse cover, #dff2fb 0%, #b2ccd6 99%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%,
		color-stop(0%, #dff2fb), color-stop(99%, #b2ccd6) );
	background: -webkit-radial-gradient(center, ellipse cover, #dff2fb 0%, #b2ccd6 99%);
	background: -o-radial-gradient(center, ellipse cover, #dff2fb 0%, #b2ccd6 99%);
	background: -ms-radial-gradient(center, ellipse cover, #dff2fb 0%, #b2ccd6 99%);
	background: radial-gradient(ellipse at center, #dff2fb 0%, #b2ccd6 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#dff2fb',
		endColorstr='#b2ccd6', GradientType=1 );

}

.clinica-frame .frame-name span {
	background: #72c5f5;
}


.program-frame {
	width: 100%;
	height: 100%;
	font-family: "Aller";
	/* fallback */
	background: url(../images/bg-pro.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.how-frame {
	width: 100%;
	height: 100%;
	font-family: "Aller";
	/* fallback */
	background: url(../images/bg-como.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.vantages-frame {
	width: 100%;
	height: 100%;
	font-family: "Aller";
	/* fallback */
	background: url(../images/bg-vant.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.how-frame td,.program-frame td {
	width: 50%;
	vertical-align: middle;
	height: 100%;
}


.how-frame .left-col {
	text-align: left;
}

.how-frame .right-col {
	text-align: center;
}

.program-frame .left-col {
	text-align: left;
}

.program-frame .right-col {
	text-align: center;
	vertical-align: bottom;
}

.ready-frame .left-col {
	width: 50%
}

.ready-frame .right-col {
	width: 50%
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

.vantages-frame .frame-name span {
	background: rgba(190, 144, 45, 1);
}


.vantages-frame .left-col {
	text-align: left;
	width: 50%;
}

.vantages-frame .right-col {
	text-align: center;
	width: 50%;
}


.form {
	margin: 0 auto;
	width: 400px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	/*border-radius: 5px;*/
}

.form form {
	padding: 10px 40px;
}

.form h2 {
	background: #005f35;
	color: #fff;
	padding: 10px;
}

.form input {
	padding: 5px;
	width: 300px;
	border: 1px solid #dfdfdf;
	margin-bottom: 3px;
	border-radius: 3px;
}

.form .button {
	border: none;
	padding: 8px 15px;
	background: #ad0500;
	color: #fff;
	margin-top: 15px;
}

.question-cook {
	display: block;
	background: #fff;
	color: #89181b;
	padding: 0.7em;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	width: 6em;
	text-align: center;
	margin-top: 15px;
}
