
body{
	margin: 0px;
	padding: 0px;

}


.linhatopo{
	margin: 0px;
	padding: 0px;
	background-color: #fff !important;
    border-bottom:6px solid #A8CF45;
 	
}
.redesociais{
	margin: 0px;
	padding: 0px;
	float: right;

}


/***
_________________menu
***/


.nav-link{
	color: #4B4B4D !important;
}



.navbar-toggler-icon{
	color: #ccc !important;
	margin-left: 30px;
}

.navbar-dark .navbar-toggler-icon {
	margin:20px;

}
/***
_________________Parte01
***/

.parte02{
	background-color:#460D5A !important;
	margin-top: 0px;
	margin-bottom: 100px;
	color: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
}


.texto01{
	margin-top: 8%;

}
/***
_________________Tabela01

***/


.collapsed{
	background-color: #F06600;
	text-decoration: none !important;
	color: #fff;
	font-size: 20px;
	
}

.collapsed:hover{
	background-color: #FFF;
	text-decoration: none !important;
	color: #F06600;
	font-size: 20px;
	
}

.collapsed2{
	background-color: #460D5A;
	text-decoration: none !important;
	color: #fff;
	font-size: 20px;

}

.collapsed2:hover{
	background-color: #FFF;
	text-decoration: none !important;
	color: #460D5A;
	font-size: 20px;
	
}
.collapsed3{
	background-color: #797979;
	text-decoration: none !important;
	color: #fff;
	font-size: 20px;
}
.collapsed3:hover{
	background-color:  #fff;
	text-decoration: none !important;
	color: #797979;
	font-size: 20px;
}


.ganhadormoto{
	background-color: #F18500;
	color: #fff;
	border-radius: 105px;

}

.card{
	margin-top: 20px;
	border-bottom: 0px !important;
}
/***
_________________Rodapé

***/
.parte05{

	background-color: #fff  !important;
	margin-top: 150px;
	padding-bottom: 50px;
	padding-top: 20px;
	color: #000157  !important;
	border-color: #A8CF45  !important;
	border-top: 5px solid;

}

.parte05 a{
	font-size: 18px;
	color: #000 !important;
}

.parte05 a:hover{
	color: #ccc  !important;
}

a:link 
{ 
text-decoration:none; 
} 



@media screen and (max-width: 430px) {

	.iconeredes{
		position: relative;
		margin-left: -7px;
		width: 35px;

	}
	.tel{
		margin-right: 18px;
	}

	
}

@media screen and (min-width: 990px) {
	.btn_menu{
	    color: #000157 !important;
	}

	

}

@media screen and (max-width: 990px) {
/*MENU PRINCIPAL*/
    .logorcm{
		width:180px;
	}


	.btn_menu:not(.primeirobtn) {
    	border-top: solid 2px /* retirando a borda do primeiro botao do menu */;

	}
	.col > img{
		display: none;
	}


}

.btn{
	white-space: normal !important;
}