.btn{    
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    --border: 1px solid transparent;
    border-radius: 0px;
}

.verdePadraoGrande{
	padding: 7% 40%;
	background-color: #49aec0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.verdePadraoGrande_1{
	padding: 2rem 8rem;
	background-color: #49aec0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.verdePadraoMedio{
    padding: 2.25em 3.5em;
	background-color: #49aec0;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.verdePadraoMedio_1{
    padding: 2.25em 6.5em;
	background-color: #49aec0;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}


.cinzaPadraoPequeno{
    padding: 1.25em 3.5em;
    cursor: pointer;
    background-color: #eaeae6;
    font-size: 0.87em;
    font-weight: 400;
    color: #6c2828;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border: 0.06em solid #6c2828;
}

button {
    background-color: transparent;
    border: none;
}