/* FONTES 

Open Sans Bold

font-family: open-sans, sans-serif;

font-weight: 700;

font-style: normal;

Open Sans Regular

font-family: open-sans, sans-serif;

font-weight: 400;

font-style: normal;

Montserrat Regular

font-family: montserrat, sans-serif;

font-weight: 400;

font-style: normal;

Montserrat Italic

font-style: italic;

Montserrat Bold

font-weight: 700;

*/

.block {
	display: none;
	}

h1 {
	color: #fff; 
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 2.2em;
}

h2 {
	color: #fff; 
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 1.6em;
}

h3, .h3 {
	color: #fff; 
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.h3 {
	color: #2226DE;
}

.h3:hover {
	text-decoration: none;
	color: #1D5AFF;
}

#navigation .h3 {
	color: white;
}

#navigation .h3:hover {
	text-decoration: none;
	color: white;
}

span {
	color: #1D5AFF;
}

html {
	scroll-behavior: smooth;
}

body {

	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #091F3A;
	background: url(img/banner-1.png);
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

body.active {
 	overflow: hidden;
}

header {

	width: 100%;
	display: flex;
	transition: 0.6s;
}

header .logo {
	position: relative;
	transition: 0.6s;
}

header #toggle {
	position: relative;
	text-align: center;
	width: 30px;
	cursor: pointer;
	z-index: 100000;
	transition: 0.6s ease-in-out;
}

header #toggle:before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;	
  height: 3px;
  width: 30%;
  transition: all .6s ease-in-out;
}


header #toggle:after {
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: 30%;
  left: 50%;	
  height: 3px;
  width: 30%;
  transition: all .6s ease-in-out;
}

.banner {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.banner.active {
	transform: translateX();
}

.banner.active header #toggle:before {
	top: 47%;
	left: 55%;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: 0.6s ease-in-out;
}

.banner.active header #toggle:after {
	bottom: 47%;
	left: 55%;
	transform: translate(-50%,-50%) rotate(-45deg);
	transition: 0.6s ease-in-out;
}




.marcado {
	background: #fe9d9d;
	border: 1px solid red;
}

#navigation {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100vh;
	background: url(img/banner-2.png);
	background-size: cover;
	opacity: 0;
	transition: 0.6s;
	pointer-events: none;
}

#navigation.active {
	opacity: 1;
	z-index: 10000;
	transition: 0.6s;
	pointer-events: inherit;
}

#navigation .row {
	height: 88vh;
    align-items: flex-end;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	line-height: initial;
}

#navigation ul li a img {
	width: 33%;
}

#navigation ul li {
	margin-top: 25%;
}

#navigation ul li a {
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 3em;
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	transition: all 0.6s;
}

#navigation ul li a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
	transition: all 0.6s;
}

#navigation h2, #navigation h3 {
	margin: 10% 0%;
}

.headline h1, #home .headline h3{
	margin-bottom: 6%;
}

#call {
	text-align: center; padding-bottom: 0.5%;
}

#contato .headline h2{
	margin-bottom: 6%;
	color: #2226DE;
}

#sobre .headline h2 {
	margin-bottom: 6%;
}

.line{
  position: relative;
}

.line:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.line:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}


.btn-azul {
	border: 4px solid #2226DE;
	background: linear-gradient(to right, #2226DE 50%, rgba(255,255,255,0) 50%);
	font-size: 1em;
    font-family: 'Montserrat';
    color: white;
    border-radius: 0;
    padding: 16px 40px;
    background-size: 200% 100%;
  	background-position: right bottom;
  	transition: all .5s ease-out;
}

.btn-azul:hover {
	background-position: left bottom;
	color: white;
}

#trabalhos {
	padding: 0;
    margin-top: 40%;
}

#trabalhos .post-1 {
	background-image: url(img/capa-toth.png);
	background-size: cover;
}

#trabalhos .post-2 {
	background-image: url(img/capa-jfnova.png);
	background-size: cover;
}

#trabalhos .post-3 {
	background-image: url(img/capa-serrate.png);
	background-size: cover;
}

#trabalhos .post-4 {
	background-image: url(img/capa-bury.png);
	background-size: cover;
}

#trabalhos a {
	display: block;
	width: 100%;
	height: 100%;
}

.square {
	min-height: 50vw; min-width: 50vw;
}

.overlay {
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	width: 100%;
}

.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-attachment: fixed;
  transition: .5s ease;
  background-color: rgba(9,31,58,.8);
  overflow:hidden;
  pointer-events: none;
  justify-content: center;
  display: flex;
  align-items: center;
}

.mask h1, .mask span {
	text-align: center;
	margin-top: 60%;
	transition: all 0.6s ease-in-out;
}

.mask span {
	color: #fff; 
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-size: 0.5em;
	opacity: 0.7;
}

.overlay:hover .mask {
	opacity: 1;
}

.overlay:hover .mask h1, .overlay:hover .mask span {
	margin-top: 0%;
	transition: all 0.6s ease-in-out;
}

#sobre {
	background: url(img/banner-3.png);
	background-size: cover;
	background-attachment: fixed;
}

.sobre {
	min-height: 80vh; align-items: flex-end;
}

#servicos {
	padding: 10% 0 10%;
	margin: 0;
	background: #FAFAFA;
}

#servicos .row {
	margin: 0;
}

.card-custom {
	margin-left: 1.333333%;
	flex: 0 0 20.2%;
    max-width: 20.2%;
	word-wrap: break-word;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05), 0 0px 5px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.6s ease-in-out;
	height: 58vh;
}

.card-custom img {
	max-width: 38%;
  	height: auto;
  	margin-top: 22%;
}

.card-custom h2 {
	color: #091F3A;
	margin: 10% 5%;
	transition: all 0.6s ease-in-out;
}

.card-custom h3 {
	color: #929292;
	margin: 10%;
	transition: all 0.6s ease-in-out;
}

.card-custom:hover {

    transform: translateY(-20px) scale(1);
  	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15), 0 0px 5px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease-in-out;
}

.card-custom:hover h2 {

	transition: all 0.6s ease-in-out;
}

.card-custom:hover h3 {

	transition: all 0.6s ease-in-out;
}

#servicos .btn-azul {
	padding: 16px 70px;
	background: #2226DE;
	background-size: unset;
	background-position: unset;
}

#servicos a.btn-azul:hover {
	background: #1D5AFF;
	background-size: unset;
	background-position: unset;
	border: 4px solid #1D5AFF;
}

#contato {
	background: #091F3A;
}

#contato li {
	float: left;
	list-style: none;
	padding: 5% 0%;
}

#contato li a {
	opacity: 0.7;
	transition: 0.6s;
}

#contato li a:hover {
	opacity: 1;
	transition: 0.6s;
}

#contato li a img {
	width: 60%;
}

#contato a img {
	width: 25%;
	margin-bottom: 5%;
}

.loader {
	position: fixed;
	min-height: 100vh;
	top: 0;
  	left: 0;
  	z-index: 10000000;
  	width: 100%;
  	display: flex;
    justify-content: center;
    align-items: center;
    background: #091F3A;
    overflow: hidden;
}

.loader-1 {
	border: 12px solid #071426; /* Light grey */
	border-top: 12px solid #1D5AFF; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 1s ease infinite;
}

.toth {
	background-color: #091F3A;
	background: url(img/toth-banner.png) center;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.serrate {
	background-color: #091F3A;
	background: url(img/serrate-banner.png) center;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

.jfnova {
	background-color: #091F3A;
	background: url(img/capa-jfnova.png) center;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}


.post img {
	width: 100%;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* MEDIA QUERIES */

@media (max-width: 538px) {
	h1 {
		font-size: 1.4em !important;
	}

	h3 {
		font-size: 1em !important;
	}

	.sobre h3 {
    line-height: 30px !important;
	}

    .card-custom h3 {
    font-size: 1em;
	}

	#call h2, #call a, #servicos a {
    font-size: 1em !important;
	}

	#intro a {
    font-size: 1em !important;
    padding: 15px 25px !important;
	}

	#navigation ul li a {
		font-size: 2em;
	}

	.h3 {
    font-size: 1.2em !important;
	}


}

@media (max-width: 767.9px) {

	.none {
		display: none;
	}

	.block {
		display: block;
	}

	#logo {
		width: 100%;
	}

	header #toggle:before {
		height: 5px;
	}


	header #toggle:after {
		height: 5px;
	}

	#intro .headline h1, #intro .headline h3{
		margin-right: 5%;
		margin-bottom: 12%;
	}

	h1 {
		font-size: 3.4em;
	}

	h2 {
		font-size: 2.2em;
	}

	h3 {
		font-size: 1.8em;
	}

	#intro a {
		font-size: 2em;
		padding: 30px 80px;
	}

	#call {
		text-align: left;
	}

	#call h2, #call a, #servicos a{
		font-size: 2em;
	}

	#navigation ul li {
    	margin-top: 100%;
	}

	.overlay {
		height: 100vw;
	}

	#trabalhos {
		margin-top: 0;
	}

	.sobre {
		min-height: 100vh;
		align-items: center;
	}

	.sobre h1, #sobre .headline h2 {
		margin-bottom: 12%;
	}

	.sobre h3 {
		line-height: 48px;
	}

	.card-custom {
	    flex: 0 0 100%;
	    max-width: 100%;
	    box-shadow: none;
	    height: auto;
	}

	.card-custom:hover {
		transform: none;
		box-shadow: none;
	}

	.card-custom img {
		width: 26%;
	}

	.card-custom h3 {
		font-size: 2em;
	}

	#servicos .btn-azul {
		padding: 32px 100px;
	}

	.h3 {
		font-size: 2em;
	}

	#contato li a img {
   		width: 100%;
	}

	#contato a img {
		width: 40%;
	}

	#contato h1 {
		font-size: 3em;
	}

	#contato .headline h1, #contato .headline h2 {
		margin-bottom: 18%;
	}

}

@media (width: 1080px) and (max-height: 1920px) {

	.none {
		display: none;
	}

	.block {
		display: block;
	}

	#logo {
		width: 100%;
	}

	header #toggle:before {
		height: 5px;
	}


	header #toggle:after {
		height: 5px;
	}

	#intro .headline h1, #intro .headline h3{
		margin-right: 5%;
		margin-bottom: 12%;
	}

	h1 {
		font-size: 3.4em;
	}

	h2 {
		font-size: 2.2em;
	}

	h3 {
		font-size: 1.8em;
	}

	#intro a {
		font-size: 2em;
		padding: 30px 80px;
	}

	#call {
		text-align: left;
	}

	#call h2, #call a, #servicos a{
		font-size: 2em;
	}

	#navigation ul li {
    	margin-top: 100%;
	}

	.overlay {
		height: 100vw;
	}

	#trabalhos {
		margin-top: 0;
	}

	.sobre {
		min-height: 100vh;
		align-items: center;
	}

	.sobre h1, #sobre .headline h2 {
		margin-bottom: 12%;
	}

	.sobre h3 {
		line-height: 48px;
	}

	.card-custom {
	    flex: 0 0 100%;
	    max-width: 100%;
	    box-shadow: none;
	    height: auto;
	}

	.card-custom:hover {
		transform: none;
		box-shadow: none;
	}

	.card-custom img {
		width: 26%;
	}

	.card-custom h3 {
		font-size: 2em;
	}

	#servicos .btn-azul {
		padding: 32px 100px;
	}

	.h3 {
		font-size: 2em;
	}

	#contato li a img {
    width: 100%;
	}

	#contato a img {
		width: 40%;
	}

	#contato h1 {
		font-size: 3em;
	}

	#contato .headline h1, #contato .headline h2 {
		margin-bottom: 18%;
	}

}

@media (max-width: 992px) {
	.square {
		min-height: 100vw; min-width: 100vw;
	}
	.card-custom {
	    flex: 0 0 100%;
	    max-width: 100%;
	    box-shadow: none;
	    height: auto;
	}

	.card-custom:hover {
		transform: none;
		box-shadow: none;
	}

	.card-custom img {
		width: 20%;
	}

	.card-custom h3 {
		font-size: 1.6em;
	}
}

@media (max-width: 1024px) {
	.square {
		min-height: 100vw; min-width: 100vw;
	}
}

@media (max-width: 1366px) {

	h2 {
		font-size: 1.2em;
	}

	h1 {
		font-size: 2em;
	}
}



/* SCROLL */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1D5AFF;
  margin-right: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #091F3A; 
}