.BotaoVermelho a {
	color: #FFF !important;
}

.BotaoAmarelo a {
	color: #000;	
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	background-color: #FDF000;
	color: #000;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin-right: 5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
}	

.BotaoAmarelo a:hover {
	color: #FFF !important;	
	background: #000 !important;
}	

.LinkUnderline a {
	color: #DA251C;
}

.btn-compare, .btn-compareProducts {
	display: none !important;
}

.TituloFaqs::after {
	border-top: 2px solid #FDF000;
    margin-top: 10px;
	margin-bottom: 10px;
	content: '';
    display: block;
    width: 40px;	
}

.AlinharImagemAEsquerda img, .AlinharImagemADireita img {
	width: 100% !important;
	height: auto !important;
}	
@media all and (min-width: 240px) and (max-width: 479px) {
	.AlinharImagemAEsquerda, .AlinharImagemADireita {
		 margin: 5px 0px 13px 0px; 
	}
}

/**umb_name:Alinhar imagem à esquerda*/
.AlinharImagemAEsquerda{float: left; margin: 5px 40px 13px 0px; max-width: 350px;}

/**umb_name:Alinhar imagem à direita*/
.AlinharImagemADireita{float: right; margin: 5px 0 13px 40px; max-width: 350px;}

/**umb_name:Botão Vermelho*/
.BotaoVermelho{color: #FFF !important;
display: inline-block;
padding: 0 35px;
font-size: 13px;
font-weight: 600;
height: 46px;
line-height: 46px;
cursor: pointer;
outline: 0;
white-space: nowrap;
margin: 5px;
background-color: #DA251C;
text-transform: uppercase;}

/**umb_name:Texto Vermelho*/
.TextoVermelho{color: #DA251C;}

/**umb_name:Link Underline*/
.LinkUnderline{color: #DA251C;
text-decoration: underline;}

/**umb_name:Texto Azul*/
.TextoAzul{color: #00A6DF;}

/**umb_name:Titulo Faqs*/
.TituloFaqs{margin-bottom: 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
color: #444;
line-height: 1.5;
margin: 0 0 30px;
font-family: Raleway,sans-serif;
color: #000;
font-size: 20px;}

/**umb_name:Botão Amarelo*/
.BotaoAmarelo{}