<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; }

body {
  background: #ebeced; }

.banner-close-filtro {
  display: none; }

#container-resultado {
  font-family: "CorisandeRegular";
  min-height: 800px; }
  #container-resultado .col-md-12 {
    padding-right: 0px; }
  #container-resultado .col-md-2 {
    /*padding-top: 10px;*/
    padding-right: 0px; }
  #container-resultado .col-md-8 {
    padding-right: 0px; }
  #container-resultado .col-md-8 {
    /*padding-top: 10px;*/
    padding-bottom: 20px; }
    #container-resultado .col-md-8 .col-md-12 {
      padding-left: 0px;
      padding-right: 0px; }
    #container-resultado .col-md-8 .col-md-9 {
      padding-left: 0px; }
    #container-resultado .col-md-8 .col-md-3 {
      padding-right: 0px; }
    #container-resultado .col-md-8 .dropdown-toggle {
      width: 100%;
      height: 50px;
      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: */ }
    #container-resultado .col-md-8 .dropdown-menu {
      width: 100%;
      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: */ }
  #container-resultado .filtros {
    width: 100%;
    min-height: 500px;
    background: #fff;
    color: #37454d;
    -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: */ }
    #container-resultado .filtros .label {
      width: 100%;
      height: 40px;
      font-family: "Lato Black";
      line-height: 40px;
      padding: 0px 10px;
      float: left;
      color: #37454d;
      font-size: 14px;
      /*text-align: left;*/
      text-transform: uppercase; }
    #container-resultado .filtros .form-group {
      padding: 0px;
      padding-left: 10px;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 12px;
      /*line-height: 20px;*/ }
      #container-resultado .filtros .form-group input {
        margin-right: 10px;
        float: left; }
      #container-resultado .filtros .form-group label {
        cursor: pointer;
        margin-top: 4px;
        float: left;
        font-weight: normal; }
    #container-resultado .filtros .footer-filter {
      width: 100%;
      min-height: 70px;
      line-height: 70px;
      border-top: 1px solid #cdd0d2;
      text-align: center; }
  #container-resultado .PLUS {
    background: #F0E68C !important; }
  #container-resultado .box-resultado {
    width: 100%;
    /*min-height: 200px;*/
    background: #fff;
    color: #37454d;
    margin-top: 20px;
    padding-bottom: 15px;
    float: left;
    -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: */ }
    #container-resultado .box-resultado .avaliacoes {
      height: 50px;
      width: 120px;
      top: 2px;
      right: 2px;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      padding-top: 7px; }
      #container-resultado .box-resultado .avaliacoes ul {
        width: 82px;
        padding-left: 0px;
        margin: 0 auto; }
      #container-resultado .box-resultado .avaliacoes span {
        background: #FFD700;
        width: 100%;
        padding: 3px;
        margin-top: 3px;
        text-align: center;
        text-transform: uppercase;
        color: #002B4A;
        font-family: "CorisandeRegular";
        float: left; }
      #container-resultado .box-resultado .avaliacoes a {
        color: #37454d; }
    #container-resultado .box-resultado img {
      margin-top: 15px; }
    #container-resultado .box-resultado .logo-empresa .avaliacoes {
      display: none; }
  #container-resultado .box-resultado:hover {
    border: 1px solid #007fad;
    cursor: pointer; }
  #container-resultado h1 {
    font-family: "Lato Black";
    font-size: 20px;
    color: #007fad; }
    #container-resultado h1 span {
      color: #a94442; }
  #container-resultado h2 {
    font-size: 22px;
    color: #007fad; }
  #container-resultado .endereco {
    width: 100%;
    font-size: 15px;
    color: #37454d;
    float: left; }
  #container-resultado .endereco:before {
    font-family: FontAwesome;
    content: "\f041"; }
  #container-resultado .telefones {
    width: 100%;
    font-size: 16px;
    color: #007fad;
    float: left; }
  #container-resultado .telefones:before {
    font-family: FontAwesome;
    content: "\f095"; }
  #container-resultado .basico {
    padding-left: 15px !important; }
  #container-resultado .ferramentas-resultado {
    width: 100%;
    padding-left: 0px;
    border-top: 1px solid #cdd0d2;
    padding-top: 10px;
    float: left; }
    #container-resultado .ferramentas-resultado li {
      padding: 5px 15px 0px 0px;
      height: 40px;
      line-height: 40px;
      list-style: none;
      display: inline-block;
      float: left; }
      #container-resultado .ferramentas-resultado li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #002B4A;
        color: #fff;
        margin-right: 15px;
        text-align: center;
        float: left;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
      #container-resultado .ferramentas-resultado li .favoritos {
        background: #B22222 !important; }
  #container-resultado .box-publicidade {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    float: left; }
    #container-resultado .box-publicidade img {
      max-width: 100%; }

.icon-filter-mobile {
  display: none; }

@media (max-width: 980px) {
  .banner-close-filtro {
    display: inline-block !important;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    float: left; }
    .banner-close-filtro a {
      color: #ccc;
      float: right;
      margin-right: 20px; }

  .icon-filter-mobile {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -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: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #FFF;
    background: #007fad;
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    z-index: 3099;
    cursor: pointer; }

  .filtros {
    width: 270px !important;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 0px;
    left: -275px;
    z-index: 3990; }

  #ordenar {
    padding-left: 0px !important; }

  .box-resultado .logo-empresa {
    text-align: center !important; }
    .box-resultado .logo-empresa .avaliacoes {
      left: 2px !important;
      display: inline-block !important; }
    .box-resultado .logo-empresa .thumbnail {
      display: inline-block !important; }
  .box-resultado .dados-empresa {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .box-resultado .dados-empresa .avaliacoes {
      display: none; } }

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