
.BotaoTransparente:hover {
    background-color: #232323;
    color: #fff;
}

.opacity6 {
    font-size: 20px;
    padding: 0 110px;
    opacity: .8;
}

/**umb_name:Texto Corrido*/
.Text {
	font-size: 14px;
}

/**umb_name:Texto Corrido_branco*/
.Text_white {
	font-size: 14px;
	color: #ffffff;
}

/**umb_name:Titulo*/
.Titulo {
	display: inline-block;
	margin-top: 25px;
	font-size: 25px;
	color: #5B6670;
	line-height: 30px;
	font-weight: 400 !important;
}

/**umb_name:TituloBranco*/
.TituloBranco {
	display: inline-block;
	margin-top: 25px;
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 400 !important;
}

/**umb_name:TituloCor*/
.TituloCor {
	display: inline-block;
	font-size: 25px;
	color: #9164CC;
	line-height: 30px;
	font-weight: 400 !important;
}

/**umb_name:Botao Redondo*/
.BotaoRedondo {
	border-radius: 50px;
}

/**umb_name:Botao Grande*/
.BotaoGrande {
	padding: 9px 38px;
	font-size: 13px;
	line-height: 25px;
	border: 2px solid transparent;
}

/**umb_name:Botao Transparente*/
.BotaoTransparente {
	background: transparent;
	border-color: #232323;
	color: #232323;
	transition: .14s ease-out;
	cursor: pointer;
	font-weight: bold;
}

/**umb_name:Titulo Footer*/
.TituloFooter {
	color: #9164CC;
	font-family: 'Montserrat';
	font-size: 19px;
	font-weight: 500;
}

/**umb_name:Sub Titulo*/
.SubTitle {
	font-size: 27px;
	line-height: 100%;
	margin: 0;
}

/**umb_name:Titulo Pequeno*/
.SmallTitle {
	font-size: 17px;
	line-height: 100%;
	margin: 0;
}

/**umb_name:Bold*/
.Bold {
	font-weight: bold;
}

/**umb_name:Cor Azul*/
.ColorBlue {
	color: #299CCE;
}

/**umb_name:Botao Purpura*/
.BotaoPurpura {
	background: #ffffff;
	border-color: #6f42c1;
	color: #6f42c1;
	transition: .14s ease-out;
	cursor: pointer;
	font-weight: bold;
}
