﻿.header {
    display: block;
    float: left;
    width: 100%;
    padding: 35px 0px;
    background: url(/site/img/banco_imagens/bg-topo.jpg);
    background-size: 16px;
}
.header #logo {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
}
.header #logo img {
    height: auto;
    position: absolute;
    z-index: 9999;
    top: -40px;
    max-width: 193px;
}
.header .telefones h4 {
    font-weight: bold;
    font-size: 15px;
    color: #f58220;
    text-shadow: 2px 2px #00000040;
}
.header .linha-tel {
    display: inline-block;
    width: 100%;
    float: left;
    color: #fff;
	text-shadow: 2px 2px #00000040;
}
.header .linha-tel i {
    height: 27px;
    line-height: 27px;
    float: left;
    font-size: 24px;
	margin-right: 8px;
}
.header .linha-tel .wp-icon {
    font-size: 28px;
}
.header .telefone {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}
.header .linha-tel .telefone {
    display: inline-block;
    float: left;
}
.header .telefone .ddd {
    display: inline-block;
    float: left;
	font-size: 12px;
	line-height: 20px;
}
.header .linha-tel .numero {
    float: left;
    margin-left: 3px;
}
.telefone .ddd {
    display: inline-block;
    float: left;
    font-size: 12px;
}
.busca input.txt {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 10px!important;
    font-size: 14px;
    border-radius: 5px;
    border: none;
}
.busca button {
    position: absolute;
    right: 17px;
    height: 40px;
    background: none;
    border: none;
    color: #ccc;
    font-size: 18px;
}
.atendimento a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background: #2e3192;
    padding: 10px 0px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
}
.atendimento a:hover {
    text-decoration: none;
    background: #f58220;
}
.header .telefones {
    margin: 15px 0px;
}
.busca, .atendimento {
    margin: 29px 0px;
}
.menu {
    display: block;
    float: left;
    width: 100%;
    background: #f58220;
}
#nav_main {
    background: #f58220;
}
#nav_main a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0px 12px;
    text-shadow: 1px 1px #00000040;
}
#nav_main a:hover {
    color: #9d6000;
    text-decoration: none;
}
#nav_main a:first-child{
	margin: 0px 12px;
	margin-left: 0px;
}
#nav_main a:last-child{
	margin: 0px 12px;
	margin-right: 0px;
}
.banner{
	display: block;
	float: left;
	width: 100%;
	margin-top: 3px;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .desc {
    position: absolute;
    margin-top: -231px;
    z-index: 9999999;
    margin-left: 41%;
    color: #fff;
    width: 50%;
    text-shadow: -2px 1px #00000047;
}
#ws_bta {
}
.content {
    display: block;
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.sobre_text h2 {
    color: #f58220;
}
.sobre-nos {
    display: inline-block;
    float: left;
    text-align: justify;
    color: #666;
}
.sobre-link {
    float: left;
    padding: 10px;
    background: #f58220;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #00000040;
    margin-top: 20px;
    border-radius: 5px;
}
.sobre_text h1 {
    margin-bottom: 2px;
}
.sobre_text h3 {
    margin-top: 0px;
}
.box {
    float: left;
    margin-right: 10%;
}
.newsletter input.bt:hover,
.text-footer a:hover,
.sobre-link:hover{
	background:#00a652;
	text-decoration:none;
	color:#fff;
}
.sobre-img img {
    width: 100%;
}
.sobre-img {
    border-right: 1px solid #dedede;
}
.newsletter {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: #2e3192;
	position: relative;
	border-bottom: 4px solid #fff;
}
.news-text h3 {
    color: #fff;
    margin: 5px 0px;
    font-weight: bold;
}
.news-text h5 {
    margin: 5px 0px;
    color: #fff;
    font-weight: bold;
}
.newsletter input.txt {
    display: block;
    float: left;
    margin: 0;
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px!important;
    margin: 4px 0px!important;
    border: none;
    border-left: 6px solid #f58220;
    border-radius: 5px 0px 0px 5px;
}
.newsletter input.bt {
    display: block;
    float: left;
    width: 20%;
    font-size: 18px;
    padding: 13px 10px 10px 10px!important;
    font-weight: bold;
    background: #f58220;
    border-radius: 0px 5px 5px 0px;
    margin: 4px 0!important;
}
.newsletter:after {
    content: '';
    width: 60px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    bottom: -11px;
    border-radius: 4px;
    background: url(/site/img/banco_imagens/stars.jpg)no-repeat center #fff;
    background-size: 85% 85%;
}
.text-footer {
    display: inline-block;
    float: left;
    color: #fff;
}
.text-footer a {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 11px;
    padding: 4px 13px;
    line-height: 15px;
    height: 24px;
    color: #fff;
    background: #f58220;
    margin-top: 8px;
}
.text-footer a:hover {
    text-decoration: none;
    background: #9d6000;
}
.footer-icon {
    display: inline-block;
    margin-right: 10px;
    color: #f58220;
    font-size: 27px;
    float: left;
}
.footer {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(/site/img/banco_imagens/backfooter.jpg) no-repeat right #00a652;
    background-size: auto 100%;
	position: relative;
}
.social {
    display: inline-block;
    float: right;
    height: 68px;
    line-height: 68px;
    color: #fff;
    font-size: 17px;
}
.social-menu {
    display: inline-block;
    float: right;
    height: 68px;
    line-height: 68px;
    margin-left: 15px;
    font-size: 30px;
}
.social-menu a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    font-size: 36px;
    text-align: center;
    float: left;
    display: inline-block;
    color: #fff;
}
.dog-img {
    position: absolute;
    left: 10%;
    bottom: 0px;
    height: 90%;
}
.copy {
    font-size: 12px;
	margin: 3px 0px;
}
.heart img {
    float: left;
    margin: 3px 0px;
}
.heart-text {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 3px 0px;
    margin-left: 10px;
}
.dev a {
    display: inline-block;
    margin: 10px 0px;
    float: right;
    color: #666;
}
.dev a:hover {
    color: #f58220;
    text-decoration: none;
}
.subfooter {
    float: left;
    width: 100%;
    line-height: 15px;
    padding: 10px 0px;
}
	#conteudo .titulo, #titulo, h1 {
		font-size: 32px;
		color: #f58220;
		margin-bottom: 25px;
	}
@media only screen and (max-width:1000px){
	.header #logo img{
		position:relative;
		top:0;
	}
	img.dog-img {
		position: relative;
		bottom: -53px;
		left: 10px;
	}	
	.banner .desc h4 {
		color: #fff;
		font-size: 11px;
	}
	.banner .desc h2 {
		font-size: 14px;
		color: #fff;
	}
	.banner .desc {
		position: relative;
		margin-top: -92px;
		z-index: 9999999;
		margin-left: 6%;
		color: #3a3a3a;
		width: 90%;
		text-shadow: -2px 1px #00000047;
	}	
	.header #logo {
		display: block;
		width: 300px;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.header {
		text-align: center;
	}
	.header .linha-tel {
		display: inline-block;
		width: 150px;
		float: none;
		color: #fff;
		text-shadow: 2px 2px #00000040;
	}
	.busca button {
		position: absolute;
		right: 0;
		height: 36px;
		background: none;
		border: none;
		color: #ccc;
		font-size: 18px;
	}
	.header .telefones {
		margin: 5px 0px;
	}
	.busca form {
		width: 300px;
		float: none;
		margin: 0 auto;
		position: relative;
	}
	.busca, .atendimento {
		margin: 10px 0px;
	}
	.atendimento a {
		width: 300px;
	}
	.sobre-img img {
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.sobre_text {
		text-align: center;
		margin-top: 40px;
	}
	.news-text {
		text-align: center;
	}
	.footer-wrap {
		display: block;
		width: 275px;
		height: auto;
		float: none;
		margin: 0 auto;
	}
	.social .footer-wrap {
		width: 216px;
	}
	.subfooter {
		float: left;
		width: 100%;
		line-height: 15px;
		padding: 10px 0px;
		color: #666;
	}
	.copy {
		font-size: 12px;
		margin: 3px 0px;
		text-align: center;
	}
	.heart .sub-wrap {
		width: 150px;
		height: 35px;
		display: block;
		float: none;
		margin: 10px auto;
	}
	.dev a {
		display: block;
		width: 100px;
		float: none;
		margin: 10px auto;
	}
	
	.menu{
		height:auto;
	}
	#nav_main {
		display: block;
		position: relative;
		width: 100%;
	}
	#nav_main{
		margin:0;
	}
}












