<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html{
  height: 100%;
}

body{

  font-family: 'Roboto', sans-serif;
  font-size: 14px;

  background: rgba(240,240,240,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(240,240,240,1) 0%, rgba(162,209,232,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(162,209,232,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(240,240,240,1) 0%, rgba(162,209,232,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(240,240,240,1) 0%, rgba(162,209,232,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(240,240,240,1) 0%, rgba(162,209,232,1) 100%);
  background: radial-gradient(ellipse at center, rgba(240,240,240,1) 0%, rgba(162,209,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#a2d1e8', GradientType=1 );

  /* background-image: url("../img/bg.jpg");
  background-size: 30%;
  background-repeat: repeat; */

}

.clearfix{
  zoom: 1;
}
.clearfix::before,
.clearfix::after{
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.container{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 10px; */
}

/* Menu */
ul.topnav {
  list-style-type: none;
  /* margin: 0 0 20px 0; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin: 0 10px;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
ul.topnav li {float: left;text-align: center;}
ul.topnav li a.logo{padding: 0;}
ul.topnav li img{
  max-height: 36px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
ul.topnav li a {
  display: block;
  color: #000000;
  font-weight: bold;
  padding: 14px 16px;
  text-decoration: none;
}
ul.topnav li a:hover:not(.active) {color: #0a557d;}
ul.topnav li a.active {background-color: #0093D3;color: #fff;}
ul.topnav li.right {float: right;}

/* .menu{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul{
  text-align: center;
  width: 150px;
  padding: 5px 0px;
  background-color: #636363;
  border-radius: 3px;
  border: solid 2px #555;
  margin: 0 5px;
  transition: all .3s;
}
.menu ul:hover{
  background-color: #7a7a7a;
  transition: all .3s;
}
.menu ul a{
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.menu .menu-ativo{
  background-color: #7a7a7a;
}*/

/* ServiÃ§os */
.cabecalho-servicos{
  display: table;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 50px;
  font-weight: 700;
  font-size: 130%;
  text-align: center;
  border-bottom: 2px solid #0089d5;
}

.area-servicos{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.servico-modelo{
  width: 33.33%;
  padding: 5px;
}

.servico{
  transition: all .3s;
  border: 2px solid #b6c5cd;
  width: 100%;
  height: 100%;
  display: table;
  padding: 5px 10px 30px 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
}
.servico:hover{
  transition: all .3s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.servico:hover .botao-servico{
  background-color: #0c71a9;
  transition: all .3s;
}
.servico i{
  font-size: 200%;
  color: #0a557d;
}

.titulo-servico{
  font-style: normal;
  font-weight: bold;
  font-size: 130%;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
}

.descricao-servico{
  color: #777;
  border-top: 1px solid #ebebeb;
}

.botao-servico{
  transition: all .3s;
  background-color: #0089d5;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 4px 4px 8px;
  border-radius: 5px 0 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.botao-servico:nth-child(odd){
  right: 100px;
  border-radius: 5px 5px 0 0;
  background-color: #546f7f;
}

/* Contato */
.area-contato{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.contato-modelo{
  width: 51%;
  padding: 5px;
}

.contato{
  transition: all .3s;
  border: 2px solid #b6c5cd;
  width: 100%;
  height: 100%;
  display: table;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
}
.contato:hover{
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.contato i{
  font-size: 200%;
  color: #0a557d;
}

.titulo-contato{
  font-style: normal;
  font-weight: bold;
  font-size: 130%;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
}

.descricao-contato{
  color: #777;
  border-top: 1px solid #ebebeb;
}

/* Unidades */
.area-unidades{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unidade-modelo{
  width: 50%;
  padding: 5px;
}

.unidade{
  transition: all .3s;
  border: 2px solid #b6c5cd;
  width: 100%;
  height: 100%;
  display: table;
  padding: 5px 10px 30px 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
}
.unidade:hover{
  transition: all .3s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.unidade:hover .botao-servico{
  background-color: #0c71a9;
  transition: all .3s;
}
.unidade i{
  font-size: 200%;
  color: #0a557d;
}

.titulo-unidade{
  font-style: normal;
  font-weight: bold;
  font-size: 130%;
  margin-left: 5px;
  text-decoration: none;
  color: #000;
}

.descricao-unidade{
  color: #777;
  border-top: 1px solid #ebebeb;
}

.botao-unidade{
  transition: all .3s;
  background-color: #0089d5;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 4px 4px 8px;
  border-radius: 5px 0 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.botao-unidade:nth-child(odd){
  right: 100px;
  border-radius: 5px 5px 0 0;
}


/* ConteÃºdo */
.area-conteudo{
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.area-conteudo img{
  width: 100%;
  /* border-radius: 8px; */
  display: block;
}

ol { counter-reset: item; }
ol li { display: block; margin: 3px 0;}
ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    font-size: 120%;
}

/* Tooltip */
.tooltip { position: relative; }
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* RodapÃ© social */
.social{
  list-style: none;
  text-align: center;
}
.social li{
  display: inline;
}
.social li a{
  padding: 5px;
  color: #333;
  font-size: 150%;
}
.social li a:hover{
  color: #000;
}

hr{
  /* width: 100%; */
  /* max-width: 500px; */
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
  border: 0;
  border-top: 1px solid #999;
}

/* Elementos do requerimento para impressÃ£o */
.imprimir{
  background-color: #ffffff;
}
.imprimir p{
  line-height: 160%;
}
.imprimir input{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #333;
  padding: 3px 3px 0 3px;
  font-family: arial;
  font-weight: bold;
}

.msg-alerta{
  font-size:120%;
  font-weight:bold;
  text-transform: uppercase;
  color:red;
}

.botao-print{
  font-size: 150%;
  font-family: sans-serif;
  padding: 10px 20px;
  margin: 10px auto 0px auto;
  display: table;
}

/* Arquivos para download */
.modelo-documento{
  width: 100%;
  background-color: #f1f1f1;
  border: 1px dashed #999;
  padding: 5px;
}
.modelo-documento span{ float: right;}
.modelo-documento a,
.modelo-documento a:visited{
   margin-left: 5px;
   color: #1426aa
 }

@media screen and (max-width: 640px){
  .servico-modelo{ width: 50%; }
  .contato-modelo{ width: 100%; }
  .unidade-modelo{ width: 100%; }
}

@media screen and (max-width: 600px){
  ul.topnav li.right,
  ul.topnav li {float: none;}
  ul.topnav li a{padding: 3px 0;}
  ul.topnav li img{max-height: 40px;}
  /* .container{padding: 0 10px;} */
}

@media screen and (max-width: 400px){
  .servico-modelo{ width: 100%; }
}

/* Quando imprimir */
@media print {

    .imprimir {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
    }

    .social, .botao-print, .cabecalho-servicos, .topnav, .msg-alerta, hr{
      display: none;
    }
}
</pre></body></html>