/* reset */
html, body, div, span,
*, *::before, *::after,
object, iframe,
h1, h2, h3, h4, p, a, img,
strong, cite, ul, li, form, embed,
header, section, footer,
audio, video	{ font-size: 100%; font: inherit; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
ul				{ list-style: none; }

/* body */
body {
	background: #ffffff;
	font: normal 16px/20px "Montserrat";
	color: #000000;
}

/* title */
h1 { font: bold 110px/110px "Neusharp ExtBd Cond"; text-transform: uppercase; }
h2 { font: bold 60px/60px "Neusharp ExtBd Cond"; text-transform: uppercase; }
h3 { font: bold 32px/36px "Neusharp ExtBd Cond"; text-transform: uppercase; }

/* transition */
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.container {
	width: 1440px;
	margin: 0 auto;
	padding: 0 60px;
}

.sub_menu {
	width: 100%;
    height: 40px;
    background: #ef1c26;
    color: #000000;
    font: bold 16px/40px "Neusharp";
    text-transform: uppercase;
    text-align: center;
	display: inline-block;
}

/* header */
header {
	width: 100%;
    height: 140px;
    background: #000000;
	display: inline-block;
	position: relative;
}

header .logo {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-table;
}
header .logo img {
	width: auto;
	height: 100px;
	display: block;
}

header #menu {
	width: 100%;
	height: 140px;
	padding: 0 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav {
    float: left;
}
header nav ul li {
	float: left;
	margin: 0 45px 0 0;
	position: relative;
}
header nav ul li:last-child {
	margin: 0;
}
header nav ul li a {
	color: #ffffff;
	font: bold 16px/20px "Neusharp";
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.wpp_big {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 10;
}
.wpp_big img {
	width: 110px;
	height: auto;
	display: block;
}



section#featured {
	width: 100%;
	height: calc(100vh - 180px);
	background: url(../img/bg_featured.jpg) no-repeat top center;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	display: flex;
    align-items: center;
	position: relative;
}

section#featured span {
	font: 900 36px/40px "Neusharp";
	text-transform: uppercase;
	margin: 0 0 10px 0;
	display: inline-block;
}
section#featured h1 {
	margin: 0 0 10px 0;
}

section#featured .button_red {
	width: auto;
	height: 60px;
	background: #ef1c26;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	font: bold 20px/60px "Neusharp";
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	padding: 0 30px;
}
section#featured .button_red:hover {
	-webkit-transform: scale(.94);
		-ms-transform: scale(.94);
			transform: scale(.94);
}



section#mission {
	width: 100%;
	background: url(../img/bg_pattern.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	display: inline-block;
	padding: 120px 0;
}

section#mission .title {
	width: 40%;
	float: left;
	padding: 0 30px 0 0;
}

section#mission .text {
	width: 60%;
	float: left;
	padding: 0 0 0 30px;
}



section#about {
	width: 100%;
	background: #ffffff;
	color: #000000;
	text-align: center;
	display: inline-block;
	padding: 120px 0;
}

section#about .content {
	padding: 0 120px;
}

section#about .title h2 {
	background: url(../img/icons/icon_logo.svg) no-repeat top center;
	background-size: auto 60px;
	padding: 80px 0 0 0;
}

section#about .text {
	margin: 30px 0;
}

section#about .button_red {
	width: auto;
	height: 60px;
	background: #ef1c26;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	font: bold 20px/60px "Neusharp";
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	padding: 0 30px;
}
section#about .button_red:hover {
	-webkit-transform: scale(.94);
		-ms-transform: scale(.94);
			transform: scale(.94);
}



section#services {
	width: 100%;
	background: url(../img/bg_pattern.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	padding: 120px 0;
}

section#services .title h2 {
	margin: 0 0 60px 0;
}

section#services .gallery ul li {
	width: 33.3%;
    float: left;
    text-align: left;
    margin: 0 0 40px 0;
    padding: 0 30px;
}
section#services .gallery ul li img {
	width: 100%;
	height: auto;
    display: block;
}
section#services .gallery ul li h3 {
	margin: 20px 0 0 0;
}

section#services .button_red {
	width: auto;
	height: 60px;
	background: #ef1c26;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	font: bold 20px/60px "Neusharp";
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 30px;
}
section#services .button_red:hover {
	-webkit-transform: scale(.94);
		-ms-transform: scale(.94);
			transform: scale(.94);
}



section#call {
	width: 100%;
	background: url(../img/bg_call.jpg) no-repeat top center;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	padding: 120px 0;
}

section#call .content {
	padding: 0 180px;
}

section#call .text {
	margin: 30px 0;
}

section#call .button_red {
	width: auto;
	height: 60px;
	background: #ef1c26;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	font: bold 20px/60px "Neusharp";
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	padding: 0 30px;
}
section#call .button_red:hover {
	-webkit-transform: scale(.94);
		-ms-transform: scale(.94);
			transform: scale(.94);
}



section#policy {
	width: 100%;
}
section#policy .container {
	width: 960px;
	margin: 0 auto;
}
section#policy h2 {
	margin: 60px 0 15px 0;
}
section#policy p {
	margin: 30px auto;
}



footer {
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 120px 0 0 0;
}

footer img {
	width: auto;
	height: 160px;
	display: block;
	margin: 0 auto;
}

footer ul {
	display: inline-block;
	margin: 60px 0;
}
footer ul li {
	font: bold 20px/40px "Neusharp";
	float: left;
	background: url(../img/icons/icon_social_insta.svg) no-repeat left center;
	background-size: auto 40px;
	margin: 0 20px;
	padding: 0 0 0 50px;
}
footer ul li:nth-child(2) {
	background-image: url(../img/icons/icon_social_mail.svg);
}
footer ul li a {
	color: #000000;
}

footer#contato .links {
	text-align: center;
	display: table;
	margin: 0 auto 60px auto;
}
footer#contato .links ul {
	margin: 0 ;
}
footer#contato .links ul li {
	background: none;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	float: left;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
footer#contato .links ul li a {
	color: #000000;
}
footer#contato .links ul li a:hover {
	text-decoration: underline;
}

footer .copyright {
	width: 100%;
	border-top: 1px solid #000000;
	font: bold 14px/80px "Neusharp";
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
}



