<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Conv_Gotham-Light';
  src: url('fonts/Gotham-Light.eot');
  src: local('â˜º'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Gotham-Medium';
  src: url('fonts/Gotham-Medium.eot');
  src: local('â˜º'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




html, body {
  overflow-x: hidden; }

h1, h2, h3, h4 {
   font-family: 'Conv_Gotham-Medium';
  padding: 0;
  margin: 0; }

* {
  padding: 0px;
  margin: 0px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #000; }

a:focus {
  outline: none; }

.clearFloat {
  clear: both; }

.btn {
  border-radius: 0; }

body {
  color: #333;
 font-family:'Conv_Gotham-Light',Sans-Serif;
   }
 img{
  max-width: 100%;
 }  

#topo{
  background-image: url(../images/bg.png);
  position: fixed;
  width: 100%;
  padding:20px; 
  z-index: 999;
}
.menutopo{
  position: absolute;
  right: 10px;
  top:5px;
  display: none;
}
.menutopo img{
  width: 30px;
}
#topo .logo{
  float:left;
  margin-top: 4px;
}
#topo .logo svg{
  height: 32px;
}
#topo .menu{
  float:right;
  margin-top: 12px;
}
#topo .menu a{
  color:#fff;
  float:left;
  margin-right:20px;
  font-size: 14px;
  font-weight: 300;
  transition: all .35s;
}

.owl-height
{

}

#topo .menu a:hover{
  opacity: 0.6;
  transition: all .35s;
}
.botao-busca{
  float:right;
  margin-top: 11px;
}
.botao-busca img{
  height: 20px;
}

#slider {
  margin-bottom: 40px;
}

#slider .repetir{
  background-size: cover;
  background-position: center;
  background-repeat: none;
  height: 600px;
}

#uteis .coluna{
   width: 49.5%;
   margin-top: 15px;
   padding-top: 180px;
   height: 450px;
   background-size: cover;
   background-repeat: none;
   display: border-radius
}
.coluna-publico{
  background-image: url(../images/foto01.jpg);
  float:left;
}
.coluna-voce{
   background-image: url(../images/foto02.jpg);
  float:right;
}
.conteudo-coluna{
  padding-left: 50px;
  transition: all .35s;
}
#uteis .coluna:hover .conteudo-coluna{
  padding-left: 60px;
   transition: all .35s;
}
.conteudo-coluna hr{
  border-color: #fff;
  width: 119px;
  margin-top: 5px;
	margin-bottom: 6px;
}
hr {
	
	border-top: 1px solid #eee;
}
.conteudo-coluna h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 39px;
	font-weight: bold;
	font-family: 'Conv_Gotham-Light';
}
.conteudo-coluna .texto{
   color:#fff;
   width: 340px;
}
#computadores{
  
  margin-top: 15px;
 
  text-align: center;
}
.computador {
	display: inline-block;
	width: 16%;
	text-align: center;
	position: relative;
	background-color: #f5f5f5;
	padding: 14px 0;
	transition: all .35s;
	margin-left: -3px;
}
.computador:hover hr{
  opacity: 1;
  transition: all .35s;
}
.computador:hover{
  background-color: #ececec;
}
.computador img{
  height: 150px;
}
.computador .opcoes{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -35px;
  opacity: 0;
  transition: all .35s;
}
.computador:hover .opcoes{
  opacity: 1;
  transition: all .35s;
}
.computador .opcoes a {
	color: #fff;
	font-size: 14px;
	background-color: #66c3a9;
	width: 50%;
	border-left: 1px solid #fff;
	display: block;
	font-weight: 300;
	float: left;
	padding: 9px 0px;
	transition: all .35s;
}
.computador .opcoes a:hover{
  background-color: #3d7595;
   transition: all .35s;
}
.nome-do-produto{
  padding-top: 10px;
  font-size: 17px;
  font-family: 'Conv_Gotham-Medium';
  text-align: center;
}
.nome-do-produto hr{
  width: 90px;
  margin:0 auto;
	  margin-top: 2px;
	margin-bottom: 0;
	opacity: 0;
  transition: all .35s;
}
.cor1 .nome-do-produto{
	color:#955685;
}
.cor2 .nome-do-produto{
   color:#74b9a4;

}
.cor3 .nome-do-produto{
	color:#2a4860;
}
.cor4 .nome-do-produto{
  color:#5a96b8;
}

.cor1 hr{
		border-top: 1px solid #955685;
}
.cor2 hr{
  border-top: 1px solid #74b9a4;
}
.cor3  hr{
   border-top: 1px solid #2a4860;
}
.cor4 hr{
 border-top: 1px solid #5a96b8;
}


.computador.cor1  .opcoes a{
  background-color:#955685;
}
.computador.cor2 .opcoes a{
  background-color:#74b9a4;
}
.computador.cor3 .opcoes a{
  background-color:#2a4860;
}
.computador.cor4 .opcoes a{
  background-color:#5a96b8;
}



.titulo-instagram{
  font-weight: 300;
  font-size: 40px;
  border-bottom: 1px solid #15223e;
  color:#15223e;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#instagram{
  margin-top: 100px;

}
#instagram img{
  max-width: 100%;
}

#news{
  background-color: #3d7595;
  padding:17px 0;
  margin-top: 100px;
}
#news .icone{
  float:left;
  color:#fff;
  margin-right: 20px;
  padding-top: 9px;
  margin-left: 90px;
}
#news .icone img{
  height: 28px;
  margin-top: -3px;
  margin-right: 15px;
  font-size: 16px;
}
#news .icone strong{
  font-family:'Conv_Gotham-Medium',Sans-Serif;
}
strong{
   font-family:'Conv_Gotham-Medium',Sans-Serif;
}
#news .campo{
  float:left;
  margin-right: 10px;
}
#news .form-control{
  border:0; 
  border-radius:0;
  font-size: 17px;
  font-weight: 300;
  height: 39px;
}
.botao-enviar{
  font-weight: 300;
  font-size: 17px;
  background-color: #2f556c;
  color:#fff;
  border:0;
  padding:8px 20px;
  border-radius: 4px;
  transition: all .35s;
}
.botao-enviar:hover{
  background-color: #11354b;
  transition: all .35s;
}
#rodape{
  border-top: 3px solid #3d7595;
  margin-top: 5px;
  padding:45px 0;
}
.direitos{
	 font-size: 12px;
	color: #214256;
	padding-top: 40px;
}
.logo-rodape {
	float: left;
	margin-right: 0;
	border-bottom: 1px solid #214256;
	padding: 5px 48px 5px 42px;
}
.logo-rodape svg {
	height: 41px;
}
.logo-rodape .st0{
	fill:#214256 !important;
} 
.menu-rodape{
  float:left;
  width: 268px;
  padding-top: 34px;
}
.menu-rodape a{
  color:#214256;
  font-size: 15px;
  display: block;
}
.menu-rodape a:hover{
  text-decoration: underline;
}
.menu-rodape h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #214256;
	font-size: 17px;
	padding-bottom: 4px;
	border-bottom: 1px solid #214256;
	margin-bottom: 10px;
}
#interna{
  padding-top: 130px;
}
.caminho{
  float:left;
  color:#365a70;
  font-size: 12px;
  
}













.caminho a{
  color:#365a70;
  font-family: unset;
 
}
.caminho .active{
 font-family: 'Conv_Gotham-Medium';
}
.caminho a:hover{
  text-decoration: underline;
}
.microsoft{
  float:right;
  margin-top: -5px;
}
.microsoft:hover{
  opacity: 0.8;
}
#banner-interna {
	height: 373px;
	margin-top: 57px;
	background-repeat: no-repeat;
	background-position: left;
   background-size: contain;
}

#opcao-pc .computador{
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
filter: grayscale(100%);
padding:10px 0 25px 0;
}
#opcao-pc .computador:hover{
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	 -o-filter: grayscale(0%);
filter: grayscale(0%);
}
#opcao-pc .computador.ativo{
  -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	 -o-filter: grayscale(0%);
filter: grayscale(0%);
}
#opcao-pc .computador .nome{
  font-size:16px;

  font-family: 'Conv_Gotham-Medium';
  padding-top: 10px;
}
#opcao-pc .computador.ativo .nome{
  color:#66c3a9;
}
#opcao-pc .computador.ativo{
   background-color: #e4e4e4;
}
#opcao-pc .computador .nome hr{
  width: 70px;
 display: block;
 margin:0 auto;
 margin-top: 4px;
}
#opcao-pc .computador.ativo .nome hr{
 border-color: #66c3a9;
}
#produtos{
  padding:50px 0;
  background-color: #e4e4e4;
}

.o-produto {
	float:left;
	width: 29%;
	padding-right: 3%;
	padding-left: 3%;
	text-align: center;
	padding-top:30px;
	padding-bottom: 30px;
}

.o-ata {
	float:left;
/*	width: 29%;*/
	padding-right: 3%;
	padding-left: 3%;
	text-align: center;
	padding-top:30px;
	padding-bottom: 30px;
}

.o-produto:nth-child(2) , .o-produto:nth-child(5)  , .o-produto:nth-child(8) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.o-ata:nth-child(2) , .o-ata:nth-child(5)  , .o-ata:nth-child(8) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.o-produto a, .o-ata a {
	display: block;
	color:#2f556c;
}

.o-produto h2 {
  font-size: 18px;
  font-weight: normal;
  display: block;
  height: 38px;
  overflow: hidden;
  line-height: 100%;
}

.o-ata h2 {
  font-size: 14px;
  font-weight: normal;
  display: block;
  height: 96px;
  overflow: hidden;
  line-height: 100%;
}

.o-produto .imagem img, .o-ata .imagem img {
   max-width: 100%;
   
	min-height: 180px;
} 
.o-produto .texto {
	font-size: 13px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 130%;
}

.o-ata .texto {
	font-size: 14px;
	height: 360px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 130%;
}

.o-produto .saiba-mais, .o-ata .saiba-mais {
	color:#fff;
	background-color: #2f556c;
	font-size: 15px;
	color:#fff;
	font-weight: 300;
	width: 200px;
	padding:8px;
	border-radius: 0px;
	margin:0 auto;
	transition: all .35s;
}
.o-produto .saiba-mais:hover, .o-ata .saiba-mais:hover {
	opacity: 0.9;
	transition: all .35s;
}


.o-produto .preco {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 15px;
}


.o-ata .preco {
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 15px;
}


.o-ata .quantidade {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 12px;
}

.o-ata .validade {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 12px;
}

.o-produto .aderir, .o-ata .aderir {
	color:#fff;
	background-color: #2f556c;
	font-size: 15px;
	color:#fff;
	font-weight: 300;
/*	width: 200px;*/
	padding:8px;
	border-radius: 0px;
	margin:0 auto;
	transition: all .35s;
}
.o-produto .aderir:hover, .o-ata .aderir:hover {
	opacity: 0.9;
	transition: all .35s;
}


#utilidades{
  margin-top: 4px;
  border-top: 4px solid #66c3a9;
  padding-top: 30px;
}
.menu-uteis {
  text-align: center;
  padding-bottom: 50px;
}
.menu-uteis a{
  display: inline;
  background-color: #3d7595;
  font-size: 12px;
  padding:10px 35px;
  color:#fff;
  margin-right: 1px;
  text-transform: uppercase;
}
.menu-uteis a:hover{
  background-color: #16425c;
}
.titulo-combo{
  color:#3d7595;
  font-size:25px;
  text-transform: uppercase;
  padding-bottom: 20px;
   font-family: 'Conv_Gotham-Medium';
}
.combo{
  padding-bottom: 40px;
  display: none;
}



.unidade{
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
	color:#666;
}
.titulo-unidade{
  cursor: pointer;
  color:#3d7595;
  font-size: 15px;
  text-transform: uppercase;
  background-image: url(../images/seta.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.conteudo-unidade{
  display: none;
}
.conteudo-unidade ul{
  list-style: none;
  padding:20px;
}
.conteudo-unidade ul li{
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding:10px;
}
.conteudo-unidade ul li a{
  color:#666;
}
.conteudo-unidade ul li a:hover{
  text-decoration: underline;
}
.texto-unidade{
  padding:20px;
}
.combo.ativo .conteudo-unidade{
  display: block;
}

#banner-interna-linha .repetir{
  height: 450px;
  background-size: auto 100%;
  background-position: center;
  margin-top:57px;
}
.titulo-espec{
  float:left;
  width: 170px;
  color:#922777;
  font-size: 17px;
  padding-top: 371px;
}
.titulo-espec.cor2{
  padding-top: 266px; 
}
.col-produto{
  float:left;
  text-align: center;
  width: 310px;
  margin-right: 10px;
}
.nome-produto{
  color:#596870;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 20px;
}
.tabela{
  font-size: 12px;
  background-color: #fff;
  text-align: left;
}
.tabela .linha .tt{
  border-right: 1px solid #ddd;
  float:left;
  width: 130px;
  padding:10px;
}
.tabela .linha .txt{
  float:left;
  width: 180px;
  padding:10px;
}
.tabela .ativo{
  background-color: #eeeeee;
}
#galeria{
  padding-top: 70px;
  padding-bottom: 30px;
}
#galeria .fotos img{
  max-width: 24%;
}
.titulo-espec2{
   float:left;
  width: 218px;
  color:#922777;
  font-size: 17px;
}
.titulo-espec2 span{
  font-size: 13px;
  padding-left: 30px;
  display: block;
}
#borda-roxa{
  border-top: 5px solid #922777;
  margin-top: 4px;
}
.titulo-representante{
   font-size: 29px;
   
   font-family: 'Conv_Gotham-Medium';
   line-height: 100%;
   text-transform: uppercase;
   color:#3d7595;
   padding-top: 90px;
}
.texto-representante{
  color:#3d7595;
  font-size: 14px;
   text-transform: uppercase;
   color:#3d7595;
   padding:20px 0;
}
.repre span{
  display: block;
  font-weight: 600;
	color:#3d7595;
	font-size: 18px;
}
.repre{
  color:#666;
  padding-bottom: 30px;
}
.selecionar .form-control {
	background-color: #f8f8f8;
	padding: 0px 20px;
	font-weight: 600;
	color: #3d7595;
	height: 50px;
	border: 0;
	margin-bottom: 30px;
	font-size: 15px;
}
#pagina-produto{
  border-top: 4px solid #8e2072;
  margin-top: 4px;
}
#pagina-produto .fotos {
  text-align: center;
  padding:30px 0;
}
.titulo-produto-interna{
  color:#3d7595;
  font-size: 25px;
  font-family: 'Conv_Gotham-Medium';
  padding-top:50px;
  padding-bottom: 30px;
}
.tabela-produto .linha{
  border-bottom: 1px solid #ddd;
  font-size: 16px;
 
   color:#3d7595;
}
.tabela-produto .linha.ativo{
   background-color: #f6f6f6;
}
.tabela-produto .tt{
 float:left;
 padding:15px 20px;
 width: 25%;
 border-right: 1px solid #ddd;
 font-family: 'Conv_Gotham-Medium';



}
.tabela-produto .txt{
 float:left;
 width: 68%;
 padding:15px 20px 15px 50px;
}
.baixarpdf{
  position: relative;
  width: 75%;
  float:right;
  margin-top: 6px;
}
.baixarpdf img{
  width: 41px;
  float:left;
  background-color: #fff;
  z-index: 9;
  position: relative;
  background-color: #fff;

}
.baixarpdf span{
  color:#fff;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #3d7595;
  padding:10px 40px;
  display: block;
   padding-left:55px;
   transition: all .35s;
}
.baixarpdf:hover span{
  background-color: #e5e5e5;
  color:#3d7595;
  transition: all .35s;
}</pre></body></html>