@charset "utf-8";
/* CSS Document */

a:link {
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #FFFFFF; text-shadow: #000000 0.1em 0.1em 0.2em;
}
a:visited {
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #FFFFFF; text-shadow: #000000 0.1em 0.1em 0.2em;
}
a:hover {
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #0066CC; text-shadow: #000000 0.1em 0.1em 0.2em;
}
a:active {
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #0066CC; text-shadow: #000000 0.1em 0.1em 0.2em;
}

body {
	background-color: #D8F3D9;
	background-image:url(imagens/bk_site.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left:0px;
	margin-right:0px;
	}

#cabecalho{
    width:1000px;
    height:230px;
	z-index:0;
    margin-top:0;
    margin-left:auto;
    margin-bottom:0;
    margin-right:auto;
    }

#conteudo{
    width:1000px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
	z-index:0;

} 

#logo{
    width:325px;
	padding-top:20px;
    height:161px;
    float:left;
    }

#fone{
    width:285px;
	padding-top:75px;
	padding-left:145px;
    height:101px;
    float:left;
    }

#foto{
	width:208px;
	height:243px;
	top: 25px;
	padding-left:37px;
	float:left;
    }
	
#menu{
	width:775px;
	height:35px;
	text-align:center;
	top: 212px;
	line-height:30px;
	position:absolute;
	float:left;
    }

#banner {
	position: absolute;
	height: 350px;
	width:1000px;
	top:270px;
	z-index:0;
    margin-left:auto;
    margin-right:auto;

}

#frase {
	position:absolute;
	top:620px;
	width:1000px;
	weight: auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
    margin-left:auto;
    margin-right:auto;
}

#rodape{
	position:absolute;
	background: url(imagens/bk_rodape.jpg) repeat-x;
    margin-left:auto;
	height:275px;
	width:100%;
	padding-top:25px;
    margin-right:auto;
	margin-top: 650px;
	text-align:center;
	z-index:0;
}  

#rodape-pg{
	position:absolute;
	background: url(imagens/bk_rodape.jpg) repeat-x;
	margin-left:auto;
	width:100%;
	padding-top:25px;
	margin-right:auto;
	margin-top: 30px;
	text-align:center;
	z-index:0;
	height: 275px;
}  

#duvidas {
	height: auto;
	width:1000px;
	top:270px;
    margin-left:auto;
    margin-right:auto;

}

.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.whatsapp-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
}
 
.fa-whatsapp {
	margin-top: 16px;
}

p{
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
}

h1{
	padding-top:30px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:32px;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight: normal;

}
