
body {
	font-family: 'Mulish', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #474747;
	font-weight: 300;
}

p {
	margin-bottom: 1.5rem;
}

b, strong {
	font-weight: bold;
}

button a {
	padding: 10px 15px;
	display: inline-block;
}

h2.titulo-linha::after {
	content: '';
	border-bottom: 2px solid #a72d3c;
	height: 7px;
	border-top: 2px solid #a72d3c;
	width: 70px;
	display: block;
	margin-bottom: 1.5rem;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1rem;
}

h2.texto-linha::after {
	content: '';
	border-bottom: 2px solid #a72d3c;
	height: 7px;
	border-top: 2px solid #a72d3c;
	width: 70px;
	display: block;
	margin-bottom: 1rem;
	/*margin-right: auto;*/
	margin-left: 0;
	margin-top: 1rem;
}

button a {
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
}

	button a:hover {
		color: #fff;
		text-decoration: none;
	}

/**umb_name:Font Arvo*/
.font-arvo {
	font-family: 'Arvo', serif;
}

/**umb_name:botão*/
button {
	border: 1px solid;
	border-radius: 0;
	padding: 15px 25px;
	font-size: 16px;
	line-height: 16px;
	background: none;
	color: #474747;
	font-weight: 300;
	text-transform: uppercase;
}

/**umb_name:Texto Cinza*/
.txt_cinza {
	color: #787878;
}

/**umb_name:Texto Branco*/
.txt_branco {
	color: #fff;
}

/**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 10*/
.title-10 {
	font-size: 10px;
	line-height: 20px;
}

/**umb_name:Font 12*/
.title-12 {
	font-size: 12px;
	line-height: 22px;
}

/**umb_name:Font 14*/
.title-14 {
	font-size: 14px;
	line-height: 24px;
}

/**umb_name:Font 16*/
.title-16 {
	font-size: 16px;
	line-height: 26px;
}

/**umb_name:Font 18*/
.title-18 {
	font-size: 18px;
	line-height: 28px;
}

/**umb_name:Font 20*/
.title-20 {
	font-size: 20px;
	line-height: 30px;
}

/**umb_name:Font 22*/
.title-22 {
	font-size: 22px;
	line-height: 32px;
}

/**umb_name:Font 24*/
.title-24 {
	font-size: 24px;
	line-height: 34px;
}

/**umb_name:Font 26*/
.title-26 {
	font-size: 26px;
	line-height: 36px;
}

/**umb_name:Font 28*/
.title-28 {
	font-size: 28px;
	line-height: 38px;
}

/**umb_name:Font 30*/
.title-30 {
	font-size: 30px;
	line-height: 40px;
}

/**umb_name:Font 32*/
.title-32 {
	font-size: 32px;
	line-height: 42px;
}

/**umb_name:Font 34*/
.title-34 {
	font-size: 34px;
	line-height: 44px;
}

/**umb_name:Font 36*/
.title-36 {
	font-size: 36px;
	line-height: 46px;
}

/**umb_name:Font 38*/
.title-38 {
	font-size: 38px;
	line-height: 46px;
}

/**umb_name:Font 40*/
.title-40 {
	font-size: 40px;
	line-height: 48px;
}

/**umb_name:Font 42*/
.title-42 {
	font-size: 42px;
	line-height: 50px;
}

/**umb_name:Font 44*/
.title-44 {
	font-size: 44px;
	line-height: 52px;
}

/**umb_name:Font 46*/
.title-46 {
	font-size: 46px;
	line-height: 52px;
}

/**umb_name:Font 48*/
.title-48 {
	font-size: 48px;
	line-height: 54px;
}

/**umb_name:Font 50*/
.title-50 {
	font-size: 50px;
	line-height: 56px;
}

/**umb_name:Font 55*/
.title-55 {
	font-size: 55px;
	line-height: 60px;
}

/**umb_name:Font 60*/
.title-60 {
	font-size: 60px;
	line-height: 65px;
}

/**umb_name:Font 65*/
.title-65 {
	font-size: 65px;
	line-height: 70px;
}

/**umb_name:Font 70*/
.title-70 {
	font-size: 70px;
	line-height: 75px;
}

/**umb_name:Font 75*/
.title-75 {
	font-size: 75px;
	line-height: 80px;
}

/**umb_name:Font 80*/
.title-80 {
	font-size: 80px;
	line-height: 85px;
}

/**umb_name:Font 85*/
.title-85 {
	font-size: 85px;
	line-height: 90px;
}

/**umb_name:Font 90*/
.title-90 {
	font-size: 90px;
	line-height: 95px;
}

/**umb_name:Titulo Border-Bottom*/
.titulo-border {
	border-bottom: 1px solid #ffb069;
    padding: 0 30px 20px 30px;
}
