*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
}



.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f6f6f6;
	z-index: 10000;
	height: 80px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 230px;
}

.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	color: #aaa;
	font-weight: 700;
	margin: 0 0 0 20px;
	font-size: 1.4em;
}

.cbp-af-header nav a:hover {
	color: #333;
}
.cbp-af-header #btCalc {opacity: 0;}

/* Transitions and class for raised height */
.cbp-af-header h2,
.cbp-af-header h3,
.cbp-af-header nav a,
.cbp-af-header #btCalc,
.progress-button,
.botao {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink #btCalc {opacity: 1;}

.cbp-af-header.cbp-af-header-shrink {
	height: 120px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 80px;
}

.cbp-af-header.cbp-af-header-shrink h2 {
	font-size: 22px;
      margin-top: 30px;
}


/* General styles for all types of buttons */
.progress-button {
	position: relative;
	display: inline-block;
    font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
	padding: 0;
	outline: none;
	border: 1px solid #ffffff;
	background: #47cd16;
	color: #fff;
    font-weight: bold;
	letter-spacing: 1px;
    font-size: 23px;
    line-height: 56px;
    width: 100%;
    border-radius: 7px;
}
.progress-button:hover {cursor: pointer;background: #32a20a;color: #ffffff;border: 1px solid transparent;}

.azul {background:#1969ca;
  border-radius: 7px;border: 1px solid #fff;}
.azul:hover {background:#054797;color:#ffffff;border: 1px solid #054797;}

.form-group {
  margin-bottom: 0;
  position: relative;
}
.form-group input, .form-group select {
  font-size: 14px;
  box-shadow: none;
  font-weight: normal;
}
.form-control {
  padding-left: 45px;
}

.progress-button .content {
	position: relative;
	display: block;
}
.icon-play3{
  display: block;
  float: right;
    line-height: 59px;
   margin-right: 20px;
}


.icon-play3:before {
    content: "\ea42";
    font-family: 'icomoon';
    speak: none;
    font-size: 17px;
    line-height: 1px;
}

.progress-button .content::before,
.progress-button .content::after  {
	position: absolute;
	right: 20px;
	color: #ffffff;
	font-family: "icomoon";
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
    transition: -ms-opacity 0.3s 0.3s;
}

.progress-button .content::before {
	content: "\ea10"; /* Checkmark for success */
    color:#fff;
}

.progress-button .content::after {
	content: "\e601"; /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
	opacity: 1;
}

.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

.progress-button .progress {
	background: #074ea5;
}

.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #074ea5;
}

.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}

.progress-button[data-vertical] .progress-inner {
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
}

/* Necessary 3d styles for buttons with perspective */

.progress-button[data-perspective] {
	position: relative;
	display: inline-block;
	padding: 0;
	background: transparent;
	-webkit-perspective: 900px;
	perspective: 900px;
}

.progress-button[data-perspective] .content {
	padding: 0 60px;
	background: #1d9650;
}

.progress-button[data-perspective] .progress-wrap {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
	outline: 1px solid rgba(0,0,0,0); /* Smoothen jagged edges in FF */
}

/* Individual styles */
/* Choose the effect(s) you want, delete the rest */



/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}
    
	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
    .cbp-af-inner p {font-size:10px;}
}

@media only screen and (max-width: 1180px) {
 .form input[type="text"] {height: 35px;}
 .progress-button {height: 45px; line-height: 43px;}
.form-group img {height: 35px;}
.icon-play3 {margin-top: -7px;}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}