@charset "UTF-8";
html {
	background-color:#ffffff;
	font-size:16px;
}
body {
	font-family:'Open Sans',"Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
	font-size:inherit;
	transition: all 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	opacity:1;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	background-color:#ffffff;
}
*, *:before, *:after {
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	-webkit-font-feature-settings: "kern" 1, "tnum" 1;
	font-feature-settings: "kern" 1, "tnum" 1;
	list-style:none;
	text-indent:0;
}
.container {
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width:1350px){
	.container {
		padding-left:1rem;
		padding-right:1rem;
	}
}
.row{ display:block; clear:both; margin-left:-1rem; margin-right:-1rem;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px; vertical-align:top; padding-left:1rem; padding-right:1rem;}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{display:inline-block;}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}

@media (min-width:768px){
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{display:inline-block}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{display:inline-block}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px){
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{display:inline-block}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.spacer-xsmall {
	height:1rem;
}
.spacer-small {
	height:2rem;
}
.spacer-medium {
	height:3rem
}
.spacer-large {
	height:4rem;
}
.spacer-xlarge {
	height:5rem;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
input {
	display:block;
	width:100%;
	height:2.5rem;
	padding:0.5rem;
	line-height:1rem;
	font-family:inherit;
	font-size:0.8rem;
	border-radius:3px;
	border:2px solid #969088;
	margin-bottom:1rem;
}
input:focus {
	border-color:#333;
}
button, .button {
	background-color:#2AB5CA;
	color:#fff;
	height:2.5rem;
	padding:0.5rem;
	line-height:1rem;
	text-transform:uppercase;
	font-weight:bold;
	font-family:inherit;
	font-size:0.8rem;
	border-radius:2px;
	cursor:pointer;
	transition:all 0.2s ease-out;
	box-shadow:0 4px 0 -2px rgba(0,0,0,0.2), inset 0 0px 0  rgba(0,0,0,0.2);
	display:inline-block;
	text-decoration:none;
}
button:active {
	transform:translateY(1px);
	box-shadow:0 0px 0 0px rgba(0,0,0,0.2), inset 0 3px 0  rgba(0,0,0,0.2);
}
label {
	display:block;
    color: #2ab5ca;
    text-transform: uppercase;
	font-size:0.8rem;
	letter-spacing:0.5pt;
	font-weight:bold;
	margin-bottom:.5rem;
	line-height:1rem;
}
.expandable .header {
	cursor:pointer;
}
.expandable .header .container {
	position:relative;
}
.expandable .header .text:before {
	content:'';
	right:10px;
	width:16px;
	height:2px;
	background-color:#fff;
	top:50%;
	position:absolute;
	transform:rotate(45deg);
}
.expandable .header .text:after {
	content:'';
	right:0;
	width:16px;
	height:2px;
	background-color:#fff;
	top:50%;
	position:absolute;
	transform:rotate(-45deg);
}
.expandable .content {
	height:0;
	overflow:hidden;
	text-align:left;
	color:#777;
	transition:all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.expandable .content .container {
	padding-top:4rem;
	padding-bottom:3rem;
}
#footer {
	background-color:#333;
	color:#888;
	padding-top:3rem;
	padding-bottom:3rem;
	font-size:0.8rem;
}
#footer a {
	color:#ccc;
	text-decoration:underline;
}
#footer .social a {
	display:inline-block;
	margin-left:0.5rem;
}
#footer h3 {
	color:#ccc;
	margin-bottom:0.5rem;
	text-transform:uppercase;
}
#footer hr {
	height:1px;
	background-color:#777;
	margin-bottom:1rem;
}
h4{
	display:block;
	text-align:left;
	font-weight:bold;
	margin-bottom:0.5rem;
	color:#5bc0de;
	text-transform:uppercase;
}




	
.left{
	float:left;
}
	
.right{
	float:right;
}
.background{
	background-image: url("../images/background.png");
	background-size: cover;
	background-attachment:fixed;
	min-height:380px;
}

.menu{
	background-color:rgba(255,255,255,0.9);
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	padding-top: 1.5rem;
	padding-bottom:1.5rem;
}
	
/* logo */	
.brand{
	text-align:left;
	}
.brand img{
	display:block;
	height:3rem;
	width:auto;
	}

.title h2{
	width:100%;
	line-height:3rem;
	font-weight:300;
	}
	
.rowInfoHome{
	text-transform:uppercase;
	}	
	.background > .container{
		padding-top:6rem;
		padding-bottom:6rem;
	}
.infoHome h1{
	margin-top:0;
	margin-bottom:0;
	font-size:3.2rem;
	
}
.infoHome h3{
	font-size:2.2rem;
	font-weight:300;
}
.infoHome_lower {
	color:#777;
	text-transform:uppercase;
	font-size:1.2rem;
	margin-top:4rem;
}
.infoHome_lower h3 {
}
	
	
.background_1{
	background-image: url("../images/1-recrutar.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-attachment:fixed;
	border-bottom:5px solid #5bc0de;
	}
	
.background_2{
	background-image: url("../images/2-gerir.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-attachment:fixed;
	border-bottom:5px solid #5bc0de;
	}	
	
.background_3{
	background-image: url("../images/3-terminar.png?v2");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-attachment:fixed;
	border-bottom:5px solid #5bc0de;
	}	
	
.text{
	text-align:left;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	}	
.form{
	padding-top:4rem;
	padding-bottom:4rem;
	background-color:#f4f4f4;
}
.form h4 {
	color:#777;
	font-size:1.4rem;
	text-align:center;
}
.form h4 span {
	display:block;
	color:#777;
	font-weight:300;
	font-size:1.2rem;
	text-align:center;
}
.msg-tks {
	text-align:center;
	padding:1rem;
	color:#fff;
	background-color:#27CF30;
}
.msg-error {
	text-align:center;
	padding:1rem;
	color:#fff;
	background-color:#D7181B;
}

@media (max-width:768px){
	.media-desktop {
		display:none;
	}
	.menu {
		padding-top:0.5rem;
		padding-bottom:0.5rem;
	}
	.brand img {
		margin-left:auto;
		margin-right:auto;
	}
	.title h2 {
		line-height: 1.2rem;
		font-size:1.2rem;
		margin-top:0.5rem;
	}
}
@media (max-width:480px){
	.media-tablet {
		display:none;
	}
	.infoHome h1 {
		font-size: 2rem;
	}
	.infoHome h2 {
		font-size: 1rem;
	}
	.infoHome h3 {
		font-size: 1.2rem;
	}
	.background > .container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
.infoHome_lower {
	font-size:1rem;
}

}
