.btn-test-conversion {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
}

.btn-conversion {
	width: 200px;
	height: 50px;
	border-radius: 24px;
	background-color: blueviolet;
	color: #212121;
}

.btn-motorista-a {
	display: flex;
    align-items: center;
    justify-content: center;
    background: #06a105;
    border: none !important;
    border-radius: 16px !important;
    padding: 16px 60px !important;
    height: 72px;
    color: #f6f6f6 !important;
    text-align: center;
    font-family: Work Sans;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
	border-color: none !important;
}

.btn-motorista-a:hover {
	background: #ff9b33 !important;
    border-color: #ff9b33 !important;
}

.dvr-wheel-cta.btn {
    border: none;
    padding: 0;
}

.dvr-wheel-cta.btn:hover {
    border: none;
    padding: 0;
	background: transparent;
}

.dvr-wheel-cta .btn {
	display: inline-block;
    border: none !important;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 0px;
    padding: 0;
}

.btn-direcao {
	top: 76px !important;
}

.seja-motorista .btn.btn-quero-ser-motorista {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    width: 360px;
    background: #06a105 !important;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: auto;
    border-radius: 16px;
	border-color: #06a105 !important;
}

.btn.cta-cadastro-como-motorista {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    background: #06a105 !important;
    opacity: 0.93;
    border-radius: 16px;
    text-decoration: none;
    color: #F6F6F6;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 18px;
    width: 100%;
}

/* .btn {
	border: none !important;
} */