@charset "utf-8";
/* CSS Document */ 


* {
	font-family: 'Signika', sans-serif;
	font-weight:300;
}

body {
	padding-top:71px;
}
.anton {
	font-family: 'Anton', sans-serif !important;	
}
.gas-color {
	color:#04B1B1;
}



.strong {
 font-weight:bold;
}

.bg-azul {
	background:#03B1B0;
	color:#FFF;
	padding:20px;
	font-size:28px;
	font-weight:bold !important;
}

.dourado {
	color:#FFC90E;
	
}
.sombra {
	background:#096767;
}
.tel {
	background:#FCDA37;
	color:#4F4F4F;
	font-size:20pt;
}
.azul-amarelo {
	color:#096767;
}

.bg-azul ul li {
	display:block;
	border-bottom:#096767 1px solid;
	margin-bottom:10px;
}

.bg-azul ul li:before
{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color:#FFF;
}
.bg-azul ul {
	padding-left:10px;
}

.btc {
	padding-top:10px;
}
.preco {
	font-size:40px;
}
.mercado {
	color:#4F4F4F;
	background:#FFF;
	font-size:18px;
	font-weight:500;
	padding-top:50px;
	padding-bottom:50px;
}

.bg-vantagem {
	background:#03B1B0;
}
.vantagem {
	font-size:18px;
	font-weight:600;
	padding-top:30px;
	padding-bottom:20px;
	color:#FFF;
}
.vantagem > img {
	font-size:18px;
	font-weight:600;
	padding-top:50px;
	padding-bottom:50px;
	color:#FFF;
}

.bg-form {
	background:#FFC90E;
	color:#4F4F4F;
}
.bg-dt {
	background:#096767;
	color:#FFF;
}
.bg-dt h2 {
	font-size:28px;
}
.asterisco {
	border-bottom:1px solid #4F4F4F;
	padding-bottom:10px;
	margin-bottom:50px;
}
.txt-info {
	color:#4F4F4F;
	background:#FFC90E;
	font-size:32px;
	font-weight:500;
	padding-top:50px;
	padding-bottom:50px;
}
.btn-cadastrese {
	height: 60px;
	width:100%;
    margin: 0;
    vertical-align: middle;
    background: #EAC413;
    border: 0;
	font-family: 'Anton', sans-serif;
    font-size: 30pt;
    line-height: 50px;
    color: #096767;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.btn-cadastrese:hover { opacity: 0.9; color: #fff; }

.btn-cadastrese:active { outline: 0; opacity: 0.9; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn-cadastrese:focus { outline: 0; opacity: 0.9; color: #fff; }

.btn-cadastrese:active:focus, .btn-cadastrese.active:focus { outline: 0; opacity: 0.9; background: #04B2B1; color: #fff; }


.form-seja input,
.form-seja input:focus {
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: none;
	border:none;
    border-bottom: 1px solid #4F4F4F;
    font-family: 'Signika', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #4F4F4F;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	
}
.form-seja input::-webkit-input-placeholder {
   color: #4F4F4F;
}
.form-seja input:-moz-placeholder { /* Firefox 18- */
   color: #4F4F4F;  
}
.form-seja input::-moz-placeholder {  /* Firefox 19+ */
   color: #4F4F4F;  
}
.form-seja input:-ms-input-placeholder {  
   color: #4F4F4F;  
}
.bt-enviar {
	background:#096767;
	color:#FFF;
	font-family: 'Anton', sans-serif !important;
}
.bt-jasou {
	background:#00B5AF;
	color:#FFF;
	font-family: 'Anton', sans-serif !important;
	margin-bottom:20px;
}


@media (max-width: 991px) {
	.dois_campos {
		padding-left:0px;
		padding-right:0px;
	}
	
	.dois_campos_right {
		padding-right:45px;
	}
.vantagem img {
	margin-top:-90px;
}

}