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

#site {
	color: #4c4c4c;
	font-family: "Catamaran", sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	overflow-y: scroll;
}
@media (min-width: 1024px) {
	#site.home {
		background-image: url(../images/backgrounds/bg-site.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
	}
	
	#site.pages {
		background-image: url(../images/backgrounds/bg-internas.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
	}
}

#wrap {
	overflow: hidden;
}

/* Header*/
#header {
	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 0;
	position: relative;
}
#header.home {
	height: 990px;
}
#header.pages {
	height: 590px;
}
#header .container {
	position: relative;
}
@media (min-width: 1024px) {
	#header.home {
		background-image: url(../images/backgrounds/bg-cabecalho.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
	}
	
	#header.pages {
		background-image: url(../images/backgrounds/bg-cabecalho-internas.png);
		background-position: center 0;
		background-repeat: no-repeat;
	}
}

/* Logo */
.logo {
	width: 100%;
}
.logo a {
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Nav */
.menu-principal {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}

@media (min-width: 1024px) {
	.menu-principal {
		left: 0;
		padding: 0 10px;
		position: absolute;
		top: 73px;
		width: 100%;
	}
}

/* Slide */
.slide {
	margin: 40px 0 0;
	padding: 120px 0 0;
	position: relative;
}
.slide:before,
.slide:after {
	background-image: url(../images/backgrounds/sprite-separador-topo.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 28px;
	position: absolute;
	top: -12px;
	width: 24px;
}
.slide:before {
	background-position: center 0;
	left: 0;
}
.slide:after {
	background-position: center -36px;
	right: 0;
}
.slide > span.bg {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	left: 0;
	padding: 0 28px;
	position: absolute;
	top: 0;
	width: 100%;
}
.slide > span.bg > span {
	background-image: url(../images/backgrounds/separador-submenu.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	height: 4px;
	width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
	position: relative;
}
@media (min-width: 1024px) {
	.breadcrumbs {
		margin: 45px 0 0;
		padding: 70px 0 0;
	}
	.breadcrumbs:before,
	.breadcrumbs:after {
		background-image: url(../images/backgrounds/sprite-separador-topo.png);
		background-position: center 0;
		background-repeat: no-repeat;
		content: "";
		height: 28px;
		position: absolute;
		top: -12px;
		width: 24px;
	}
	.breadcrumbs:before {
		background-position: center 0;
		left: 0;
	}
	.breadcrumbs:after {
		background-position: center -36px;
		right: 0;
	}
	.breadcrumbs > span.bg {
		box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		left: 0;
		padding: 0 28px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.breadcrumbs > span.bg > span {
		background-image: url(../images/backgrounds/separador-submenu.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		height: 4px;
		width: 100%;
	}
}

/* Content*/
#content {
	position: relative;
}
#content .container {  }

/* About Us */
#about-us {
	margin: 90px 0 0;
}
#about-us .mod-border-content {
	padding: 50px 50px 50px 460px;
}
#about-us .mod-border-content p {
	text-align: justify;
}
#about-us .mod-border-content:before {
	background-image: url(../images/backgrounds/simbolo-a-eternizese.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	height: 416px;
	left: 50px;
	margin-top: 100px;
	opacity: 0;
	position: absolute;
	top: -60px;
	transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
	width: 390px;
	z-index: 0;
}
#about-us.active .mod-border-content:before {
	margin: 0;
	opacity: 1;
}
@media (min-width: 1024px) {
	#about-us .mod-title {
		opacity: 0;
		text-align: left;
		transition: all 0.4s ease 0.2s;
			-moz-transition: all 0.4s ease 0.2s;
			-webkit-transition: all 0.4s ease 0.2s;
			-o-transition: all 0.4s ease 0.2s;
			-ms-transition: all 0.4s ease 0.2s;
	}
	#about-us.active .mod-title {
		opacity: 1;
	}
	#about-us .mod-item {
		opacity: 0;
		transition: all 0.4s ease 0.3s;
			-moz-transition: all 0.4s ease 0.3s;
			-webkit-transition: all 0.4s ease 0.3s;
			-o-transition: all 0.4s ease 0.3s;
			-ms-transition: all 0.4s ease 0.3s;
	}
	#about-us.active .mod-item {
		opacity: 1;
	}
}

/* Solutions */
#solutions {
	margin: 120px 0 0;
}
#solutions .mod-border-content {
	background-color: #f7f9fb;
}
#solutions .mod-title {
	margin: 0 0 40px;
}

/* Budget */
#budget {
	margin: 135px 0 0;
	padding: 0 0 30px;
}
@media (min-width: 1024px) {
	#budget {
		height: 335px;
	}
	#budget .mod-budget {
		opacity: 0;
		margin-top: 80px;
		transition: all 0.4s ease 0.3s;
			-moz-transition: all 0.4s ease 0.3s;
			-webkit-transition: all 0.4s ease 0.3s;
			-o-transition: all 0.4s ease 0.3s;
			-ms-transition: all 0.4s ease 0.3s;
	}
	#budget.active .mod-budget {
		margin: 0;
		opacity: 1;
	}
}

/* Video */
#video {
	margin: 90px 0 0;
}
#video.no-margin {
	margin: 0;
}

/* Advantage */
#advantage {
	margin: 130px 0 0;
	padding: 260px 0 0;
	position: relative;
}
#advantage:before {
	background-image: url(../images/backgrounds/tracos-conteudo.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 714px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#advantage:after {
    background-image: url(../images/backgrounds/simbolo-beneficios.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -99px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0.3s;
	width: 198px;
	z-index: 0;
}
#advantage.active:after {
	height: 212px;
}
#advantage .mod-content {
	position: relative;
	z-index: 1;
}
#advantage .mod-title {
	margin: 0 0 70px;
}

/* Social Media */
#social-media {
	background-image: url(../images/backgrounds/separador.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin: 100px 0 0;
	padding: 70px 0 0;
}
#social-media .mod-content {
	display: table;
	margin: 0 auto;
	max-width: 810px;
	width: 100%;
}
#social-media .mod-title {
	color: #001739;
	display: inline-block;
	font-size: 30px;
	margin: 0 100px 0 0;
	max-width: 215px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
#social-media .mod-title:before {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center -1022px;
	background-repeat: no-repeat;
	bottom: 5px;
	content: "";
	height: 20px;
	position: absolute;
	right: -65px;
	width: 50px;
}
#social-media {  }

/* Footer*/
#footer {
	background-image: url(../images/backgrounds/bg-rodape.png);
	background-position: center 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 70px 0 0;
	min-height: 180px;
	padding: 30px 0 20px;
	position: relative;
	z-index: 1;
}
#footer .container {  }
#footer .row {
	margin: 10px 0 0;
}

/* Contact Footer */
#contact-footer {
	background-image: url(../images/backgrounds/separador-rodape.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 45px;
}

/* Copyright */
#copyright {  }
#copyright p {
	color: #73bde5;
	font-family: "Playfair Display",serif;
	font-size: 16px;
	line-height: 1.2em;
}

/* Back Top */
#back-top {
	padding: 25px 0 0;
}
#back-top a {
	color: #0095e5;
	display: table;
	font-family: "Playfair Display",serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
#back-top a:before {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center -1510px;
	background-repeat: no-repeat;
	content: "";
	height: 6px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 14px;
}
#back-top a:hover {
	color: #ffffff;
}
#back-top a:hover:before {
	background-position: center -1527px;
}

/* TDH */
#tdh {  }
#tdh a {
	background-image: url(../images/backgrounds/sprite-icones-home.png);
	background-position: center -1554px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 12px;
	text-align: left;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 45px;
}
#tdh a:hover {
	background-position: center -1573px;
}

/* Whatsapp */
div.whatsapp {
	position: relative;
}
@media(min-width: 1024px) {
	div.whatsapp {
		position: absolute;
		right: 10px;
		top: -40px;
	}
}
div.whatsapp a {
    box-sizing: border-box;
    color: #ff0000;
    display: block;
    height: 95px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding: 4px 35px;
    position: relative;
    width: 350px;
}
@media(min-width: 1024px) {
	div.whatsapp a:before,
	div.whatsapp a:after {
		background-image: url(../images/backgrounds/sprite-atend-whatsapp.png);
		background-position: center 0;
		background-repeat: no-repeat;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transition: all 0.3s ease;
		width: 100%;
	}
	div.whatsapp a:before {
		background-position: center 0px;
		z-index: 0;
	}
	div.whatsapp a:after {
		background-position: center -114px;
		opacity: 0;
		z-index: 1;
	}
}
div.whatsapp a span {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
	padding: 0 0 0 45px;
    position: relative;
    z-index: 2;
}
div.whatsapp a span:before {
    background-image: url(../images/backgrounds/sprite-atend-whatsapp.png);
    background-position: center -228px;
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    left: 0;
	margin: -24.5px 0 0;
    position: absolute;
    top: 50%;
	transition: all 0.3s ease;
    width: 35px;
}
div.whatsapp a span strong {
    color: #000f3c;
    display: block;
    font-family: "Catamaran", sans-serif;
    font-size: 22px;
    line-height: 1.2em;
	transition: all 0.3s ease;
}
div.whatsapp a:hover {
	color: #ffffff;
}
div.whatsapp a:hover:after {
	opacity: 1;
}
div.whatsapp a:hover span:before {
	background-position: center -271px;
}
div.whatsapp a:hover span strong {
	color: #ffffff;
}