@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	background: #ffffff;
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	color: #141414;
	font-weight: 700;
}

a:hover {
	color: #126b87;
}

.btn-verde:hover {
	background: #377dc0;
	color: #fff;
}

.btn-branco a,
a .btn-branco {
	color: #fff;
}

	.btn-branco:hover,
	.btn-branco:hover a,
	.btn-branco a:hover {
		background: #fff;
		color: #000;
	}


.btn-preto a,
a .btn-preto {
	color: #000;
}

	.btn-preto:hover,
	.btn-preto:hover a,
	.btn-preto a:hover {
		background: #000;
		color: #fff;
	}

.btn-verde, .btn-branco, .btn-preto {
	transition: .3s;
}

	.btn-verde.enviar {
		background: #1aa4ce;
		color: #fff;
	}

		.btn-verde.enviar:hover {
			background: #003c5e;
			border-color: #003c5e;
			color: #fff;
		}

.btn-azul:hover {
	background: #1aa4ce;
	border: 2px solid #1aa4ce !important;
	color: #ffffff
}

/*umb_name:Botão Azul*/

.btn-azul a {
	background: transparent;
	color: #1aa4ce;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #1aa4ce;
	padding: 7px 20px;
	display: inline-block;
}

.btn-azul:hover a {
	background: #003c5e;
	border-color: #003c5e;
	color: #ffffff
}

button.btn-azul {
	background: transparent;
	color: #1aa4ce;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #1aa4ce;
	padding: 7px 20px;
	display: inline-block;
	transition: .5s;
}

	button.btn-azul:hover {
		background: #003c5e;
		border-color: #003c5e;
		color: #ffffff
	}

/**umb_name:Fundo-Azul*/
.fundo-azul {
	background: #377dc0;
	color: #fff;
	padding: 7px 20px;
}

/**umb_name:Font Light*/
.font-light {
	font-weight: 300;
}

/**umb_name:Font Regular*/
.font-regular {
	font-weight: 400;
}

/**umb_name:Font Medium*/
.font-medium {
	font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.font-semi-bold {
	font-weight: 600;
}

/**umb_name:Font Bold*/
.font-bold {
	font-weight: 700;
}

/**umb_name:Texto Azul*/
.txt-azul {
	color: #1aa4ce;
}

/**umb_name:Fundo Azul*/
.fundo-azul {
	background: #377dc0;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	border: 0;
	width: 100%;
	transition: .3s;
}

/**umb_name:Texto Branco*/
.txt-branco {
	color: #ffffff;
}

/**umb_name:Texto Preto*/
.txt-preto {
	color: #000000;
}

/**umb_name:Botão Azul*/
.btn-azul {
	background: transparent;
	color: #1aa4ce;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #1aa4ce;
	padding: 7px 20px;
	display: inline-block;
	transition: .5s;
}

/**umb_name:Botão Branco*/
.btn-branco {
	background: transparent;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 7px 20px;
	display: inline-block;
}

/**umb_name:Botão Preto*/
.btn-preto {
	background: transparent;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 7px 20px;
	display: inline-block;
}

/**umb_name:HR*/
.hr {
	border-bottom: 1px solid #1aa4ce;
}

/**umb_name:Separador*/
hr {
	border-top: 2px solid #1aa4ce;
	opacity: 1;
	text-align: center;
}

/**umb_name:Image centered with text*/
.v-align img {
	vertical-align: baseline;
}

/**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:H1*/
h1 {
}

/**umb_name:H2*/
h2 {
}

/**umb_name:H3*/
h3 {
}

/**umb_name:H4*/
h4 {
}

/**umb_name:H5*/
h5 {
}

/**umb_name:H6*/
h6 {
}

/**umb_name:Font 10*/
.title-10 {
	font-size: 10px;
	line-height: 14px;
}

/**umb_name:Font 12*/
.title-12 {
	font-size: 12px;
	line-height: 16px;
}

/**umb_name:Font 14*/
.title-14 {
	font-size: 14px;
	line-height: 18px;
}

/**umb_name:Font 16*/
.title-16 {
	font-size: 16px;
	line-height: 20px;
}

/**umb_name:Font 18*/
.title-18 {
	font-size: 18px;
	line-height: 22px;
}

/**umb_name:Font 20*/
.title-20 {
	font-size: 20px;
	line-height: 24px;
}

/**umb_name:Font 22*/
.title-22 {
	font-size: 22px;
	line-height: 26px;
}

/**umb_name:Font 24*/
.title-24 {
	font-size: 24px;
	line-height: 28px;
}

/**umb_name:Font 26*/
.title-26 {
	font-size: 26px;
	line-height: 30px;
}

/**umb_name:Font 28*/
.title-28 {
	font-size: 28px;
	line-height: 32px;
}

/**umb_name:Font 30*/
.title-30 {
	font-size: 30px;
	line-height: 34px;
}

/**umb_name:Font 32*/
.title-32 {
	font-size: 32px;
	line-height: 36px;
}

/**umb_name:Font 34*/
.title-34 {
	font-size: 34px;
	line-height: 38px;
}

/**umb_name:Font 36*/
.title-36 {
	font-size: 36px;
	line-height: 40px;
}

/**umb_name:Font 38*/
.title-38 {
	font-size: 38px;
	line-height: 42px;
}

/**umb_name:Font 40*/
.title-40 {
	font-size: 40px;
	line-height: 44px;
}
