/* ==========================================================================
   Normatização CSS
   ========================================================================== */

/*
Cor logo escura: #6092e9
Cor logo clara: #000000
*/

/*
	Configurações da fonte
*/

.fonte-titulo-6 {
	font-size: 36px;
}

.fonte-titulo-5 {
	font-size: 24px;
}

.fonte-titulo-4 {
	font-size: 20px;
}

.fonte-titulo-3 {
	font-size: 18px;
}

.fonte-titulo-2 {
	font-size: 16px;
}

.fonte-titulo-1 {
	font-size: 14px;
}

.fonte-padrao {
	font-size: 12px;
}

.fonte-pequena {
	font-size: 10px;
}

.text-decoration-none:hover {
	text-decoration: none;
}

.text-indent {
	text-indent: 2em;
}

.text-line-height {
	line-height: 1.8;
}

.font-weight-bolder {
	font-weight: 500;
}

.font-weight-bolder-hover:hover {
	font-weight: 500;
}

.color-layout-azul-1 {
	color: #56b0f5;
}

.color-layout-azul-1-hover:hover {
	color: #56b0f5 !important;
}

.backgroud-color-layout-preto-1 {
	background-color: #393f43;
}

.backgroud-color-layout-preto-2 {
	background-color: #2F3539;
}

.backgroud-color-layout-preto-3 {
	background-color: #262b2f;
}

.backgroud-color-layout-azul-1 {
	background-color: #56b0f5;
}

.backgroud-color-layout-menu {
	background-color: #F2F3F4 !important;
}