@font-face {
  font-family: oswald;
  src: url(Oswald-ExtraLight.ttf);
}
@font-face {
  font-family: oswald-bold;
  src: url(Oswald-Regular.ttf);
}
@font-face {
  font-family: fontawesome;
  src: url(FontAwesome.ttf);
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 1px;
	font-weight: normal;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: oswald, sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #FF931E;
}

.banner {
	width: 100%;
	height: 100%;
	max-height: 600px;
	background-color: #000;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

@media only screen and (min-width: 1920px) {
	.banner.home {
		background-image: url("images/home-banner.jpg");
	}

	.banner.servicos {
		background-image: url("images/servicos-banner.jpg");
	}

	.banner.contactos {
		background-image: url("images/contactos-banner.jpg");
	}
}

@media only screen and (max-width: 1920px) {
	.banner.home {
		background-image: url("images/home-banner_fhd.jpg");
	}

	.banner.servicos {
		background-image: url("images/servicos-banner_fhd.jpg");
	}

	.banner.contactos {
		background-image: url("images/contactos-banner_fhd.jpg");
	}
}

@media only screen and (max-width: 1024px) {
	.banner.home {
		background-image: url("images/home-banner_hd.jpg");
	}

	.banner.servicos {
		background-image: url("images/servicos-banner_hd.jpg");
	}

	.banner.contactos {
		background-image: url("images/contactos-banner_hd.jpg");
	}
}

.menu-bg {
	width: 100%;
	height: 70px;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top:0;
}

.menu-bg-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.4;
}

.menu {
	position: relative;
	max-width: 1130px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	padding: 0 20px;
}

.logo {
	cursor: pointer;
	padding-left: 60px;
	background-image: url("images/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px;
	font-size: 20px;
}
.logo:hover {
	cursor: pointer;
	padding-left: 60px;
	background-image: url("images/logo_.png");
}

.logo span {
	letter-spacing: 0;
}

.logo span.t {
	color: #FF931E;
}

.logo span.p {
	color: #fff;
}
.logo:hover span.p {
	color: #FF931E;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.links {
	font-size: 18px;
}

.link {
	display: inline-block;
	margin: 0 10px;
}
.link a.selected {
	color: #FF931E;
}

.title-wrapper {
	max-width: 1170px;
	height: calc(100% - 70px);
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.titles {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -85px;
	color: #fff;
}

h1 {
	font-size: 80px;
	font-family: oswald-bold, sans-serif;
}

h2 {
	font-size: 25px;
	padding: 0 20px;
}

.button {
	width: 150px;
	height: 40px;
	margin: 30px auto;
	line-height: 40px;
	background-color: #FF931E;
	cursor: pointer;
	font-size: 16px;
	font-family: oswald-bold, sans-serif;
	border-radius: 6px;
    border: 1px solid #000;
}
.button:hover {
	background-color: #fff;
	color: #FF931E;
}

.main {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 140px;
}

.main a {
	color: #000;
}
.main a:hover {
	color: #FF931E;
}

.main.contactos {
	font-size: 15px;
}

.content2 {
	padding-top: 100px;
}

.column {
  float: left;
  width: 50%;
  height: 166px;
  display: flex;
  justify-content: center;
}

.column.text {
  flex-direction: column;
}

.column img {
	width: 250px;
	height: 166px;
	border-radius: 10px;
}

.vcolumn {
	float:left;
	width: 28%;
    padding: 0 2.5%;
    text-align: center;
}
.vcolumn img {
	width: 30px;
	height: 30px;
    opacity: 0.8;
}

.clear {
	clear: both;
}

@media screen and (max-width: 600px) {
  .column {
	  width: calc(100% - 40px);
	  text-align: center;
	  padding: 0 20px;
	  height: auto;
  }
  .cl {
	padding: 0 0 42px 0;
  }
}

.contacts {
	margin-top: 100px;
}

.footer {
	width: 100%;
	line-height: 40px;
	background-color: #000;
	position: fixed;
	bottom: 0;
}

.footer-wrapper {
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.footer-tp {
	font-family: oswald-bold;
}

.footer-wrapper a,
.footer-wrapper span {
	margin: 0 1%;
}
.footer-wrapper .icon {
    padding-left: 35px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
	white-space: nowrap;
}

.footer-tp {
	color: #FF931E;
}
.footer-tp:hover {
	color: #fff;
}

.icon.email {
	background-image: url("images/icon-mail.png");
}

.icon.phone {
	background-image: url("images/icon-phone.png");
}

.icon.location {
	background-image: url("images/icon-location.png");
}