@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: PoiretOne;
    src:         url("../fonte/PoiretOne-Regular_0.ttf");
}

* {
	margin:	 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	 14px;
	color:		 #746f6f;
}

img {
	border: 0;	/* Zera a borda de todas as imagens do site */
}

a {
	color:			 #226f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

.btn {
    display:       inline-block;
    font:          14px Tahoma, Arial, Helvetica, sans-serif;
    color:         #ffffff;
    background:    #61a644;
    padding:       12px 25px;
    border-radius: 10px;
    transition:    background 0.5s;
}

.btn:hover,
.btn:focus {
    background:      #009045;
    text-decoration: none;
}

/*--- Centraliza o site na tela ---*/
.conteudo_cabecalho, .conteudo_site, .conteudo_rodape {
	width: 	960px;
	margin: 0 auto;
}

/*------- CABEÇALHO -------*/
header#cabecalho {
    background: url("../images/bg_header.png") center bottom repeat-x;
    height:     560px;
}

header#cabecalho.internas {
    height:              170px;
    background-position: center 130px;
}

div.logo a {
    display:      block;
    float:        left;
    background:   url("../images/logo.png") center no-repeat;
    width:        249px;
    height:       89px;
    text-indent: -10000px;
    margin:       20px 0;
}

/*------- MENU PRINCIPAL -------*/
nav#menuPrincipal {
    float:  right;
    margin: 57px 0 0;
}

nav#menuPrincipal li {
    display: block;
    float:   left;
    margin:  0 33px;
}

nav#menuPrincipal li a {
    font:        22px PoiretOne, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

nav#menuPrincipal li a.ativo {
    text-decoration: underline;
}

div.telefone {
    clear:      both;
    text-align: right;
    color:      #ffffff;
    padding:    7px 0;
}

div.telefone p {
    font-size: 21px;
}

div.telefone small {
    display:     inline-block;
    float:       left;
    font-size:   14px;
    margin-left: 77%;
    margin-top:  4px;
}

/*------- SLIDES -------*/
div.slides {
    position: relative;
    height:   364px;
    overflow: hidden;
}

div.slides ul#banners {}

div.slides li {
    display: block;
}

div.slides a {
    position:   absolute;
    width:      29px;
    height:     29px;
    bottom:     17px;
    z-index:    10;
    transition: all 0.5s;
}

div.slides a:hover {
    background-image: url("../images/controle-hover.png") !important;
}

div.slides a#prev {
    right:      52px;
    background: url("../images/controle.png") left center no-repeat;
}

div.slides a#next {
    right:      16px;
    background: url("../images/controle.png") right center no-repeat;
}

/*------- CONTEÚDO HOME -------*/
section#content {}

article#bemVindos {
    clear:  both;
    height: 212px;
}

article#bemVindos img {
    float:      right;
    background: #8f8f8f;
    border:     none;
}

article#bemVindos h1,
div.nossoServicos h2,
section#content h1.titulos {
    font:          24px PoiretOne, Arial, Helvetica, sans-serif;
    color:         #226f00;
    font-weight:   bold;
    margin-bottom: 20px;
}

section#content h1.titulos {
    font-size: 32px;
}

article#bemVindos p {
    text-align: justify;
    width:      474px;
}

article#bemVindos a {
    float:        right;
    margin-right: 10px;
    margin-top:   30px;
}

div.nossoServicos {
    clear:      both;
    margin-top: 20px;
}

div.nossoServicos article {
    display:     inline-block;
    width:       210px;
    padding:     8px;
    background:  #dbefe6;
    margin-left: 14px;
    text-align:  center;
}

div.nossoServicos h1 {
    font:        22px PoiretOne, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:       #009045;
    margin:      5px 0;
}

div.nossoServicos article#serv1 {
    margin-left: 0;
}

a.botaoServicos {
    float:      right;
    margin-top: 30px;
}

/*------- BLOCO FALE CONOSCO -------*/
div.blockFaleConosco {
    clear:      both;
    background: url("../images/foto_cantinho.png") left bottom no-repeat #fafafa;
    padding:    14px;
    height:     319px;
    margin-top: 100px;
}

div.blockFaleConosco h3 {
    font:          24px PoiretOne, Arial, Helvetica, sans-serif;
    font-weight:   bold;
    color:         #009045;
    margin-top:    20px;
    margin-bottom: 33px;
}

div.blockFaleConosco div.esquerda {
    float:       left;
    margin-left: 275px;
    width:       240px;
}

div.blockFaleConosco div.esquerda p {
    padding:    9px 0 9px 50px;
    background: url("../images/icon_tel.jpg") left center no-repeat;
}

div.blockFaleConosco div.esquerda address {
    padding:    9px 0 9px 50px;
    background: url("../images/icon_local.jpg") left center no-repeat;
}

div.blockFaleConosco div.esquerda a {
    display:       block;
    padding:       9px 0 9px 50px;
    background:    url("../images/icon_email.jpg") left center no-repeat;
    color:         #746f6f;
    margin-bottom: 40px;
}

div.blockFaleConosco div.direita {
    float: right;
}

div.blockFaleConosco div.direita iframe {
    background: url("../images/loading.gif") center no-repeat;
    overflow:   hidden;
}

/*------- RODAPÉ -------*/
footer#rodape {
    background: url("../images/bg_footer.jpg") center top repeat-x;
    height:     88px;
}

footer#rodape div.logoRodape {
    float:        left;
    padding:      16.5px 28px 16.5px 0;
    border-right: 1px solid #ffffff;
}

footer#rodape div#menuRodape {
    float:        left;
    padding:      26px 28px;
    border-right: 1px solid #ffffff;
    color:        #ffffff;
}

footer#rodape div#menuRodape li {
    display:      block;
    float:        left;
    margin-right: 3px;
}

footer#rodape div#menuRodape li:before {
    content: " - ";
}

footer#rodape div#menuRodape li:first-child:before {
    content: "";
}

footer#rodape div#menuRodape li a {
    color: #ffffff;
}

footer#rodape div.atendimento {
    float:        left;
    padding:      16px 19px;
    border-right: 1px solid #ffffff;
    color:        #ffffff;
}

footer#rodape div.atendimento p {
    padding-left: 35px;
    background:   url("../images/icon_tel_footer.png") left center no-repeat;
    margin:       7px 0;
}

footer#rodape div.atendimento p.email {
    background: url("../images/icon_email_footer.png") left center no-repeat;
}

footer#rodape div.atendimento a {
    color: #ffffff;
}

footer#rodape div.copyrights a {
    display:      block;
    float:        right;
    background:   url("../images/logo_gerencie.png") center no-repeat;
    width:        151px;
    height:       41px;
    text-indent: -10000px;
    margin:       24px;
}

.emBreve {
    font:       xx-large PoiretOne, Arial, Helvetica, sans-serif;
    text-align: center;
}

/*------- FORMULÁRIO -------*/
form#contato {
    display:    block;
    float:      left;
    width:      300px;
    height:     480px;
    padding:    5px;
    background: #61a644;
}

form#contato fieldset {
    background: #fafafa;
    border:     none;
    padding:    10px;
    height:     460px;
}

form#contato small {
    font-family: PoiretOne, Arial, Helvetica, sans-serif;
    font-style:  italic;
    font-weight: bold;
    color:       #6f2200;
}

form#contato label {
    display:     block;
    margin:      10px 0 7px;
    font:        15px PoiretOne, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

form#contato input[type="text"],
form#contato input[type="email"],
form#contato textarea {
    padding: 5px;
    width:   95%;
    font:    13px Arial, Helvetica, sans-serif;
    border:  1px solid #a9a9a9;
}

form#contato input#txtDDD {
    width:      15%;
    text-align: center;
}

form#contato input#txtTelefone {
    width:       74%;
    margin-left: 1px;
}

form#contato textarea {
    resize:        none;
    height:        80px;
    margin-bottom: 15px;
}

form#contato input.btn {
    border:         none;
    text-transform: uppercase;
    font-family:    arial, helvetica, sans-serif;
    cursor:         pointer;
}

form#contato input#btnLimpar {
    float: right;
}

div.mapa iframe {
    background:  url("../images/loading.gif") center no-repeat #61a644;
    padding:     5px;
    margin-left: 40px;
    overflow:    hidden;
}

div.obrigado {
    text-align: center;
}

div.obrigado h2 {
    font: 28px PoiretOne, Arial, Helvetica, sans-serif;
}

div.obrigado h3 {
    font:   25px PoiretOne, Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

div.obrigado a {
    text-transform: uppercase;
}

div#instituicao,
div#servicos {
    padding-bottom: 20px;
    margin-bottom:  20px;
    border-bottom:  1px solid #cdcdcd;
    text-align:     justify;
}

div#instituicao h3,
div#servicos h3,
div.galeria h3 {
    font:          24px PoiretOne, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

div#instituicao p,
div#servicos p {
    margin: 10px 0;
}

div#servicos li {
    margin-left:   25px;
    margin-bottom: 5px;
}

/*------- GALERIA -------*/
div.galeria li {
    display: block;
    float:   left;
    margin:  6px;
}

div.galeria li a {
    display:          block;
    padding:          4px;
    background-color: #61a644;
    transition:       background-color 0.5s;
}

div.galeria li a:hover {
    background-color: #009045;
}