﻿html,
body {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 15px;
	/*height: 100%;*/
	/*overflow-x: hidden;*/
}
body { overflow-x: hidden; }

/*--------  NavBar   --------*/
.NavBarHeader {
	margin-top: 4vh;
	transition: background-color 0.2s, box-shadow 0.2s;
}
	.NavBarHeader .nav-item {
		display: inline-block;
		vertical-align: middle;
	}
	.NavBarHeader a,
	.DivMobileMenu a {
		text-transform: uppercase;
		color: #fff;
		font-weight: 300;
		font-size: 15px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 0.4);
		padding-top: 9px;
		padding-bottom: 6px;
	}
		.NavBarHeader a.nav-link.ImportantLink {
			border: 1px solid rgba(255, 255, 255, 0.5);
			margin: 0 0 0 40px;
			padding-right: 0.8rem;
			padding-left: 0.8rem;
			box-shadow: 2px 2px 2px rgba(0,0,0,0.12), inset 2px 2px 2px rgba(0,0,0,0.12);
		}
	.NavBarHeader a:hover,
	.DivMobileMenu a:hover{
		transition: opacity 0.15s;
		opacity: 0.5;
	}
		.NavBarHeader a.navbar-brand {
			transition: padding 0.2s;
		}
		.NavBarHeader a.navbar-brand img.img-fluid {
			transition: width 0.2s, height 0.2s;
		}

body.Scrolled .NavBarHeader {
	margin-top: 0;
	background-color: rgba(0,0,0,0.8) !important;
	box-shadow: 5px 0 5px 5px rgba(0,0,0,0.3);
	transition: background-color 0.7s, box-shadow 0.7s;
}
	body.Scrolled .NavBarHeader a.navbar-brand {
		padding: 0;
	}
	body.Scrolled .NavBarHeader a.navbar-brand img.img-fluid {
		width: 176px;
	}

.NavBarHeaderMobile {
	display: none;
	/*display: flex;*/
	box-shadow: 2px 0 4px 3px rgba(0,0,0,0.3);
	background-color: rgba(28,28,28,0.8) !important;
	border: 0;
}
	.NavBarHeaderMobile.navbar-dark button.navbar-toggler {
		color: #fff;
		border-color: rgba(255,255,255,0.4);
		outline: none;
	}
	.NavBarHeaderMobile img {
		max-width: 146px;
	}
.DivMobileMenu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 92px 0 10px 26px;
	background-color: rgba(30, 30, 30, 0.9);
	color: #fff;
	z-index: 200;
}
	.DivMobileMenu a {
		padding: 20px 0;
		font-size: 18px;
	}

/*--------  Main Image   --------*/
.DivMainImage {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	/*background: url('/Content/img/Home/bgi02.jpg') no-repeat center top fixed;*/
	background-color: #666;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
}
	.DivMainImage .DivMainImage_Overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(50,50,50,0.1);
	}

.DivCard {
	text-align: center;
	font-size: 54px;
	color: #fff;
	font-weight: 200;
	background-color: rgba(0,0,0,0.55);
	display: table;
	padding: 8vh 14vh;
	margin: 44vh auto 0;
	z-index: 20;
}
.DivScrollDown {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 80px;
	left: calc(50% - 100px);
	transition: opacity 0.7s;
}
	.DivScrollDown span {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	}
	.DivScrollDown .IconArrowDown {
		position: absolute;
		bottom: 10px;
		color: #fff;
		width: 40px;
		left: calc(50% - 20px);
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
		animation: IconArrowDown 1s ease-in-out infinite;
	}
@keyframes IconArrowDown {
	0%, 60%, 100% { bottom: 10px; opacity: 1; }
	30% { bottom: 18px; opacity: 0.3; }
}

body.Scrolled .DivScrollDown {
	opacity: 0;
}

/*--------  Sections   --------*/
.SContainer {
	max-width: 760px;
}
.SSection {
	margin-top: 6rem;
	margin-bottom: 4rem;
}
	.SSection h1.display-2 {
		text-transform: uppercase;
		font-size: 41px;
		font-weight: 200;
		margin-bottom: 2rem;
	}
	.SSection p {
		font-size: 16px;
		color: #444;
	}
	.SSection a {
		color: #b46506;
		padding-bottom: 0.2em;
		border-bottom: 1px solid rgba(189,136,72, 0.3);
		margin-bottom: 0.8rem;
	}
		.SSection a.ImportantLink {
			display: inline-block;
			padding: 0.7em 1em;
			margin-top: 1.4rem;
			background-color: #222;
			border: none;
			color: #fff;
		}
		.SSection a:hover {
			opacity: 0.5;
			text-decoration: none;
		}

.DivDivision {
	display: block;
	height: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.SSection + .DivDivision {
	margin-top: 4rem;
}
.DivDivision + .SSection {
	margin-top: 4rem;
}

@media (max-width: 1024px) {
	.SContainer {
		max-width: 600px;
	}
}
@media (max-width: 800px) {
	.SContainer {
		max-width: 560px;
	}
}

/*--------  Footer   --------*/
footer {
	padding: 1.6rem 4rem;
	font-size: 13px;
	color: #333;
	background-color: rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.15);
	text-align: center;
}
	footer p {
		margin-bottom: 5px;
	}
	footer p.PStrong {
		font-weight: 300;
	}
	footer span.SDecorated {
		text-decoration: underline dotted;
	}
	footer p:last-child {
		margin-bottom: 0;
	}

/*--------  Gallery (Projetos) VERSÃO 2   --------*/
.DivGallery {
	margin-top: 6rem;
	margin-bottom: 4rem;
}
	.DivGallery div.row {
		margin-right: -16px;
		margin-left: -16px;
	}
	.DivGallery div.row > div:not(.w-100) {
		padding: 1px;
	}
	.DivGallery .embed-responsive {
		background-color: #222;
	}

	.DivGallery .embed-responsive-item {
		text-align: center;
		color: #fff;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		transition: opacity 0.2s ease-out;
	}
		.DivGallery .embed-responsive-item:hover {
			opacity: 0.6;
			cursor: pointer;
		}

.ModalProjetos {
	background-color: rgba(46,46,46,0.9);
}
	.ModalProjetos div.modal-content {
		background: none;
		border: none;
		color: #fff;
	}
	.ModalProjetos div.modal-dialog.modal-xl {
		margin-top: 18vh;
		padding-left: 16px;
		box-sizing: content-box;
	}
	.ModalProjetos div.modal-body {
		padding: 0;
	}
	.ModalProjetos img {
		width: 100%;
		border-radius: 5px;
	}
	.ModalProjetos h5 {
		font-style: italic;
		color: #999;
	}
	.ModalProjetos .DivDivision {
		display: inline-block;
		width: 50%;
		margin: 30px 25% 20px;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}
	.ModalProjetos button {
		border-radius: 0;
		margin-bottom: 20px;
	}
		.ModalProjetos button:hover {
			opacity: 0.5;
		}
/*html.ModalDivGalleryDetails_Open,
html.ModalDivGalleryDetails_Open body {
	overflow-y: hidden;
}*/



/*--------  Mobile   --------*/
@media (max-width: 575.98px) {
	html, body {
		font-size: 16px;
	}
	.NavBarHeader { display: none; }
	.NavBarHeaderMobile { display: flex; }
	.DivCard {
		font-size: 30px;
		width: 92vw;
		margin: 42vh 4vw 0;
		padding: 14px 10px;
	}
	.SSection h1.display-2 {
		font-size: 28px;
	}
	.ModalProjetos div.modal-dialog.modal-xl {
		margin-top: 0;
		padding-left: 0;
		box-sizing: border-box;
	}
	.ModalProjetos h3 {
		margin-top: 10px;
	}
	.ModalProjetos .col-sm-7 {
		padding: 0;
	}
	.ModalProjetos img {
		border-radius: 0;
	}
}
@media (max-width: 800px) {
	.NavBarHeader {
		margin-top: 2vh;
	}
		.NavBarHeader a {
			font-size: 14px;
			padding: 0.5rem 0.8rem;
		}
			.NavBarHeader a.nav-link.ImportantLink {
				width: 100px;
				display: table;
				margin: 0 0 0 20px;
				padding-right: 0.5rem;
				padding-left: 0.5rem;
			}
			.NavBarHeader a:hover {
				transition: opacity 0.2s;
				opacity: 0.5;
			}
		.NavBarHeader img {
			width: 176px;
		}
		.NavBarHeader a.navbar-brand {
			padding: 0;
		}
}



/*--------  Home - Main Image   --------*/


/*--------  Pagina SOBRE   --------*/
.SectionNossaHistoria .img-fluid.rounded + p {
	padding: 10px 0;
	font-size: 13px;
	color: #b46506;
	text-align: center;
	line-height: 1;
}
.SectionLideranca /*.PLiderancaTitulo*/ strong {
	font-size: 1.5rem;
	line-height: 1;
}
.SectionLideranca /*.PLiderancaTitulo*/ em {
	font-size: 1.2rem;
	color: #b46506;
	line-height: 1;
}
.SectionLideranca /*.PLiderancaTitulo*/ span.PCurriculum {
	font-size: 1.1rem;
	color: #b46506;
}

.DivClientesLogoTipos {
	padding-bottom: 3rem;
	font-size: 0;
	text-align: center;
}
.DivClientesLogoTipos > div {
	display: inline-block;
	width: 14%;
	margin: 3%;
}

/*--------  Mobile   --------*/
@media (max-width: 575.98px) {
	.SectionLideranca .PLiderancaTitulo { margin-top: 8px; }
}
@media (max-width: 991.98px) {
	.DivClientesLogoTipos > div {
		width: 30%;
		margin: 2% 1.5%;
	}
}
@media (max-width: 767.98px) {
	.DivClientesLogoTipos > div {
		width: 42%;
		margin: 2% 4%;
	}
}


/*--------  Pagina SERVIÇOS   --------*/
.SectionServicos .row {
	margin: 5rem 0;
}
.SectionServicos h3 {
	color: #b46506;
}
.SectionServicos .DivDivision {
	display: inline-block;
	width: 50%;
	margin: 0 50% 0 0;
	border-bottom: 1px solid rgba(180,101,6,0.2);
}
	.SectionServicos .DivDivision.ToRight {
		margin: 0 0 0 50%;
	}
.SectionServicos .ImgShowMobile {
	display: none;
}

/*--------  Mobile   --------*/
@media (max-width: 575.98px) {
	.SectionServicos .row {
		margin: 2rem 0;
	}
	.SectionServicos h3 {
		margin-top: 10px;
		font-size: 22px;
	}
	.SectionServicos .DivDivision,
	.SectionServicos .DivDivision.ToRight {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(180,101,6,0.15);
	}
	.SectionServicos .ImgShowMobile { display: block; }
	.SectionServicos .ImgHideMobile { display: none; }
}


/*--------  Pagina PROJETOS   --------*/


/*--------  Pagina CONTATO   --------*/
.SectionContatoMapa {
}
	.SectionContatoMapa iframe {
		border-radius: .25rem !important;
	}
	.SectionContatoMapa h4 { display: none; }
	.SectionContatoMapa address {
		font-weight: 400;
		font-size: 14px;
		padding: 20px 2px;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	}
	.SectionContatoMapa address a {
		display: inline-block;
		margin-top: 0;
		margin-bottom: -2px;
		color: inherit;
		text-decoration: underline dotted;
		text-decoration-skip-ink: none;
		border: none;
	}
	.SectionContatoMapa .btn.btn-dark {
		border-radius: 0;
	}

/*--------  Mobile   --------*/
@media (max-width: 575.98px) {
	.SectionContato,
	.SectionContatoMapa {
		margin-top: 4rem;
		margin-bottom: 3rem;
	}
		.SectionContatoMapa .embed-responsive-16by9::before {
			padding-top: 100%;
		}
		.SectionContatoMapa h4 {
			display: block;
			font-weight: 200;
			margin-top: 32px;
		}
		.SectionContatoMapa form label { margin-bottom: 5px; }
}