@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');

body {
	background:url(../imagens/fundo_site.jpg) no-repeat #fff;
	background-position: center top;
	background-size: cover;
	letter-spacing: 0.5px;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.conteudo_home {
	margin-top: 40px;
	margin-bottom: 40px;
}

.conteudo_home h1 {
	font-family: 'Roboto', sans-serif;
	color: #639197;
	font-size: 50px;
	letter-spacing: 0.5px;
	font-weight: 200;
	line-height: 55px;
}

.aspas {
	font-family: 'Roboto', sans-serif;
	color: #639197;
	font-size: 80px;
	font-weight: 200;
}

.conteudo_home h2 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 40px;
	font-weight: 300;
}

.conteudo_home p{
	text-align: justify;
	margin-top: 15px;
}

.conteudo_right .foto_abertura {
	margin-top: 100px;
}

.conteudo_left {
	margin-top: 80px;
}

.conteudo_left  .depoimentos {
	margin-top: 70px;
}

.conteudo_left  .depoimentos p {
	font-family: 'Roboto', sans-serif;
	color: #639197;
	font-size: 17px;
	font-weight: 300;
}

.conteudo_left  .depoimentos p small{
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
}


/********** Conteudo Paginas ************/
.conteudo_paginas {
	margin-top: -30px;
	margin-bottom: 40px;
}

.conteudo_paginas h1 {
	font-family: 'Roboto', sans-serif;
	color: #639197;
	font-size: 50px;
	letter-spacing: 0.5px;
	font-weight: 200;
	line-height: 55px;
}

.conteudo_paginas h2 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 40px;
	font-weight: 300;
}

.conteudo_paginas p{
	text-align: justify;
	margin-top: 15px;
}


/***** formulário ********/
.formulario{
	margin-bottom: 90px;
	margin-top: 80px;
}

.campo_form {
	padding: 10px;
	background: #f2f2f2;
}

.formulario .btn-default {
	background: #f2f2f2;
	border: #cccccc 1px solid;
	color: #666666;
	margin-left: 10px;
}

.formulario .btn-default:hover {
	background: #639197;
	border: #39777c 1px solid;
	color: #fff;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.foto_contato {
	margin-top: 120px;
}

.mapa {
	border: #C8C8C8 3px solid !important;
}


footer {
	margin-top: 15px;
	padding-top: 90px;
	background: url(../imagens/fundo_rodape.png) top no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1440px) {
	footer {
		margin-top: 0px;
		padding-top: 130px;
	}
}

footer .redes_sociais p{
	margin-top: 20px;
	font-size: 16px !important;
}

footer .endereco {
	position: relative;
}

footer .endereco > p {
	font-size: 14px !important;
	color: #000;
	text-align: right !important;
}

footer .dados_contato {
	margin-bottom: 10px;
}
footer .dados_contato a {
	text-align: none;
	color: #fff;
}

footer .dados_contato a:hover {
	text-align: none;
	color: #000;
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}

footer .dados_contato i {
	font-size: 25px;
	color: #fff;
}

footer .dados_contato i:hover {
	font-size: 25px;
	color: #000;
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.copyright {
	margin-top: 20px !important;
	margin-bottom: 40px;
	position: relative;
	font-size: 13px;
	color: #666;
	text-align: right;
}


@media (min-width: 992px) and (max-width: 1280px) {
	
	body {
		background:url(../imagens/fundo_site.jpg) no-repeat #fff;
		background-position: center top -40px;
		background-size: cover;
		letter-spacing: 0.5px;
		animation: fadein 2s;
		-moz-animation: fadein 2s; /* Firefox */
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		-o-animation: fadein 2s; /* Opera */
	}
	.conteudo_home {
		margin-top: -60px;
		margin-bottom: 40px;
	}
	
	.conteudo_home h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 34px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 36px;
	}

	.img_aspas {
		width: 40px;
	}

	.conteudo_home h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 20px;
		font-weight: 300;
	}

	.conteudo_home p{
		text-align: justify;
		margin-top: 15px;
	}
	
	.conteudo_right {
		text-align: right;
	}
	
	.conteudo_right .foto_abertura {
		text-align: center;
		margin-top: -15px;
		margin-left: 20px;
		width: 440px;
	}

	.conteudo_left {
		margin-top: 50px;
	}

	.conteudo_left  .depoimentos {
		margin-top: 15px;
	}

	.conteudo_left  .depoimentos p {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 14px;
		font-weight: 300;
	}

	.conteudo_left  .depoimentos p small{
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	
	
	/********** Conteudo Paginas ************/
	.conteudo_paginas {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.conteudo_paginas h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 50px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 55px;
	}

	.conteudo_paginas h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 40px;
		font-weight: 300;
	}

	.conteudo_paginas p{
		text-align: justify;
		margin-top: 15px;
	}


	/***** formulário ********/
	.formulario{
		margin-bottom: 80px;
		margin-top: 60px;
	}

	.campo_form {
		padding: 10px;
		background: #f2f2f2;
	}

	.formulario .btn-default {
		background: #f2f2f2;
		border: #cccccc 1px solid;
		color: #666666;
	}

	.formulario .btn-default:hover {
		background: #639197;
		border: #39777c 1px solid;
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.foto_contato {
		margin-top: 120px;
	}

	.mapa {
		border: #C8C8C8 3px solid !important;
	}

	
	
	footer {
		margin-top: -40px;
		padding-top: 50px;
		background: url(../imagens/fundo_rodape.png) top no-repeat;
		background-position: top left -210px;
		background-size: cover;
	}
	
	footer .redes_sociais p{
		margin-top: 30px;
		font-size: 16px !important;
	}

	footer .endereco {
		position: relative;
		margin-top: -20px;
	}

	footer .endereco > p {
		font-size: 14px !important;
		color: #000;
		text-align: right !important;
	}

	footer .dados_contato {
		margin-bottom: 0px;
	}
	footer .dados_contato a {
		text-align: none;
		color: #fff;
	}

	footer .dados_contato a:hover {
		text-align: none;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	footer .dados_contato i {
		font-size: 25px;
		color: #fff;
	}

	footer .dados_contato i:hover {
		font-size: 25px;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.copyright {
		margin-top: -20px !important;
		margin-bottom: 20px;
		position: relative;
		font-size: 13px;
		color: #666;
	}
}

@media (min-width: 1281px) and (max-width: 1440px) {
	
	body {
		background:url(../imagens/fundo_site.jpg) no-repeat #fff;
		background-position: center top -10px;
		background-size: cover;
		letter-spacing: 0.5px;
		animation: fadein 2s;
		-moz-animation: fadein 2s; /* Firefox */
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		-o-animation: fadein 2s; /* Opera */
	}
	.conteudo_home {
		margin-top: -30px;
		margin-bottom: 40px;
	}
	
	.conteudo_home h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 40px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 36px;
	}

	.img_aspas {
		width: 50px;
	}

	.conteudo_home h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 23px;
		font-weight: 300;
	}

	.conteudo_home p{
		text-align: justify;
		margin-top: 15px;
	}
	
	.conteudo_right {
		text-align: right;
	}
	
	.conteudo_right .foto_abertura {
		text-align: center;
		margin-top: -15px;
		margin-left: 20px;
		width: 500px;
	}

	.conteudo_left {
		margin-top: 55px;
	}

	.conteudo_left  .depoimentos {
		margin-top: 45px;
	}

	.conteudo_left  .depoimentos p {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 14px;
		font-weight: 300;
	}

	.conteudo_left  .depoimentos p small{
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	
	
	footer {
		margin-top: -20px;
		padding-top: 45px;
		background: url(../imagens/fundo_rodape.png) top no-repeat;
		background-position: top left -210px;
		background-size: cover;
	}
	
	footer .redes_sociais p{
		margin-top: 30px;
		font-size: 16px !important;
	}

	footer .endereco {
		position: relative;
		margin-top: -20px;
	}

	footer .endereco > p {
		font-size: 14px !important;
		color: #000;
		text-align: right !important;
	}

	footer .dados_contato {
		margin-bottom: 0px;
	}
	footer .dados_contato a {
		text-align: none;
		color: #fff;
	}

	footer .dados_contato a:hover {
		text-align: none;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	footer .dados_contato i {
		font-size: 25px;
		color: #fff;
	}

	footer .dados_contato i:hover {
		font-size: 25px;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.copyright {
		margin-top: -20px !important;
		margin-bottom: 20px;
		position: relative;
		font-size: 13px;
		color: #666;
	}
}


@media (min-width: 10px) and (max-width: 414px) {
	
	body {
		background:url(../imagens/fundo_site.jpg) no-repeat #fff;
		background-position: right -65px top;
		background-size: contain;
		letter-spacing: 0.5px;
		animation: fadein 2s;
		-moz-animation: fadein 2s; /* Firefox */
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		-o-animation: fadein 2s; /* Opera */
	}
	
	.conteudo_home {
		margin-top: -60px;
		margin-bottom: 40px;
	}
	
	.conteudo_home h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 27px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 33px;
	}

	.img_aspas {
		width: 20px;
	}

	.conteudo_home h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 17px;
		font-weight: 300;
	}

	.conteudo_home p{
		text-align: justify;
		margin-top: 12px;
	}
	
	.conteudo_right {
		text-align: right;
	}
	
	.conteudo_right .foto_abertura {
		text-align: center;
		margin-top: -35px;
		margin-left: 0px;
		width: 500px;
	}

	.conteudo_left {
		margin-top: -30px;
	}

	.conteudo_left  .depoimentos {
		margin-top: 30px;
		margin-bottom: 70px;
	}

	.conteudo_left  .depoimentos p {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 13px;
		font-weight: 300;
	}

	.conteudo_left  .depoimentos p small{
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	
	/********** Conteudo Paginas ************/
	.conteudo_paginas {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.conteudo_paginas h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 27px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 55px;
	}

	.conteudo_paginas h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 17px;
		font-weight: 300;
	}
	
	.conteudo_paginas h3 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 21px;
		font-weight: 300;
	}

	.conteudo_paginas p{
		text-align: justify;
		margin-top: 15px;
	}


	/***** formulário ********/
	.formulario{
		margin-bottom: 20px;
		margin-top: -30px;
	}

	.campo_form {
		padding: 10px;
		background: #f2f2f2;
	}

	.formulario .btn-default {
		background: #f2f2f2;
		border: #cccccc 1px solid;
		color: #666666;
	}

	.formulario .btn-default:hover {
		background: #639197;
		border: #39777c 1px solid;
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.foto_contato {
		margin-top: 120px;
	}

	.mapa {
		border: #C8C8C8 3px solid !important;
	}
	
	
	footer {
		margin-top: -20px;
		padding-top: 45px;
		background: url(../imagens/fundo_rodape.png) top no-repeat;
		background-position: top left -400px;
		background-size: cover;
		text-align: center !important;
	}
	
	footer .redes_sociais p{
		text-align: center !important;
		margin-top: 30px;
		font-size: 16px !important;
	}

	footer .endereco {
		position: relative;
		margin-top: 5px;
	}

	footer .endereco > p {
		font-size: 14px !important;
		color: #fff;
		text-align: center !important;
	}

	footer .dados_contato {
		margin-bottom: 0px;
	}
	footer .dados_contato a {
		color: #fff;
	}

	footer .dados_contato a:hover {
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	footer .dados_contato i {
		font-size: 25px;
		color: #fff;
	}

	footer .dados_contato i:hover {
		font-size: 25px;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.copyright {
		text-align: center;
		margin-bottom: 20px;
		position: relative;
		font-size: 11px;
		color: #fff;
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (min-width: 415px) and (max-width: 768px) {
	
	body {
		background:url(../imagens/fundo_site.jpg) no-repeat #fff;
		background-position: center top;
		background-size: cover;
		letter-spacing: 0.5px;
		animation: fadein 2s;
		-moz-animation: fadein 2s; /* Firefox */
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		-o-animation: fadein 2s; /* Opera */
	}

	.conteudo_home {
		margin-top: 20px;
		margin-bottom: 60px;
	}

	.conteudo_home h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 40px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 45px;
	}

	.img_aspas {
		width: 40px;
	}

	.conteudo_home h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 30px;
		font-weight: 300;
	}

	.conteudo_home p{
		text-align: justify;
		margin-top: 15px;
	}

	.conteudo_right .foto_abertura {
		margin-top: 20px;
	}

	.conteudo_left {
		margin-top: 20px;
	}

	.conteudo_left  .depoimentos {
		margin-top: 30px;
	}

	.conteudo_left  .depoimentos p {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 13px;
		font-weight: 300;
	}

	.conteudo_left  .depoimentos p small{
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 13px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}


	/********** Conteudo Paginas ************/
	.conteudo_paginas {
		margin-top: -90px;
		margin-bottom: 15px;
	}

	.conteudo_paginas h1 {
		font-family: 'Roboto', sans-serif;
		color: #639197;
		font-size: 50px;
		letter-spacing: 0.5px;
		font-weight: 200;
		line-height: 55px;
	}

	.conteudo_paginas h2 {
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 40px;
		font-weight: 300;
	}

	.conteudo_paginas p{
		text-align: justify;
		margin-top: 15px;
	}


	/***** formulário ********/
	.formulario{
		margin-bottom: 90px;
		margin-top: 80px;
	}

	.campo_form {
		padding: 10px;
		background: #f2f2f2;
	}

	.formulario .btn-default {
		background: #f2f2f2;
		border: #cccccc 1px solid;
		color: #666666;
		margin-left: 10px;
	}

	.formulario .btn-default:hover {
		background: #639197;
		border: #39777c 1px solid;
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.foto_contato {
		margin-top: 120px;
	}

	.mapa {
		border: #C8C8C8 3px solid !important;
	}


	footer {
		margin-top: -50px;
		padding-top: 110px;
		background: url(../imagens/fundo_rodape.png) top no-repeat;
		background-position: top left -600px;
		background-size: cover;
	}
	
	footer .redes_sociais p{
	margin-top: 20px;
	font-size: 16px !important;
	}

	footer .endereco {
		position: relative;
	}

	footer .endereco > p {
		font-size: 14px !important;
		color: #000;
		text-align: right !important;
		margin-right: 15px;
	}

	footer .dados_contato {
		margin-bottom: 10px;
	}
	footer .dados_contato a {
		text-align: none;
		color: #fff;
	}

	footer .dados_contato a:hover {
		text-align: none;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	footer .dados_contato i {
		font-size: 25px;
		color: #fff;
	}

	footer .dados_contato i:hover {
		font-size: 25px;
		color: #000;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.copyright {
		margin-top: 20px !important;
		margin-bottom: 40px;
		position: relative;
		font-size: 13px;
		color: #666;
		text-align: right;
	}
}
