﻿div.bem-vindo {
	background-color: #024795;
}

div.logo {
	background-color: rgb(255, 255, 255);
	background-image: none;
}

div.login > div > div.login {
	background-color: #403C3D;
	font-size: 14pt;
	font-family: 'Noto Serif', serif;
}

#divVersao {
	background-color: #40404000;
	color: rgb(0, 0, 0);
	font-weight: 1000;
	letter-spacing: 2px;
	position: after;
	height: 20px;
	width: 300px;
	z-index: 99;
	margin-top:-20px;
	top: -20px;
	display: none;
}

div.usuario-senha {
	color: rgb(250, 250, 250);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #cecece;
	text-indent: 25px;
}

.w3-navbar li a {
	color: #020202;
	text-shadow: 1px 1px 1px #f7f4f4;
	text-transform: uppercase;
	letter-spacing: 0,6px;
	font-size: 13px;
	font-weight: 600;
	transform: translateX(10px);
	transition: ease-in 0.5s;
}

div.conteudo > div > div img {
	transition: ease-in 0.5s;
}

div.conteudo > div > div img:hover {
	transform: scale(1.1);
}

div.conteudo > div > .img-container {
	border-radius: 10px !important;
	transition: ease-in 0.5s;
}

div.conteudo > div > .img-container:hover
{
    background: #99a2a8 !important;
}

.add-projeto {
	background: #024795 !important;
}

.fer-alu-kit {
	background: #403C3D !important;
}

.prod-padrao {
	background: #024795 !important;
}

.encaixilhados {
	background: #403C3D !important;
}

.carrinho {
	background: #024795 !important;
}

.ajust-folga {
	background: #403C3D !important;
}

.cons-ped {
	background: #024795 !important;
}

.pos-financ {
	background: #403C3D !important;
}

.noticias  {
	background: #024795 !important;
}

.rodape {
	background: #024795 !important;
	box-shadow: inset 3px 3px 2px #777 !important;
}

.conteudo header {
	background-color: #024795 !important;
}

.w3-card-8 {
	border-radius: 20px;
}

.w3-card-8 input{
	border-radius: 10px;
}

.w3-card-8 header {
	background-color: #5696C6 !important;
}

.w3-card-8 footer {
	background-color: #5696C6 !important;
}

div.sel-projeto {
	background-color: #cecece;
}

li.menu-item-selecionado, a.pagina-selecionada, ul.w3-pagination > li > a.pagina-selecionada {
	background-color: #5696C6 !important;
}