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

h2 {
  color: #002B4A;
  font-family: 'LatoBlack';
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80); }

/*Banner Home*/
#banner-home {
  height: 500px;
  background-image: url("/assets/images/papaya-salad-1768888_1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-color: #e0e0e0; }

h1 {
  font-family: 'LatoBlack';
  color: #FFF;
  float: left;
  background: #002B4A;
  padding: 5px 10px;
  margin-top: -480px;
  margin-left: 50px; }

#atividades-destaque {
  background: #FFF;
  border: 1px solid #ccc;
  min-height: 500px;
  margin-top: -120px;
  padding-bottom: 10px; }
  #atividades-destaque p {
    text-align: center;
    font-family: "CorisandeRegular";
    font-size: 18px; }
  #atividades-destaque h3 {
    font-family: "CorisandeRegular";
    text-align: center;
    text-transform: uppercase;
    font-size: 18px; }
  #atividades-destaque a {
    color: #002B4A; }
  #atividades-destaque ul {
    width: 100%;
    padding: 0px; }
  #atividades-destaque li {
    list-style: none;
    padding: 10px 0px;
    background: #FFF;
    border-top: 1px solid #eee;
    height: 80px; }
    #atividades-destaque li span {
      background: #FFD700;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #002B4A;
      font-size: 15px;
      font-family: 'CorisandeRegular';
      float: left;
      margin-top: 10px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    #atividades-destaque li p {
      text-align: left;
      font-size: 15px; }
  #atividades-destaque .empresa-destaque-ranking {
    height: 150px;
    background-image: url("/assets/images/casadoporco_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    #atividades-destaque .empresa-destaque-ranking span {
      background: #FFD700;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #002B4A;
      font-size: 15px;
      font-family: 'CorisandeRegular';
      margin-right: 10px;
      margin-top: 10px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      float: right; }
    #atividades-destaque .empresa-destaque-ranking small {
      color: #FFF; }
    #atividades-destaque .empresa-destaque-ranking p {
      text-align: left;
      text-transform: uppercase;
      font-family: "CorisandeRegular";
      color: #FFF;
      background: #002B4A;
      padding: 5px 10px;
      font-size: 14px; }
    #atividades-destaque .empresa-destaque-ranking .avaliacoes-home {
      margin-top: 40px; }

#atividades-mais-buscadas {
  background-image: url("/assets/images/highway-821487_1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  min-height: 700px;
  margin-top: 20px;
  padding: 20px 0px;
  font-family: "Lato Black";
  text-align: center; }
  #atividades-mais-buscadas p {
    color: #FFF;
    font-size: 18px; }
  #atividades-mais-buscadas h2 {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    text-transform: uppercase; }
  #atividades-mais-buscadas .box-atividades {
    width: 100%;
    height: 240px;
    background: #FFF;
    margin-top: 30px;
    border: 4px solid #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    /*@include box-shadow( 2px 3px 2px 0px #333);*/ }
    #atividades-mais-buscadas .box-atividades img {
      max-width: 100%;
      -webkit-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    #atividades-mais-buscadas .box-atividades .avaliacoes {
      height: 50px;
      width: 120px;
      top: 34px;
      right: 18px;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      padding-top: 7px; }
      #atividades-mais-buscadas .box-atividades .avaliacoes ul {
        width: 82px;
        padding-left: 0px !important;
        margin: 0 auto; }
      #atividades-mais-buscadas .box-atividades .avaliacoes span {
        background: #FFD700;
        width: 100%;
        padding: 3px;
        margin-top: 3px;
        text-align: center;
        text-transform: uppercase;
        color: #002B4A;
        font-family: "CorisandeRegular";
        float: left; }
    #atividades-mais-buscadas .box-atividades h4 {
      text-align: center;
      font-family: "Lato Black"; }

#posts-recentes {
  background: #eee;
  min-height: 600px;
  padding: 50px 0px; }
  #posts-recentes .post-principal {
    width: 100%;
    height: 600px;
    background-image: url("/assets/images/girl-1787357_640.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    float: left; }
  #posts-recentes h4 {
    font-family: 'LatoBlack';
    text-transform: uppercase;
    font-size: 30px;
    background: #002B4A;
    padding: 5px 10px;
    color: #FFF;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px; }
  #posts-recentes .col-md-5 {
    padding-right: 5px; }
  #posts-recentes .post-home {
    width: 100%;
    height: 300px;
    background: #ccc;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative; }
    #posts-recentes .post-home h4 {
      font-family: 'LatoBlack';
      text-transform: uppercase;
      font-size: 20px;
      background: #FFD700;
      padding: 5px 10px;
      color: #002B4A;
      text-align: right;
      position: absolute;
      right: 0px;
      bottom: 0px; }
  #posts-recentes .margin-top-15 {
    margin-top: 5px;
    height: 295px !important; }
  #posts-recentes .margin-bottom-15 {
    margin-bottom: 5px;
    height: 295px !important; }
  #posts-recentes #posts-right .col-md-6 {
    padding-left: 5px;
    padding-right: 5px; }

#bairros-mais-buscados {
  background: #FFF;
  min-height: 400px;
  margin-top: 20px;
  padding-bottom: 40px;
  float: left;
  font-family: "CorisandeRegular";
  font-size: 18px;
  text-align: center; }
  #bairros-mais-buscados .box-bairros {
    width: 100%;
    height: 100px;
    background: #eee;
    margin-top: 10px;
    text-align: center; }
    #bairros-mais-buscados .box-bairros a {
      width: 100%;
      margin-top: 5px;
      float: left;
      font-family: "CorisandeRegular";
      color: #002B4A;
      text-transform: uppercase;
      text-align: center; }
    #bairros-mais-buscados .box-bairros .avaliacoes {
      height: 50px;
      width: 100%;
      float: left;
      margin-bottom: 10px;
      background: rgba(0, 0, 0, 0.5);
      padding-top: 7px;
      font-size: 14px; }
      #bairros-mais-buscados .box-bairros .avaliacoes ul {
        width: 82px;
        padding-left: 0px !important;
        margin: 0 auto; }
      #bairros-mais-buscados .box-bairros .avaliacoes span {
        background: #FFD700;
        width: 100%;
        padding: 3px;
        margin-top: 3px;
        text-align: center;
        text-transform: uppercase;
        color: #002B4A;
        font-family: "CorisandeRegular";
        float: left; }
  #bairros-mais-buscados h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    text-transform: uppercase;
    margin-bottom: 10px; }

/*# sourceMappingURL=home.css.map */
