@charset "utf-8";
	* {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size:0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size:inherit;
		font-weight: normal;
	}
	h2 span {
		font-size: 30px;
  		color: #A22926;
	}
	ul, li {
		list-style-type: none;
	}
	.organizar {
		clear:both;
	}
	img {
		border:none;
	}
	body {
		font-family: 'Source Sans Pro', sans-serif;
		/* 300 = lighr / 400 = normal / 600 = semibold / 700 = bold */
	}
	
/* ================================================ 320 PX ================================================== */
	
	body {
		/*background-image: url(../img/foto_480_240.png);*/
		background-repeat: no-repeat;
		background-position:top center;
	}
	.container {
		width: 300px;
		margin:0 auto 0 auto;
	}

	.mapa-popup {
		display: none;
		border: 10px solid #A22926;
  		border-radius: 10px;
	}

	.destaques-titulo-container {
		background-color: #A22926;
	}

	.topo {
		height: 100px;
	}
	

	.formulario-base img {
		width: 60px;
		margin-bottom: 10px;
	}
	
	/* ==================== SECAO ==================== */

	.secao-titulo, .secao-subtitulo {
		text-align:center;
	}
	.secao-titulo {
		font-size:24px;
		line-height:24px;
		font-weight:600;
		letter-spacing:-1px;
		color:#333;
		padding:30px 0 0 0;
		margin:40px 0 10px 0;
		background-image: url(../img/secao.png);
		background-repeat: no-repeat;
		background-position:top center;
	}
	.secao-subtitulo {
		font-size:15px;
		line-height:15px;
		font-weight:400;
		color:#666;
	}
	.bloco-esquerdo, .bloco-direito {
		width:300px;
		font-size:13px;
		line-height:20px;
		font-weight:400;
		color:#444;
		text-align:justify;
		margin:20px 0 0 0;
	}
	.bloco-esquerdo span {
		font-size: 12px;
		display: block;
		background: url('../img/bullet.png') no-repeat;
		background-position: 10px;
		padding-left: 25px;
	}
	.bloco-esquerdo span:nth-of-type(1) {
		margin-top: 10px;
	}
	.video {
		width:300px;
		height:200px;
		background-color:#AAA;
		background-image: url(../img/play.png);
		background-repeat: no-repeat;
		background-position:center;
		margin:20px 0 0 0;
	}
	
	
	/* ==================== TOPO ==================== */
	
	.logo {
		position: absolute;
		top: 0;
		z-index: 2;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	

	.slider {
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		/*max-width: 1280px;*/
		width: 100%;
	}

	.slider-titulo {
		font-size: 25px;
		font-weight: 100;
		position: absolute;
		z-index: 9;
		top: 135px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		color: #fff;
	}

	.topo-logo, .topo-logo img {
		width:150px;
		height:80px;
		margin:0 auto 0 auto;
	}
	.topo-titulo {
		font-size:24px;
		line-height:24px;
		text-align:center;
		color:#333;
		font-weight:300;
		letter-spacing:-1px;
		margin:330px 0 0 0;
	}
	.topo-subtitulo {
		font-size:14px;
		line-height:14px;
		text-align:center;
		color:#666;
		font-weight:400;
		margin:20px 0 0 0;
	}
	.topo-tools {
		display:none;
	}
	.topo-fone {
		background-image: url(../img/ic_fone.png);
		background-repeat: no-repeat;
		background-position:top left;
		font-size:24px;
		line-height:24px;
		text-align:left;
		color:#333;
		font-weight:700;
		letter-spacing:-1px;
		margin:40px auto 0 auto;
		width:200px;
		height:60px;
		padding:5px 0 0 65px
	}
	.topo-site {
		font-size:24px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		font-weight:600;
		margin:20px auto 0 auto;
		width:280px;
		padding:20px;
		background-color:#A22;
		border-radius:30px;
		display:block;
		text-decoration:none;
	}
	.topo-site:hover {
		background-color:#666;
		color:#DDD;
	}
	.topo-resumo {
		margin:40px auto 0 auto;
		width:280px;
	}
	.topo-resumo p, .topo-resumo-titulo {
		line-height:20px;
		color:#333;
		line-height:18px;
	}
	.topo-resumo-titulo {
		text-transform:uppercase;
		text-align:center;
		font-size:18px;
		color:#333;
	}
	.topo-resumo p {
		font-weight:400;
		text-align:justify;
		font-size:14px;
		color:#666;
		margin:10px 0 0 0;
	}
	

	/* ==================== FORMULARIO ==================== */
	
	.formulario {
		width:300px;
		height:480px;
		padding:20px;
		background-color:#A22926;
		margin:20px 0 0 0;
		text-align:left;
	}
	.formulario-titulo {
		font-weight:600;
		font-size:24px;
		line-height:24px;
		color:#666;
		letter-spacing:-1px;
	}
	.formulario p {
		font-weight:400;
		font-size:12px;
		color:#333;
		margin:8px 0 2px 0;
	}
	.formulario-campo, .formulario-mensagem {
		width:260px;
		padding:5px;
		font-size:12px;
		color:#111;
		border:none;
	}
	.formulario-campo {
		height:35px;
	}
	.formulario-mensagem {
		height:140px;
	}
	.formulario-botao {
		width:140px;
		height:40px;
		text-align:center;
		background-color:#333;
		font-size:24px;
		color:#FFF;
		letter-spacing:-1px;
		border:none;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:600;
		font-style:italic;
		text-transform:lowercase;
		cursor:pointer;
		margin:10px 0 0 120px;
	}

	/* ==================== INSTITUCIONAL ==================== */
	
	.institucional-direito {
		width:300px;
		font-size:13px;
		line-height:20px;
		font-weight:400;
		color:#444;
		text-align:justify;
		margin:20px 0 0 0;
	}
	.institucional-features-titulo {
		font-weight:600;
		font-size:18px;
		line-height:18px;
		color:#333;
		margin:10px 0 0 0;
		text-align:left;
		font-style:italic;
	}
	.institucional-features-lista {
		margin:20px 0 0 20px;
		width:240px;
		text-align:left;
	}
	.institucional-features-lista li {
		font-weight:400;
		font-size:13px;
		line-height:13px;
		color:#666;
		background-image: url(../img/bullet.png);
		background-repeat: no-repeat;
		background-position:1px 1px;
		padding:0 0 0 16px; 
		margin:10px 0 0 0;
	}

	/* ==================== DESTAQUES ==================== */
	
	.destaques {
		margin:40px 0 0 0;
	}
	.destaques-titulo {
		padding:10px;
		text-align:center;
		background-color:#A22926;
		font-size:18px;
		line-height:18px;
		color:#fff;
		border:none;
		max-width: 1280px;
		margin: 0 auto;
		font-weight: 100;
	}
	.destaques-lista, .destaques-item {
		margin:30px auto 0 auto;
	}
	.destaques-item {
		width: 280px;
		text-align: center;
	}
	.destaques-imagem {
		margin-bottom: 15px;
	}
	.destaques-item-titulo {
		font-size:18px;
		line-height:18px;
		color:#333;
		text-transform:uppercase;
		font-weight:300;
		border-bottom:1px solid #AAA;
		padding:0 0 10px 0;
		margin:0 0 10px 0;
	}
	.destaques-item p {
		font-size:13px;
		line-height:16px;
		color:#666;
		font-weight:400;
		height: 150px;
	}
	.destaques-botao {
		font-size: 13px;
		text-transform: uppercase;
		color: #fff;
		background-color: #A22926;
		padding: 10px 25px;
		margin-top: 10px !important;
		display: block;
		width: 120px;
		margin: 0 auto;
		text-decoration: none;
		cursor: pointer;
	}
	.destaques-botao:hover {
		background-color: #7A1F1C;
	}
	
	/* ==================== SERVICOS ==================== */
	
	.servicos {
		margin:40px 0 0 0;
	}
	.servicos-lista {
		margin:20px 0 0 10px;
		width:290px;
		text-align:left;
	}
	.servicos-item {
		background-image: url(../img/bullet.png);
		background-repeat: no-repeat;
		background-position:1px 1px;
		padding:0 0 0 16px; 
		margin:10px 0 0 0;
	}
	.servicos-item h3 {
		font-weight:400;
		font-size:13px;
		line-height:13px;
		color:#666;
	}

	
	/* ==================== DEPOIMENTOS ==================== */
	
	.depoimentos {
		margin:40px 0 0 0;
	}
	.depoimentos-lista {
		margin:20px 0 0 10px;
	}
	.depoimentos-item {
		width:290px;
		text-align:left;
		margin:30px 0 0 0;
		padding:0 0 0 40px;
		background-image: url(../img/aspas.png);
		background-repeat: no-repeat;
		background-position:1px 1px;
	}
	.depoimentos-texto {
		font-weight:400;
		font-size:13px;
		line-height:13px;
		color:#666;
		height: 100px;
	}
	.depoimentos-autor, .depoimentos-thumb {
		display:inline-block;
		vertical-align:top;
	}
	.depoimentos-autor {
		width:100px;
		margin:20px 0 0 0;
	}
	.depoimentos-autor, .depoimentos-autor span {
		font-size:12px;
		line-height:12px;
		color:#666;
	}
	.depoimentos-autor span {
		text-transform:uppercase;
		display:block;
	}
	.depoimentos-thumb {
		width:60px;
		height:60px;
		border-radius:30px;
		margin:10px 10px 0 0;
	}

	/* ==================== ESTRUTURA ==================== */
	
	.estrutura {
		margin:40px 0 0 0;
	}
	.estrutura-fotos {
		margin:40px 0 0 0;
	}
	.estrutura-fotos-item {
		width:149px;
		height:180px;
		display:inline-block;
		vertical-align:top;
		margin:0 1px 10px 0;
	}
	.estrutura-fotos-item p {
		font-size:12px;
		line-height:12px;
		color:#666;
		padding:5px 0 0 5px;
		border-left: 1px solid #AAA;
		height:25px;
		margin-top: 10px;
	}
	.estrutura-fotos-item a {
		background-repeat: no-repeat;
		background-position:center center;
		display:block;
		width:149px;
		height:149px;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity:0.4;

	}
	.estrutura-fotos-item a:hover {
		opacity:1;
		-webkit-filter: none;
		filter: none;
	}
	.estrutura-fotos-thumb01 {
		background-image: url(../img/galeria_thumb.png);
	}
	.estrutura-mapa {
		width:300px;
		height:320px;
		margin-top:30px;
	}
	.estrutura-mapa-thumb, .estrutura-endereco {
		width:300px;
		height:160px;
		margin-top:10px;
	}
	.estrutura-mapa-thumb img {
		width: 100%;
	}
	.estrutura-logradouro {
		font-size:18px;
		line-height:18px;
		color:#333;
		font-weight:600;
	}
	.estrutura-complemento {
		font-size:14px;
		line-height:14px;
		color:#888;
		font-weight:400;
	}
	.estrutura-mapa-link {
		background-image: url(../img/ic_local.png);
		background-repeat: no-repeat;
		background-position:0px 0px;
		height: 40px;
		width:250px;
		display:block;
		margin:10px 0 0 0;
		padding:10px 0 0 45px;
		font-size:13px;
		color:#444;
		font-weight:600;
		text-decoration:none;
	}
	.estrutura-mapa-link:hover {
		background-position:0px -41px;
	}
	
	
	/* ==================== FORMULARIO BASE ==================== */
	
	.formulario-base {
		width:300px;
		height:480px;
		padding:20px;
		background-color:#DDD;
		margin:40px 0 0 0;
		text-align:left;
	}
	.formulario-base-esquerdo, .formulario-base-direito {
		width:260px;
	}
	
	.formulario-base-titulo {
		font-weight:600;
		font-size:24px;
		line-height:24px;
		color:#666;
		letter-spacing:-1px;
	}
	.formulario-base p {
		font-weight:400;
		font-size:12px;
		color:#333;
		margin:8px 0 2px 0;
	}
	.formulario-base-campo, .formulario-base-mensagem {
		width:260px;
		padding:5px;
		font-size:12px;
		color:#111;
		border:none;
	}
	.formulario-base-campo {
		height:35px;
	}
	.formulario-base-mensagem {
		height:140px;
	}
	.formulario-base-botao {
		width:140px;
		height:40px;
		text-align:center;
		background-color:#333;
		font-size:24px;
		color:#FFF;
		letter-spacing:-1px;
		border:none;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:600;
		font-style:italic;
		text-transform:lowercase;
		cursor:pointer;
		margin:10px 0 0 120px;
	}
	
	
	/* ==================== FOOTER ==================== */
	
	.rodape {
		margin:40px auto 40px auto;
		text-align:left;
		width:300px;
	}
	.rodape-logo, .rodape-logo img {
		width:150px;
		height:80px;
		margin:0 auto 0 auto;
	}
	.rodape-slogan {
		font-weight:400;
		font-size:12px;
		color:#333;
		margin:8px 0 2px 0;
		text-align:center;
		/*text-transform:uppercase;*/
	}
	.rodape a {
		background-repeat: no-repeat;
		height:60px;
		font-weight:600;
		color:#333;
		display:block;
		padding:20px 0 0 65px;
		text-decoration:none;
		margin-top:20px;
	}
	.rodape-email, .rodape-website {
		background-image: url(../img/ic_footer.png);
		font-size:14px;
	}
	.rodape-email {
		background-position:0px 0px;
	}
	.rodape-website {
		background-position:0px -122px;
	}
	.rodape-fone {
		background-position:0px 0px;
		background-image: url(../img/ic_fone.png);
		font-size:24px;
		color:#333;
		padding:15px 0 0 65px;
	}
	.rodape-fone span {
		font-size:24px;
		color:#AAA;
	}
	.rodape-email:hover {
		background-position:0px -61px;
	}
	.rodape-website:hover {
		background-position:0px -183px;
	}
	
	
/* ================================================ 640 PX ================================================== */

@media screen and (min-width: 640px) {
	
	body {
		/*background-image: url(../img/foto_960_360.png);*/
	}
	.container {
		width: 600px;
	}
	
	.topo-titulo, .topo-subtitulo {
		width:480px;
	}
	.topo-titulo {
		font-size:30px;
		line-height:30px;
		margin:500px auto 0 auto;
	}
	.topo-subtitulo {
		font-size:14px;
		line-height:14px;
		margin:20px auto 0 auto;
	}
	.topo-tools-celular {
		display:none;
	}
	.topo-tools {
		display:inline;
	}
	.topo-fone, .topo-site {
		position:absolute;
	}
	.topo-fone {
		margin:10px 0 0 400px;
	}
	.topo-site {
		font-size:18px;
		line-height:14px;
		margin:17px 0 0 0 ;
		width:200px;
		padding:15px;
	}
	.topo-resumo {
		margin:310px auto 0 auto;
		width:600px;
	}
	.formulario {
		margin:20px auto 0 auto;
		width:600px;
		height:295px;
	}
	.formulario-esquerdo, .formulario-direito {
		width:260px;
		display:inline-block;
		vertical-align:top;
	}
	.formulario-esquerdo {
		margin:0 40px 0 0;
	}
	.formulario-mensagem {
		height:155px;
	}
	.bloco-esquerdo, .bloco-direito {
		width:265px;
		display:inline-block;
		margin:15px;
		vertical-align:top;
	}
	.video {
		width:600px;
		height:450px;
	}
	.institucional-direito {
		width:600px;
	}
	.institucional-features-lista {
		margin:20px;
		width:400px;
	}
	.destaques-item {
		width: 260px;
		margin:20px;
		display:inline-table;
		vertical-align:top;
	}
	.servicos-lista {
		width: 600px;
	}
	.servicos-item {
		width: 280px;
		margin:20px 20px 0 0;
		display:inline-block;
		vertical-align:top;
	}
	.depoimentos-item {
		width: 560px;
	}
	.estrutura-fotos {
		width: 480px;
		margin:40px auto 0 auto;
	}
	.estrutura-fotos-item, .estrutura-fotos-item a {
		width: 159px;
	}
	.estrutura-mapa {
		width:600px;
		height:200px;
	}
	.estrutura-mapa-thumb, .estrutura-endereco {
		display:inline-block;
		vertical-align:top;
	}
	.estrutura-mapa-thumb {
		margin:20px 0 0 20px;
	}
	.estrutura-endereco {
		width:250px;
		margin:40px 0 0 20px;
	}
	.formulario-base {
		width:600px;
		height:295px;
	}
	.formulario-base-esquerdo, .formulario-base-direito {
		width:260px;
		display:inline-block;
		vertical-align:top;
	}
	.formulario-base-direito {
		margin:0 0 0 40px;
	}
	.formulario-base-mensagem {
		height:155px;
	}
	.formulario-base-botao {
		margin:10px 0 0 120px;
	}
}

@media(max-width: 640px) {
	.logo {
		width: 180px !important;
	}

	.bx-wrapper .bx-caption {
		top: 85px !important;
	}
}

/* ================================================ 960 PX ================================================== */

@media screen and (min-width: 960px) {

	body {
		/*background-image: url(../img/foto_1280_480.png);*/
	}
	.container {
		width: 960px;
	}
	.botao-menu {
		display: none;
	}
	.logo {
		top: 40px !important;
	}
	.secao-titulo, .secao-subtitulo {
		text-align:center;
	}
	.secao-titulo {
		font-size:30px;
		line-height:30px;
		letter-spacing:-2px;
		color:#333;
		padding:40px 0 0 0;
		margin:80px 0 10px 0;
	}
	.secao-subtitulo {
		font-size:18px;
		line-height:18px;
	}
	.topo-logo, .topo-logo img {
		/*width:300px;
		height:160px;
		margin:0 auto 0 auto;*/
		width: 115px;
		height: auto;
		margin: 12px auto 0 auto;
	}
	.topo-titulo, .topo-subtitulo {
		width:480px;
		margin:20px 0 0 0;
		text-align:left;
	}
	.topo-textos, .formulario {
		display:inline-block;
		vertical-align:top;
	}
	.topo-textos {
		font-size:560px;
		margin:520px 0 0 40px;
	}
	.topo-titulo {
		font-size:48px;
		line-height:48px;
		letter-spacing:-3px;
	}
	.topo-subtitulo {
		font-size:30px;
		line-height:30px;
		font-weight:300;
		letter-spacing:-2px;
	}
	.topo-fone, .topo-site {
		position:absolute;
	}
	.topo-fone {
		margin:18px 0 0 760px;
	}
	.topo-site {
		font-size:18px;
		line-height:14px;
		margin:28px 0 0 0 ;
		width:200px;
		padding:15px;
	}
	.topo-resumo {
		margin:410px 0 0 0 ;
		width:560px;
		display:inline-block;
		vertical-align:top;
	}
	.topo-resumo-titulo {
		text-align:left;
	}
	.topo-resumo, .formulario {
		display:inline-block;
		vertical-align:top;
	}
	.formulario {
		width:300px;
		height:495px;
		margin:20px 0 0 60px;
	}
	.bloco-esquerdo, .bloco-direito {
		width:430px;
		margin:25px;
	}
	.video, .institucional-direito {
		display:inline-block;
		vertical-align:top;
	}
	.video {
		width:480px;
		height:320px;
		margin:20px 0 0 0;
	}
	.institucional-direito {
		width:440px;
		margin:20px 0 0 40px;
	}
	.destaques-titulo {
		/*padding: 30px 70px 30px 70px;*/
		padding: 15px 0;
		font-size: 24px;
		line-height: 30px;
		letter-spacing:-1px;
	}
	.destaques-item {
		width: 200px;
		margin-bottom: 60px;
	}
	.servicos-lista {
		width: 960px;
	}
	.servicos-item {
		width: 300px;
	}
	.depoimentos-item {
		width: 270px;
		display:inline-block;
		vertical-align:top;
		margin:20px;
	}
	.estrutura-fotos {
		width: 960px;
	}
	.estrutura-mapa {
		width: 960px;
	}
	.estrutura-endereco {
		width: 620px;
	}
	.formulario-base {
		width: 960px;
		padding:40px;
		height:400px;
	}	
	.formulario-base-titulo {
		font-size: 30px;
		text-align:center;
		padding:20px;
	}
	.formulario-base-esquerdo, .formulario-base-direito {
		width: 380px;
		margin:20px;
	}
	.formulario-base-campo, .formulario-base-mensagem {
		width: 380px;
	}
	.formulario-base-botao {
		margin: 20px 0 0 240px;
	}
	.rodape {
		width:960px;
		margin:80px 0 80px 0;
	}
	.rodape-logo, .rodape-logo img {
		width: 300px;
		height: 115px;
		text-align: center;
	}
	.rodape-logo img {
	  width: 185px;
	  height: auto;
	  margin: 0 auto;
	}	
	.rodape-slogan {
		font-size:18px;
		margin:20px 0 40px 0;
	}
	.rodape-slogan h2,
	.rodape-slogan h2 > span {
		font-size: 25px !important;
	}
	.rodape a {
		margin-top:20px;
		display:inline-block;
		vertical-align:top;
		width:320px !important;
	}
	.rodape-fone {
		background-position:0px 0px;
		background-image: url(../img/ic_fone.png);
		font-size:36px;
		color:#333;
		padding:5px 0 0 65px !important;
	}
	
	
	
	




	/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
