body {
	background-color: #ffffff;
}

.photo-gallery {
	color: #313437;
}

.photo-gallery p {
	color: #7d8285
}

.photo-gallery h2 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit
}

@media (max-width:767px) {
	.photo-gallery h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px
	}

}

.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px
}

.photo-gallery .intro p {
	margin-bottom: 0
}

.photo-gallery .photos {
	padding-bottom: 20px
}

.photo-gallery .item {
	padding-bottom: 30px
}

.img-cliente {
	padding: 20px 0;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 600;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #fff;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width:992px) {
	#mainNav {
		padding-top: 10px;
		padding-bottom: 10px;
		transition: padding-top .3s, padding-bottom .3s;
		border: none;
		background-color: transparent
	}

}

.intro-lead-in {
	color: #fff;
	text-shadow: 0 1rem 3rem #000 !important;
	font-size: 28px !important;
	margin-top: 0
}

.intro-heading {
	text-shadow: 0 1rem 3rem #000 !important
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: 5rem;
	color: #01aeed !important;
	font-weight: 600
}

@media (min-width:768px) {
	.navbar-text {
		display: inline-block;
		padding-top: .5rem;
		padding-bottom: 5rem;
		color: #01aeed !important;
		font-weight: 600;
		padding-right: 1rem
	}

}

.navbar-nav {
	position: absolute
}

@media (max-width:768px) {
	.navbar-nav {
		position: relative
	}

}

:target:before {
	content: "";
	display: block;
	height: 145px;     /* fixed header height*/
	margin: -90px 0 0;     /* negative fixed header height */
}

footer {
	padding: 15px 0px 0px 0px;
}

footer p {
	font-size: 14px;
}

.card-photo {
	width: 350px;
	height: 250px;
	border-radius: 5px;
}

.card-photo2 {
	width: 350px;
	height: 250px;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
}

#contact h3 {
	color: #fff !important;
}

.section-heading {
	color: rgb(0, 33, 115) !important;
}

.subheading {
	color: rgb(0, 33, 115) !important;
}

@media (max-width:365px) {
	.card-photo {
		width: 250px;
		height: 150px;
	}

	.intro-lead-in {
		font-size: 12px !important;
	}

	.subheading {
		font-size: 14px;
	}

	.section-heading {
		font-size: 28px !important;
	}

	.btn-xl {
		font-size: 14px;
		padding: 10px 20px;
		margin-bottom: 10px;
	}

}

@media (max-width:640px) {
	.card-photo {
		width: 250px;
		height: 150px;
	}

	.intro-lead-in {
		font-size: 14px !important;
	}

	.intro-heading {
		font-size: 28px !important;
	}

	.section-heading {
		font-size: 28px !important;
	}

	section#about {
		padding-top: 180px !important;
	}

	section#services {
		padding-top: 180px !important;
		padding-bottom: 0px;
	}

	section#portfolio {
		padding-top: 180px !important;
	}

	section#clientes {
		padding-top: 180px !important;
	}

}

@media (max-width:768px) {
	header.masthead {
		background-image: url('../../assets/img/header-bg-texto-mobile.jpg') !important;
		padding-top: 200px;
		margin-top: 20px;
	}

}

/* Personalizações do Layout */
.text-muted {
	color: rgb(53, 52, 52) !important;
}

#services i {
	color: rgb(0, 33, 115);
}

#services {
	padding-bottom: 30px !important;
}

#atuacao {
	padding: 0px;
}

.nav-phone {
	color: #fff
}

/* Header */
@media (min-width:768px) {
	header.masthead {
		margin-top: 130px;
	}

	header.masthead .intro-text {
		padding-top: 350px;
		padding-bottom: 20px;
		height: 600px;
	}

}

/* Rodapé */
.space_footer {
	padding-top: 35px
}

.space_footer2 {
	padding-top: 25px
}

footer {
	padding: 15px 0px 0px 0px;
}

footer p {
	font-size: 14px;
}

/* Lgpd */
.lgpd-fixed {
	height: 100px;
	width: 100%;
	background: rgb(64, 64, 65, 0.8);
	position: fixed;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 9999999999;
	display: none;
}

.lgpd-fixed__content {
	padding: 15px 30px;
	font-size: 17px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:640px) {
	.lgpd-fixed {
		height: 120px;
	}

	.lgpd-fixed__content {
		font-size: 12px;
	}

	.lgpd-fixed .btn-lgpd {
		font-size: 10px;
	}

}

.lgpd-fixed span {
	color: white;
	font-weight: 600;
}

.lgpd-fixed a {
	color: #5b96f5;
	font-weight: 600;
	text-decoration: underline;
	background-color: transparent;
}

.lgpd-fixed .btn-lgpd {
	padding: 10px;
	text-transform: uppercase;
	margin-left: 10px;
	background: rgb(1, 5, 59);
	color: white;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

.lgpd-fixed-block {
	display: block;
}

.lgpd-fixed-hidden {
	display: none;
}