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

#site {
	background-color: #f9f9f7;
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	overflow-y: scroll;
}

#wrap {  }

/* Header*/
#header {
	background-image: url("../images/backgrounds/listra-topo.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 35px 0 20px;
	position: relative;
}
#header .container {  }

/* Top */
#top {
	background-color: #80b5dd;
	margin: 0 0 60px;
}

/* Logo */
#logo {
	text-align: center;
}

/* Nav */
#nav {
	position: relative;
	width: 73%;
}

/* Social Media */
#social-media {
	position: relative;
	width: 24.4%;
}

/* Slide */
#slide {  }

/* Content*/
#content {
	padding: 0 0 100px;
}
#content .container {  }

/* About us */
#about-us {
	background-color: #ececea;
	margin: 50px 0 0;
	padding: 40px 0 60px;
	text-align: center;
}
#about-us .mod-title:before {
	background-image: url("../images/backgrounds/icone-a-empresa.png");
}

/* Services */
#services {
	background-image: url("../images/backgrounds/bg-imagens.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	padding: 70px 0 75px;
}
#services .mod-title {
	color: #ffffff;
}
#services .mod-title:before {  }

/* Sustainability */
#sustainability {
	background-image: url("../images/backgrounds/bg-sustentabilidade.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	padding: 40px 0 55px;
	text-align: center;
}
#sustainability .mod-title {
	color: #ffffff;
}
#sustainability .mod-title:before {
	background-image: url("../images/backgrounds/icone-sustentabilidade.png");
}

/* Bottom */
#bottom {
	padding: 70px 0 50px;
}
#bottom .mod-title:before {
	background-image: url("../images/backgrounds/icone-contate-nos.png");
	height: 75px;
}

/* Map */
#map-contact {
	background-image: url("../images/backgrounds/listra-topo.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 3px 0 0;
}

/* Footer*/
#footer {
	background-image: url("../images/backgrounds/bg-rodape.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 25px 0;
}
#footer .container {  }

/* Copyright */
#copyright {
	font-size: 14px;
	padding: 11px 0;
}

/* Websites Ja */
#websitesja {
	text-align: center;
}
#websitesja a {
	background-image: url("../images/backgrounds/websitesja.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 39px;
	text-align: left;
	text-indent: -9999px;
	width: 110px;
}

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