@charset "utf-8";
/*!
 * CSS3
 * FRAMEBASE v1 (http://www.dudacaletti.com.br)
 * Copyright 2014
 * No Licensed
 * Developer: Eduardo Petry Caletti
 * E-mail: contato@dudacaletti.com.br
 */

 
/* ==========================================================================
   //// OBSERVAÇÕES GERAIS
   
   - OBS 1: #000 será a cor padrão para todos os seletores.
   - OBS 2: O posicionamento padrão dos objetos será left.
   - OBS 3: Esse CSS será derivado para templates.
   
   
   //// OBSERVAÇÕES HTML 5 E CSS3
      
   - HEADER: define o cabeçalho.
   
   - NAV: define o menu ou a navegação do site.
   
   - ARTICLE: define uma parte da página que tem uma composição de formulários, 
   textos etc. Por exemplo, pode ser um post de forum, blog, comentários etc.
   
   - SECTION: define uma seção do layout em um determinado element. Ele pode
   conter um header e também um footer se preciso.
   
   - ASIDE: consiste em envolver informações que tem algo a ver com o conteúdo
   principal do site. Pode ser um menu lateral, um sidebar padrão com menu, 
   banner, busca etc.
   
   - FOOTER: define o rodapé do elemento ou do layout.
   ========================================================================== */


/* ==========================================================================
   *
   ========================================================================== */
	*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* ==========================================================================
   end *
   ========================================================================== */





   
/* ==========================================================================
   HTML
   ========================================================================== */
	html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* ==========================================================================
   end HTML
   ========================================================================== */






/* ==========================================================================
   BODY
   ========================================================================== */
	body { margin: 0; padding: 0; font: Arial; }
	html, body { height:100%; }
/* ==========================================================================
   end BODY
   ========================================================================== */






/* ==========================================================================
   SELETORES
   ========================================================================== */

    h1, h2, h3, h4, h5, h6, p, span { margin: 0; padding: 0; font-weight: normal; }  
   
	/* === CABEÇALHO H1 === */
	h1			{ color: #000; }
	h1.amarelo 	{ color: #FC0; }
	h1.azul		{ color: #09C; }
	h1.branco	{ color: #FFF; }
	h1.laranja	{ color: #F90; }
	h1.roxo		{ color: #936; }
	h1.verde	{ color: #690; }
	h1.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H1 === */


	/* === CABEÇALHO H2 === */
	h2			{ color: #000; }
	h2.amarelo 	{ color: #FC0; }
	h2.azul		{ color: #09C; }
	h2.branco	{ color: #FFF; }
	h2.laranja	{ color: #F90; }
	h2.roxo		{ color: #936; }
	h2.verde	{ color: #690; }
	h2.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H2 === */


	/* === CABEÇALHO H3 === */
	h3			{ color: #000; }
	h3.amarelo 	{ color: #FC0; }
	h3.azul		{ color: #09C; }
	h3.branco	{ color: #FFF; }
	h3.laranja	{ color: #F90; }
	h3.roxo		{ color: #936; }
	h3.verde	{ color: #690; }
	h3.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H3 === */


	/* === CABEÇALHO H4 === */
	h4			{ color: #000; }
	h4.amarelo 	{ color: #FC0; }
	h4.azul		{ color: #09C; }
	h4.branco	{ color: #FFF; }
	h4.laranja	{ color: #F90; }
	h4.roxo		{ color: #936; }
	h4.verde	{ color: #690; }
	h4.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H4 === */


	/* === CABEÇALHO H5 === */
	h5			{ color: #000; }
	h5.amarelo 	{ color: #FC0; }
	h5.azul		{ color: #09C; }
	h5.branco	{ color: #FFF; }
	h5.laranja	{ color: #F90; }
	h5.roxo		{ color: #936; }
	h5.verde	{ color: #690; }
	h5.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H5 === */


	/* === CABEÇALHO H6 === */
	h6			{ color: #000; }
	h6.amarelo 	{ color: #FC0; }
	h6.azul		{ color: #09C; }
	h6.branco	{ color: #FFF; }
	h6.laranja	{ color: #F90; }
	h6.roxo		{ color: #936; }
	h6.verde	{ color: #690; }
	h6.vermelho	{ color: #C00; }
	/* === end CABEÇALHO H6 === */


	/* === SPAN === */
	span.amarelo { color: #FC0; }
	span.azul	{ color: #09C; }
	span.branco	{ color: #FFF; }
	span.laranja{ color: #F90; }
	span.roxo	{ color: #936; }
	span.verde	{ color: #690; }
	span.vermelho{ color: #fff; }
	/* === end SPAN === */


	/* === PARÁGRAFO === */
	p			{ color: #000; }
	p.amarelo 	{ color: #FC0; }
	p.azul		{ color: #09C; }
	p.branco	{ color: #FFF; }
	p.laranja	{ color: #F90; }
	p.roxo		{ color: #936; }
	p.verde		{ color: #690; }
	p.vermelho	{ color: #C00; }
	/* === end PARÁGRAFO === */


	/* === SELETOR DE TIPO === */
	i			{ color: #000; }
	i.amarelo 	{ color: #FC0; }
	i.azul		{ color: #09C; }
	i.branco		{ color: #FFF; }
	i.laranja	{ color: #F90; }
	i.roxo		{ color: #936; }
	i.verde		{ color: #690; }
	i.vermelho	{ color: #C00; }
	/* === end SELETOR DE TIPO === */


	/* === NEGRITO === */
	strong { font-weight: bold; }
	/* === end NEGRITO === */

	/* === MARCADOR === */
	mark { color: #000; background: #ff0; }
	/* === end MARCADOR === */

	/* === SMALL === */
	small { font-size: 80%; }
	/* === end SMALL === */

	/* === HR === */
	hr { color: #ccc; height: 0; -moz-box-sizing: content-box; box-sizing: content-box; }
	/* === end HR === */

	/* === TABLE === */
	table { border-spacing: 0; border-collapse: collapse; }
	/* === end TABLE === */

	/* === DESTACAR TEXTO === */
	blockquote { color: #fff; background-color: #000; padding: 5px; margin: 10px 0 10px 0; } 
	/* === end DESTACAR TEXTO === */

	/* === ADDRESS === */
	address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } 
	/* === end ADDRESS === */

	
	.link-extra-footer 	{ color: #ccc; font-family: 'Raleway', sans-serif; font-size: 0.9em; text-decoration: none; transition: all ease 0.5s; }
	.link-extra-footer:hover 	{ color: #fff; }	
	
	.link-branco 	{ color: #c3cdfa; font-family: Ubuntu; font-size: 0.9em; text-decoration: none; transition: all ease 0.5s; }
	.link-branco:hover 	{ color: #fff; }		
	
	
	
	.link-extra { width: 100%; height: auto; position: relative; float: left; margin: 30px 0 0 0; }
	.link-extra 	{ color: #c3cdfa; font-family: Ubuntu; font-size: 0.9em; text-decoration: none; transition: all ease 0.5s; font-weight: bold; }
	.link-extra:hover 	{ color: #c3cdfa; text-decoration: underline; }		
	
	
/* ==========================================================================
   end SELETORES
   ========================================================================== */





   
/* ==========================================================================
   NAV MENU
   ========================================================================== */
   .menu-footer ul { margin: 0; padding: 0; font-family: Ubuntu; font-size: 0.9em; text-align: center; font-weight: normal; }
   .menu-footer ul li { display: block; color: #FFF; margin: 3px 0 3px 0; }
   .menu-footer ul li a { color: #c3cdfa; text-decoration: none; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;  }
   .menu-footer ul li a:hover { color: #fff; text-decoration: none; }
   
   .lista-video ul { width: 100%; margin: 0; padding: 0; font-family: Ubuntu; font-size: 0.95em; text-align: left; font-weight: normal; }
   .lista-video ul li { display: block; color: #FFF; }
   .lista-video ul li a { width: 100%; float: left; position: relative; color: #666; text-decoration: none; transition: all ease 0.5s; font-weight: bold; border: 3px solid #ededec; padding: 15px; margin: 3px 0 3px 0;  }
   .lista-video ul li a:hover { color: #1d2931; text-decoration: none; border: 3px solid #1d2931;; }
   
   
   
   .bread ul { margin: 0; padding: 0; font-family: 'Oswald', sans-serif;  font-size: 1em; text-align: left; font-weight: normal;  }
   .bread ul li { display: inline-block; text-transform: uppercase; }
   .bread ul li a { color: #fff; text-decoration: none; transition: all ease 0.5s; background-color:#000; -webkit-transition: all ease 0.5s; padding: 10px; }
   .bread ul li a:hover { color: #fff; -webkit-transition: all ease 0.5s; background-color:#00FFFF; }
   .bread li.active { color:#fff; background-color:#00FFFF; padding: 10px; }  
   
/* ==========================================================================
   end NAV MENU
   ========================================================================== */ 
   


   
   

/* ==========================================================================
   IMG
   ========================================================================== */
 	img 				{ max-width: 100%; border: 0; }

	img.logo		{ height: auto; margin: 10px 0 0 0; position: absolute; padding: 10px 30px 10px 30px; background-color:#fff; z-index: 1111; }	
	img.circle		{ border-radius: 50%; }
	img.padrao		{ margin: 0 0 20px 0; }
	img.flutuante	{ max-width: 100%; margin: 0 20px 20px 0; float: left; }
	img.seta-menu { height: 7px; float: right; margin: 5px 0 0 7px; }
	img.separador { width: 20px; margin: 10px 0 10px 0; }
	img.seta { height: 20px; }
	img.envelope { height: 15px; margin: 2px 10px 0 0; }
	img.icon-redes-sociais-footer		{ width: 40px; height: 40px; margin: 10px 0 10px 5px; background-color:#fff; border-radius: 100px; padding: 4px; transition: all ease 0.5s; }
	img.icon-redes-sociais-footer:hover	{ background-color:#6176df; transition: all ease 0.5s; }	
	img.logo-rodape { height: 150px; }
	img.rodape { width: 100%; margin: 0 0 -20px 0; }
	img.icone { width: 80px; float: left; margin: 0 20px 0 0; }
	img.publicidade-img { width: 100%; }
	img.promo-form { width: 100%; margin: 0 0 -5px 0; }
	img.balao { height: 15px; margin: 0 5px 0 0; }
	
	img.logosistema		{ height: 132px; margin-bottom: 15px; }	
	img.play { float: left; height: 18px; margin: 0 15px 0 0; }
/* ==========================================================================
   end IMG
   ========================================================================== */







/* ==========================================================================
   FORMULÁRIOS PADRÃO
   ========================================================================== */
    .campoinput100 { width: 80%; height: auto; float: left; position: relative; border: 3px solid #991f0a; background-color:#1d2931; font-size: 1em; font-family: Ubuntu; color:#c3cdfa; padding: 15px; outline: 0; }
    .button100 { width: 20%; height: auto; float: left; position: relative; border: 3px solid #991f0a; background-color:#991f0a; font-size: 1em; font-family: Ubuntu; color:#fff; padding: 15px; outline: 0; font-weight: bold; }

  	input { color:#c3cdfa; }
	::-webkit-input-placeholder { color: #c3cdfa; }
	:-moz-placeholder { color: #c3cdfa; }
	::-moz-placeholder { color: #c3cdfa; }
	:-ms-input-placeholder { color: #c3cdfa; } 
	
	
   .campoduvida { width: 80%; padding: 10px 10px 10px 20px; border: 2px solid #fff; background-color:#3347a7; font-size: 0.9em; font-family: 'Ubuntu', sans-serif; outline: 0; color:#fff; }
   .botaoduvida { width: auto; height: auto; padding: 10px; border: 1px solid #3347a7; font-size: 0.95em; background-color:#3347a7; font-family: 'Ubuntu', sans-serif; outline: 0; color:#fff; font-weight: bold;  }	
	
  	.campoduvida input { color:#fff; }
	.campoduvida::-webkit-input-placeholder { color: #fff; }
	.campoduvida:-moz-placeholder { color: #fff; }
	.campoduvida::-moz-placeholder { color: #fff; }
	.campoduvida:-ms-input-placeholder { color: #fff; }		


	
    .campocontato { width: 100%; height: auto; float: left; position: relative; margin: 0 0 10px 0; border: 5px solid #ededec; background-color:#fff; font-size: 0.95em; font-family: 'Ubuntu', sans-serif; color:#666; padding: 25px; outline: 0; font-weight: bold; }
    .botaocontato { width: 100%; height: auto; float: left; position: relative; margin: 0; border: 1px solid #c9192a; background-color:#c9192a; font-size: 1em; font-family: 'Ubuntu', sans-serif; color:#fff; padding: 13px; outline: 0; font-weight: bold; cursor: pointer;  }	
	.box-form { width: 48%; height: auto; position: relative; float: left; margin: 0 1% 0 1%; }
  	.campocontato input { color:#666; }
	.campocontato::-webkit-input-placeholder { color: #666; }
	.campocontato:-moz-placeholder { color: #666; }
	.campocontato::-moz-placeholder { color: #666; }
	.campocontato:-ms-input-placeholder { color: #666; }			
	.box-form { width: 48%; height: auto; position: relative; float: left; margin: 0 1% 0 1%; }
	
    .camporota { width: 39%; height: auto; float: left; position: relative; margin: 0 0 10px 0; border: 5px solid #ededec; background-color:#fff; font-size: 0.95em; font-family: 'Ubuntu', sans-serif; color:#666; padding: 15px; outline: 0; font-weight: bold; margin: 0 1% 0 0; }
    .botaorota { width: 20%; height: auto; float: left; position: relative; margin: 0; border: 1px solid #c9192a; background-color:#c9192a; font-size: 1em; font-family: 'Ubuntu', sans-serif; color:#fff; padding: 18px; outline: 0; font-weight: bold;  }	
	.box-form { width: 48%; height: auto; position: relative; float: left; margin: 0 1% 0 1%; }
  	.camporota input { color:#666; }
	.camporota::-webkit-input-placeholder { color: #666; }
	.camporota:-moz-placeholder { color: #666; }
	.camporota::-moz-placeholder { color: #666; }
	.camporota:-ms-input-placeholder { color: #666; }		
	
/* ==========================================================================
   end FORMULÁRIOS PADRÃO
   ========================================================================== */



 .img_mobile {
 	display: none;
 }



/* ==========================================================================
   DIVS ID e CLASSES ESTRUTURAIS HTML5
   ========================================================================== */
	#main, #top, #header, #menu, #slide, #interno-content, #news, #associe, #box-interno, #box-endereco, #box-socio, #content, #rodape, #footer, #copyright { width: 100%; height: auto; position: relative; float: left;	}
	#box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box13, #box14, #box15 { width: 100%; height: auto; position: relative; float: left;	}
	.box1, .box2, .box3, .box4, .box5, .box-interno-rodape, .box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13, .box14, .box15 { width: 100%; height: auto; position: relative; float: left;	}
	header, content, footer { width: 100%; height: auto; position: relative; float: left;	}
	
	
	.text-left { text-align: left; }
	.text-right { text-align: right; }
	.text-center { text-align: center; }	
	
	#slider { width: 100%; height: 70%; clear: both; }	
	#slide { width: 100%; height: 70%;  }	
	#box-endereco { background-color:#1d2931; padding: 15px 0 15px 0; border-bottom: 10px solid #991f0a; }
	#associe { padding: 40px 0 40px 0; }
	#box-interno { padding: 300px 0 20px 0; background-image: url(../jpg/topo.jpg); }
	.box-interno-rodape { padding: 100px 0 100px 0; background-image: url(../jpg/rodape.jpg); }
	.box-header { width: 1250px; margin: 0 auto; }
	.box-logo { width: 100%; }

	content { padding: 40px 0 40px 0; }
	footer { clear: both; padding: 50px 0 0 0; background-color:#fff; z-index: 1; }
	content#interno-content { padding: 60px 0 60px 0; }
	content#interno-content-mapa { padding: 60px 0 0 0; }

	.box-rodape-logo { width: 100%; height: auto; position: relative; float: left; z-index: 1111; }

	.box-associe { width: 100%; height: auto; position: relative; float: left; margin: 40px 0 0 0; border: 1px solid #1d2931; padding: 15px;	}
	.box-associe h1	{ font-family: Ubuntu; font-size: 1.5em; color: #1d2931; font-weight: bold; text-align: center; margin: 0 0 5px 0; }
	.box-associe h2	{ font-family: Ubuntu; font-size: 1.2em; color: #1d2931; font-weight: bold; text-align: center; }

	.box-mapa-padding { width: 100%; height: auto; position: relative; float: left; padding: 0 0 40px 0;	}
	
	
	.publicidade { width: 100%; height: auto; position: relative; float: left; margin: 0 0 40px 0;	}
	.logosistemasite { width: 100%; height: auto; position: relative; float: left; margin: 0 0 40px 0;	}
	.logosistemasite h3	{ font-family: Ubuntu; font-size: 1.1em; color: #fff; font-weight: bold; text-transform: uppercase; background-color:#c9192a; padding: 15px; }
	
	.box-titulo-interno { width: 100%; height: auto; position: relative; float: left; margin: 0 auto; }
	.box-titulo-interno h1	{ font-family: Ubuntu; font-size: 1.2em; color: #fff; font-weight: bold; background-color:#c9192a; width: 250px; padding: 10px; text-align: center;   }
	
	
	.box-associe1 { width: 100%; height: auto; position: relative; float: left; }
	.box-associe1 h1	{ font-family: Ubuntu; font-size: 1.4em; color: #1d2931; font-weight: bold; margin: 0 0 5px 0; }
	.box-associe1 h2	{ font-family: Ubuntu; font-size: 1.1em; color: #666; }	
	.box-associe1 span	{ color: #1d2931; font-weight: bold; }
	
	.box-padding-form { width: 100%; height: auto; position: relative; float: left; padding: 20px; background-color:#3347a7; }	
	#popUp h1	{ font-family: 'Ubuntu', sans-serif; font-size: 1.1em; color: #fff; font-weight: bold; text-align: center; margin: 0 0 10px 0; }	
	
	.box-menu-footer { width: 33.33%; height: auto; position: relative; float: left; padding: 0 20px 0 0;	}
	.box-redes { width: 100%; height: auto; position: relative; float: left; margin: 40px 0 0 0;	}
	
	.box-color { width: 100%; height: auto; position: relative; float: left; padding: 60px; background-color:#991f0a;	}
	.box-padding-footer { width: auto; height: auto; position: relative; float: left; padding: 60px 0 60px 0; }
	
	
	.box-conteudo-interno { width: 100%; height: auto; position: relative; float: left;	}
	.box-conteudo-interno h1	{ font-family: Ubuntu; font-size: 1.5em; color: #c9192a; margin-bottom: 30px; font-weight: bold; text-transform: uppercase; }
	.box-conteudo-interno h2	{ font-family: Ubuntu; font-size: 1em; color: #2e3943; font-weight: bold; margin: 25px 0 10px 0; padding: 0 0 10px 0; border-bottom: 5px solid #ededec; }
	.box-conteudo-interno h3	{ font-family: Ubuntu; font-size: 1.1em; color: #666; font-weight: bold; margin: 5px 0 0 0; }
	.box-conteudo-interno h4	{ font-family: Ubuntu; font-size: 1.1em; color: #666; font-weight: bold; margin: 0 0 10px 0; }
	.box-conteudo-interno p	{ font-family: Ubuntu; font-size: 0.9em; color: #666; line-height: 22px; }	
	
	
	.box-footer { width: 100%; height: auto; position: relative; float: left;	}
	.box-footer h1	{ font-family: Ubuntu; font-size: 1.1em; color: #fff; margin-bottom: 15px; font-weight: bold; }
	.box-footer h2	{ font-family: Ubuntu; font-size: 1em; color: #fff; font-weight: bold; margin: 0 0 10px 0; }
	.box-footer h3	{ font-family: Ubuntu; font-size: 1.1em; color: #fff; font-weight: bold; margin: 5px 0 0 0; }
	.box-footer h4	{ font-family: Ubuntu; font-size: 1.1em; color: #fff; font-weight: bold; margin: 0 0 10px 0; }
	.box-footer p	{ font-family: Ubuntu; font-size: 0.9em; color: #c3cdfa; line-height: 22px; }
	
	.box-login { width: 100%; height: 100%; position: relative; float: left; padding: 0 600px 0 600px;	}
	.box-login-site { width: 100%; height: auto; position: relative; float: left;top: 50%; transform: translateY(-50%);	}
	.box-login-site h1	{ font-family: Ubuntu; font-size: 1em; color: #1d2931; font-weight: bold; margin: 0 0 10px 0; }
	
	
	
	
	.box-slider-home { width: 30%; height: auto; position: relative; float: left; text-align: left; top: 50%; transform: translateY(-50%); padding: 60px 80px 60px 80px; background-color: rgba(255,255,255,0.9); border-left: 80px solid #1d2931; }
	.box-slider-home h1	{ font-family: Ubuntu; font-size: 2em; color: #1d2931; text-transform: uppercase; margin-bottom: 15px; font-weight: bold; }
	.box-slider-home p	{ font-family: Ubuntu; font-size: 0.9em; color: #666; line-height: 22px; }
	
	.margem-box { width: 100%; height: auto; position: relative; float: left; margin-bottom: 40px; }
	.box-video { width: 100%; height: auto; position: relative; float: left; padding: 5px; background-color:#000; }

		
	.box-imagem-responsiva { width: 100%; float: left; overflow: hidden; height: 193px; z-index: 1; }
	.box-imagem-responsiva img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 193px; transition: all ease 0.5s; z-index: 1; }		
	
	.box-imagem-responsiva-grande { width: 100%; float: left; overflow: hidden; height: 455px; z-index: 1; }
	.box-imagem-responsiva-grande img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 455px; transition: all ease 0.5s; z-index: 1; }		
	
	
	.box-mais { width: auto; height: auto; position: absolute; float: right; right: 10px; bottom: 5px; }
	.box-mais img { height: 30px; padding: 8px; }
	
	
	.box-mais1 { width: auto; height: auto; position: absolute; float: right; right: 20px; bottom: 10px; }
	.box-mais1 img { height: 30px; padding: 8px; }	
	
	.box-endereco-dados { width: 100%; height: auto; position: relative; float: left;	}
	.box-endereco-dados p	{ font-family: Ubuntu; font-size: 0.9em; color: #c4cbee; }
	.box-endereco-dados span { color:#fff; font-weight: bold; }
	
	
	
	.box-resposta { width: 100%; height: auto; position: relative; float: left;	margin: 40px 0 0 0;  }
	.box-resposta h1	{ font-family: Ubuntu; font-size: 1em; color: #1d2931; font-weight: bold; border: 5px solid #ededec; padding: 20px; }
	
	
	.rodape-left { width: 70%; height: auto; position: relative; float: left; }
	.rodape-right { width: 30%; height: 450px; position: relative; float: left; padding: 40px; background-color:#1d2931; }
	

	
	
	img.recorte1 { width: 50px; height: 350px; float: right; position: absolute; margin: 0 auto; z-index: 99999; margin-left: -50px; }
	img.recorte2 { width: 50px; height: 350px; float: right; position: absolute; margin: 0 auto; z-index: 99999; margin-right: -50px; }
	
	
	.box-padding { width: 100%; height: auto; position: relative; float: left; padding: 30px 0 30px 0;	}
	.box-conteudo-1 { width: 50%; height: 450px; position: relative; float: left; z-index: 0; }
	.box-conteudo-2 { width: 50%; height: 450px; position: relative; float: left; padding: 50px; z-index: 1; background-color:#f4f4f4;	}
	.box-conteudo-geral { width: 100%; height: auto; position: relative; float: left;	}
	.box-conteudo-geral h1	{ font-family: Ubuntu; font-size: 1.3em; color: #c9192a; font-weight: bold; margin: 0 0 10px 0; }
	.box-conteudo-geral h3	{ font-family: Ubuntu; font-size: 1em; color: #1d2931; font-weight: bold; width: 200px; border: 3px solid #1d2931; padding: 10px; margin: 30px 0 0 0; text-align: center; transition: all ease 0.5s; }
	.box-conteudo-geral h3:hover { background-color:#1d2931; color:#fff; }
	.box-conteudo-geral p	{ font-family: Ubuntu; font-size: 0.95em; color: #666; line-height: 23px; }
	.box-conteudo-responsiva { width: 100%; float: left; overflow: hidden; height: 450px; z-index: 1; }
	.box-conteudo-responsiva img { width: 100%; height:  clip:rect(550px,550px,550px,550px); min-height: 450px; transition: all ease 0.5s; z-index: 1; }			
	
	.listacategorias ul{ list-style: none;}

	.listacategorias ul li { padding: 10px 5px; }

	.listacategorias ul li .current a {
    	color: #991f0a;
	}

	.listacategorias ul li a {
	    color: #1d2931;
	    -webkit-transition: all ease 0.5s;
		font-weight: bold;
	}

	.listacategorias ul li a:hover {
	    color: #991f0a;
	    -webkit-transition: all ease 0.5s;
	}

	.box-whats { display: none; }
	
	
	
	#box-chamadas-home { width: 100%; height: auto; float: left; position: relative; }	
	.box-chamada { width: 33.33%; height: auto; position: relative; float: left; }

	.box-capa-chamada { width: 100%; float: left; overflow: hidden; height: 300px; z-index: 1; background-color:#ededec; z-index: 1; }
	.box-capa-chamada img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 300px; transition: all ease 0.5s; z-index: 1; }	
	.box-texto-chamada { width: 100%; height: auto; position: relative; float: left; z-index: 3333; padding: 30px; top: -80px; background-color:#1d2931; }
	.box-texto-chamada h1	{ font-family: Ubuntu; font-size: 1.3em; color: #fff; font-weight: bold; margin: 0 0 10px 0; }
	.box-texto-chamada p	{ font-family: Ubuntu; font-size: 0.9em; color: #fff; line-height: 23px; }
	.box-texto-chamada h3	{ font-family: Ubuntu; font-size: 1em; color: #FFF; font-weight: bold; width: 200px; border: 3px solid #FFF; padding: 10px; margin: 10px 0 0 0; text-align: center; transition: all ease 0.5s; }
		
	.box-titulo-area { width: 100%; height: auto; position: relative; float: left; margin-bottom: 15px; }
	.box-titulo-area h1	{ font-family: Ubuntu; font-size: 1.3em; color: #1d2931; font-weight: bold; margin: 0 0 10px 0; }

	
hr.linha1 { width: 500px; float: left; border: 5px solid #ededec; }
hr.linha2 { width: 500px; float: right; border: 5px solid #ededec;  }	
hr.linha3 { width: 20px; float: left; border: 5px solid #ccc; margin: 7px 20px 0 0;  }	
	
	
.bgParallax {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-attachment: fixed;
	margin: 0 auto;
}	
	
	
	
	
	
/* ==========================================================================
   end DIVS ID e CLASSES ESTRUTURAIS
   ========================================================================== */



#paging-table {
width: 260px; height: auto; position: relative;
text-align:center;font-family: Ubuntu;margin: 0 auto;
margin:
}
.paging-table-estrutura {
font-family: Ubuntu;
margin: 25px 0 0 0;
}
.page-far-left	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 0;
	width: 35px;
	background-color:#1d2931;
	border-radius: 100px;
	transition: all ease 0.5s; -webkit-transition: all ease 0.5s;
	padding: 7px;
	}
.page-far-left:hover	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 0;
	width: 35px;
	background-color:#c9192a;
	border-radius: 100px;
	padding: 7px;
	}
.page-far-left-1	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 0;
	width: 35px;
	background-color:#1d2931;
	border-radius: 100px;
	transition: all ease 0.5s; -webkit-transition: all ease 0.5s;
	padding: 7px;
	}
.page-far-left-1:hover	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 0;
	width: 35px;
	background-color:#c9192a;
	border-radius: 100px;
	padding: 7px;
	}
.page-left	{
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	}
.page-far-right	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 4px;
	width: 35px;
	background-color:#1d2931;
	border-radius: 100px;
	transition: all ease 0.5s; -webkit-transition: all ease 0.5s;
	padding: 7px;
	}
.page-far-right:hover	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 4px;
	width: 35px;
	background-color:#c9192a;
	border-radius: 100px;
	padding: 7px;
	}
.page-far-right-1	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 4px;
	width: 35px;
	background-color:#1d2931;
	border-radius: 100px;
	transition: all ease 0.5s; -webkit-transition: all ease 0.5s;
	padding: 7px;
	}
.page-far-right-1:hover	{
	display: block;
	float: left;
	height: 35px;
	margin: 0 4px 0 4px;
	width: 35px;
	background-color:#c9192a;
	border-radius: 100px;
	padding: 7px;
	}
.page-right	{
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	}
#page-info	{
	float: left;
	line-height: 16px;
	padding: 3px 12px 0 12px;
	color:#666;
	text-align: center;
	margin: 7px 0 0 0;
	}


/* ==========================================================================
   GRID SYSTEM
   ========================================================================== */
	[class*='col-'] { float: left; padding-right: 20px; }
	[class*='col-']:last-of-type { padding-right: 0px; }
	.grid { width: 100%; max-width: 1250px; min-width: 755px; margin: 0 auto; }
	.grid:after { content: ""; display: table; clear: both; }
	.grid-pad { padding: 0 0 0 20px; }
	.grid-pad > [class*='col-']:last-of-type { padding-right: 20px; }
	.push-right { float: right; }
/* ==========================================================================
   end GRID SYSTEM
   ========================================================================== */






/* ==========================================================================
   CONTENT COLUNAS
   ========================================================================== */
	.col-1-1				{ width: 100%; }
	.col-2-3, .col-8-12		{ width: 66.66%; }
	.col-1-2, .col-6-12		{ width: 50%; }
	.col-1-3, .col-4-12		{ width: 33.33%; }
	.col-1-4, .col-3-12		{ width: 25%; }
	.col-1-5				{ width: 20%; }
	.col-1-6, .col-2-12		{ width: 16.667%; }
	.col-1-7				{ width: 14.28%; }
	.col-1-8				{ width: 12.5%; }
	.col-1-9				{ width: 11.1%; }
	.col-1-10				{ width: 10%; }
	.col-1-11				{ width: 9.09%; }
	.col-1-12				{ width: 8.33%; }
/* ==========================================================================
   end CONTENT COLUNAS
   ========================================================================== */






/* ==========================================================================
   LAYOUT COLUNAS
   ========================================================================== */
	.col-11-12		{ width: 91.66%; }
	.col-10-12		{ width: 83.333%; }
	.col-9-12		{ width: 75%; }
	.col-5-12		{ width: 41.66%; }
	.col-7-12		{ width: 58.33%; }
/* ==========================================================================
   end LAYOUT COLUNAS
   ========================================================================== */


   



   
/* ==========================================================================
   MEDIA QUERIES 767px
   ========================================================================== */
	@media handheld, only screen and (max-width: 767px) {
	
	.img_mobile {
 		display: block;
 	}

	.ocultar-celular {display: none;}
	
	.grid { width: 100%; min-width: 0; margin:0; }
	[class*='col-'] { width: auto; float: none; margin: 0; }

	.text-left { text-align: center; }
	.text-right { text-align: center; }
	.text-center { text-align: center; }			
	
	header { padding: 20px 0 0 0; }
	img.logo		{ height: 60px; margin: 0 0 15px 0; }	
	.margem-rodape { float: left; margin: 0 0 40px 0; }
	
	.input100 { margin: 0 0 5px 0; }

	.input50 { width: 100%; margin: 0 0 5px 0; }
	.button50 { width: 100%; margin: 0 0 5px 0; }

   .menu-footer-inline ul li { display: block; width: 50%; float: left; margin: 0; text-align: center; }
	
	img.logo		{ height: 100px; margin: 0 0 10px 0; position: relative; padding: 0; background-color:#fff; z-index: 1111; }	
	#box-endereco { display: none; }
	
	
	.box-slider-home { width: 70%; height: auto; position: relative; float: left; text-align: left; left: 15%; right: 15%; top: 50%; transform: translateY(-50%); padding: 30px; background-color: rgba(255,255,255,0.9); border-left: none; }
	.box-slider-home h1	{ font-family: Ubuntu; font-size: 2em; color: #1d2931; text-transform: uppercase; margin-bottom: 15px; font-weight: bold; }
	.box-slider-home p	{ font-family: Ubuntu; font-size: 0.95em; color: #666; line-height: 22px; }
	
	.box-imagem-responsiva { width: 100%; float: left; overflow: hidden; height: 200px; z-index: 1; }
	.box-imagem-responsiva img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 200px; transition: all ease 0.5s; z-index: 1; }		
	
	.box-imagem-responsiva-grande { width: 100%; float: left; overflow: hidden; height: 200px; z-index: 1; }
	.box-imagem-responsiva-grande img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 200px; transition: all ease 0.5s; z-index: 1; }		
	.box-rodape-logo { display: none; }
    .campoinput100 { width: 100%;  }
    .button100 { width: 100%;  }
	.box-footer h1	{ font-family: Ubuntu; font-size: 1em; color: #fff; margin-bottom: 15px; font-weight: bold; }
	img.envelope { height: 15px; margin: 2px 10px 0 0; }

	
	.box-menu-footer { width: 100%; height: auto; position: relative; float: left; margin-bottom: 30px; padding: 0;	}
	.box-redes { width: 100%; height: auto; position: relative; float: left; margin: 20px 0 20px 0; text-align: center;	}	
	
	#associe { padding: 40px 0 40px 0; background-color:#fff; text-align: center; }
	img.icone { display: none; }
	
	
	
	.box-conteudo-1 { width: 100%; height: 200px; position: relative; float: left; z-index: 1; }
	.box-conteudo-2 { width: 100%; height: auto; position: relative; float: left; padding: 30px; z-index: 1; background-color:#f4f4f4;	}	
	.box-conteudo-responsiva { width: 100%; float: left; overflow: hidden; height: 300px; z-index: 1; }
	.box-conteudo-responsiva img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 300px; transition: all ease 0.5s; z-index: 1; }		
	img.recorte2 { display: none; }
	img.recorte1 { display: none; }
	
	
hr.linha1 { width: 30px; float: left; border: 5px solid #ededec; }
hr.linha2 { width: 30px; float: right; border: 5px solid #ededec;  }	
	
	.box-titulo-area { display: none; }
	.cd-top { display: none; }
	
	.margem-box-mobile { margin-bottom: 40px; }
	
	.box-menu { width: 100%; height: auto; position: relative; float: left; z-index: 1; background-color:#1d2931; padding: 10px 0 10px 0; border-bottom: 15px solid #991f0a; }
	.box-header { width: 100%; margin: 0 auto; padding: 0; }
   .menu-footer ul { margin: 0; padding: 0; font-family: Ubuntu; font-size: 0.9em; text-align: center; font-weight: normal; }
	.box-form { width: 100%; height: auto; position: relative; float: left; margin: 0 0 0 0; }
    .campocontato { width: 100%; height: auto; float: left; position: relative; margin: 0 0 10px 0; border: 5px solid #ededec; background-color:#fff; font-size: 0.95em; font-family: 'Ubuntu', sans-serif; color:#666; padding: 15px; outline: 0; font-weight: bold; }
	
	.rodape-left { width: 100%; height: auto; position: relative; float: left; }
	.rodape-right { width: 100%; height: auto; position: relative; float: left; background-color:#1d2931; padding: 40px 20px 40px 20px;  }
	.margem-rodape-site { width: 100%; height: auto; position: relative; float: left; margin-bottom: 30px; }

	.box-whats { width: auto; height: auto; position: fixed; z-index: 2222; bottom: 20px; right: 20px; display: block; }
   	.box-whats img { width: 50px; }	
   	
    .camporota { width: 100%; height: auto; float: left; position: relative; margin: 0 0 10px 0; border: 5px solid #ededec; background-color:#fff; font-size: 0.95em; font-family: 'Ubuntu', sans-serif; color:#666; padding: 15px; outline: 0; font-weight: bold; margin: 0 0 10px 0; }
    .botaorota { width: 100%; height: auto; float: left; position: relative; margin: 0; border: 1px solid #c9192a; background-color:#c9192a; font-size: 1em; font-family: 'Ubuntu', sans-serif; color:#fff; padding: 15px; outline: 0; font-weight: bold;  }		
	
	#box-interno { padding: 50px 0 50px 0; background-image: url(../jpg/topo.jpg); }
	.box-titulo-interno h1	{ font-family: Ubuntu; font-size: 1em; color: #fff; font-weight: bold; background-color:#c9192a; width: 100%; padding: 10px; text-align: center;   }	
	}
/* ==========================================================================
   end MEDIA QUERIES 767px
   ========================================================================== */
   
   
   
   
   
   
   
   
   
   
