.fade a {
	background-color: black;
	color: white;
	border-radius: 25px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-size: 14px;
}

.fade .card-body {
	text-align: center;
}

#v-pills-tab .active{
	background-color:black !important ;
	color:white !important;
}

#v-pills-tab .nav-link{
	color:black ;
}

[data-type-formulario="test_drive"] input{
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;

}
[data-type-formulario="test_drive"] textarea{
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;
}


[data-type-formulario="test_drive"] button {
	background-color: black;
	color: white;
	border-radius: 25px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-size: 14px;
}

[data-type-formulario="test_drive"] .btn-main {
	background-color: black;
	color: white;
	border-radius: 25px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-size: 14px;
}