@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; background:url(../jpg/grid.jpg) center top repeat; }
	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		{ color: #000; }
	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-footer 	{ color: #ccc; font-family: 'Open Sans', sans-serif; font-size: 0.8em; text-decoration: none; transition: all ease 0.5s; }
	.link-footer:hover 	{ color: #468ca6; }	

	.link-parceiro 	{ color: #666; font-family: 'Open Sans', sans-serif; font-size: 0.8em; text-decoration: none; transition: all ease 0.5s; }
	.link-parceiro:hover 	{ color: #468ca6; }	

	.link-login 	{ color: #666; font-family: 'Open Sans', sans-serif; font-size: 0.8em; text-decoration: none; transition: all ease 0.5s; }
	.link-login:hover 	{ color: #468ca6; }		
/* ==========================================================================
   end SELETORES
   ========================================================================== */





   
/* ==========================================================================
   NAV MENU
   ========================================================================== */
   .menu-footer ul { margin: 0; padding: 0; font-family: 'Oswald', sans-serif;  font-size: 0.8em; text-align: left; font-weight: normal; }
   .menu-footer ul li { display: block; width: 50%; float: left; }
   .menu-footer ul li a { color: #ccc; text-decoration: none; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;  }
   .menu-footer ul li a:hover { color: #468ca6; text-decoration: none; }
   .menu-footer .current a { color:#468ca6; }
   
   .bread ul { margin: 0; padding: 0; font-family: 'Oswald', sans-serif; font-size: 0.9em; 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; -webkit-transition: all ease 0.5s; background-color:#000; padding: 10px;  }
   .bread ul li a:hover { color: #fff; -webkit-transition: all ease 0.5s; background-color:#468ca6; padding: 10px;  }
   .bread li.active { color:#fff; background-color:#468ca6; padding: 10px;  }    
  

   .menu-categorias-painel ul { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif;  font-size: 0.8em; text-align: left; font-weight: normal; }
   .menu-categorias-painel ul li { display: block;   }
   .menu-categorias-painel ul li a { width: 100%; height: auto; float: left; position: relative; color: #666; text-decoration: none; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; border: 1px solid #ededec; padding: 15px; margin: 0 0 5px 0; text-transform: uppercase; }
   .menu-categorias-painel ul li a:hover { color: #fff; text-decoration: none; background-color:#468ca6; border: 1px solid #468ca6; }
   .menu-categorias-painel .current a { color:#fff; background-color:#468ca6; border: 1px solid #468ca6; }
  
  
   .lista-downloads ul { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif;  font-size: 0.8em; text-align: left; font-weight: normal; }
   .lista-downloads ul li { display: block; border-top: 1px dashed #ccc; padding: 10px 0 10px 0;  }
   .lista-downloads ul li a { color: #666; text-decoration: none; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; }
   .lista-downloads ul li a:hover { color: #468ca6; text-decoration: none; }
  
/* ==========================================================================
   end NAV MENU
   ========================================================================== */ 
   

   
   

/* ==========================================================================
   IMG
   ========================================================================== */
	img.logo		{ height: 70px; margin: 10px 0 0 0; }	
	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: 8px 0 0 5px; }
	img.banner { width: 100%; }
	img.separador { width: 100%; }
	img.separador-servicos { width: 100%; margin: 20px 0 0 0; }

	img.icone-conteudo { height: 70px; margin: 0 0 10px 0; }
	img.icone-footer { height: 40px; float: left; margin: 0 12px 0 0; padding: 7px 0 5px 0; }
	img.icone-fone { height: 13px; float: left; margin: 10px 10px 0 0; }
	img.icon-redes-sociais		{ width: 30px; height: 30px; margin: 0 0 0 5px; border-radius: 100px; padding: 3px; transition: all ease 0.5s; background-color:#fff; }
	img.icon-redes-sociais:hover	{ background-color:#468ca6; transition: all ease 0.5s; }	
	
	img.icone-conteudo1 { height: 70px; margin: -60px 0 20px 0; }
	img.icone-telefone { height: 15px; float: left; margin: 4px 8px 0 0; }
	img.logo-app { height: 30px; float: left; margin: 0 8px 0 0; }
	img.icon-download { height: 30px; float: left; margin: -5px 8px 0 0; }
	
/* ==========================================================================
   end IMG
   ========================================================================== */







/* ==========================================================================
   FORMULÁRIOS PADRÃO
   ========================================================================== */
    .rota { width: 45.1%; margin: 0 0 0 0; border: 1px solid #ededec; background-color:#fff; font-size: 0.8em; font-family: 'Open Sans', sans-serif; padding: 10px 15px 10px 15px; color:#777; outline: 0; }	
    .botaorota { width: auto; padding: 10px 15px 10px 15px; border: 1px solid #468ca6; background-color:#468ca6; font-size: 0.9em; font-family: 'Oswald', sans-serif; color:#fff;  outline: 0; }	
	
	.box-form { width: 100%; height: auto; float: left; position: relative; text-align: center; margin: 10px 0 0 0; }
    .campoform33 { width: 33.08%; margin: 0 0 5px 0; border: 1px solid #ededec; background-color:#fff; font-size: 0.8em; font-family: 'Open Sans', sans-serif; padding: 15px; color:#777; outline: 0; }	
    .campoform100 { width: 100%; margin: 0 0 5px 0; border: 1px solid #ededec; background-color:#fff; font-size: 0.8em; font-family: 'Open Sans', sans-serif; padding: 15px; color:#777; outline: 0; }
    .botaoform1 { width: auto; padding: 15px; border: 1px solid #468ca6; background-color:#468ca6; font-size: 0.9em; font-family: 'Oswald', sans-serif; color:#fff; outline: 0; cursor: pointer; }	
	
    .campologin { width: 100%; margin: 0 0 5px 0; border: 1px solid #ededec; background-color:#fff; font-size: 0.8em; font-family: 'Open Sans', sans-serif; padding: 10px 15px 10px 15px; color:#777; outline: 0; }	
    .botaologin { width: 100%; padding: 10px 15px 10px 15px; border: 1px solid #468ca6; background-color:#468ca6; font-size: 0.9em; font-family: 'Oswald', sans-serif; color:#fff;  outline: 0; cursor: pointer; }		
	
/* ==========================================================================
   end FORMULÁRIOS PADRÃO
   ========================================================================== */







/* ==========================================================================
   DIVS ID e CLASSES ESTRUTURAIS HTML5
   ========================================================================== */
	#main, #top, #header, #menu, #slide, #breadcrumb, #galeria-portfolio, #como-chegar, #content, #portfolio-home, #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, .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;	}
	
	header { background-color:#1a1a1a;  }
	content { background-color:#fff; padding: 30px 0 30px 0; }
	footer { clear: both; padding: 70px 0 70px 0; background-color:#000; background:url(../jpg/grid.jpg) center top repeat; }
	#breadcrumb { height: auto; background:url(../jpg/back.jpg) center top no-repeat; padding: 70px 0 70px 0; }
	content.mapa-site { width: 100%; height: auto; float: left; position: relative; padding: 35px 0 0 0; }
	#como-chegar { padding: 30px 0 0 0; }
	
	.text-left { text-align: left; }
	.text-right { text-align: right; }
	.text-center { text-align: center; }
	
	.box-conteudo { width: 100%; height: auto; float: left; position: relative; }
	.box-conteudo h1	{ font-family: 'Oswald', sans-serif;font-size: 1.5em; color: #000; margin: 0 0 10px 0; text-align: center; }
	.box-conteudo h2	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #468ca6; line-height: 18px; }
	.box-conteudo h3	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #468ca6; margin: 0 0 10px 0; text-transform: uppercase; }

	.box-conteudo p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }

	.box-login { width: 100%; height: auto; float: left; position: relative; margin: 20px 0 20px 0; }
	
	.box-conteudo-extra { width: 33%; height: auto; float: left; position: relative; padding: 0 10px 15px 10px;  }
	.box-categorias-produtos { width: 100%; height: auto; float: left; position: relative; padding: 10px; border: 5px solid #f3f3f2; }
	.box-categorias-produtos   h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #1a171b; text-transform: uppercase; background-color:#f3f3f2; padding: 10px; text-align: center; }

	h1.title-paginas { width: 100%; height: auto; position: relative; margin: 30px 0 10px 0; font-family: 'PT Sans', sans-serif; font-size: 1.5em; color: #468ca6; }
	
	.box-footer { width: 100%; height: auto; float: left; position: relative; }
	.box-footer h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #fff; margin-bottom: 10px; text-transform: uppercase; line-height: 20px;  }
	.box-footer h2	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #fff; margin-bottom: 5px; }
	.box-footer h3	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #ccc; margin-top: 5px;  }
	.box-footer p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #ccc;  }		
	
	.box-filtros { width: 100%; height: auto; float: left; position: relative; background-color:#ededec; font-family: 'Roboto Condensed', sans-serif; font-size: 0.9em; text-align: center; }
	
	.box-link-conteudo { width: 100%; height: auto; float: left; position: relative; border-top: 1px dashed #ccc; padding: 10px; margin: 15px 0 0 0; }
	.box-link-conteudo h1	{ font-family: 'Open Sans', sans-serif; text-transform: normal; font-size: 0.8em; color: #666; padding: 0; margin: 0; text-decoration: none; transition: all ease 0.5s; }	
	.box-link-conteudo:hover h1	{ color: #468ca6; padding: 0; margin: 0; text-decoration: none; transition: all ease 0.5s; }

	.identificacao-cliente { width: 100%; height: auto; float: left; position: relative; border-bottom: 1px dashed #ccc; padding: 0 0 25px 0; margin: 0 0 25px 0; text-align: center; }
	.identificacao-cliente h1	{ font-family: 'Oswald', sans-serif; font-size: 1.5em; color: #000; margin-bottom: 5px; text-transform: uppercase; }
	.identificacao-cliente h2	{ font-family: 'Open Sans', sans-serif; font-size: 1em; color:#666; }
	
	.accordion__panel p	{ font-family: Avenir-Next; font-size: 0.95em; color: #666; line-height: 22px;  }

	.box-fone { width: 100%; height: auto; float: left; position: relative; }
	.margem-team { width: 100%; height: auto; float: left; position: relative; margin: 30px 0 0 0; }

	
	.box-galeria-obra { width: 100%; height: auto; float: left; position: relative; margin: 0 0 25px 0; }
	
	.box-downloads { width: 100%; height: auto; float: left; position: relative; }
	.box-downloads h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; margin-bottom: 10px; text-transform: uppercase; }
	
	
	.box-portfolio-home { width: 25%; height: auto; float: left; position: relative; text-align: center; transition: all ease 0.5s; background-color:#fff; }
	.box-portfolio-home h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #000; transition: all ease 0.5s; }
	.box-portfolio-home h2	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666; transition: all ease 0.5s; }		
	.box-portfolio-home:hover { background-color:#468ca6; transition: all ease 0.5s;  }
	.box-portfolio-home:hover  h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #fff; transition: all ease 0.5s; }
	.box-portfolio-home:hover  h2	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #fff; transition: all ease 0.5s; }	
	.box-portfolio-home img { width: 100%; -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); }
	.box-portfolio-home:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }


	.box-portfolio-interno { width: 100%; height: auto; float: left; position: relative; text-align: center; transition: all ease 0.5s;  background-color:#fff;}
	.box-portfolio-interno h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #000; transition: all ease 0.5s; }
	.box-portfolio-interno h2	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #000; transition: all ease 0.5s; }		
	.box-portfolio-interno:hover { background-color:#468ca6; transition: all ease 0.5s;  }
	.box-portfolio-interno:hover  h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #fff; transition: all ease 0.5s; }
	.box-portfolio-interno:hover  h2	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #fff; transition: all ease 0.5s; }	
	.box-portfolio-interno img { width: 100%; -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); }
	.box-portfolio-interno:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

	.box-texto-cliente { width: 100%; height: auto; float: left; position: relative; border: 1px dashed #ccc; padding: 15px; margin: 0 0 20px 0; }
	.box-texto-cliente p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }		
	

	.box-responsivo { width: 100%; float: left; overflow: hidden; height: 250px; z-index: 1; margin: 0 0 15px 0; }
	.box-responsivo img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: auto; transition: all ease 0.5s; z-index: 1; }	

	.box-responsivo-interno { width: 100%; float: left; overflow: hidden; height: 240px; z-index: 1; margin: 0 0 15px 0; }
	.box-responsivo-interno img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: auto; transition: all ease 0.5s; z-index: 1; }

	.box-portfolio-galeria { width: 25%; float: left; position: relative; padding: 2px; }
	.box-responsivo-galeria { width: 100%; float: left; overflow: hidden; height: 230px; z-index: 1; }
	.box-responsivo-galeria img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: auto; transition: all ease 0.5s; z-index: 1; -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); }	
	.box-responsivo-galeria:hover img { width: 100%; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }


	.box-login-galeria-box { width: 33.33%; float: left; position: relative; padding: 2px; }
	.box-login-galeria { width: 100%; float: left; overflow: hidden; height: 200px; z-index: 1; }
	.box-login-galeria img { width: 100%; clip:rect(550px,550px,550px,550px); min-height: 200px; transition: all ease 0.5s; z-index: 1; -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); }	
	.box-login-galeria:hover img { width: 100%; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }




	
	.box-conteudo-site { width: 100%; height: auto; float: left; position: relative; }
	.box-conteudo-site h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; margin-bottom: 10px; text-transform: uppercase; line-height: 20px;  }
	.box-conteudo-site h2	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; margin-bottom: 5px; }
	.box-conteudo-site h3	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #000; margin-top: 5px;  }
	.box-conteudo-site h4	{ font-family: 'Oswald', sans-serif; font-size: 1.2em; color: #000; margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 10px;  }
	.box-conteudo-site p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }		

	.box-titulo-bread { width: auto; height: auto; float: left; position: relative; z-index: 1; margin: 0 0 0 0; }
	.margem-conteudo { width: 100%; height: auto; position: relative; float: left; margin: 0 0 30px 0; }

	.box-form-conteudo { width: 100%; height: auto; float: left; position: relative; margin: 0 0 20px 0; }
	.box-form-conteudo h1	{ font-family: 'Oswald', sans-serif; font-size: 1.5em; color: #000; margin: 0 0 10px 0; text-align: center; }
	.box-form-conteudo p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }		


	.box-parceiros { width: 100%; height: auto; float: left; position: relative; margin-bottom: 35px; }
	.box-parceiros h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; margin-bottom: 5px; text-transform: uppercase; line-height: 20px;  }
	.box-parceiros h2	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #666;  }
	.box-parceiros h3	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #666;  }
	.box-parceiros p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }	
	
	.logo-parceiro-box { width: 100%; height: auto; float: left; position: relative; text-align: center; padding: 15px; border: 1px dashed #ededec; margin: 0 0 20px 0; }
	
	img.logo-parceiros { width: auto; height: 100px; }
	img.icone-servico { width: auto; height: 25px; float: left; margin: 0 10px 0 0; }



	.box-servicos { width: 100%; height: auto; float: left; position: relative; margin: 25px 0 0 0; }
	.box-servicos h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; text-transform: uppercase;  }
	.box-servicos p	{ font-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }	


	.box-titulo-servico { width: 100%; height: auto; float: left; position: relative; padding: 15px; border: 1px dashed #ccc; margin: 0 0 10px 0; }
	.box-titulo-servico h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; text-transform: uppercase; }


	.google-play { width: 100%; height: auto; float: left; position: relative; margin: 25px 0 0 0; padding: 15px; border: 1px dashed #ededec; transition: all ease 0.5s; }
	.google-play h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #000; text-transform: uppercase; transition: all ease 0.5s; }
	.google-play img { height: 25px; float: left; margin: 0 10px 0 0; }
	.google-play:hover { width: 100%; height: auto; float: left; position: relative; margin: 25px 0 0 0; padding: 15px; border: 1px dashed #468ca6; transition: all ease 0.5s; }
	.google-play:hover h1	{ font-family: 'Oswald', sans-serif; font-size: 1em; color: #468ca6; text-transform: uppercase; transition: all ease 0.5s; }

	.box-dados-portfolio { width: 100%; height: auto; float: left; position: relative; }
	.box-dados-portfolio h1	{ font-family: 'Oswald', sans-serif; font-size: 1.1em; color: #000; text-transform: uppercase; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc; }
	.box-dados-portfolio h2	{ font-family: 'Open Sans', sans-serif; font-size: 1em; color: #666; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;  }
	.box-dados-portfolio h3	{ font-family: 'Open Sans', sans-serif; font-size: 1em;  margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;  }
	.box-dados-portfolio p	{ ffont-family: 'Open Sans', sans-serif; font-size: 0.8em; color: #666;  }	
	
	.compartilhe { width: 100%; height: auto; float: left; position: relative; border: 1px dashed #ccc; padding: 10px; margin: 15px 0 0 0;  }
	.compartilhe h5 { color: #666; font-family: 'Oswald', sans-serif; font-size: 0.9em; float: left; margin: 7px 10px 0 0; }	
	
	.box-accordion-padding { width: 100%; height: auto; position: relative; float: left; }
	.box-accordion-padding p	{ font-family: Avenir-Next; font-size: 0.95em; color: #666; line-height: 22px;  }	
	.box-accordion-padding  ul { margin: 0; padding: 0; font-family: Avenir-Next; font-size: 0.95em; text-align: left; color:#666; font-weight: normal; margin: 20px 0 20px 0; }
	.box-accordion-padding  ul li { display: block; }
	span.mais { width: auto; height: auto; float: right; position: relative; background-color:#fff; color:#1a1a1a; font-family: Avenir-Next; padding: 2px 5px 2px 5px; border: 2px solid #1a1a1a; margin: -3px 0 0 0; }	
	
	

/* ==========================================================================
   end DIVS ID e CLASSES ESTRUTURAIS
   ========================================================================== */





/* ==========================================================================
   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-solucoes { 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
   ========================================================================== */


   .box-whats { display: none; }



   
/* ==========================================================================
   MEDIA QUERIES 767px
   ========================================================================== */
	@media handheld, only screen and (max-width: 767px) {
	.grid { width: 100%; min-width: 0; margin:0; }
	[class*='col-'] { width: auto; float: none; margin: 0; }

	.grid-pad-solucoes { padding: 0 0 0 0 }

	.text-left { text-align: center; }
	.text-right { text-align: center; }
	.text-center { text-align: center; }			

	.box-portfolio-home { width: 100%; height: auto; float: left; position: relative; }
	.margem-rodape-site { width: 100%; height: auto; float: left; position: relative; margin: 0 0 25px 0; }

	header { padding: 15px 0 15px 0; }
	img.logo		{ height: 70px; margin: 0 0 10px 0; }	
	img.icon-redes-sociais		{ width: 40px; height: 40px; margin: 0 5px 0 5px; border-radius: 100px; padding: 3px; transition: all ease 0.5s; background-color:#fff; }
	.box-responsivo { width: 100%; float: left; overflow: hidden; height: 220px; z-index: 1; }

	.box-responsivo-interno { width: 100%; float: left; overflow: hidden; height: 220px; z-index: 1; margin: 0 0 15px 0; }
	
	.box-conteudo-extra { width: 100%; height: auto; float: left; position: relative;  }

	.margem-conteudo { width: 100%; height: auto; position: relative; float: left; margin: 0 0 30px 0; }
	.margem-conteudo-top { width: 100%; height: auto; position: relative; float: left; margin: 30px 0 10px 0; }

    .rota { width: 100%; margin: 0 0 5px 0; outline: 0; }	
    .botaorota { width: 100%; outline: 0; }

    .campoform33 { width: 100%; margin: 0 0 5px 0;  }	
    .botaoform1 { width: 100%;  }	

	.mapa { width: 100%; height: auto; float: left; position: relative; padding: 0 20px 20px 20px; }
	
   .bread ul { margin: 0; padding: 0; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: left; font-weight: normal;  }
   .bread ul li { display: block; text-transform: uppercase; margin-top: 10px;  }
   .bread ul li a { color: #fff; text-decoration: none; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; background-color:#000; padding: 5px; }
   .bread ul li a:hover { color: #fff; -webkit-transition: all ease 0.5s; background-color:#468ca6; padding: 5px;  }
   .bread li.active { color:#fff; background-color:#468ca6; padding: 5px;  } 
	.box-portfolio-galeria { width: 100%; float: left; position: relative; padding: 2px; }
	.box-responsivo-galeria { width: 100%; float: left; overflow: hidden; height: 220px; z-index: 1; }
	
	.box-login-galeria-box { width: 100%; float: left; position: relative; padding: 2px; }

	.box-whats { width: auto; height: auto; position: fixed; z-index: 1111; bottom: 20px; right: 20px; display: block; }
	.box-whats img { width: 50px; }		
	
	}
/* ==========================================================================
   end MEDIA QUERIES 767px
   ========================================================================== */
   
   
   
   
   
   
   
   
   
   
