.h3Margin {
   margin-top: 35px; 
   margin-bottom: 80px;"
}

.imgError{
	cursor:pointer;
	margin:0 auto;
	display:block;
}

.labelTitulo{
	color: #2C2C2C;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.labelBody{
	color: #2C2C2C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.btnError{
	border-radius: 100px;
    border: 2px solid var(--primary-1-amway-black, #2C2C2C);
    background: var(--primary-2-pure-white, #FFF);
    width: 304px;
    height: 36px;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: gt-walsheim-regular;
    font-style: normal;
    font-weight: 700;
    font-size: var(--Font-Size-Text-MD, 16px);
    color: var(--primary-1-amway-black, #2C2C2C);
    text-align: center;
    margin-top: 40px;
	line-height: 1;
}

.marginTop{
	padding-top: 130px;
}

.alignCenter{
	text-align:center;
}