@font-face {
    font-family: 'rama_gothic';
    src: url('font/ramagothice_semibold-webfont.woff2') format('woff2'),
         url('ramagothice_semibold-font/ebfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@charset "utf-8";
/* CICLO RH */

/* ANIMAÇÃO NO BODY */
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}
/* FIM DA ANIMAÇÃO */

.menuMobile00 {
	position: absolute;
    top: 5px;
    left: 5px;
    background: #aa2d25;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Ebrima, Arial;
	background: #fff;
	width:100%;
	height: 100%;
	color: #000;
	font-size: 100%;
	display: flex;
	flex-direction: column;
}
html, body {
    height: 100%;
}
p {
	margin: 0px;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.voltarTopo {
    bottom: 20px !important;
    display: block;
    position: fixed;
    right: 30px;
	background:url(../imagens/voltar_ao_topo.png) no-repeat top center;
	width:95px;
	height: 60px;
	border: none;
	cursor:pointer;
    z-index: 99;
}
img, picture, video, embed {
	max-width: 100%;
	border: 0 !important;
}
img.acende:hover {
	opacity: 0.9; 
	-moz-opacity: 0.9;
	Filter: Alpha(Opacity=85)
}
img.acende {
	opacity: 1.0; 
	-moz-opacity: 1.0;
	Filter: Alpha(Opacity=100)
}
img.zoom {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
}
img.zoom:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.3;
}
img.zoom2 {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
	overflow:hidden;
}
img.zoom2:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
img.zoom3 {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
	overflow:hidden;
}
img.zoom3:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0.3;
}
:focus { 
	outline: 0!important;
}
input, select, textarea {
	outline: 0 none;
}
input:focus { 
	outline: none; 
}
img:focus { 
	outline: none; 
}
button {
	border: none !important;
}
.textoInterno {
	padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    min-height: 300px;
    line-height: 22px;
	color: #4d4d4d;
}
.saibaMais {
	background:#007a44;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 8px 20px;
	float: right;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	margin:10px;
}
.saibaMais:hover {
	background:#666666;
}
.saibaMais a {
	color: #fff !important;
	text-decoration:none;
}
.buttonSaibaMais {
	width: 100%;
}
.siteCenter {
	width:1200px;
	margin: 0 auto;
	position: relative;
}
a {
	text-decoration:none;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
a:visited {
	color: #000;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Barra de Rolagem da Página Personalizada */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    display: none;
}
 
::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
}
 
::-webkit-scrollbar-thumb:vertical {
    background-color: #666666;
}
.coluna100 {
	width: 100%;
	clear:both;
	position:relative;
}
.coluna50 {
	width: 50%;
	float: left;
	position:relative;
}
.coluna33 {
	width: 33%;
	float: left;
	position:relative;
}
.coluna30 {
	width: 30%;
	float: left;
	position:relative;
}
.coluna70 {
	width: 70%;
	float: left;
	position:relative;
}
/*.coluna33:nth-child(odd) {
	width: 34%;
	float: left;
}*/
.coluna75 {
	width: 75%;
	float: left;
	position:relative;
}
.coluna25 {
	width: 25%;
	float: left;
	position:relative;
}
.coluna20 {
	width: 20%;
	float: left;
	position:relative;
}
.coluna80 {
	width: 80%;
	float: left;
	position:relative;
}
.coluna60 {
	width: 60%;
	float: left;
	position:relative;
}
.coluna40 {
	width: 40%;
	float: left;
	position:relative;
}
/* --------------------------------------------------- */
.obs {
	font-size:12px;
	color:#FF0000;
}
/* LOGIN HTML5 */

.login {
	width: 400px;
	height: 300px;
	background:#fff;
	color: #9e9e9e;
	border-radius: 5px;
	margin: 30px auto;
}
.loginTitulo {
	height: 63px;
	width:375px;
	background:#191a4a;
	line-height:62px;
	color: #fff;
	font-weight:bold;
	padding-left:25px;
	border-radius: 5px 5px 0px 0px;
	position: relative;
}
.loginCorpo {
	width:375px;
	padding-left:25px;
	position: relative;
    border: 1px solid #ccc;
}
.logoLogin {
	width: 100%;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
.campo {
	position: relative;
}
.campo input {
  margin: 20px 10px 0px 10px;
  width: 290px;
  line-height: 50px;
  background: none;
  border: 1px solid #ccc;
  padding: 0px 15px;
}
.campo textarea {
  margin: 20px 10px 0px 10px;
  width: 290px;
  line-height: 50px;
  background: none;
  border: 1px solid #ccc;
  padding: 0px 15px;
  font-family:Arial, Helvetica, sans-serif;
}
.campoNew {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.campoNewT {
	display: block;
	width: 100%;
	height: 300px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.newButton {
	background:#7cb63e;
	border: none;
	padding: 12px 25px;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}
.newButton:hover {
	background:#333333;
	color: #fff;
}
.login #botao {
	width: 100px;
	height: 40px;
	margin: 20px 10px;
	cursor: pointer;
	border: none;
	color: #fff;
	background:#191a4a;
	border-radius: 5px;
}
.login #botao:hover {
	background:#333333;
}
.loginX {
	position: absolute;
	top: 13px;
	right: 13px;
	cursor:pointer;
}
.loginIco {
	position: absolute;
	bottom: 18px;
	right: 50px;
}
.linkSenha {
	cursor: pointer;
	position: absolute;
	bottom:23px;
	right: 43px;
}
.linkSenha a {
	color: #666;
	text-decoration:none;
}
.logoLogin img {
	margin-top: 40px;
	border-radius: 10px;
}
/* --------------------------------------------------- */
.clear {
	clear: both;
}
/* ----------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}    
.clearfix:after {
	clear: both;
}    
.clearfix {
	*zoom: 1;
}
.container {
	width: 100%;
}
.header {
	position: relative;
	height: 768px;
	background:#ededed;
}
.header .siteCenter {
	position: relative;
	background:url(../imagens/bg_topo.png) top center no-repeat;
}
.principal {
    flex:1;
	font-size:1.4em;
	margn-top: 7px;
}
/* TABS */
#tabs {
	font-size:14px;
	text-align:justify;
	color: #6e6e6e;
}
#tabs ul {
	margin: 0px;
	padding: 0px;
}
#tabs ul li {
	float: left;
	list-style:none;
	background:#1b1b1b;
	padding: 5px 15px;
	cursor: pointer;
	margin: 10px 5px;
}
#tabs ul li:hover{
	background:#1b8dd3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-state-disabled, .ui-tabs .ui-tabs-nav li.ui-tabs-loading {
	background:#1b8dd3 !important;
}
#tabs ul li a{
	color: #fff;
	font-family: 'dancing_script';
	font-size:40px;
}
#aba-1 {

}
#aba-2 {

}
#aba-3 {

}
#aba-4 {

}
/* FORMULÁRIO DE CONTATO */
.imgForm {
	
}
.colunaForm {
	padding: 0px 0px 0px 0px;
    font-size: 13px;
}
.colunaContatos {
    background: url(../imagens/bg-contatos.png) top center no-repeat;
    padding: 105px 85px;
    font-size: 14px;
	min-height:530px;
}
.colunaContatosTitulo {
	font-size:20px;
	text-align:center;
	width:100%;
}
.line2 {
	float: left;
    width: 50%;
    padding: 5px;
    line-height: 46px;
    font-style: italic;
}
.line3 {
	text-align: center;
    width: 100%;
    margin: 10px auto;
    border: 3px solid #333;
}
#simulacaoButton {
	background: #FF0000;
    border: none;
    cursor: pointer;
    height: 60px;
    width: 100%;
    color: #FFF;
    font-size: 26px;
}
#simulacaoButton:hover {
	background:#333;
}
.formulario {
	text-align:left;
}
.formImg {
	margin-top: 10px;
}
.formImg, .formImg img {
	width: 100%;
}
.formitem2 input{
	background:url(../imagens/ico-form-1.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem3 input{
	background:url(../imagens/ico-form-2.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem4 {
	padding-left: 0px;
	width:100%;
}
.formitem6{
	float: left;
	width:50%;
	padding: 0px 5px 0px 0px;
}
.formitem7{
	float: right;
	width:49%;
}
.formitem10{
	float: left;
	width:50%;
}
.formitem8 {
    width: 100%;
    height: 35px;
    float: left;
	padding-left: 5px;
}
.formitem8 input{
	background: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	color: #333;
	width: 100%;
}
.formitem18 {
    width: 100%;
    height: 35px;
    float: left;
	padding-left: 5px;
}
.formitem18 #filename{
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.formitem18 #fakeBrowse{
	background: #235d97;
	margin: 2px;
	cursor:pointer;
	border-radius: 5px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	color: #fff;
}
.formitem6 select{
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem7 input{
	background:url(../imagens/ico-form-3.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem10 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem11 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem4 textarea{
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	height: 180px;
	width:100%;
	margin: 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.formitem5 {
	text-align: center;
    width: 250px;
    margin: 0 auto;
    border: 3px solid #333;
}
.formitem5 #formButton {
	background:#97342e;
	border: none;
	cursor: pointer;
	height: 60px;
	width:100%;
	color:#fff;
}
.formitem5 #formButton:hover {
	background:#333;
}
.formitem9 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:98%;
	margin: 5px 0px;
}
#buttonn {
	width: 50%;
	margin: 0 auto;
	padding: 15px 25px;
	text-align:center;
	cursor:pointer;
	color: #fff;
	background:#235d97;
	margin: 5px 0px;
	text-transform:uppercase;
	font-size:18px;
	border: none;
}
#buttonn:hover {

}
.foto {
	float: left;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
	width: 169px;
	height: 169px;
	overflow:hidden;
}
.foto img {
	width: 100%;
	min-height:100%;
}
/* ------------------------------------------------ */

/* NOTÍCIAS */
.ops {
	font-size:23px;
	color:#CCCCCC;
	text-align:left;
	line-height:80px;
}
.ops strong {
	font-weight:normal;
	text-align:left;
	font-size:120px;
}
.blogItem {
	min-height: 209px;
	width:100%;
	margin: 20px 0px;
	overflow:hidden;
}
.blogData {
	background:#6a1252;
	font-size:14px;
	color: #fff;
	padding: 0px 10px;
	width: 200px;
	line-height: 25px;
}
.blogDados {
	width: 100%;
}
.blogImg {
	float: left;
	width: 30%;
	overflow:hidden;
	max-height: 183px;
}
.blogTexto {
	float: left;
	border: 1px solid #bfbfbf;
	background:#fff;
	width: 69%;
}
.blogTexto img {
	max-width:100%;
}
.blogTitulo {
	font-size:24px;
	color: #4d4d4d;
	overflow:hidden;
	height: 30px;
	padding-left:10px;
}
.blogTexto2 {
	color: #939393;
	text-align:left;
	line-height:25px;
	font-size:14px;
	padding-left:10px;
	min-height: 117px;
}
.blogButtonContainer {
	
}
.blogButtonn {
	float: right;
	background:#3b5998;
	color: #fff;
	cursor: pointer;
	padding:5px 10px;
	margin: 0px 3px;
}
.blogButton {
	float: right;
	background:#4d4d4d;
	color: #fff;
	cursor: pointer;
	padding:5px 10px;
}

.blogButtonn a{
	font-size:16px;
	color: #fff;
	text-decoration:none;
}
.blogButton a{
	font-size:16px;
	color: #fff;
	text-decoration:none;
}
.blogButtonn:hover {
	background:#2b4274;
}
.blogButton:hover {
	background:#6a1252;
}
.titulo6 {
	font-size:28px;
}
.textoInterno {
	text-align:justify;
}
.textoInterno a{
	color: #0000CC;
}
/* -------------------------------------------------------- */
/* CAROUSSEL */
.noticias {
	position: relative;
	width: 100%;
	min-height:300px;
}
.buttonNoticias {
	background:#6a1252;
	color: #fff;
	text-align:center;
	line-height:40px;
	padding: 0px 30px;
}
.buttonNoticias:hover {
	background:#333;
}
.noticias img{
	max-width: 100%;
}
.noticiaInterna .notItem {
	float:left;
	width: 48%;
	margin: 1%;
}
.noticiaInterna .notImg {
	height: auto;
	overflow:inherit;
}
.noticiaInterna .notTitulo {
	height: 40px;
}
.noticiaInterna .notItem img {
	width: 100%;
	max-height: 217px;
}
.notImg {
	border: 1px solid #ccc;
	border-bottom: none;
	height: 138px;
	overflow:hidden;
}
.notDados {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	padding:0px 6px;
}
.notTitulo {
	color: #007a44;
	font-weight:bold;
	font-size:15px;
	height: 60px;
	overflow:hidden;
	line-height:20px;
}
.notCat {
	font-size:10px;
	color: #999;
}
.notDesc {
	font-size: 10px;
	text-align:justify;
	color: #333;
	height: 80px;
	overflow:hidden;
	margin-bottom: 10px;
	line-height:17px;
}
.notButton {
	width: 100%;
	color: #999;
	font-size:12px;
	text-align:center;
	line-height:30px;
	border: 1px solid #ccc;
	border-top: none;
}
.notButton a{
	color: #999;
}
.notButton:hover {
	background:#007a44;
}
.notButton:hover a{
	color: #fff;
}
.clearout {
	height:20px;
	clear:both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}
.noticias .nbs-flexisel-inner {
/*	margin-left: 70px !important;*/
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 5px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 34px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    right: 35px;
	top: -40px !important;
    background: url(../imagens/arrow-left.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 0px;
	top: -40px !important;
    background: url(../imagens/arrow-right.png) no-repeat;
}

/* --------------------------------------------- */
.barraTopo {
	background:#6a1252;
	min-height: 40px;
	line-height:40px;
	color:#FFFFFF;
	text-align:center;
}
.barraTopoMobile {
	display: none;
	background:#6a1252;
	min-height: 40px;
	line-height:40px;
	color:#FFFFFF;
	text-align:center;
}
#slidePrincipal #test2 {
    width: 100%;
	min-height:768px;
}
.preenchedor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 768px;
	background:url(../imagens/preenchedor.png) top center repeat;
	z-index:999;
	display:none;
}
.boxTopo {
	position: absolute;
	top:20px;
	left:0px;
	width:100%;
	z-index:9999;
	color: #fff;
	font-size:20px;
	text-align:center;
}
.setaTopo {
	margin-top: 2em;
}
.mapa {
	cursor:pointer;
	padding:0px 0px;
}
.mapa a{
	font-size:1em;
	color:#0000CC;
}
.caixa {
	width: 42.553191489362%; /* 264px / 1128px */
	padding: 2.4em 4em 2.4em 4em;
	position: absolute;
	top: 48px;
	background: rgba(0,0,0,0.6);/* Preto transparente */
}
.rotuloLogin {
	text-align:right;
}
.rotuloLogin a{
	background:#00CC33;
	padding: 10px 20px;
	color: #fff;
}
.rotuloLogin a:hover{
	color: #000;
}
.coluna {
	padding-right: 1%;
}
.coluna:last-child {
	margin-right: 0;
}
.coluna_img {
	cursor: pointer;
	overflow:hidden;
	width: 100%;
}
.coluna_dados {
	height: 140px;
	overflow: hidden;
}
.coluna_nome {
	font-size: 1.6em;
	font-weight:bold;
	line-height:40px;
}
.coluna_desc {
	text-align:justify;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
c {
	font-size:0.8em;
	font-weight:bold;
	line-height:10px;
}
.boxNoticia {
	float: left;
	width: 278px;
	margin: 0px 15px;
	height: 326px;
	overflow:hidden;
}
.imgboxNoticia {
	max-width:278px;
	overflow:hidden;	
}
.imgboxNoticia img {
	height: 183px;
}
.tituloboxNoticia {
	font-weight:bold;
	color: #4c4d4f;
	font-size: 18px;
	line-height: 27px;
}
.descboxNoticia {
	text-align:justify;
	font-size:11px;
}
.outrasNoticias {
	background:url(../imagens/ico7.jpg) top right no-repeat;
	padding-right:26px;
	text-align:right;
	margin: 10px 0px;
}
.outrasNoticias a {
	color: #4c4d4f;
	text-decoration:none;
	font-size:14px;
}
.outrasNoticias a:hover {
	color: #FF3300;
}
/* NOTÍCIA INTERNA */
.notItem {
	float: left;
	margin: 5px 5px;
	width: 230px;
	border: 1px solid #a6b035;
	padding-bottom:10px;
}
.notImg {
	cursor: pointer;
}
.notImg img{
	width: 100%;
}
.notDados {
	padding: 10px;
	height: 200px;
    overflow: hidden;
}
.notTitle {
	font-weight:bold;
	font-size:14px;
}
.notCat {
	font-style:italic;
	font-size:12px;
}
.notTexto, .notTexto p, .notTexto span {
	text-align:justify;
	line-height:21px;
	font-size:14px !important;
}
.notLink{
	padding: 0px 10px;
	margin-top: 3px;
}
.notLink a{
	text-decoration:none;
	color: #000;
	font-size:14px;
	background: #dbdbdb;
	padding: 0px 8px;
}
.notLink a:hover{
	background:#1771d7;
	color: #fff;
}
.notInterna {
	border-top: 1px dashed #999;
	margin-top: 15px;
}
.notInternaData {
	font-size: 14px;
	color: #1771d7;
}
.notInternaTitulo {
	font-size: 26px;
	text-align: left;
	color: #000;
	font-weight:bold;
}
.notInternaTexto {
	text-align:justify;
}
.notInternaTexto img {
	height: auto;
}
.notInternaAutor {
	clear: both;
}
.notInternaCat {
	
}
.notInternaBarra {
	height: 40px;
	background:#1771d7;
	width: 100%;
}
.notLine {
	margin: 8px 0px;
}
.notLine a{
	text-decoration:none;
	color: #000;
	font-size:14px;
	background: #dbdbdb;
	padding: 0px 8px;
}
.notLine a:hover{
	background:#1771d7;
	color: #fff;
}
/* ------------------------------------------------------ */
/* CSS ESPECÍFICA */
.infologado {
	display: none;
}
.barratopo {
	background: #242424;
	min-height: 24px;
	width: 100%;
}
.topscrollslide {
	position: absolute;
	bottom: 4px;
	left: 0px;
	z-index:99999;
	text-align:center;
	width: 100%;
}
.topscrollslide2 {
	margin-top: -95px;
	text-align:center;
	width: 100%;
}
.imgslide {
	max-height: 616px;
}
.icobarra {
    color: #606060;
    font-size: 11px;
    float: right;
    margin: 2px 4px;
    line-height: 15px	
}
.topo {
	background:#fff;
	height: 79px;
	width:100%;
}
.logo {
	float: left;
}
.menu {
	float: right;	
}
.menu ul {
	margin: 0px;
	padding: 0px;	
}
.menu ul li {
	list-style: none;
    float: left;
    border-bottom: #fff 3px solid;
    margin: 27px 5px;
    padding: 1px 10px;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.menu ul li:last-child {
	margin: 27px 0px 27px 5px;
}
.menu ul li:hover {
	border-bottom: #00a6db 3px solid;	
}
.menu ul li:hover a {
	color: #242424;
}
.menu ul li a {
	font-size: 14px;
	color: #242424;
	line-height: 20px !important;
}
.slideshow {
	position: relative;
	cursor: url(../imagens/cursor.png), auto;
}
.slideshow .siteCenter {
	max-height: 100%;
	overflow: hidden;
}
.slideinterno {
	position: relative;
	max-height: 188px;
}
.slideshowcontent {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 999999;
	width: 100%;	
	height: 100%;
}
.slideinternocontent {
	position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
}
.slideinternocontent h1 {
	color: #fff;
	text-align:center;
	font-family: 'rama_gothic';
	font-size: 45px;
	margin: 0px 0px;
}
.slideinternocontent h2 a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.slideinternocontent #link1 {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 2%;
	margin: 0px 0px;
	background: url(../imagens/seta-direita.png) top right no-repeat;
	line-height:13px;
}
.slideinternocontent #link2 {
	float: left;
	width: 49%;
	padding-left: 1%;
	text-align: left;
	margin: 0px 0px;
	line-height:13px;
}
.imgbanner {
	width: 100%;
	position: absolute;
	bottom: -24px;
	left: 0px;
	text-align: center;
}
#demo-canvas {
	width: 100% !important;	
}
.textoslide {
	position: absolute;
	top: 150px;
	left: 0px;
	color: #fff;
}
.textoslide h1 {
	font-size: 38px;
	margin: 10px 0px;
}
.textoslide h2 {
	font-size: 16px;
	font-weight:normal;
}
.button1, .button2 {
	font-size: 16px;
	float: left;
	margin: 10px 10px 0px 0px;
}
.button1 {
	color: #fff;
    background: #00a6db url(../imagens/ico-button.png) 5% 50% no-repeat;
    padding: 8px 15px 8px 40px;
}
.button2 {
	color: #00a6db;
	background:#fff;
	padding: 8px 15px;
}
.button1:hover {
	color: #fff;
    background: #333 url(../imagens/ico-button.png) 5% 50% no-repeat;
    padding: 8px 15px 8px 40px;
}
.button2:hover {
	color: #fff;
	background:#333;
}
.box1 {
	padding-top: 45px;
	background:#ebebeb;
	min-height: 520px;	
}
.titulo1 {
	font-size: 37px;
	color: #545454;
	font-weight:bold;
	text-align:center;
	background:url(../imagens/bg-h1.png) bottom center no-repeat;
	padding-bottom: 8px;
}
.titulo01 {
	font-size: 20px;
    margin-bottom: 10px;	
}
.titulo01 li {
    font-size: 11px;
}
.listaservicos {
	margin: 40px 0px;
}
.servicoitem {
	float: left;
	width: 25%;
}
.servicoitem:nth-child(even) .servicocontent {
	background:#dfdfdf;	
}
.servicoitem:nth-child(odd) .servicocontent {
	background:#ffffff;	
}
.servicoico {
	text-align: center;
}
.servicocontent {
	border-top: 3px solid #0692a8;
	height: 166px;
}
.servicoitem .servicocontent {
	
}
.servicotitulo {
	text-align:center;
	font-size:16px;
	color: #242424;
	line-height:40px;
	font-weight:bold;
}
.servicotexto {
	text-align:center;
	font-size:14px;
	line-height:30px;
	color: #242424;		
	padding: 0px 10px;
}
.vejamais {
    background: #242424;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding: 8px 8px;
    margin: 0 auto;
    width: 165px;
}
.vejamais:hover {
	background:#484848;
}
.chat {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;	
}
.box2 {
	padding: 20px 0px 20px 0px;
}
.contratacao1, .contratacao2 {
	text-align:center;
	color: #fff;
	width:49%;
	float: left;
    padding: 40px 0px 60px 0px;
	margin-bottom: 20px;
}
.contratacao1 {
	background:#114d85;
	margin-right: 1%;
}
.contratacao2 {
	background:#389b9f;
	margin-left: 1%;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 17px;	
	font-weight:normal;
	line-height: 38px !important;
    margin-bottom: 20px !important;
}
.button3 {
	color: #fff;
	border: 3px solid #fff;
	padding: 8px 15px;
	width:50%;
	margin: 0 auto;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.button3:hover {
	border: 3px solid #ccc;
	color: #ccc;
}
.containerbanner {
	width: 100%;
	background: #00a6db;	
}
.banner1 {
	position: relative;
	float: left;
	width:66%;	
}
.banner2 {
	width: 34%;
	text-align:center;
	float: left;
	padding: 0px 10px;
}
.patrocinado {
	position: absolute;
	top: 0px;
	left: -24px;	
}
.listanotcias {
	
}
.noticiaItem {
	float: left;
	background:#fff;
	width: 49%;
	margin: 1% 1% 0% 0%;
	max-height: 130px;
    overflow: hidden;
}
.noticiaImg {
	width: 40%;
	float: left;
}
.noticiaDados {
	width: 60%;
	float: left;
	padding: 5px 0px 5px 10px;
}
.noticiaTitulo a{
	font-size: 16px;
	color: #bf1f24;
	font-weight:bold;
}
.noticiaTexto {
	color: #9d9b9c;
	font-size: 12px;
}
.noticiaData {
	font-size: 11px;		
	margin: 5px 0px;
	color: #242424;
}
.banner3 {
	position: relative;	
}
.rodape {
	min-height:43px;
	border-top: 3px solid #c1c4c4;
	font-size:12px;
	color: #666;
	line-height:43px;	
}
.cadeado {
	float: left;
}
.rotulo1 {
	float: left;
}
.rotulo2 {
	float: right;	
}
.pontodevista {
	float: right;	
}
.filtroContainer {
	background:#fff;
	border: 1px solid #cccc;
	border-radius: 4px;	
	padding: 10px;
	margin-bottom: 15px;
}
.filtroContainer .btn {
	border: none !important;
	background:none;	
}
.pesquisaTitulo {
	color: #333;
	font-weight:bold;
	font-size:20px;
	padding: 20px 20px 20px 30px;
	background:url(../imagens/ico-search.png) left center no-repeat;
}
.campopesquisa {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
.buttonpesquisa {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
	cursor: pointer;
}
.buttonpesquisa:hover {
	background: #333;
	color: #fff;
}	
.filtroTitulo {
	color: #333;
	font-weight:bold;
	font-size:20px;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid #ccc;
	background:url(../imagens/ico-filtro1.png) left center no-repeat;
}
#filtroLineLast {
	border: none;
}
.filtroContainer a {
	color:#333;
	text-decoration:none;
}
.filtroContainer a:hover{
	color: #fdbc08;
	text-decoration: none;
}
.filtroLine {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	cursor: pointer;
	background:url(../imagens/ico-filtro2.png) right center no-repeat;
}
.filtroOption {
	display: none;	
}
.conteudo {
	padding-left: 20px;	
}
.vagaItem {
	padding: 10px;
	background:#fff;
	margin-bottom: 30px;
}
.vagaImg {

}
.vagaTxt {
	padding: 0px 10px;	
}
.vagaSalario {
	text-align:center;
	color: #000;
}
.vagaTxt h1 {
    color: #191a4a;
    float: left;
    line-height: 25px;
	margin: 0px;
	font-size: 1.5rem;
}
.vagaQtd {
	line-height: 28px;
    margin: 0px 0px 0px 3px;
    float: left;
	color: #666;
}
.vagaLocal {
	line-height: 20px;
    margin: 0px 0px 0px 3px;
    float: left;
	color: #666;
}
.vagaTxt h2 {
	font-size: 14px;
    font-weight: normal;
    float: left;
    line-height: 20px;
}
.vagaTxt h3 {
	font-size: 11px;
	color:#ccc;
	line-height:10px;
}
.vagadesc {
	margin-top: 10px;
}
.vagaSalarioRotulo {
	font-weight:bold;
}
.vagaValor {
	
}
.vagaSalario a {
	text-decoration:none;
	color: #fff;
}
.vagaButton2 {
    border-radius: 5px;
    cursor: pointer;
    background: #191a4a;
    margin: 0px 0px 20px 0px;
    padding: 15px 0px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.vagaButton2:hover {
	background:#333;
	color: #fff !important;
}
.vagaButton {
	border-radius: 5px;
	cursor: pointer;
	background:#191a4a;
	margin: 20px 10px;
	padding: 5px 0px;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.vagaButton:hover {
	background:#333;
}
.row00 {
	width: 100%;
	clear:both;	
}
.filtro00 {
	position: relative;
}
.mapa {
	float: right;
	margin-top: -34px;
	font-size:13px;
}
.accordion2 .card-header {
    border-bottom: 1px dotted #ccc !important;
    padding: 10px;
    cursor: pointer;
    background: url(../imagens/ico-filtro2.png) right center no-repeat #fff !important;
}
.accordion2 .card:last-child .card-header{
    border-bottom: none !important;
}
.accordion2 .card-body select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
.accordion2 .card-body {
	padding: 10px !important;
}
.accordion2 .btn-link {
    width: 100%;
    text-align: left;
}
.accordion2 .card {
	border: none;	
}
#accordion {
	width: 100%;	
}
#accordion .btn-link:hover, #accordion .btn-link:visited {
	text-decoration:none;
	color: #2b2b2b;
}
#accordion .btn-link {
	text-decoration:none;
	color: #2b2b2b;
}
#accordion .card-header {
    background-color: #ffeebf;
    border-bottom: 1px solid rgb(253, 255, 214);
}
.etapa {
    width: 100%;
    padding: 8px 0px;
    background: #d4d4d4;
    color: #565656;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;	
	float: left;
}
.modalTermos {
	width:850px !important;
	max-width:850px !important;
	padding: 15px !important;
}
.modalTermosContent {
	padding: 10px;
}
.ModalTermosTitulo {
    width: 100%;
    padding: 16px 10px;
    background: #0d0d25;
    color: #fff;
    border: none;
	font-size:18px;
}
.ModalTermosTexto {
	font-size: 14px;
    border: 1px solid #ccc;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    height: 200px;
    width: 100%;
    overflow: auto;	
	text-align: justify;
}
.subtitulo {
	text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.contrato {
    background: #fff;
    padding: 10px;
    height: 200px;
    overflow: auto;	
}
.barra {
	color: #fff;
	text-align:right;
	line-height:15px;
	position: relative;
	font-size:11px;
	display: none;
}
.sair {
	position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    width: 64px;
    height: 22.3px;
    border-radius: 3px;
    background-color: #9b8af0;
    letter-spacing: .1px;
    text-align: center;
    top: 15px;
    right: 20px;
    line-height: 23px;
}
.sair a {
	color: #fff;
	text-decoration:none;
}
.sair:hover {
	background:#252233;
}
.sair2 {
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    width: 64px;
    height: 22.3px;
    border-radius: 3px;
    background-color: #9b8af0;
    letter-spacing: .1px;
    text-align: center;
    line-height: 23px;
	margin: 0px 10px 0px 5px;
	padding: 1px 15px;
}
.sair2 a {
	color: #fff;
	text-decoration:none;
}
.sair2:hover {
	background:#eee;
}
.sair2:hover {
	color:#333;
}
.sair2:hover a{
	color:#333;
}
.emailbloqueado {
	background: #eee;
    border: 1px solid #ccc;	
	color: #666;
}
.emailbloqueado:hover {
	cursor: not-allowed;	
}
.confirmacao {
	padding: 0px 0px 27px 0px;
	background: #f1f3c7;
	width:350px;
	margin: 0 auto;
	min-height:400px;	
	position:relative;
}
.sim {
	width:50%;
	position:absolute;
	bottom: 0px;
	left:0px;
	height: 28px;
	border: none;
	cursor: pointer;
	background:#fdbc08;
}
.nao {
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    color: #b7b7b0;
    height: 28px;
    border: none;
    cursor: pointer;
    background: #e5e6c6;
    font-size: 14px;
    line-height: 28px;
}
.sim:hover, .nao:hover {
	background:#333;
	color:#fff;	
}
.lineconfirm {
	border-bottom: 1px dashed #ccceaa;
	color:#666;
	font-size:12px;
	font-style:italic;
	line-height:30px;
	padding: 0px 10px;
}
.lineconfirm2 {
	text-align:center;	
	margin-top: 30px;
	font-size:12px;
}
.lineconfirm3 {
	text-align:center;	
}
.lineconfirm4 {
	margin: 30px 0px;
	padding: 0px 10px;
	font-size:11px;
	line-height:16px;
}
.painel {
	background: #eee;
	padding: 10px;
	margin-top: -17px;	
}
.botao1 {
	background:#333;
}
.botao2 {
	background:#191a4a;
}
.painel a {
	text-decoration:none;	
}
.botao1, .botao2 {
	width:50%;
	margin: 10px auto;
	text-align:center;
	border-radius: 10px;
	padding: 8px;
	color: #fff;
}
.botao1:hover, .botao2:hover {
	color:#333;
	background:#ccc;
}
.controle td, .controle th{
	border: 1px solid #CCCCCC;
	text-align:center;
}
.controle table {
	margin: 20px 0px;
}
.parceiroIndex {
	margin-right: 5%;
	height: 115px;
    overflow: hidden;
}
.parceiroIndex:nth-child(4) {
	margin-right: 0%;	
}
.parceiroIndex img{
	width: 100%;
}
.parceiroIndexInf {
	padding: 0% 1%;
	height: 115px;
    overflow: hidden;
}
.parceiroIndex img{
	width: 100%;
}
#carouselExampleControls {
	width: 1142px;	
}
.buscas {
	margin: 10px 0px;	
}
.lineForm input, .lineForm input, .lineForm select {
    width: 100%;
    padding: 10px 10px;
	margin-bottom: 10px;	
    background: none;
    border: 1px solid #b3b3b3;
}
.lineForm input:hover {
    background: #fefefe;
}
.lineForm input:focus {
    background: #fefefe;
}
.lineForm textarea {
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 1px solid #b3b3b3;
}
.lineForm textarea:hover {
    background: #fefefe;
}
.lineForm textarea:focus {
    background: #fefefe;
}
.rotuloForm {
	width: 20%;
	line-height:44px;
	float: left;	
}
.rotulo4 {
	font-weight:bold;
	padding: 0px 5px;
	line-height:30px;
}
.rotulo4 span {
	font-size:11px;
}
.lineForm4 {
	padding: 5px;	
}
.lineForm4 input, .lineForm4 select, .lineForm4 textarea{
	width: 100%;
	padding: 3px 5px;
}
.lineForm4 select {
	height: 32px;	
}
.lineForm4 input[type='radio'], .lineForm4 input[type='checkbox']{
	width: auto;
}
.lineForm4 .nav-link {
	padding: 0px;
	display:inline;
}
.lineForm2 {
	margin-bottom: 10px;	
	float: left;
	width:80%;
}
.rotuloForm3 {
	width: 20%;
	float: left;
	font-weight:bold;	
}
.rotuloForm3, .lineForm3 {
    background: #f3f5cf;
    padding: 0px 10px;
    line-height: 30px;
}
.lineForm3 {
	float: left;
	width:80%;
}
.lineForm2 input {
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 1px solid #b3b3b3;
}
.lineForm2 select {
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 1px solid #b3b3b3;
}
.lineForm2 select:hover {
    background: #fefefe;
}
.lineForm2 input:hover {
    background: #fefefe;
}
.lineForm2 input:focus {
    background: #fefefe;
}
.lineForm2 textarea {
    width: 100%;
	float: left;
    padding: 10px 10px;
    background: none;
    border: 1px solid #b3b3b3;
}
.lineForm2 textarea:hover {
    background: #fefefe;
}
.lineForm2 textarea:focus {
    background: #fefefe;
}
.obs2 {
    color: #000;
    line-height: 10px;
    font-size: 11px;
    margin: 0px 0px 10px 0px;
	float: left;
	width:100%;
	text-align:center;
}
.obs2 a {
	display: inline;
	padding: 0px;
	font-size:11px;	
}
#buttonForm {
    width: 250px;
    padding: 16px 0px;
    background: #0d0d25;
    color: #fff;
    border: none;
    font-weight: bold;
	cursor: pointer;
	margin: 10px 0px;
}
#buttonForm:hover {
    background: #333;
}
.detalheVaga {
	background:#fff;
	padding: 20px 10px;
}
.detalheVaga .rotuloForm3, .detalheVaga .lineForm3 {
	background: #ffffff !important;
}
.itemServico {

}
.nomeServico {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    z-index: 99999;
    margin: 0% 10%;
    border: 10px solid #0095de;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;	
}
.imgServico {
	
}
.faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-up {
    display: block;
}
.faq-accordian-area .panel .panel-heading .panel-title a i {
    float: right;
    font-size: 24px;
    line-height: 26px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-down {
    display: none;
}
.faq-accordian-area .panel .panel-heading .panel-title a {
    background: #f9f9f9;
    padding: 14px 20px 11px 20px;
    display: block;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
}
[role="button"] {
    cursor: pointer;
}
.faq-accordian-area .panel .panel-heading .panel-title {
    font: 400 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px;
	border: 1px solid #ccc;
}
.faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-down {
    display: inline-block;
  }
.faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-up {
  display: none;
}
.faq-accordian-area .panel:first-child {
  margin-top: 0;
}
.faq-accordian-area .faq-content {
  padding: 20px 30px 38px 31px;
  border-top-color: #e9e9e9;
  background:#fff;
}
.faq-accordian-area .faq-content h3 {
  font: 300 24px/28px "Open Sans", sans-serif;
  color: #242424;
  letter-spacing: 0.3px;
}
.faq-accordian-area .faq-content p {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #898989;
  letter-spacing: 0.3px;
}
.faq-accordian-area .faq-content .media {
  margin-top: 20px;
}
.faq-accordian-area .faq-content .media .media-left {
  padding-right: 24px;
}
.pagination1 li {
	list-style: none;
}
.itemnoticiainterna {
    padding: 0px 10px;	
}
/* FIM DA CSS ESPECÍFICA */


/* Media Queries */

    @media screen and (max-width: 1200px) {
    .container {
       padding: 0 2.4em 0 2.4em;
    }
	.siteCenter {
		width: 100%;
	}
	.containerFace {
	}
	.itemFoto {
    margin: 0px 1px;
	}
	
    @media screen and (max-width: 900px) {
	.curtir, .direitos, #logomenu, .barraTopo {
		display: none;
	}
	.imgbanner {
	bottom: -10px;	
	}
	.imgbanner img{
	width: 100px;	
	}
	.slideinternocontent {
    top: 20px;
	}
	.barraTopoMobile {
		display: block;
	}
	.containerMenu {
		width: 100%;
	}
	.menu ul li {

	}
	#slidePrincipal  #test2 {
	min-height:465px;
	}
	}
    @media screen and (max-width: 800px) {
	 .topscrollslide2 {
		 margin-top: -80px;
	 }
	 .topscrollslide2 img {
		 width: 200px;
	 }
	 .slideinternocontent h1 {
	font-size: 30px;	 
	 }
	.colRight {
		display: none;
	}
	.colCenter, .colCenterInterna {
		width: 100%;
	}
	.colCenterInterna {
		padding: 0px 10px;
	}
	.colCenterInterna .perfil, .colCenterInterna .titulo{
		text-align:center;
		float: none;
	}
	.dadosDJ {
		float: none;
	}
	#slidePrincipal  #test2 {
	min-height:420px;
	}
	.textoslide {
    top: 75px;
	left: 10px;
	}
	}
    @media screen and (max-width: 790px) {
	.menu ul li {

	}
	#link1, #link2 {
	display: none;	
	}
	.slideinternocontent h1 {
	font-size: 18px;
	margin-top: -10px; 
	}
	}
    @media screen and (max-width: 768px) {
	.dadosTopo {
		width: 100%;
	}
	.mapa {
    float: none;
    margin-top: 0px;
    font-size: 13px;
    text-align: right;
	}
	.curtirRodape {
		display: none;
	}
	#slidePrincipal  #test2 {
	min-height:400px;
	}
	}
	@media screen and (max-width: 690px) {
	.textoslide {
    top: 30px;
	}
	.titulo1 {
	font-size: 24px;	
	}
	.textoslide h1{
    font-size: 24px;
	}		
	.menu {
	display: none;
	}
	.menu2 {
	display: block;	
	}
	.setaTopo {
	display: none !important;
	}
    .logo {
	float: none;
	margin: 0 auto;
	}
	.whatsapp {
    text-align: center;
    font-size: 2.5em;
	background:url(../imagens/ico_whatsapp.png) bottom right no-repeat;
	padding: 0px;
	}
	.capaDj {
		text-align:center;
		float: none;
	}
	.box, .news, .formNews {
    width: 100%;
	}
	.campoNews {
		width: 79%;
	}
	.campoNews input {
		width: 100%;
	}
	.buttonNews {
		width: 19%;
		margin-left: 2%;
	}
	.buttonNews input {
		width: 100%;
	}
	itemFoto {
    float: left;
    margin: 1px !important;
    width: 19%;
	}
	.principal .siteCenter {
    margin-top: 0px;
    }
	.header {
		
	}
	.banner, .banner_interno {
		margin-top: 85px;
	}
    .menu ul {
       margin:0 auto;
	   font-size:0.8em;
	   padding: 0px;
    }
    .menu ul li {

	}
    .menu li:first-child {
       margin-left: 0;
    }
	.formContato {
    background: url(../imagens/bg_form_contato.jpg) no-repeat top center;
    width: 100%;
    overflow: hidden;
	}
	.formitem5 {

	}
	#slidePrincipal  #test2, #slideInterno  #test2 {
	min-height:380px;
	}
    }
	@media screen and (max-width: 520px) {	
	.vagaImg, .vagaTxt {
	text-align: center;	
	}
	.vagaDesc {
	text-align; justify;	
	}
	.noticiaItem {
	width: 100%;	
	max-height: initial;
    overflow: initial;
	}
	.conteudo {
    padding-left: 0px;
	}
	.boxTitulo span{
	font-size:12px;	
	}
	.textoslide {
		top: 0px;
		left: 10px;
	}
	.textoslide h1 {
	font-size: 30px;
	font-weight: bold;
	}
	.boxTitulo{
	font-size:12px;	
	}
	.colunadireita .coluna100 {
	width: 70%;
    margin: 0 auto;
    padding: 0% !important;
	}
	.boxTitulo {
	font-size:18px;
	}
	.vcesta, .voltarhome, .rotulo1 {
	display: none;
	}
	.gallery_container .next, .gallery_container .prev {
    width: 65px !important;
    height: 348px !important;
	}
	.titulo2, .titulo3 {
    font-size: 35px;
	}
	.tabela div, .camponews{
	float: none;
	width:100%;
	}
	.tabela0, .busca {
	display: none;
	}
	.tabela .clear{
	border-bottom:2px dashed #66CCFF;
	}
	.barra {
	    min-height: 54px;
		height:inherit;
		background:url(../imagens/bg-colleft.png) repeat top center;
	}
	.siteCenter {
    padding: 0px 10px;
	}
	.coluna100,.coluna80,.coluna75,.coluna60, .coluna50, .coluna40, .coluna33, .coluna30, .coluna25, .coluna70, .coluna20, .coluna10, .itemservico{
	width: 100%;
	}
	.part-tese .gallery_container .gallery_wrap, .part-tese .gallery_container {
		width:100% !important;
	}
	.part-tese .shadow, .buttonslide00, .imgLutador, .social {
	display: none !important;
	}
	.espacador {
	height: 50px;
	}
	.maisfotos {
    right: 0px;
	}
	.fotoQuemsomos {
		margin-top: 15px;
	}
	.itemservico {
		margin-bottom: 70px;
	}
	.box3 {
	background:none;
	}
	.itemproduto {
    width: 100%;
    margin-bottom: 100px;
	}
	.slide00 {
    width: 100%;
    overflow-x: hidden;
	}
	.colCenter {
		padding-left:0px;
	}
	.pc {
	display: none;
	}
	.mobile {
	display: block;
	}
    .coluna {
       width: 100%;
       margin-right: 0;
    }
	.menu {
		height:inherit;
	}
	.titulo {
		font-size:36px;
		margin: 20px 0px;
	}
	.blogData, .blogImg, .blogImg img, .blogTexto {
		width: 100%;
	}
	.blogImg {
		max-height: 272px;
	}
	.menu ul li {
	float: none;
	text-align:center;
	border-top: 1px solid #fff;
	width:100%;
	}
	.produtoImg{
		max-width: 100%;
	}
	.produtoImg img{
		max-width: 100%;
	}
	itemFoto {
    float: left;
    margin: 1px !important;
    width: 19%;
	}
	.foto {
		width: 50%;
		height: auto;
	}
	.foto img {
		width: 100%;
	}
	.produtoDados {
		float: left;
		max-width: 100% !important;
	}
	#slidePrincipal  #test2, #slideInterno  #test2 {
	min-height:270px;
	}
	.boxTopo {
		top: 70px;
	}
	.social {
    right: 95px;
	}
	.logo {
		width: 190px;
		padding: 0px 0px 10px 0px;
	}
    }
	@media screen and (max-width: 400px) {
	#slidePrincipal  #test2, #slideInterno  #test2 {
	min-height:190px;
	}
	.textoslide h1 {
	font-size: 16px;
	font-weight: bold;
	}
	.textoslide h2 {
	display: none;
	}
	.button1, .button2 {
	font-size: 12px;	
	}
	.boxTopo {
		top: 25px;
	}
	}
	@media screen and (max-width: 320px) {
	itemFoto {
    float: left;
    margin: 1px !important;
    width: 32%;
	}
	#slidePrincipal  #test2, #slideInterno  #test2 {
	min-height:190px;
	}
	}