﻿/* Container bem-vindo */
div.bem-vindo {
	background-color: #086E8A;
	/*<video width="100%" height="100%" controls autoplay loop muted controlsList="nodownload"> <source src="Personalizacoes\0-Video.mp4" type="video/mp4"> </video>*/
}

/* Container logo */
div.logo {
	background-color: rgb(255, 255, 255);
	background-image: none;
}

/* Container login */
div.login > div > div.login {
	background-color: #4A9683;
	font-size: 14pt;
	font-family: 'Noto Serif', serif;
}

/* Container login: usuário-senha */
div.usuario-senha input {
	border-radius: 15px;
	box-shadow: 2px 2px 1px rgb(165, 159, 159);
	letter-spacing: 2px;
	text-shadow: 0px 0px 0px #4b4a4a;
	text-indent: 10px;
}

/* Container DivVersao */
#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;
}

body{
	background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
}

/* DEFAULT APSX */
div.menu-superior {
	background: #c6d1f100;
}

/*WRAPPER*/ 
div.conteudo > div > div img {
	transition: ease-in 0.5s;
}

div.conteudo > div > div img:hover {
	transform: scale(1.1);
}

div.add-projeto {
	border-top-left-radius: 10px;
}

div.cons-ped {
	border-bottom-left-radius: 10px;
}

div.prod-padrao {
	border-top-right-radius: 10px;
}

div.noticias {
	border-bottom-right-radius: 10px;
}

div.conteudo {
	border-radius: 10px !important;
}

div.conteudo > div > .img-container:hover
{
    background: #20413b !important;
}

.add-projeto {
	background: #086E8A !important;
}

.fer-alu-kit {
	background: #4A9683 !important;
}

.prod-padrao {
	background: #086E8A !important;
}

.encaixilhados {
	background: #4A9683 !important;
}

.carrinho {
	background: #086E8A !important;
}

.ajust-folga {
	background: #4A9683 !important;
}

.cons-ped {
	background: #086E8A !important;
}

.pos-financ {
	background: #4A9683 !important;
}

.noticias  {
	background: #086E8A !important;
}

.rodape {
	background: #0E7765 !important;
	box-shadow: inset 3px 3px 2px #777 !important;
}

.conteudo header {
	background-color: #086E8A !important; /*#5696C6*/
}

.w3-card-8 {
	border-radius: 20px;
}

.w3-card-8 input{
	border-radius: 10px;
}

.w3-card-8 footer {
	background-color: #086E8A !important;
}

div.sel-projeto {
	background-color: #cecece;
}

li.menu-item-selecionado, a.pagina-selecionada, ul.w3-pagination > li > a.pagina-selecionada {
	background-color: #4A9683 !important;
}

.w3-navbar li a:hover, .w3-dropdown-hover:hover
{
    background-color: #086E8A !important;
}

.w3-vert-navbar li {
    color: #272626;
    background-color: #75BAD1;
 }