/*
* @file: template.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.tdh.com.br;
* @authorCompany: TDH Websites;
*/

#site {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	overflow-y: scroll;
}

#wrap {
	overflow: hidden;
}

/* Top */
#top {
	background-color: #3a59a5;
	padding: 10px 0;
}

/* Phone Top */
#phone-top {  }

/* Menu Top Tight */
#menu-top-right {  }

/* Header*/
#header {
	background-color: #ffffff;
	border-bottom: 1px solid #eceff6;
	margin: 0 0 40px;
	position: relative;
}
.home #header {
	border: none;
	margin: 0;
}
#header .container {  }

/* Header Fixed */
#header-fixed {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	left: 0;
	position: fixed;
	top: -150%;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	width: 100%;
	z-index: 100;
}
#header-fixed.active {
	top: 0;
}
#logo-fixed {
	padding: 15px 0;
}
#header-fixed ul.menu-principal > li > a,
#header-fixed ul.menu-principal > li > span.separator {
	font-size: 15px;
	line-height: 1.2em;
	padding: 31px 10px;
}

/* Logo */
#logo {
	padding: 20px 0;
	text-align: center;
}

/* Nav */
#nav {
	display: table;
	margin: 0 auto;
}

/* Slide */
#slide {  }

/* Content*/
#content {  }
#content .container {  }

/* breadcrumbs */
#breadcrumbs {
	margin: 0 0 40px;
}
#breadcrumbs ul {
	float: right;
}
#breadcrumbs ul li {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
}
#breadcrumbs ul li a,
#breadcrumbs ul li span {
	color: #959595;
	cursor: default;
	display: inline-block;
	font-size: 13px;
	line-height: 1.2em;
	position: relative;
	vertical-align: middle;
}
#breadcrumbs ul li a {
	cursor: pointer;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li.last-item span {
	color: #3a59a5;
}
#breadcrumbs ul li span.divider {
	color: #959595;
	font-size: 16px;
	font-weight: 700;
	margin: 0 10px;
}

/* Quem Somos */
#quem-somos {
	background-image: url(../images/backgrounds/bg-autoenge-solutions-calibracao-de-instrumentos-metrologicos-em-goiania-goias.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #eceff6;
	margin: 0 0 80px;
	padding: 70px 0 90px;
}

/* Servicos */
#servicos {  }

/* Banner Solucoes Integradas */
#banner-solucoes {
	background-image: url(../images/backgrounds/bg-solucoes-integradas-autoenge-solutions.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 90px 0 80px;
	padding: 70px 0;
}
#banner-solucoes .custom {
	padding: 0 0 0 85px;
	position: relative;
}
#banner-solucoes .custom:before {
	background-image: url(../images/backgrounds/sprite-icones-banners.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	height: 68px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 67px;
}
#banner-solucoes .custom h2,
#banner-solucoes .custom h3 {
	color: #eceff6;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	position: relative;
}
#banner-solucoes .custom h2 {
	font-size: 15px;
}
#banner-solucoes .custom h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
}

/* Banner Wireless */
#banner-wireless {
	background-image: url(../images/backgrounds/banner-wireless-monitoring-autoenge-solutions.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 80px 0;
	padding: 64px 0;
	text-align: center;
}
#banner-wireless .custom {
	display: inline-block;
	padding: 0 0 0 85px;
	position: relative;
	text-align: left;
}
#banner-wireless .custom:before {
	background-image: url(../images/backgrounds/sprite-icones-banners.png);
	background-position: 0 -78px;
	background-repeat: no-repeat;
	content: "";
	height: 67px;
	left: 0;
	margin-top: -33.5px;
	position: absolute;
	top: 50%;
	width: 67px;
}
#banner-wireless .custom h2 {
	color: #eceff6;
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	text-transform: uppercase;
}

/* Areas Atuacao */
#areas-atuacao {  }
#areas-atuacao .mod-title {
	margin: 0 0 75px;
}

/* Bottom Columns */
#bottom-columns {
	border-top: solid 1px #eceff6;
	margin: 90px 0 0;
	padding: 80px 0 0;
}

/* Downloads */
#downloads {
	padding: 0 40px 0 0;
}

/* Area Restrita */
#area-restrita {  }
#area-restrita .custom {
	padding: 45px 0 0;
}
#area-restrita .custom a {
	display: inline-block;
	max-width: 298px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#area-restrita .custom a:before {
	background-color: rgba(255, 255, 255, 0.1);
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	width: 100%;
}
#area-restrita .custom a:hover:before {
	height: 100%;
}

/* Endereco Rodape */
#endereco-rodape {
	border-top: 1px solid #eceff6;
	margin: 60px 0 0;
	padding: 60px 0;
}
#endereco-rodape #logo-rodape {
	margin: 0 0 30px;
}
#endereco-rodape #logo-rodape a {
	display: inline-block;
}
#endereco-rodape #logo-rodape img {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
}
#endereco-rodape #logo-rodape img:first-child {
	margin: 0;
}

/* Footer*/
#footer {
	background-color: #eceff6;
	padding: 15px 0;
}
#footer .container {  }

/* Menu Footer */
#menu-footer {
	padding: 3px 0 4px;
}

/* Copyright */
#copyright {
	padding: 3px 0 4px;
	text-align: center;
}
#copyright p {
	font-size: 14px;
	line-height: 1.2em;
}

/* TDH */
#tdh {
	text-align: right;
}
#tdh a {
	background-image: url(../images/backgrounds/sprite-icones.png);
	background-position: center -902px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	width: 52px;
}
#tdh a:hover {
	background-position: center -932px;
}

@media (min-width: 1023px) {

	.top-flex{
		display: flex;
		align-items: center;
		justify-content: center;
	}

}