.total-barra-comecar-gratuitamente{
	background: #EDEDED;
    min-height: 130px;
    text-align: center;
    width: 100%;
}
.total-barra-comecar-gratuitamente h1{
	color:#333333;
	float:left;
	font-size:29px;
	font-family: 'roboto_condensedregular';	
	display:table;
    padding-top:45px;
	padding-right:33px;
}
.total-barra-comecar-gratuitamente a{
	float:left;
	width:195px;
	margin-top:35px;
	height:60px;
	line-height:60px;
	color:#FFF;
	font-size:16px;
    font-family: 'roboto_condensedbold';
	border-radius:5px;
	background:#BE1522;
	transition: 0.5s;
}
.total-barra-comecar-gratuitamente a:hover{
	background:#880F18;	
	transition: 0.5s;
}
.contorno-barra-gratuitamente{
	display:table;
	margin:0 auto;
}
@media (max-width: 767px){
	.total-barra-comecar-gratuitamente h1{
		float:none;
		width:100%;
		padding-right:0px;
		text-align:center;	
	}
	.total-barra-comecar-gratuitamente a{
		float:none;
		margin:0 auto;
		margin-top:20px;
		margin-bottom:50px;	
	}
}