
body{
	margin: 0px;
	padding: 0px;

}

.content{
	position: relative;
	width: 100%;
	float:left;
}
.content img{
	width: 100%;
}
/***
_________________menu
***/

.bg-light{
	opacity: 0.9;
	padding-top: 0px;
	padding-bottom:0px;

}
.nav-link{
	color: #4B4B4D !important;
}


.navbar-toggler{
	color: #262899 !important;
	background-color: #262899 !important;
	font-size: 100%;
	margin: 0!important;
	padding:0 !important;

}
.navbar-toggler-icon{
	color: #ccc !important;
	margin-left: 30px;
}

.navbar-dark .navbar-toggler-icon {
	margin:20px;

}
/***
_________________carroceu
***/

.slide-topo{
	background-color: #000;
	max-height: 500px; /*limitar altura de div*/
}


/****
mudar de imagem do carroceu
***/


/***
_________________diferenciais
***/
.diferenciais{
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;

}
.diferencial-img{
	width: 60%;
	margin-bottom: 20px

}

.diferencial-img:hover{
	padding: 10px;

}
/***
_________________Mapa

***/

.mapa{
	margin-top: 20px;
	margin-bottom: 20px;
}

/***
_________________fornecedores

***/


/***
_________________contatos

***/

textarea{
	display: flex;
	height: 1px;
}
/***
_________________Rodapé

***/
footer{
		background-color: #04054F !important;
		margin-top: 80px;

}

.rodape{
	color: #fff !important;
	padding: 15px;

}
.rodape a:hover{
	color: #fff;

}
a:link 
{ 
text-decoration:none; 
} 





.player-center{
	width: 100%;
}

.linhatopo{
	margin: 0px;
	padding: 0px;
	background-color: #fff !important;
    border-bottom:6px solid #A8CF45;
 	
}
.redesociais{
	margin: 0px;
	padding: 0px;
	float: right;

}



/***
__________Medias
***/

@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 */;

	}

/* CARROCEU	*/
	.carroceu{
	margin-top: 10px;
	}

/*DIFERENCIAIS*/
	.diferenciais{
		margin-top: 10px;
	}
	.text-muted{
		font-size: 12px;
	}
}

@media screen and (max-width: 430px) {

	.iconeredes{
		position: relative;
		margin-left: -7px;
		width: 35px;

	}
	.tel{
		margin-right: 18px;
	}


}


.navbar-dark{
	background-color: #fff;
}




/**css menu**/
