@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-size: 0;
	top:0px;
	right:0px;
	left:0px;
}
h1 {
	padding:0px;
    margin:0;
}
h2 {
	padding:0px;
    margin:0;
}
img,
picture,
video,
embed {
	max-width: 100%;
}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
  z-index:100;
}
.my-float{
	margin-top:11px;
}
.texto-rodape {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #312841;
	text-decoration: none;
	line-height: 30px;
}
.text {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 24px;
}
.text-int {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 24px;
}
.link {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #312841;
	text-decoration: none;
	line-height: 24px;
	font-weight:bold;
}
.data {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	color: #1FB9AF;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
}
.title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	color: #20b9af;
	text-decoration: none;
	line-height: 36px;
	font-weight:bold;
}
.text2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	font-weight:bold;
}
.input-int{
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	border: 1px solid #1FB9AF;
	width: 75%;
}
.botao{
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	color: #1FB9AF;
	font-size: 15px;
	border: 1px solid #312841;
	width: 100px;
	height: 30px;
	background-color: #312841;
	font-weight: bold;
}
.botao2{
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	border: 1px solid #1FB9AF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background-color: #1FB9AF;
	font-weight: bold;
	text-decoration:none;
}
.voltar-ao-topo {
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	padding: 1em;
	display: none;
}
.voltar-ao-topo:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
#content-topo{
	width:100%;
	height:144px;
	margin: 0 auto;
	background:#312841;
}
#topo{
	max-width: 1000px;
	margin:0 auto;
	height:144px;
	background-image:url(image/fundo_top.png);
	background-repeat:no-repeat;
	background-position:right top;
}
#logo{
	width:52,5%;
	float:left;
	margin-top:28px;
	margin-bottom:28px;
}
/*Estilizando a nav da classe menu */
.menu {
	z-index:1000;
	 width: 100%;
	 float:left;
	 background-color: #20b9af;
	 font-family: 'Titillium Web', sans-serif;
	 font-weight:bold;
	 color:#312841;
	 font-size:15px;
	 margin-top:-1px;
	 padding-top:10px;
	 padding-bottom:10px;
 }

/*Estilizando as listas */
.menu ul {
	max-width: 1000px;
	margin:0 auto;
	list-style: none;
	position: relative;
}
.menu ul li {
	 float: left;
	 margin-right:55px;
}
.menu a {
	 display: block;
	 text-decoration: none;
	 color: #312841;
 }
.menu ul ul {
	 position: absolute;
	 visibility: hidden;
	 margin-left:-40px;
	 z-index:2000;
 }
.menu ul li:hover ul {
	 visibility: visible;
 }
.menu a:hover {
	 color: #11756e;
 }
.menu ul ul li {
	 float: none;
	 border-bottom: solid 1px #fff;
 }
.menu ul ul li a {
	 background-color: #006850;
 }
/*Criando o label */
label[for="bt_menu"]{
	 padding: 5px;
	 color: #fff;
	 font-family: Arial;
	 text-align: center;
	 font-size: 30px;
	 cursor: pointer;
	 height: 30px;
 }
#menu-oculto{
	display:none;
}
#bt_menu{
	 display:none;
 }
label[for="bt_menu"]{
	 display:none;
 }
#content-rodape{
	width:100%;
	display:inline-block;
	margin: 0 auto; 
	background: #eae9ec;
}
#rodape{
	max-width: 1000px;
	margin:0 auto;
}
#rodape-contato{
	width:70%;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
}
#rodape-redes{
	width:6.1%;
	margin-top:30px;
	margin-bottom:30px;
	float:right;
}
#content-space{
	width:100%;
	height:20px;
	margin: 0 auto; 	
}
#content-space3{
	width:100%;
	height:50px;
	margin: 0 auto; 	
}
#content-space2{
	width:100%;
	height:110px;
	margin: 0 auto; 	
}
#content-space4{
	width:100%;
	height:30px;
	margin: 0 auto; 	
}
#content-sobre{
	width:100%;
	margin: 0 auto; 
	display:inline-block;
}
#sobre{
	max-width: 1000px;
	margin:0 auto;
}
#foto{
	width:35.5%;
	margin-right:40px;
	float:left;
}
#texto{
	width:59.1%;
	float:right;
}
#destaques-destaque1{
	width:27%;
	float:left;
	margin-right:9.5%;
	text-align:center;
}
#destaques-destaque2{
	width:27%;
	float:left;
	margin-right:9.5%;
	text-align:center;
}
#destaques-destaque3{
	width:27%;
	float:left;
	text-align:center;
}
#conteudo{
	max-width: 1000px;
	margin:0 auto;
}
#conteudo-margem{
	margin:50px;
}
@media all and (max-width:768px)
{
label[for="bt_menu"] {
	 display: block;
	  float:right;
	  margin-top:40px;
	  margin-right:10px;
 }
  
#bt_menu:checked ~ .menu{
	 margin-left: 0;
 }
  
.menu{
	 margin-left: -200%;
	 transition: all .4s;
 }
 .menu a {
	 text-align: center;
 }
.menu ul li {
	 width: 90%;
	 float: none;
 }
  
.menu ul ul {
	 position: static;
	 text-align:center;
	 overflow: hidden;
	 max-height: 0;
	 transition: all 4s;
	 margin-left:-5px;
 }
  
.menu ul li:hover ul {
	 height: auto;
	 max-height: 200px;
 }
 .menu ul ul li {
	 border-bottom: solid 1px #0d5140;
 }
 #logo{
	margin-left:20px;
}
#rodape-contato{
	width:95%;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	text-align:center;
}
#rodape-redes{
	width:95%;
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	text-align:center;
}
#foto{
	width:90%;
	float:left;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
}
#texto{
	width:95%;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}
#content-space2{
	width:100%;
	height:30px;
	margin: 0 auto; 	
}
#content-sobre{
	width:98%;
	margin: 0 auto; 
	display:inline-block;
}
#content-space4{
	display:none;	
}
}
@media all and (max-width:480px)
{
label[for="bt_menu"] {
	  margin-top:20px;
}
.menu ul ul {
	margin-left:-10px;
}
.menu{
	margin-top: -5px;
}
#logo{
	display:block;
	width:70%;
	float:left;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:2%;
	margin-top:20px;
}
#content-topo{
	width:100%;
	margin: 0 auto;
	background:#312841;
	height:90px;
}
#texto{
	width:90%;
}
#destaques-destaque1{
	width:95%;
	float: left;
	margin:15px;
}
#destaques-destaque2{
	width:95%;
	float: left;
	margin:15px;
}
#destaques-destaque3{
	width:95%;
	float: left;
	margin:15px;
}
#content-space2{
	width:100%;
	height:30px;
	margin: 0 auto; 	
}
#conteudo-margem{
	margin:30px;
}
}
