* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #fff;
}

/* Helpers */
.fluid-img {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden-desktop {
  display: none;
}
a {
  text-decoration: none;
  color: #302f2d;
}

a:hover {
  color: #b4010e;
}

table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.228571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.alerta {
  display: block;
  /*: 97.8%;*/
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  padding: 12px 1%;
  color: #555;
  border: 1px solid #f0eddd;
  background-color: #fdfbf3;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.alerta-sucesso {
  border: 1px solid #dce2de;
  background-color: #e4f7ea;
  color: #4d804d;
}

.alerta-erro {
  border: 1px solid #ecc0bd;
  background-color: #fbeae8;
  color: #d9534f;
}

.alerta-info {
  border: 1px solid #c4ddec;
  background-color: #f1f7fb;
  color: #33597d;
}

.left-10 {
  margin-left: 10px;
}
.left-20 {
  margin-left: 20px;
}
.left-30 {
  margin-left: 30px;
}
.right-10 {
  margin-right: 10px;
}
.right-20 {
  margin-right: 20px;
}
.right-30 {
  margin-right: 30px;
}

.noright {
  margin-right: 0 !important;
}
.noleft {
  margin-left: 0 !important;
}

.fleft {
  float: left;
}
.fright {
  float: right;
}

::-webkit-input-placeholder {
  color: #112140;
}
:-moz-placeholder {
  color: #112140;
}
::-moz-placeholder {
  color: #112140;
}
:-ms-input-placeholder {
  color: #112140;
}

.error {
  border: 1px solid red !important;
}

label.error {
  display: block !important;
  border: 0 !important;
  font-size: 10px;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
}

.main {
  min-height: 100%;
  margin: 0 auto -47px;
  background-color: #fff;
}

.content {
  width: 960px;
  margin: 20px auto;
  display: table;
}

.pagina {
  width: 650px;
  float: left;
}

.pagina-texto {
  font-size: 15px;
  color: #555;
  margin: 20px 0;
  padding: 0 10px;
  text-align: justify;
}

.pagina-texto a {
  padding-bottom: 1px;
  border-bottom: 1px dotted #777;
}

h3 {
  margin-bottom: 20px;
  background: transparent url("img/bg_title.png") left center repeat-x;
  padding: 0;
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
}

h3 span {
  background: #fff;
  padding-right: 5px;
}

.breadcrumb {
  margin: 0;
  display: block;
  width: 98%;
  margin-bottom: 25px;
  padding: 3px 1%;
  background-color: #f8f8f8;
  border-radius: 5px;
  list-style-type: none;
}

.breadcrumb li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  vertical-align: middle;
  line-height: 16px;
}

.breadcrumb li:first-child {
  font-weight: 400;
}

.breadcrumb li.sep {
  background: url("img/arrow_breadcrumb.png") no-repeat 0 1px;
  width: 9px;
  height: 13px;
  margin: 0 3px;
}

.breadcrumb li a {
  color: #333;
  font-weight: 700;
}

.sidebar {
  float: right;
  width: 300px;
  min-height: 250px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #ffffff !important;
  background-color: #302f2d;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #555;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #302f2d;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #ed9c28;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
}

.btn-danger {
  color: #ffffff !important;
  background-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
}

.btn-success {
  color: #ffffff !important;
  background-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
}

.btn-info {
  color: #ffffff !important;
  background-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
}

.pagination {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 3px;
  padding: 4px 0;
}

.pagination li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
}

.pagination li a:hover {
  background-color: #b4010e;
  color: #fff;
}

.pagination li.pagination-active {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
}

.pagination li a.pagination-nav {
  border: 0;
  background-color: transparent;
}

/*********************************************************
  Header
*********************************************************/

header {
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

.header-inner {
  width: 960px;
  margin: 0 auto;
}

.logo {
  display: block;
  margin: 0;
  float: left;
}

.topo {
  width: 960px;
  margin: 0 auto;
}

.topo-buttons,
.bottom-buttons {
  margin: 25px 0;
  padding: 0;
  list-style-type: none;
  float: right;
  text-align: center;
}

.topo-buttons li {
  display: inline-block;
  margin-left: 10px;
}

.bottom-buttons li {
  display: block;
  margin: 20px 0;
}

.topo-buttons li a,
.bottom-buttons li a {
  width: 200px;
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.2s, color 0.3s;
  -moz-transition: background 0.2s, color 0.3s;
  transition: background 0.2s, color 0.3s;
}

.bottom-buttons li a {
  margin: 0 auto;
}

.topo-buttons li:first-child a,
.bottom-buttons li:first-child a {
  background-color: #b4010e;
  color: #fbfaf8;
}

.topo-buttons li a:hover,
.bottom-buttons li a:hover {
  /*background-color: #555;*/
}

.topo-buttons li:first-child a:hover,
.bottom-buttons li:first-child a:hover {
  background-color: #302f2d;
  color: #fff;
}

.bottom-buttons {
  display: none;
  float: none;
  margin: 0;
}

nav {
  width: 100%;
  background-color: #373737;
  display: table;
  padding: 5px 0;
}

.menu {
  margin: 0 0 4px 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

.menu li {
  display: inline-block;
  margin: 0 14px;
}

.menu li a {
  font-size: 10px;
  color: #cfcfcf;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.menu li a:hover {
  color: #fff;
}

/*.slicknav_menu {
    display: none;
}

.slicknav_nav a {
    text-align: center;
}*/

/*********************************************************
  Menu Mobile
*********************************************************/

.menu-mobile {
  color: #fefefe;
  font-size: 28px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9;
  display: none;
}

.mm-menu.mm-theme-dark {
  background: #343434;
}

.mm-listview a {
  color: #ccc !important;
  letter-spacing: 0.03em;
  padding-left: 33px !important;
  background: url("img/seta_menu.png") no-repeat left 10px top 12px;
  font-size: 1.1em;
  font-weight: 600;
}

.mm-navbar {
  height: 80px !important;
  border-bottom: 0;
  padding: 20px 0;
}

.mm-navbar .mm-title {
  font-size: 0.75em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mm-navbar .mm-title img {
  max-height: 50px;
}

.mm-listview a:hover {
  background-color: #333;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 30px !important;
}

/*********************************************************
  Home
*********************************************************/

/*.home {
	background: url('img/bg_search_index.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index {
    background-color: rgba(0,0,0,0.1);
}*/

.home-categorias {
  width: 100%;
  float: left;
}

.home-categorias .categorias li {
  width: 237px;
}

.search {
  width: 100%;
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  padding: 80px 0;
}

.search-form {
  width: 100%;
  display: table;
  padding: 0;
  background: url("img/bg_search.jpg") no-repeat center center;
}

.search-form-inner {
  display: table;
  position: relative;
  margin: 0 auto;
}

/*********************************************************
  Form
*********************************************************/

.frm {
  display: table;
  margin: 0 auto;
  padding: 20px 0;
}

.search-form .frm {
  padding: 30px 0 10px 0;
}

.frm-texto {
  font-size: 15px;
  color: #555;
  margin: 20px 0;
  padding: 0 10px;
  text-align: justify;
  clear: both;
}

.frm-texto a {
  padding-bottom: 1px;
  border-bottom: 1px dotted #777;
}

.frm-texto-destaque {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
}

.frm-left {
  float: left;
  width: 450px;
  padding: 0 10px;
}

.frm-right {
  float: right;
  width: 450px;
  padding: 0 10px;
}

.frm-campo {
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.frm label {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  display: block;
  padding-right: 10px;
  line-height: 20px;
}

.frm input,
.frm select,
.frm textarea {
  border: 1px solid #cfcfcf;
  background-color: #fefefe;
  outline: none;
  font-family: "Roboto", cursive;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.frm input:focus {
  background-color: #fff;
}

.frm input[type="radio"] {
  display: none;
}

.frm input[type="radio"] + label {
  display: inline-block;
  line-height: 38px;
  width: 160px;
}

.frm input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 15px 0;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  vertical-align: middle;
  background: #fafafa url("img/checked_no.png") no-repeat;
  background-position: 5px 5px;
  float: left;
  padding: 10px;
}

.frm input[type="radio"]:checked + label span {
  background: #fff url("img/checked_yes.png") no-repeat;
  background-position: 5px 5px;
}

.frm input {
  padding: 10px 7px;
}

.frm select {
  -moz-appearance: window;
  background-repeat: no-repeat;
  background-position: top 17px right 7px;
  padding: 6px;
  background-image: url("img/arrow_select.png");
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  height: 40px;
}

.frm select::-ms-expand {
  display: none;
}

.frm textarea {
  padding: 7px;
}

.frm input.ipt-large {
  width: 0;
}
.frm input.ipt-big {
  width: 433px;
}
.frm input.ipt-med {
  width: 355px;
}
.frm input.ipt-min {
  width: 140px;
}
.frm input.ipt-small {
  width: 50px;
}
.frm input.ipt-equal {
  width: 203px;
}

.frm input.ipt-search {
  width: 760px;
}
.frm select.ipt-local {
  width: 200px;
}

.frm select.ipt-equal {
  width: 218px;
}

.frm textarea {
  width: 433px;
  height: 98px;
  margin-right: 0;
}

.frm input[type="checkbox"] {
  display: none;
}

.frm input[type="checkbox"] + label {
  display: inline-block;
  line-height: 38px;
  width: 75px;
  margin-right: 10px;
}

.frm input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 15px 0;
  cursor: pointer;
  border: 1px solid #cecece;
  background-color: #fafafa;
  vertical-align: middle;
  background: #fafafa url("img/checked_no.png") no-repeat;
  background-position: 5px 5px;
  float: left;
  padding: 10px;
}

.frm input[type="checkbox"]:checked + label span {
  background: #fff url("img/checked_yes.png") no-repeat;
  background-position: 5px 5px;
}

.btn-pesquisar,
.btn-editar,
.btn-adicionar,
.btn-login,
.btn-enviar,
.btn-resetpassword {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  background-color: #302f2d;
  border: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.2s, color 0.3s;
  -moz-transition: background 0.2s, color 0.3s;
  transition: background 0.2s, color 0.3s;
}

.btn-pesquisar {
  width: 160px;
}

.btn-editar,
.btn-adicionar,
.btn-login,
.btn-enviar {
  width: 150px;
  float: right;
  clear: both;
}

.btn-resetpassword {
  width: 180px;
}

.btn-pesquisar:hover,
.btn-editar:hover,
.btn-adicionar:hover,
.btn-login:hover,
.btn-enviar:hover,
.btn-resetpassword:hover {
  background-color: #b4010e;
  color: #fbfaf8;
}

.btn-gerar {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 0;
  width: 280px;
  float: right;
}

.captcha {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.error {
  border: 1px solid red !important;
}

label.error {
  display: block !important;
  border: 0 !important;
  font-size: 10px;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
}

/*********************************************************
  Categorias
*********************************************************/

.categorias {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.categorias li {
  display: inline-block;
  width: 50%;
  margin: 5px 0;
}

.categorias li:nth-child(2n + 1) {
  background-color: #fafafa;
}

.categorias li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 3px 1px 3px 30px;
  background-position: 5px 5px !important;
  display: block;
}

.categorias li a:hover {
  color: #b4010e;
}

.agricultura-e-pecuaria {
  background: url("img/cat/agricultura-e-pecuaria.png") no-repeat;
}
.alimentos-e-bebidas {
  background: url("img/cat/alimentos-e-bebidas.png") no-repeat;
}
.animais-e-veterinaria {
  background: url("img/cat/animais-e-veterinaria.png") no-repeat;
}
.artes-e-cultura {
  background: url("img/cat/artes-e-cultura.png") no-repeat;
}
.associacoes-e-sindicatos {
  background: url("img/cat/associacoes-e-sindicatos.png") no-repeat;
}
.automoveis-e-veiculos {
  background: url("img/cat/automoveis-e-veiculos.png") no-repeat;
}
.bancos-e-financeiras {
  background: url("img/cat/bancos-e-financeiras.png") no-repeat;
}
.bares-e-lanchonetes {
  background: url("img/cat/bares-e-lanchonetes.png") no-repeat;
}
.beleza-e-estetica {
  background: url("img/cat/beleza-e-estetica.png") no-repeat;
}
.calcados-e-bolsas {
  background: url("img/cat/calcados-e-bolsas.png") no-repeat;
}
.casa-e-jardim {
  background: url("img/cat/casa-e-jardim.png") no-repeat;
}
.ciencia-e-tecnologia {
  background: url("img/cat/ciencia-e-tecnologia.png") no-repeat;
}
.clinicas-e-laboratorios {
  background: url("img/cat/clinicas-e-laboratorios.png") no-repeat;
}
.comunicacoes-e-midia {
  background: url("img/cat/comunicacoes-e-midia.png") no-repeat;
}
.confeccao-e-vestuario {
  background: url("img/cat/confeccao-e-vestuario.png") no-repeat;
}
.construcao-e-reforma {
  background: url("img/cat/construcao-e-reforma.png") no-repeat;
}
.economia-e-financas {
  background: url("img/cat/economia-e-financas.png") no-repeat;
}
.educacao {
  background: url("img/cat/educacao.png") no-repeat;
}
.eletro-e-eletronica {
  background: url("img/cat/eletro-e-eletronica.png") no-repeat;
}
.emprego-e-trabalho {
  background: url("img/cat/emprego-e-trabalho.png") no-repeat;
}
.entretenimento-e-lazer {
  background: url("img/cat/entretenimento-e-lazer.png") no-repeat;
}
.escolas-e-faculdades {
  background: url("img/cat/escolas-e-faculdades.png") no-repeat;
}
.esportes-e-fitness {
  background: url("img/cat/esportes-e-fitness.png") no-repeat;
}
.festas-e-eventos {
  background: url("img/cat/festas-e-eventos.png") no-repeat;
}
.governo-e-servico-publico {
  background: url("img/cat/governo-e-servico-publico.png") no-repeat;
}
.graficas-e-editoras {
  background: url("img/cat/graficas-e-editoras.png") no-repeat;
}
.higiene-e-limpeza {
  background: url("img/cat/higiene-e-limpeza.png") no-repeat;
}
.hospitais-e-maternidades {
  background: url("img/cat/hospitais-e-maternidades.png") no-repeat;
}
.hoteis-e-pousadas {
  background: url("img/cat/hoteis-e-pousadas.png") no-repeat;
}
.igrejas-e-templos {
  background: url("img/cat/igrejas-e-templos.png") no-repeat;
}
.imoveis-e-empreendimentos {
  background: url("img/cat/imoveis-e-empreendimentos.png") no-repeat;
}
.imprensa-e-midia {
  background: url("img/cat/imprensa-e-midia.png") no-repeat;
}
.informatica-e-internet {
  background: url("img/cat/informatica-e-internet.png") no-repeat;
}
.mecanica-e-funilaria {
  background: url("img/cat/mecanica-e-funilaria.png") no-repeat;
}
.medicina-e-saude {
  background: url("img/cat/medicina-e-saude.png") no-repeat;
}
.medicos-e-consultorios {
  background: url("img/cat/medicos-e-consultorios.png") no-repeat;
}
.moda-e-acessorios {
  background: url("img/cat/moda-e-acessorios.png") no-repeat;
}
.papel-e-embalagem {
  background: url("img/cat/papel-e-embalagem.png") no-repeat;
}
.plastico-e-borracha {
  background: url("img/cat/plastico-e-borracha.png") no-repeat;
}
.publicidade-e-propaganda {
  background: url("img/cat/publicidade-e-propaganda.png") no-repeat;
}
.quimica-e-farmaceutica {
  background: url("img/cat/quimica-e-farmaceutica.png") no-repeat;
}
.restaurantes-e-lanchonetes {
  background: url("img/cat/restaurantes-e-lanchonetes.png") no-repeat;
}
.seguros-e-seguranca {
  background: url("img/cat/seguros-e-seguranca.png") no-repeat;
}
.servicos-profissionais {
  background: url("img/cat/servicos-profissionais.png") no-repeat;
}
.transporte-e-logistica {
  background: url("img/cat/transporte-e-logistica.png") no-repeat;
}
.viagem-e-turismo {
  background: url("img/cat/viagem-e-turismo.png") no-repeat;
}

/*********************************************************
  Locations
*********************************************************/

.locais {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.locais li {
  display: inline-block;
  width: 212px;
  margin: 3px 0;
}

.locais li:nth-child(2n + 1) {
  background-color: #fafafa;
}

.locais li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 3px 1px;
  background-position: 5px 5px !important;
  display: block;
  text-align: center;
}

.locais li a:hover {
  color: #b4010e;
}

/*********************************************************
  Listings
*********************************************************/

.listings {
  width: 650px;
  float: left;
}

.listings h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.listings-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.listings-lista {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listings-lista li {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #cfcfcf;
  background-color: #fafafa;
  margin-bottom: 10px;
}

.listings-lista li:hover {
  background-color: #fefefe;
}

.listings-img {
  display: block;
  float: left;
  margin-right: 10px;
}

.listings-img img {
  width: 90px;
}

.listings-content {
  width: 520px;
  display: table;
}

.listings-title {
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
}

.listings-title:hover {
  color: #b4010e;
}

.listings-end {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.listings-tel {
  float: right;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #476e44;
  margin-right: 5px;
}

.listings-rating {
  float: right;
}

/*********************************************************
  Listing
*********************************************************/

.listing {
  width: 650px;
  float: left;
}

.listing h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.listing-ads {
  display: table;
  width: 100%;
  padding: 25px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  margin-top: 10px;
}

.listing-ads-left {
  float: left;
  width: 300px;
}

.listing-ads-right {
  float: right;
  width: 300px;
}

.listing-desc {
  display: block;
  margin: 10px 0;
  clear: both;
}

.listing-desc p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  text-align: justify;
  line-height: 20px;
}

.listing-logo {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}

.listing-logo img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.listing-link {
  float: right;
  padding: 10px 0 2px 0;
}

.listing-end {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  padding: 0 10px;
}

.listing-end p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 20px;
}

.listing-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

.listing-tel {
  display: inline-block;
  width: 180px;
  vertical-align: top;
}

.listing-tel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listing-tel ul li {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #476e44;
  line-height: 22px;
}

.rating {
  margin: 5px 0;
}

.listing-rating {
  display: none;
}

.listing-map {
  width: 100%;
  height: 300px;
  margin: 10px 0;
  padding: 1% 0;
  background-color: #f8f8f8;
}

.listing-map #mapa {
  width: 98%;
  height: 100%;
  margin: 0 auto;
}

.listing-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.listing-social li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.listing-social li:first-child div,
.listing-social li:first-child div iframe {
  max-width: 60px !important;
}

.listing-info {
  display: block;
  width: 96%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  padding: 2%;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #e4f0f7;
  background-color: #f5fbff;
  color: #5b7388;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sidebar-related {
  width: 100%;
  margin: 20px 0;
}

.sidebar-titulo {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #dcdcdc;
  margin-bottom: 5px;
}

.sidebar-related ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-related ul li {
  display: table;
  width: 98%;
  margin-bottom: 7px;
  padding: 8px 3%;
  background: #fafafa url("img/dots.png") repeat-x left bottom;
}

.sidebar-title {
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.sidebar-end {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  float: left;
}

.sidebar-tel {
  float: right;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #476e44;
  margin-right: 5px;
}

/*********************************************************
  Member
*********************************************************/

.member-painel {
  display: block;
  width: 100%;
}

.member-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.member-menu li {
  display: inline-block;
  margin-left: 3px;
}

.member-menu li:first-child {
  margin-left: 0;
}

.member-menu li a {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.2s, color 0.3s;
  -moz-transition: background 0.2s, color 0.3s;
  transition: background 0.2s, color 0.3s;
}

.member-menu li.member-logout {
  float: right;
}

.member-info {
  display: table;
  margin-top: 20px;
  padding: 10px;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.member-photo {
  display: inline-block;
  width: 190px;
  padding: 8px;
  border: 1px solid #f3f3f3;
  background-color: #eee;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.member-dados {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 720px;
  display: inline-block;
  vertical-align: top;
}

.member-dados li:first-child {
  font-size: 27px;
  font-weight: 600;
}

.member-dados li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}

.member-dados li span {
  font-weight: 600;
}

/* Editar usuário */

.member-editar {
  display: table;
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.member-photo-editar {
  display: inline-block;
  padding: 8px;
  border: 1px solid #f8f8f8;
  background-color: #eee;
  margin-right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.member-photo-editar img {
  width: 203px;
  height: 203px;
}

.member-photo-editar:hover .add-photo {
  background: #000 url("img/icon_plus.png") no-repeat;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  position: absolute;
}

.add-photo {
  width: 187px;
  height: 204px;
  margin: 8px 0;
  padding: 0 8px;
  background-color: #000;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 8px;
}

.add-photo-input {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  z-index: 9;
  width: 187px;
  height: 204px;
  margin: 8px 0;
  padding: 0 8px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.member-listings {
  display: block;
  width: 100%;
}

.list {
  margin: 20px 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.list a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.list-header {
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-footer {
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-footer a {
  display: block;
  width: 230px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.07em;
}

.list table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}

.list table th {
  text-align: left;
}

.list table tbody td {
  font-weight: 300;
}

.list table tbody td:last-child {
  width: 140px;
  min-width: 75px;
}

.list-pagamento {
  border-top: 0 !important;
}

.list-pagamento table tbody td:last-child {
  width: auto;
  min-width: auto;
}

.list-pagamento table th:first-child {
  min-width: 80px;
}

.member-listings-add,
.member-listings-edit {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.member-logo-editar {
  display: inline-block;
  padding: 8px;
  border: 1px solid #f8f8f8;
  background-color: #eee;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.member-logo-editar img {
  width: 190px;
  height: 140px;
  display: block;
}

.member-logo-editar:hover .add-logo {
  background: #000 url("img/icon_plus.png") no-repeat center center;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  position: absolute;
}

.add-logo {
  width: 174px;
  height: 140px;
  margin: 8px 0;
  padding: 0 8px;
  background-color: #000;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  top: 0;
  left: 8px;
}

.add-logo-input {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  z-index: 9;
  width: 187px;
  height: 110px;
  margin: 8px 0;
  padding: 0 8px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.pagseguro {
  display: block;
  margin: 0 auto;
}

.panel-pendente {
  background-color: #ffff7f;
}

.panel-standard {
  background-color: #e7ffe7;
}

/*********************************************************
  Login
*********************************************************/

.login-form {
  display: table;
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login-esqueceu {
  float: left;
  font-weight: 300;
  font-size: 16px;
  color: #302f2d;
  padding-bottom: 1px;
  border-bottom: 1px dotted #777;
}

/*********************************************************
  Reset Password
*********************************************************/

.resetpassword-form {
  display: table;
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*********************************************************
  Cadastro de usuário
*********************************************************/

.register-form {
  display: table;
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*********************************************************
  Reset de Senha
*********************************************************/

.reset-form {
  display: table;
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*********************************************************
  Erro 404
*********************************************************/

.erro404 {
  width: 100%;
}

.erro404 img {
  display: block;
  margin: 40px auto;
}

/*********************************************************
  Planos
*********************************************************/

.pricing-table {
  -webkit-box-shadow: 0px 0px 3px #232323;
  box-shadow: 0px 0px 3px #232323;
  display: block;
  margin: 30px;
  width: 250px;
  text-align: center;
  float: left;
}

.featured {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.pricing-table-header {
  background-color: #333;
  padding: 16px;
  text-align: center;
}

.pricing-table-header h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pricing-table-content {
  background-color: #fff;
}

.pricing-table-content ul {
  list-style: none;
  padding: 0;
}

.pricing-table-content ul li {
  border-bottom: 1px solid #efeff0;
  font-size: 14px;
  padding: 12px 5px;
}

.pricing-table-content ul li strong {
  font-size: 16px;
}

.pricing-table-footer {
  background-color: #f5f7f8;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding: 16px 0;
  text-align: center;
}

.pricing-table-footer h2 {
  font-size: 30px;
  color: #476e44;
}

.pricing-table-footer h2 span {
  font-weight: 300;
  font-size: 29px;
  margin-right: 5px;
}

.pricing-table-footer h2.price-gray {
  color: #ccc;
}

.pricing-table-footer p {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-top: 5px;
  color: #c3c3c3;
  text-transform: uppercase;
}

.pricing-table-footer a {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
  outline: inherit;
  -webkit-transition: background 0.2s, color 0.3s;
  -moz-transition: background 0.2s, color 0.3s;
  transition: background 0.2s, color 0.3s;
  width: 80px;
}

.pricing-table-footer a:hover {
  background-color: #b4010e;
  color: #fbfaf8;
}

/*********************************************************
  Política de Privacidade
*********************************************************/

.politica h4 {
  display: block;
  margin: 20px 0;
}

.politica ol li {
  font-size: 15px;
  color: #555;
  margin: 5px 0;
  padding: 0 10px;
  text-align: justify;
}

/*********************************************************
  Links
*********************************************************/

.listing-links {
  display: table;
  width: 100%;
  margin: 40px 0 20px;
}

.btn-link {
  float: left;
  width: 47%;
  padding: 5px 1%;
  background-image: url("img/icon_url.png");
  background-repeat: no-repeat;
  background-position: center left 12px;
  font-size: 15px;
}

.btn-whatsapp {
  float: right;
  width: 47%;
  padding: 5px 1%;
  background-image: url("img/icon_whatsapp.png");
  background-repeat: no-repeat;
  background-position: center left 12px;
  font-size: 15px;
}

button[disabled],
html input[disabled] {
  color: #ccc;
}
.btn:hover[disabled],
.btn:focus[disabled] {
  color: #bbb;
}

/*********************************************************
  Redes Sociais
*********************************************************/

.listing-redes {
  display: block;
  margin: 20px 0;
}

.listing-redes ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.listing-redes ul li {
  display: inline-block;
  margin: 15px;
}

/*********************************************************
  Produtos
*********************************************************/

.listing-produtos {
  display: table;
  margin: 20px 0;
  width: 100%;
}

.listing-prod-lista {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listing-prod-lista li {
  float: left;
  width: 210px;
  margin-left: 10px;
}

.listing-prod-lista li:first-child {
  margin-left: 0;
}

.listing-prod-img {
  display: block;
  max-width: 100%;
  padding: 10px;
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.listing-prod-img:hover {
  background-color: #fff;
}

.listing-prod-img img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.listing-prod-content {
  max-width: 100%;
  padding: 10px;
}

.listing-prod-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.listing-prod-desc {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  text-align: justify;
  line-height: 16px;
  color: #aaa;
}

/*********************************************************
  Footer
*********************************************************/

footer,
.push {
  height: 47px;
}

footer {
  position: relative;
  width: 100%;
  background-color: #302f2d;
  -webkit-box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.2);
}

.rodape {
  width: 960px;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
}

.rodape p {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  float: left;
  line-height: 23px;
}

.rodape-user {
  color: #aaa;
}

.rodape-user a {
  color: #b4010e;
}

.rodape-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

.rodape-links li {
  display: inline-block;
  margin: 0 7px;
}

/*.rodape-links li:before {
    content:'\00a0 \002D \00a0\00a0';
    color: #aaa;
}

.rodape-links li:first-child:before {
    content:'';
}*/

.rodape-links li a {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 23px;
}

/* Banner Afiliado */
.banner-afiliado-listing {
  max-width: 100%;
}
