/*PÁGINA GERAL*/
body{
	background-image: url('img/bg5.jpeg'); /*bg4.jpeg*/
	background-attachment: fixed;
	background-size: cover;
}


/* TOPO DA PAGINA */
.bg-topo{
	background: rgba(0, 0, 0, 0.6);
}
.margem-topo{
	margin-top: 100px !important;
}

.btn-orcamento{
	border: 4px solid green;
	background: black;
	position: relative;
	color: white;
	z-index: 2;
	border-radius: 30px;
	height: 100%;
}

/*Botão WhatssZap */

.fonte-topo-zap{
	font-size: 16px;
	background: none;
	font-weight: bold;
	transition: background 1s, color 1s;
}

/*CORPO DA PÁGINA*/

.capa{
	width: 100%;
	height: 100%;
	border: 2px solid red;
	display: table;
}

.item-capa{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.teste{
	margin-top: 90px;
	color: white;
	font-weight: 900;
	font-size: 150px;
	text-shadow: 0px 15px 25px black;
}



#menu>a:hover {
	background-color: white;
	color: black;
}

/*SEÇÃO QUEM SOMOS*/
.bg-quem{
	
	border-radius: 20px;
	background: rgba(26, 26, 10, 0.6);	
	
}

/*SEÇÃO PORTIFÓLIO*/
.bg-portifolio{
	
	border-radius: 20px;	
	background: rgba(0, 0, 0, 0.6);
}

/*Seção contato */
.bg-contato{
	background-color: #2A2B47;
}

.bg-form{
	border: 1px solid #fff;
	border-radius: 30px;	
	background: rgba(255, 255, 255, 0.9);
}

.lg-cartao{
	width: 100%;
}




/* Configurações Gerais */

.underline{
	content: '';
	border-top: 2px solid #0007CB;
	width: 70px;
	display: block;
	margin-bottom: 8px;
	margin: 0 auto;
}


.sombra:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color: #0007CB;
	color: #fff;
	transition: all .90s ease-in-out;
}

/*PÁGINA GALERIA */
.fundo{
	background: #aaa;
}


/*RODAPÉ */

.bg-footer{
	background-color: #000;
	height: 50px;

}

.bg-footer a{
	color: #fff;
}

.bg-footer a:hover{
	color: red;
}