.w-100 {
    width: 100%;
}

/**umb_name:Title*/
.title {
	color: #00A2B5;
}

/**umb_name:Texto Azul*/
.texto_blue {
	color: #00A2B5;
}

/**umb_name:Texto Verde*/
.texto_verde {
	color: #afcb64;
}

/**umb_name:Texto Branco*/
.texto_branco {
	color: #FFFFFF !important;
}

/**umb_name:Texto Cinza*/
.texto_gray {
	color: #706366;
}

/**umb_name:Texto Preto*/
.texto_gray_2 {
	color: #231F20;
}

/**umb_name:Título Fundo Azul*/
.titulo_fundo_blue {
	background: #00A2B5;
	padding: 10px;
	color: #231F20;
}

/**umb_name:Título border Azul*/
.titulo_border_blue {
	border-bottom: 1px solid #00A2B5;
	padding: 10px;
}

/**umb_name:Título Fundo Verde*/
.titulo_fundo_blue_2 {
	background: #afcb64;
	padding: 10px;
	color: #FFFFFF;
}

/**umb_name:Título border Verde*/
.titulo_border_blue_2 {
	border-bottom: 1px solid #afcb64;
	padding: 10px;
}

/**umb_name:Título Fundo Cinza*/
.titulo_fundo_gray {
	background: #E1E1E1;
	padding: 10px;
	/*color: #FFFFFF;
	*/;
}

/**umb_name:Título border Cinza*/
.titulo_border_cinza {
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
}

/**umb_name:Título Fundo Preto*/
.titulo_fundo_black {
	background: #231F20;
	padding: 10px;
	color: #FFFFFF;
}

/**umb_name:Título border Preto*/
.titulo_border_preto {
	border-bottom: 1px solid #231F20;
	padding: 10px;
}

/**umb_name:Image to right*/
.img_direita {
	float: right;
	clear: left;
	margin: 0px 0px 20px 20px;
	overflow: hidden;
}

/**umb_name:Image to left*/
.img_esquerda {
	float: left;
	clear: left;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}

/**umb_name:Image to right with border*/
.img_borda_direita {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Image with border*/
.img_borda {
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Image to left with border*/
.img_borda_esquerda {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Font size 0.8*/
.font-size-0-8 {
	font-size: 0.85rem !important;
	line-height: 1.2rem !important;
}

/**umb_name:Font size 1*/
.font-size-1 {
	font-size: 0.95rem !important;
	line-height: 1.3rem !important;
}

/**umb_name:Font size 1.1*/
.font-size-1-1 {
	font-size: 1.1rem !important;
	line-height: 1.4rem !important;
}

/**umb_name:Font size 1.2*/
.font-size-1-2 {
	font-size: 1.2rem !important;
	line-height: 1.5rem !important;
}

/**umb_name:Font size 1.3*/
.font-size-1-3 {
	font-size: 1.3rem !important;
	line-height: 1.6rem !important;
}

/**umb_name:Font size 1.4*/
.font-size-1-4 {
	font-size: 1.4rem !important;
	line-height: 1.7rem !important;
}

/**umb_name:Font size 1.5*/
.font-size-1-5 {
	font-size: 1.5rem !important;
	line-height: 1.8rem !important;
}

/**umb_name:Font size 1.6*/
.font-size-1-6 {
	font-size: 1.6rem !important;
	line-height: 1.9rem !important;
}

/**umb_name:Font size 1.7*/
.font-size-1-7 {
	font-size: 1.7rem !important;
	line-height: 2rem !important;
}

/**umb_name:Font size 1.8*/
.font-size-1-8 {
	font-size: 1.8rem !important;
	line-height: 2.1rem !important;
}

/**umb_name:Font size 1.9*/
.font-size-1-9 {
	font-size: 1.9rem !important;
	line-height: 2.2rem !important;
}

/**umb_name:Font size 2*/
.font-size-2 {
	font-size: 2rem !important;
	line-height: 2.3rem !important;
}

/**umb_name:Font size 2.1*/
.font-size-2-1 {
	font-size: 2.1rem !important;
	line-height: 2.4rem !important;
}

/**umb_name:Font size 2.2*/
.font-size-2-2 {
	font-size: 2.2rem !important;
	line-height: 2.5rem !important;
}

/**umb_name:Font size 2.3*/
.font-size-2-3 {
	font-size: 2.3rem !important;
	line-height: 2.6rem !important;
}

/**umb_name:Font size 2.4*/
.font-size-2-4 {
	font-size: 2.4rem !important;
	line-height: 2.7rem !important;
}

/**umb_name:Font size 2.5*/
.font-size-2-5 {
	font-size: 2.5rem !important;
	line-height: 2.8rem !important;
}

/**umb_name:Font size 2.6*/
.font-size-2-6 {
	font-size: 2.6rem !important;
	line-height: 2.9rem !important;
}

/**umb_name:Font size 2.7*/
.font-size-2-7 {
	font-size: 2.7rem !important;
	line-height: 3rem !important;
}

/**umb_name:Font size 2.8*/
.font-size-2-8 {
	font-size: 2.8rem !important;
	line-height: 3.1rem !important;
}

/**umb_name:Font size 2.9*/
.font-size-2-9 {
	font-size: 2.9rem !important;
	line-height: 3.2rem !important;
}

/**umb_name:Font size 3*/
.font-size-3 {
	font-size: 3rem !important;
	line-height: 3.3rem !important;
}

/**umb_name:Font size 3.1*/
.font-size-3-1 {
	font-size: 3.1rem !important;
	line-height: 3.4rem !important;
}

/**umb_name:Font size 3.2*/
.font-size-3-2 {
	font-size: 3.2rem !important;
	line-height: 3.5rem !important;
}

/**umb_name:Font size 3.3*/
.font-size-3-3 {
	font-size: 3.3rem !important;
	line-height: 3.6rem !important;
}

/**umb_name:Font size 3.4*/
.font-size-3-4 {
	font-size: 3.4rem !important;
	line-height: 3.7rem !important;
}

/**umb_name:Font size 3.5*/
.font-size-3-5 {
	font-size: 3.5rem !important;
	line-height: 3.8rem !important;
}

/**umb_name:Font size 3.6*/
.font-size-3-6 {
	font-size: 3.6rem !important;
	line-height: 3.9rem !important;
}

/**umb_name:Font size 3.7*/
.font-size-3-7 {
	font-size: 3.7rem !important;
	line-height: 4rem !important;
}

/**umb_name:Font size 3.8*/
.font-size-3-8 {
	font-size: 3.8rem !important;
	line-height: 4.1rem !important;
}

/**umb_name:Font size 3.9*/
.font-size-3-9 {
	font-size: 3.9rem !important;
	line-height: 4.2rem !important;
}

/**umb_name:Font size 4*/
.font-size-4 {
	font-size: 4rem !important;
	line-height: 4.3rem !important;
}

/**umb_name:Font size 4.1*/
.font-size-4-1 {
	font-size: 4.1rem !important;
	line-height: 4.4rem !important;
}

/**umb_name:Font size 4.2*/
.font-size-4-2 {
	font-size: 4.2rem !important;
	line-height: 4.5rem !important;
}

/**umb_name:Font size 4.3*/
.font-size-4-3 {
	font-size: 4.3rem !important;
	line-height: 4.6rem !important;
}

/**umb_name:Font size 4.4*/
.font-size-4-4 {
	font-size: 4.4rem !important;
	line-height: 4.7rem !important;
}

/**umb_name:Font size 4.5*/
.font-size-4-5 {
	font-size: 4.5rem !important;
	line-height: 4.8rem !important;
}

/**umb_name:Font size 4.6*/
.font-size-4-6 {
	font-size: 4.6rem !important;
	line-height: 4.9rem !important;
}

/**umb_name:Font size 4.7*/
.font-size-4-7 {
	font-size: 4.7rem !important;
	line-height: 5rem !important;
}

/**umb_name:Font size 4.8*/
.font-size-4-8 {
	font-size: 4.8rem !important;
	line-height: 5.1rem !important;
}

/**umb_name:Font size 4.9*/
.font-size-4-9 {
	font-size: 4.9rem !important;
	line-height: 5.2rem !important;
}

/**umb_name:Font size 5*/
.font-size-5 {
	font-size: 5rem !important;
	line-height: 5.3rem !important;
}

/**umb_name:Font size 5.1*/
.font-size-5-1 {
	font-size: 5.1rem !important;
	line-height: 5.4rem !important;
}

/**umb_name:Font size 5.2*/
.font-size-5-2 {
	font-size: 5.2rem !important;
	line-height: 5.5rem !important;
}

/**umb_name:Font size 5.3*/
.font-size-5-3 {
	font-size: 5.3rem !important;
	line-height: 5.6rem !important;
}

/**umb_name:Font size 5.4*/
.font-size-5-4 {
	font-size: 5.4rem !important;
	line-height: 5.7rem !important;
}

/**umb_name:Font size 5.5*/
.font-size-5-5 {
	font-size: 5.5rem !important;
	line-height: 5.8rem !important;
}

/**umb_name:Font size 5.6*/
.font-size-5-6 {
	font-size: 5.6rem !important;
	line-height: 5.9rem !important;
}

/**umb_name:Font size 5.7*/
.font-size-5-7 {
	font-size: 5.7rem !important;
	line-height: 6rem !important;
}

/**umb_name:Font size 5.8*/
.font-size-5-8 {
	font-size: 5.8rem !important;
	line-height: 6.1rem !important;
}

/**umb_name:Font size 5.9*/
.font-size-5-9 {
	font-size: 5.9rem !important;
	line-height: 6.2rem !important;
}

/**umb_name:Font size 6*/
.font-size-6 {
	font-size: 6.0rem !important;
	line-height: 6.3rem !important;
}
