<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Definção de Padrões de Estilo do Projeto */
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
/* Cores */
/* Fonts */
@font-face {
  font-family: 'NorwesterRegular';
  src: url("/assets/fonts/norwester-webfont.woff2") format("woff2"), url("/assets/fonts/norwester-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CorisandeBoldRegular';
  src: url("/assets/fonts/corisandebold-webfont.woff2") format("woff2"), url("/assets/fonts/corisandebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CorisandeRegular';
  src: url("/assets/fonts/corisanderegular-webfont.woff2") format("woff2"), url("/assets/fonts/corisanderegular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoBlack';
  src: url("/assets/fonts/lato-black-webfont.woff2") format("woff2"), url("/assets/fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%;
  position: relative; }

.star-gold {
  color: #FFD700 !important; }

.fa-star {
  color: #ccc; }

.no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.mg-top10 {
  margin-top: 10px; }

.mg-top15 {
  margin-top: 15px; }

.lis-avaliacoes ul {
  /*width: 100%;*/
  margin: 0 auto;
  float: left; }
.lis-avaliacoes li {
  list-style: none;
  padding: 0px;
  display: inline; }

/*TOP MENU */
#top_menu {
  height: 80px;
  width: 100%;
  background: #FFF;
  float: left;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 2px 0px #cccccc;
  -moz-box-shadow: 0px 3px 2px 0px #cccccc;
  box-shadow: 0px 3px 2px 0px #cccccc;
  z-index: 999; }
  #top_menu #icon-usuario-mobile {
    display: none; }
  #top_menu #menu-bars-mobile {
    display: none; }
  #top_menu img {
    max-height: 60px;
    margin-top: 10px; }
  #top_menu #busca-topo {
    background: #EEBF50;
    height: 80px;
    padding: 0px 20px;
    font-family: "CorisandeRegular"; }
    #top_menu #busca-topo .form-group {
      margin-top: 18px;
      padding: 0px 10px; }
      #top_menu #busca-topo .form-group ::-webkit-input-placeholder {
        color: #002B4A; }
      #top_menu #busca-topo .form-group :-moz-placeholder {
        /* Firefox 18- */
        color: #002B4A; }
      #top_menu #busca-topo .form-group ::-moz-placeholder {
        /* Firefox 19+ */
        color: #002B4A; }
      #top_menu #busca-topo .form-group :-ms-input-placeholder {
        color: #002B4A; }
    #top_menu #busca-topo .form-control {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 0px;
      height: 40px; }
    #top_menu #busca-topo .input-group-addon {
      background: #FFF;
      border: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      font-size: 20px;
      color: #002B4A;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #top_menu #icon-usuario {
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-top: 16px;
    background: #002B4A;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #FFF;
    cursor: pointer; }
  #top_menu #sac {
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-top: 16px;
    background: #002B4A;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #FFF;
    cursor: pointer; }
    #top_menu #sac a {
      color: #FFF; }
  #top_menu #menu-bars {
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    margin-top: 12px;
    color: #002B4A;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer; }

/*FOOTER*/
footer {
  width: 100%;
  min-height: 200px;
  background: #002B4A;
  border-top: 4px solid #EEBF50;
  float: left;
  padding-top: 30px;
  font-family: "CorisandeRegular";
  color: #FFF !important; }
  footer p {
    color: #FFF !important; }
  footer #newsletter {
    margin-top: 10px; }
    footer #newsletter .form-control {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 0px;
      height: 40px; }
    footer #newsletter .input-group-addon {
      background: #FFF;
      border: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      font-size: 20px;
      color: #002B4A;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  footer #redes-sociais ul {
    margin-left: -5px;
    display: inline-block;
    padding-left: 0px; }
  footer #redes-sociais li {
    list-style: none;
    margin: 5px;
    float: left; }
  footer #redes-sociais a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #EEBF50;
    color: #002B4A;
    font-size: 20px;
    float: left; }
  footer #redes-sociais a:hover {
    background: #FFF; }
  footer strong {
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    text-align: center; }
  footer ul {
    padding-top: 15px;
    padding-left: 3px; }
  footer li {
    list-style: none;
    margin-left: 0px; }
    footer li a {
      color: #eee; }
    footer li a:hover {
      color: #fff; }
  footer .copyright {
    margin-top: 35px;
    height: 35px;
    line-height: 35px;
    background: #002B3B;
    font-family: "CorisandeRegular";
    text-transform: uppercase;
    color: #c0c0c0;
    font-family: 9px;
    text-align: right; }

.breadcrumb {
  margin-top: 20px;
  font-family: "CorisandeRegular";
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#menu-integracao ul {
  height: 80px;
  float: right;
  font-size: 20px;
  font-family: "CorisandeRegular"; }
  #menu-integracao ul li {
    height: 80px;
    padding: 0px 50px;
    line-height: 80px;
    list-style: none;
    display: inline-table;
    float: left;
    a: out; }
    #menu-integracao ul li a {
      text-decoration: none;
      color: #333;
      width: 100%;
      height: 100%;
      float: left; }
    #menu-integracao ul li a:hover {
      color: #333;
      text-decoration: none; }
    #menu-integracao ul li a:active {
      cursor: none;
      text-decoration: none; }
  #menu-integracao ul li:hover {
    background: #eee; }

#side-menu {
  width: 270px;
  height: 100%;
  overflow: auto;
  background: #fff;
  position: fixed;
  top: 0px;
  right: -275px;
  z-index: 3990;
  font-family: "Lato Black";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: -2px 3px 5px 0px #333333;
  -moz-box-shadow: -2px 3px 5px 0px #333333;
  box-shadow: -2px 3px 5px 0px #333333; }
  #side-menu .banner-close {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    float: left; }
    #side-menu .banner-close a {
      color: #ccc;
      float: right;
      margin-right: 20px; }
  #side-menu ul {
    width: 100%;
    /*margin-top: 10px;*/
    padding: 0px;
    float: left; }
    #side-menu ul li {
      list-style: none;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-bottom: 1px solid #eee;
      float: left; }
      #side-menu ul li a {
        color: #333;
        text-decoration: none;
        width: 100%;
        height: 100%;
        float: left; }
      #side-menu ul li a:hover {
        text-decoration: none;
        background: #002B4A;
        color: #FFF; }

/* Go UP */
.go-up {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  right: -60px;
  bottom: 50px;
  cursor: pointer;
  text-align: center;
  background: #EEBF50;
  z-index: 9999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.go-up:hover {
  background-color: #ccc; }

@media (max-width: 980px) {
  #top_menu {
    height: 230px;
    text-align: center; }
    #top_menu #busca-topo {
      height: 135px;
      margin-top: 10px; }
    #top_menu #links-navigation {
      display: none; }
    #top_menu #icon-usuario {
      display: none; }
    #top_menu #icon-usuario-mobile {
      position: absolute;
      top: 0px;
      left: 15px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      vertical-align: middle;
      text-align: center;
      font-size: 20px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      margin-top: 16px;
      background: #002B4A;
      opacity: 0.7;
      filter: alpha(opacity=70);
      color: #FFF;
      cursor: pointer;
      display: block !important;
      z-index: 400; }
    #top_menu #menu-bars-mobile {
      position: absolute;
      top: 0px;
      right: 15px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      vertical-align: middle;
      text-align: center;
      font-size: 30px;
      margin-top: 12px;
      color: #002B4A;
      opacity: 0.7;
      filter: alpha(opacity=70);
      cursor: pointer;
      display: block !important;
      z-index: 400; } }
.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 40px; }

.form-group label {
  text-transform: uppercase;
  font-family: "CorisandeRegular";
  font-size: 12px; }

.title {
  font-family: "Lato Black";
  color: #007fad;
  font-size: 16px;
  min-height: 40px;
  width: 100%;
  padding: 10px;
  /*line-height: 50px;*/
  border-bottom: 1px solid #cdd0d2;
  text-align: center;
  float: left; }

.btn-gfacil {
  width: 80%;
  padding: 5px 10px;
  background: #002B4A;
  color: #FFF; }

.title-publicidade {
  font-size: 12px;
  width: 100%;
  border-bottom: 1px solid #696969;
  color: #696969; }

#livesearch-atv {
  margin-left: 10px;
  width: calc(100% -20px) !important; }
  #livesearch-atv ul li {
    list-style: none !important;
    padding: 5px 10px; }

#livesearch-city {
  top: 40px !important;
  left: -10px !important;
  margin-left: 10px;
  width: calc(100% -20px) !important; }
  #livesearch-city ul li {
    list-style: none !important;
    padding: 5px 10px; }

.banner-institucionais {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  font-family: "CorisandeRegular";
  font-size: 18px; }
  .banner-institucionais h1 {
    font-family: 'LatoBlack';
    color: #FFF;
    float: left;
    background: #002B4A;
    padding: 5px 10px; }
  .banner-institucionais .texto-destaque {
    background: #fff;
    color: #002B4A;
    width: 80%;
    padding: 10px 15px;
    float: left;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.institucionais {
  margin-top: 10px;
  font-family: "CorisandeRegular";
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px; }
  .institucionais h2 {
    font-family: 'LatoBlack';
    text-transform: uppercase;
    font-size: 24px; }
  .institucionais .missao {
    color: #FFF;
    height: 200px;
    background: #129FEA; }
  .institucionais .responsabilidade {
    height: 200px;
    background: #129FEA;
    color: #FFF; }
  .institucionais .versoes {
    height: 236px;
    padding: 60px 0px;
    font-size: 26px;
    text-align: left;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    margin-top: 20px; }
  .institucionais .img-versoes img {
    margin-top: 20px;
    float: right; }
  .institucionais .outras-informacoes {
    text-align: left; }
    .institucionais .outras-informacoes h3 {
      text-align: center;
      font-size: 28px;
      color: #002B4A;
      margin-bottom: 30px; }

.mg-top10 {
  margin-top: 10px; }

.mg-top20 {
  margin-top: 20px; }

.contato {
  margin-top: 20px;
  min-height: 450px;
  font-family: "CorisandeRegular"; }
  .contato #banner-contato {
    width: 100%;
    height: 300px;
    /*background-image: url("/assets/images/contato.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    float: left; }
    .contato #banner-contato p {
      padding: 10px;
      /*background: rgba(0, 0, 0, 0.5);*/
      background: #002B4A;
      color: #FFF;
      width: 100%;
      float: left;
      font-size: 16px; }
  .contato .btn-gfacil {
    width: 100% !important; }
  .contato h1 {
    font-family: 'LatoBlack';
    color: #FFF;
    float: left;
    background: #002B4A;
    padding: 5px 10px;
    width: 100;
    float: left;
    /*margin-top: 0px;*/ }

.faq {
  margin-top: 20px;
  min-height: 450px;
  font-family: "CorisandeRegular"; }
  .faq p {
    font-size: 18px; }
  .faq .banner-faq {
    width: 100%;
    height: 300px;
    background-image: url("/assets/images/faq.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 10px;
    float: left; }
    .faq .banner-faq h1 {
      font-family: 'LatoBlack';
      color: #FFF;
      float: left;
      background: #002B4A;
      padding: 5px 10px;
      width: 100;
      float: left;
      /*margin-top: 0px;*/ }
    .faq .banner-faq p {
      padding: 10px;
      background: rgba(0, 0, 0, 0.5);
      color: #FFF;
      width: 100%;
      float: left;
      font-size: 16px; }

.anunciar {
  margin-top: 10px;
  font-family: "CorisandeRegular";
  min-height: 800px;
  font-size: 22px;
  padding-bottom: 50px;
  /*.btn-gfacil{
    width: 100% !important;
  }
*/ }
  .anunciar .banner-anunciar {
    width: 100%;
    height: 500px;
    background-image: url("/assets/images/bg-anuncie.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 10px;
    float: left; }
  .anunciar .title {
    text-transform: uppercase; }
  .anunciar .footer-contato {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #cdd0d2;
    margin-top: 10px;
    text-align: center;
    float: left; }
  .anunciar p {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 100%;
    float: left; }
  .anunciar ul {
    padding-left: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 100%;
    float: left; }
    .anunciar ul li {
      margin-left: 20px; }
  .anunciar h1 {
    font-family: 'LatoBlack';
    color: #FFF;
    float: left;
    background: #002B4A;
    padding: 5px 10px;
    width: 100%;
    float: left;
    /*margin-top: 0px;*/ }
  .anunciar h2 {
    font-family: 'LatoBlack';
    text-transform: uppercase;
    font-size: 26px;
    width: 100%;
    margin-top: 90px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px; }
  .anunciar .form-contato-anuncie {
    width: 100%;
    min-height: 500px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
    box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5); }
  .anunciar .box-comparativo {
    margin-top: 20px;
    width: 100%;
    min-height: 390px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
    box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5); }
    .anunciar .box-comparativo ul {
      width: 100%;
      background: none;
      margin-left: 0px;
      padding-left: 0px;
      font-size: 15px; }
      .anunciar .box-comparativo ul li {
        list-style: none;
        color: #696969;
        padding: 10px;
        border-bottom: 1px solid #eee; }
        .anunciar .box-comparativo ul li:before {
          font-family: FontAwesome;
          content: "\f00c";
          color: green;
          margin-right: 10px; }
      .anunciar .box-comparativo ul .disabled {
        color: #ccc !important; }
        .anunciar .box-comparativo ul .disabled:before {
          content: '' !important; }
  .anunciar .banner-comparativo {
    /*width: 100%;
    height: 500px;
    background-image: url("/assets/images/bg-anuncie.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 10px;
    background-color: #FFF;
    float: left;*/ }

.banner-midia {
  width: 100%;
  height: 300px;
  background-image: url("/assets/images/bg-midia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 10px;
  float: left;
  font-family: "CorisandeRegular";
  font-size: 20px; }
  .banner-midia h1 {
    font-family: 'LatoBlack';
    color: #FFF;
    float: left;
    background: #002B4A;
    padding: 5px 10px;
    width: 100%;
    float: left;
    /*margin-top: 0px;*/ }
  .banner-midia p {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 100%;
    float: left; }

.required-error {
  font-size: 10px;
  width: 100%;
  height: 10px;
  padding: 0px;
  margin: 0px;
  float: left; }

.alert {
  font-size: 10px !important; }
  .alert .alert-success {
    background: green;
    color: #FFF; }
  .alert .alert-danger {
    background: red;
    color: #FFF; }

/*# sourceMappingURL=institucionais.css.map */
</pre></body></html>