@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');

body{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing:antialiased;
	background: #fff;
	color: #747474;
	line-height: normal;
	letter-spacing: normal;
}
b, strong, .bold{
	font-weight: 700 !important;
}
.regular{
	font-weight: 400 !important;
}
.light{
	font-weight: 300 !important;
}
.medium{
	font-weight: 500;
}

.text-uppercase{
	letter-spacing: .1em;
}

.white{
	color: #fff;
}
.red{
	color: #fd1700;
}
.green01{
	color: #a8be3f;
}
.green02{
	color: #647711;
}
.green03{
	color: #323b0d;
}
.green04{
	color: #5f751f;
}
.green05{
	color: #d7e3bf;
}

.height100{
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px;
}

header{
	-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.33);
}
.navbar-default{
	background: #fff;
	border-radius: 0;
	border: none;
	border-bottom: 9px solid rgba(255,255,255,.7);
	margin-bottom: -9px;
	padding: 22px 0 12px;

	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    z-index: 1;
}
header.showHeader .navbar-default *{
    transition: all .1s linear;
}
.navbar-default .navbar-nav > li > a{
	font-size: .9em;
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
	color: #708b24;
}
.navbar-principal .navbar-collapse{
	padding-top: 46px;
}

.fixed-header-on{
    padding-top: 55px;
}
.fixed-header-on header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.fixed-header-on .navbar-principal .navbar-collapse{
	padding-top: 0px;
}
.navbar-secundario{
    display: none;
}
.slogan{
	display: block;
	background: url(../img/slogan.png) center center no-repeat;
	width: 165px;
	height: 141px;
	text-indent: -9999px;
	background-size: cover;
}
.logo01{
	display: block;
	background: url(../img/logo.gif) center center no-repeat;
	width: 98px;
	/*width: 282px;*/
	height: 98px;
	text-indent: -9999px;
	background-size: cover;
}
.fixed-header-on .logo01{
	display: block;
    background: url(../img/logo.gif) center center no-repeat;
    width: 50px;
    height: 50px;
	text-indent: -9999px;
	background-size: cover;
}
.fixed-header-on .slogan{
	display: none;
}
.logo03{
	display: block;
	background: url(../img/logo03.png) center center no-repeat;
	width: 32px;
	height: 50px;
	text-indent: -9999px;
	background-size: cover;
}

.navbar-collapse{
	position: relative;
}
.flags{
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/flags.jpg);
	height: 11px;
	width: 16px;
	text-indent: -9999px;
	display: block;
	padding: 0 !important;
	margin: 0 10px;
	float: left;
}
.brazil{
	background-position: 0 0;
}
.usa{
	background-position: -16px 0px;
}
.spain{
	background-position: -32px 0px;
}

.img-header{
	position: relative;
}
.img-header > .workspace{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.table-div{
	display: table;
	width: 100%;
	height: 100%;
}
.table-row{
	display: table-row;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.btn{
	border: none;
	text-transform: uppercase;
	font-size: .84em;
	padding: 15px 80px;
	margin-top: 15px;
	color: #fff;
}
.btn-primary, .btn-primary:link, .btn-primary:visited{
	background: #b5cd40;
	text-decoration: none;
	color: #fff;
}
.btn-primary:hover, .btn-primary:active{
	background: #323b0d;
	text-decoration: none;
	color: #fff;
}

.missao{
	background: #c9e543 url(../img/bottom-missao.png) center bottom no-repeat;
	padding: 0 0 60px;
}
.missao img{
	margin-top: 35px;
}
.missao p{
	font-size: 1.3em;
}

.como-funciona{
	padding: 80px 0 160px;
	position: relative;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+77,d7e3bf+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 80%, #d7e3bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 80%,#d7e3bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 80%,#d7e3bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e3bf',GradientType=0 ); /* IE6-9 */
}
.como-funciona .tree{
	background-image: url(../img/tree.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	height: 85px;
}
.como-funciona:after{
	content: "";
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;

	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #d7e3bf;
}
.como-funciona span{
	font-size: .73em;
	padding-right: 30px;
	display: block;
}

.selo{
    padding: 50px 0;
}
.selo h1{
	font-size: 4.42em;
}
.selo .tree{
    background-image: url(../img/tree.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 85px;
    width: 152px;
    margin-bottom: 20px;
}
.selo span{
    font-size: .55em;
    width: 152px;
}
.selo .operator{
    background-repeat: no-repeat;
    background-image: url(../img/operators.png);
    width: 41px;
    height: 41px;
}
.selo .plus{
    background-position: 0 0;
}
.selo .equal{
    background-position: -42px 0;
}

p.impact{
    font-size: .84em;
}
.operators{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 150px;
}
.operators.bordered .table-cell{
    border-right: 1px solid rgba(0,0,0,.1);
}

.operators.bordered .table-cell:last-child{
    border: none;
}

.empresa{
    padding: 60px 0 90px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,ffffff+50 */
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4e4e4 0%, #ffffff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e4e4e4 0%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e4e4e4 0%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.empresa .impact a{
    color: #fd1700;
}

footer{
    background: #b5cd40;
    padding: 90px 0 65px;
    font-size: .84em;
}

.formulario-contato{
	width: 80%;
}
.formulario-contato{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;

	background: rgba(0,0,0,.8);
	z-index: 10;
	color:  #fff;
	display: none;
}
.formulario-contato .container-contato{
	padding-top: 80px;
	padding-bottom: 20px;
	height: 100%;
	overflow: auto;
}
.formulario-contato p{
	font-size: .75em;
	border-bottom: 1px solid rgba(255,255,255,.3);
	display: block;
	padding-bottom: 20px;
}
.formulario-contato form{
	margin-top: 30px;
}
.formulario-contato form input,
.formulario-contato form textarea{
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000;
	font-weight: 400;
}
.formulario-contato form textarea{
	height: 120px;
}