* {
	margin: 0;
	padding: 0;
	font-family: "roboto";
}

a {
	text-decoration: none;
}

#imgPrincipal {
	background-position: center;
	background-image: linear-gradient(to bottom, transparent 0%, black 100%),
		url(imagens/fundoHome.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	left: 0%;
	text-align: center;
}

.containerPrincipal {
	width: 100%;
	position: relative;
	top: 60%;
	color: white;
}

.containerPrincipal h1 {
	font-family: "Secular-One";
	font-size: 60px;
	color: #ffee00;
	text-shadow: 4px 4px 15px #1b1a19;
}

.containerPrincipal h1 b {
	font-family: "Secular-One";
	color: whitesmoke;
	text-shadow: 4px 4px 15px #1b1a19;
}

.containerPrincipal h2 {
	font-family: "Roboto";
}

.containerPrincipal ul li a {
	display: inline;
	top: 20px;
	color: white;
	transition: all 1s ease;
	transform: translate(-50%, -50%);
}

.containerPrincipal ul li a:hover {
	color: black;
}

.botao {
	position: relative;
	display: block;
	color: black;
	font-size: 14px;
	font-family: "roboto";
	text-decoration: none;
	border: 3px solid #ffee00;
	padding: 9px 18px;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;
}
.botao::before {
	background: #ffee00;
	color: white;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
}

.botao::before {
	width: 100%;
	height: 0%;
}
.botao:hover::before {
	height: 100%;
}
.botao:hover {
	color: black;
}

.botao b {
	margin-left: 5px;
}

.botaoAmarelo {
	background-color: #ffee00;
}

.botaoAmarelo b {
	color: #000000;
}

.botaoAmarelo i {
	color: #000000;
}

.separacao {
	height: 150px;
	background-color: #1e1e1d;
	color: rgb(93, 77, 77);
	z-index: 1;
}

.separacao h1 {
	font-family: "roboto";
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	color: #ffee00;
}

.separacaoLinha {
	text-align: center;
	padding: 10px;
}

.separacaoLinha .fa {
	color: #ffee00;
}

.orcamento {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: row;
}

.orcamento .colunaE {
	background-image: url(imagens/fundoOrcamento3.png);
	background-size: 100% 100%;
	height: 500px;
	background-repeat: no-repeat;
	flex: 50%;
}

.orcamento .colunaD {
	flex: 50%;
}

.orcamento .textoOrcamento {
	padding: 30px;
	margin-top: 100px;
	word-wrap: break-word;
}

.orcamento .colunaD h1 {
	font-size: 50px;
	padding: 10px;
}

.orcamento .textoOrcamento p {
	font-size: 20px;
	color: #6c7176;
	text-align: justify;
}

.coluna50 h1 b {
	color: #ffee00;
	text-shadow: 1px 1px 1px #5d6233;
}

.orcamento ul {
	margin-top: 40px;
	list-style: none;
}

.orcamento .colunaD ul li a {
	display: inline;
	color: black;
	transition: all 1s ease;
}

.direito {
	margin-left: 10px;
}

#galeria {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}

#galeria::before {
	content: "";
	background-image: url(imagens/sacadaFundo.jpg);
	background-size: 100% 100%;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.4;
}

#galeria h1 {
	color: black;
	position: relative;
	padding-top: 40px;
	font-size: 40px;
}

#galeria h1 b {
	color: #ffee00;
	text-shadow: 1px 1px 1px #5d6233;
}

#galeria ul li {
	text-decoration: none;
	display: inline;
	margin: 8px;
}

#galeria ul li img {
	width: 350px;
	height: 350px;
	margin-top: 30px;
	box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3), 10px 12px 26px 0 rgba(0, 0, 0, 0.3);
}

#galeria li:hover {
	box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3), 10px 12px 60px 0px rgba(0, 0, 0, 0.6);
	transition: all 2s ease;
}

#galeria img {
	transition: transform 1s ease;
}

#galeria li:hover img {
	transform: scale(1.03);
}

#botaoServico {
	margin-top: 60px;
	margin-left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
}

.localizacao {
	width: 100%;
	height: auto;
	display: flex;
}

.localizacao .colunaD {
	background-image: url(imagens/fundoLoc.png);
	background-size: 100% 100%;
	height: 500px;
	flex: 50%;
}

.localizacao .colunaE {
	flex: 50%;
}

.localizacao .textoLoc {
	margin-top: 100px;
	text-align: center;
	padding: 30px;
	font-family: "roboto";
	word-wrap: break-word;
}

.localizacao .textoLoc p {
	font-size: 1.3rem;
	color: #6c7176;
	text-align: justify;
	word-wrap: break-word;
	padding: 3px;
}

.tituloLoc {
	font-size: 3.5rem;
	padding-bottom: 30px;
}

#botaoLoc {
	text-align: center;
	width: 170px;
	margin: auto;
	top: 40px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 360px) {
	.containerPrincipal {
		top: 50%;
	}

	#imgPrincipal {
		height: 700px;
	}

	.separacao h1 {
		font-size: 30px;
	}

	.containerPrincipal h1,
	.orcamento .colunaD h1,
	.localizacao .tituloLoc {
		font-size: 26px;
	}

	.containerPrincipal h2 {
		font-size: 14px;
	}

	.containerPrincipal .botao {
		left: 78px;
	}

	.orcamento .botao {
		left: 60px;
	}

	.botao {
		font-size: 12px;
		font-weight: 200;
		padding: 6px 2px;
	}

	.direito {
		visibility: hidden;
	}

	#galeria h1 {
		font-size: 30px;
	}

	#galeria ul li img {
		width: 200px;
		height: 200px;
	}

	.orcamento .textoOrcamento p,
	.localizacao .textoLoc p {
		font-size: 1rem;
	}

	.container-footer .logo img {
		width: 200px;
		height: 50px;
	}
}

@media (min-width: 360px) and (max-width: 380px) {
	.containerPrincipal {
		top: 50%;
	}

	#imgPrincipal {
		height: 700px;
	}

	.containerPrincipal h1,
	.orcamento .colunaD h1,
	.localizacao .tituloLoc {
		font-size: 30px;
	}

	.containerPrincipal h2 {
		font-size: 17px;
	}

	.containerPrincipal .botao {
		left: 78px;
	}

	.orcamento .botao {
		left: 60px;
	}

	.botao {
		font-size: 12px;
		font-weight: 200;

		padding: 6px 2px;
	}

	.direito {
		visibility: hidden;
	}

	#galeria h1 {
		font-size: 30px;
	}

	#galeria ul li img {
		width: 200px;
		height: 200px;
	}

	.orcamento .textoOrcamento p,
	.localizacao .textoLoc p {
		font-size: 1rem;
	}

	.container-footer .logo img {
		width: 200px;
		height: 50px;
	}
}

@media (min-width: 380px) and (max-width: 600px) {
	.containerPrincipal {
		top: 50%;
	}

	#imgPrincipal {
		height: 700px;
	}

	.containerPrincipal h1,
	.orcamento .colunaD h1,
	.localizacao .tituloLoc {
		font-size: 40px;
	}

	.containerPrincipal h2 {
		font-size: 20px;
	}

	.botao {
		font-size: 12px;
		font-weight: 200;
		padding: 6px 10px;
	}
	
		.direito {
		visibility: hidden;
	}

	#galeria ul li img {
		width: 200px;
		height: 200px;
	}

	.localizacao .textoLoc p {
		font-size: 1.1rem;
	}

	.container-footer .logo img {
		width: 300px;
		height: 100px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 900px) {
	.containerPrincipal {
		top: 50%;
	}

	#imgPrincipal {
		height: 700px;
	}

	#galeria ul li img {
		width: 300px;
		height: 300px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.orcamento .colunaE,
	.localizacao .colunaD {
		display: none;
	}

	.localizacao .textoLoc,
	.orcamento .textoOrcamento {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#imgPrincipal {
		background-size: 100% 100%;
	}
}
