@CHARSET "UTF-8";

html{
	height: 100%;
	min-height: 100%;
	background-image: url("../imagens/fundo.png");
}
body {
 font-family: "Baskerville Old Face", serif;
	font-size: 14px;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	margin-top:0;
	margin-bottom:0;
	height: 100%;
}
img{
	border: none;
	-ms-interpolation-mode: bicubic;
}
.servico_img{
	float:left;
}
.servico_img:HOVER{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#bem-vindo{
	width:1024px;
	height:340px;
	float:left;
	font-size: 28px;
	color:#666666;
	font-family: "Baskerville Old Face", serif;
}
header{
 font-family: "Baskerville Old Face", serif;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height: 184px;
	position:relative;
	background-color: #333333;
}
footer{
	color: #FEFEFE;
  	width:1024px;
    background-color: #000000;
    position: relative;
	margin-top: -285px; /* negative value of footer height */
	height: 285px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	font-family: "Baskerville Old Face", serif;
	font-size: 17px;
}
footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footerDiv{
	float:left;
	width:256px;
	text-align:left;
}
.footerDiv div{
	width:90%;
	margin-left:5%;
	height:170px;
}
#menu{
 	font-family: "Baskerville Old Face", serif;
	float:left;
	width: 100%;
	margin-left:0%;
	border-top: 2px solid #616161;
	background-color: #333333;
}
#menu2{
 	font-family: "Baskerville Old Face", serif;
	float:left;
	width: 100%;
	margin-left:0%;
	background-color: #616161;
}
.menubt{
	font-family: "Baskerville Old Face", serif;
	font-size:18px;
	background: none;
	color: #FEFEFE;
	border: none;
	height: 40px;
	float:left;
}
.menubt:Hover{
	color: #B2B3B3;
	cursor: pointer;
}

#menuBackoffice{
	float:right;
	width: 50%;
	margin-left:25%;	
}
.linha{
	height:1px;
	background:#FFFFFF;
	border-bottom:1px dotted #D7B56D;	
}
.titulo{
	margin-top:75px;
	margin-bottom:75px;
	float:left;
	width: 350px;
	margin-left:41%;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height:50px;	
}
#acordiaoEmpresa{
	width:812px;
	margin-left:10%;
	margin-bottom:30px;
	float:left;
}
.acordiaoEmpresaDiamante{
	width:61px;
	height:47px;
	background-color: #B2B3B3;
	float:left;
	cursor: pointer;
}
.acordiaoEmpresaTitulo{
	width:751px;
	height:47px;
	background-color: #333333;
	float:left;
	line-height: 47px;
	font-family: "Baskerville Old Face", serif;
	color:#FEFEFE; 
	cursor: pointer;
}
.acordiaoEmpresaConteudo{
	width:751px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}
.tituloPag{
	color: #666633;
}
.condicoesPag{
	border:2px solid #666633;
	margin-left:5px;
	font-weight: bold;
	cursor: pointer;
}
#bannerFooter{
	float:left;
	width: 100%;
	margin-left:0%;
	font-size: 20px;
	height:50px;
	background-color: #3B3B3B;
}
#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-color:#FFFFFF;
}	
#wrapBackoffice {
	font-family: 'Varela Round', sans-serif;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#conteudo{
	float:left;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background: #FFFFFF;
	overflow:hidden;
	padding-bottom: 0px;
	font-family: candara, sans-serif;
	color:#666666;
	font-size: 20px;
	
}
#conteudoBackoffice{
	float:left;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background: #FFFFFF;
	overflow:hidden;
	padding-bottom: 0px;
	font-family: "Varela Round",sans-serif;
}
#listagemNoticias{
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background: #FFFFFF;
	overflow:auto;
	padding-bottom: 350px;
}
#slider{
	width:100%;
	margin-left:0%;
	height:350px;
	float:left;
	background-color: #333333;
}
#titulonoticasnovas{
	font-size:26px;
	color:#1D5B7F;
	width: 98%;
	float:left;
	margin-top:10px;
	text-align: left;
	margin-left:0%;
}
.unoticia{
	text-align: center;
	margin-top:10px;
	width: 220px;
	height: 180px;
	margin-left: 15px;
	float:left;
	border:4px solid #1D5B7F;
	border-radius:5px;
	padding: 5px;
	-webkit-box-shadow: 0 10px 6px -6px #808093;
	   -moz-box-shadow: 0 10px 6px -6px #808093;
	        box-shadow: 0 10px 6px -6px #808093;
}
.noticia{
	text-align: justify;
	margin-top:10px;
	margin-left: 0px;
	float:left;
	margin-bottom: 5px;
}
.servicos{
	text-align: center;
	color:#0595c7;
	margin-top:10px;
	width: 216px;
	margin-left: 32px;
	float:left;
	-webkit-box-shadow: 0 10px 6px -6px #808093;
	   -moz-box-shadow: 0 10px 6px -6px #808093;
	        box-shadow: 0 10px 6px -6px #808093;
}
.servicos:Hover{
	cursor: pointer;
	color:#FFFFFF;
}
.vantagens{
	text-align: center;
	color:#0595c7;
	margin-top:10px;
	width: 250px;
	margin-left: 70px;
	float:left;
	-webkit-box-shadow: 0 10px 6px -6px #808093;
	   -moz-box-shadow: 0 10px 6px -6px #808093;
	        box-shadow: 0 10px 6px -6px #808093;
}
.vantagens:Hover{
	cursor: pointer;
	color:#FFFFFF;
}
.servicotexto{
	margin-top:30px;
	width: 100%;
	float:left;
}
.menubt{
	font-family: "Baskerville Old Face", serif;
	font-size:18px;
	background: none;
	color: #FEFEFE;
	border: none;
	/*width: 25%;*/
	height: 40px;
	float:left;
}
.menubt:Hover{
	color: #B2B3B3;
	cursor: pointer;
}
.rssbt{
	font-size:15px;
	background-color: #1D5B7F;
	color: #FFFFFF;
	border: none;
	width: 20%;
	height: 50px;
	float:left;
}
.rssbt:Hover{
	border: 3px solid #1D5B7F;
	background-color: #FFFFFF;
	color: #1D5B7F;
	cursor: pointer;
}
.redondosbt{
	background-color: #616161;
	color:#FEFEFE;
	border: none;
	width: 20%;
	height: 40px;
	font-family: "Baskerville Old Face", serif;
	font-size: 18px;
}
.redondosbt:Hover{
	background-color: #808093;
	cursor: pointer;
}
.mapa{
	float:left;
	width: 500px;
	height: 300px;
}
.mapa_cont{
	float:left;
	width: 50%;
	height: 300px;
}
#formContato{
	float:left;
	width:100%;
	margin-left:0%;
	margin-top:30px;
	margin-bottom:30px;
	float:right;
}
#formContato input[type=text]{
	font-family: "Baskerville Old Face", serif;
	background-color: #333333;
	border:none;
	font-size: 14px;
	color:#FEFEFE;
}
#formContato textarea{
	font-family: "Baskerville Old Face", serif;
	background-color: #333333;
	border:none;
	font-size: 14px;
	color:#FEFEFE;
}
#footerEsquerda{
	float:left;
	margin-left:21%;
	width:20%;
	text-align: justify;
	margin-top:20px;
}
#footerCentro{
	float:left;
	margin-left:5%;
	width:15%;
	text-align: justify;
	margin-top:20px;
}
#footerDireita{
	float:left;
	margin-left:5%;
	width:15%;
	text-align: justify;
	margin-top:20px;
}
#opgDiv{
	float: left;
	display:none;
}
#conteudoTexto{
	float:left;
	width:50%;
	margin-left:25%;
	font-size:14px;
}
#contatosDados{
	width: 50%;
	margin-left:25%;
	float:left;
	text-align: left;
}
#contatosDadosEsquerda{
	border-right:2px solid #C0C0C0;
	float:left;
	width:33%;
	height:70px;
}	
#contatosDadosCentro{
	border-right:2px solid #C0C0C0;
	float:left;
	width:33%;
	height:70px;
}	
#contatosDadosDireita{
	float:left;
	width:33%;
	height:70px;
}
#contatosDadosCentroTd{
	text-align: right;
	line-height: 35px;
	width:35%;
}
#contatosDadosDireitaTd{
	text-align: right;
	line-height: 30px;
	width:35%;
}	

/**************************** Backoffice *********************************/
#conteudoBackoffice{
	float:left;
	text-align: justify;
	margin-right: auto;
	overflow:hidden;
	color: #000000;

	width:85%;
	margin-top:15px;
	float:right;
	background-color:#ffffff;
	min-height: 885px;
}

#headerBackoffice{
	position: relative;
	border: medium none;
	background-color: #000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
height:auto;
}

#headerBackoffice #logo{
	margin-left: 20px !important;
}

.backButton{
	font-family: 'Exo', sans-serif;
	font-size:15px;
	background: #56698F ; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, #56698F  0%, #3896BE 50%, #56698F  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#56698F ), color-stop(50%,#3896BE), color-stop(100%,#56698F )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #56698F  0%,#3896BE 50%,#56698F  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #56698F  0%,#3896BE 50%,#56698F  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #56698F  0%,#3896BE 50%,#56698F  100%); /* IE10+ */
	background: linear-gradient(to right, #56698F  0%,#3896BE 50%,#56698F  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56698F ', endColorstr='#56698F ',GradientType=1 ); /* IE6-8 */
	color: #FFFFFF;
	border: none;
	width: 150px;
	height: 30px;
	border-radius:3px;
}
.backButton:Hover{
	background: #808093;
	cursor: pointer;
}

.backButtonMenu{
	font-family: 'Exo', sans-serif;
	font-size:18px;
	background: #000000;
	color: #FFFFFF;
	border: none;
	border-top: 1px dotted #ffffff;
	height: 50px;
}
.backButtonMenu:Hover{
	background: #808093;
	cursor: pointer;
}

#wrapBackoffice {
	font-family: 'Exo', sans-serif;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 99.5%;
	background-color: #000000;
	padding-left:0px;
	padding-right:0px;
}

input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:27px;
	height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -22px;
}

label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_c88ceda03c8bb09c862d1ecb8ffe4535.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*************************************************************************************************************************************************************************************/		

/* iPad Mini, Google Nexus 7, Nokia Lumia 920 */
@media only screen and (max-width: 768px){ 
	body{
		font-size: 12pt;
	}	
	footer{
		font-size: 10pt;
		margin-top: -630px;
		height: 630px;
	}	
	header{
		margin-left: auto;
		margin-right: auto;
		width:100%;
		height: 150px;
	}
	#bannerFooter{
		float:left;
		width: 100%;
		margin-left:0%;
		font-size: 12pt;
		height:50px;
		background-color: #3B3B3B;
	}
	#bannerFooter div{
		margin-left:3px;
	}
	#slider{
		display:none;
	}
	#conteudoTexto{
		float:left;
		width:100%;
		margin-left:0%;
		font-size:12pt;
	}
	#opgDiv{
		width:100%;
		display:inline;
	}
	#pagination{
		float:left;
		margin-left:5%;
		width:90%;
		text-align: center;
	}
	#mapa{
		float:left;
		width: 90%;
		margin-left:5%;
		height: 200px;
	}
	#formContato{
		float:left;
		width:90%;
		margin-left:5%;
		margin-top:30px;
	}
	#contatosDados{
		width: 100%;
		margin-left:0%;
		float:left;
		text-align: left;
	}
	#contatosDadosEsquerda{
		border-right:none;
		float:left;
		width:100%;
		height:90px;
	}
	#contatosDadosCentro{
		border-right:none;
		float:left;
		width:100%;
		height:70px;
	}
	#contatosDadosCentroTd{
		width:20%;
	}
	#contatosDadosDireita{
		float:left;
		width:100%;
		height:70px;
	}
	#contatosDadosDireitaTd{
		width:20%;
	}
	.titulo{
		float:left;
		width: 50%;
		margin-left:25%;
		text-align: center;
		color: #333333;
		font-weight: bold;
		font-size: 10pt;
	}
	.linha{
		display:none;
	}
	.menubt{
		font-size:14pt;
		width: 100%;

	}
	#footerEsquerda{
		float:left;
		margin-left:5%;
		width:90%;
		text-align: justify;
		margin-top:20px;
	}
	#footerCentro{
		float:left;
		margin-left:5%;
		width:90%;
		text-align: justify;
		margin-top:20px;
	}
	#footerDireita{
		float:left;
		margin-left:5%;
		width:90%;
		text-align: justify;
		margin-top:20px;
	}
	#backofficeIcon{
		display:none;
	}
}

/* iPhone 5, HTC One,  */
@media only screen and (max-width: 459px){
	body{
		font-size: 12pt;
	}
	footer{
		font-size: 10pt;
		margin-top: -700px;
		height: 700px;
	}
	header{
		margin-left: auto;
		margin-right: auto;
		width:100%;
		height: 150px;
	}
	#bannerFooter{
		float:left;
		width: 100%;
		margin-left:0%;
		font-size: 12pt;
		height:100px;
		background-color: #3B3B3B;
	}
	.titulo{
		float:left;
		width: 70%;
		margin-left:15%;
		text-align: center;
		color: #333333;
		font-weight: bold;
		font-size: 10pt;
	}
	.menubt{
		font-size:13pt;
		width: 100%;

	}
}
