@charset "UTF-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0px; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a img {
  border: 0px; }

a, a:hover {
  text-decoration: none !important;
  outline: none;
  cursor: pointer; }

a:focus {
  -moz-outline-style: none;
  outline: none; }

ul, li {
  padding: 0px; }

/* == FONT WEIGHT == */
.font_weight_100 {
  font-weight: 100; }

.font_weight_200 {
  font-weight: 200; }

.font_weight_300 {
  font-weight: 300; }

.font_weight_400 {
  font-weight: 400; }

.font_weight_500 {
  font-weight: 500; }

.font_weight_600 {
  font-weight: 600; }

.font_weight_700 {
  font-weight: 700; }

.font_weight_800 {
  font-weight: 800; }

.font_weight_900 {
  font-weight: 900; }

.font_weight_bold {
  font-weight: bold; }

.font_weight_bolder {
  font-weight: bold; }

.font_weight_lighter {
  font-weight: lighter; }

.font_weight_normal {
  font-weight: normal; }

/* == FLOATS == */
.float_left {
  float: left; }

.float_right {
  float: right; }

.float_clear_left {
  clear: left; }

.float_clear_right {
  clear: right; }

.float_clear_both {
  clear: both; }

/* == POSITION == */
.position_absolute {
  position: absolute; }

.position_relative {
  position: relative; }

/* == DISPLAY == */
.display_inline {
  display: inline; }

.display_table {
  display: table; }

.display_block {
  display: block; }

.display_none {
  display: none; }

.display_none_important {
  display: none !important; }

.display_inline_block {
  display: inline; }

/* == TEXT ALIGN == */
.text_align_center {
  text-align: center; }

.text_align_left {
  text-align: left; }

.text_align_right {
  text-align: right; }

.text_align_justify {
  text-align: justify; }

/* == VERTICAL ALIGNT == */
.v_align_top {
  vertical-align: top; }

.v_align_middle {
  vertical-align: middle; }

.v_align_bottom {
  vertical-align: bottom; }

.margin_zero {
  margin: 0px; }

.margin_center {
  margin: 0 auto; }

.color_transparent {
  color: transparent;
  background-color: transparent;
  border-color: transparent; }

.cor_vermelho {
  color: #B5000C !important; }

.cor_verde {
  color: #5DB239  !important; }

.uppercase {
  text-transform: uppercase; }

.well {
  background-color: #F5F5F5;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px; }

.imagem-capa {
  background-color: #f39100;
  text-indent: 0;
  color: #fff;
  font-size: .833em;
  line-height: 1.200em;
  font-weight: bold;
  margin-top: -16px;
  width: 150px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.destak-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #f39100; }

#picbox li {
  margin-bottom: 10px; }

#lista_dados_contato li {
  list-style: none;
  margin-top: 10px;
  position: relative; }

#lista_dados_contato .bt {
  display: inline;
  line-height: 13px;
  padding: 9px;
  position: absolute;
  right: -3px;
  top: 0px; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../../../static/fonts/roboto_regular.woff") format("woff"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../../static/fonts/roboto_medium.woff") format("woff"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../../static/fonts/roboto_bold.woff") format("woff"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../../../static/fonts/roboto_regular.woff") format("woff"); }
/* ==========================================================================
   Custom Styles
   ========================================================================== */
/* == FONT SIZE == */
.font_size_smallest {
  font-size: 10px; }

.font_size_small {
  font-size: 12px; }

.font_size_medium {
  font-size: 14px; }

.font_size_normal {
  font-size: 16px; }

.font_size_large {
  font-size: 18px; }

.font_size_xlarge {
  font-size: 24px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AAA; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AAA; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AAA; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AAA; }

::-moz-selection {
  background: #00F;
  text-shadow: none;
  color: white; }

::selection {
  background: #00F;
  text-shadow: none;
  color: white; }

.margin {
  margin: 7px; }

.margin_top {
  margin-top: 7px; }

.margin_bottom {
  margin-bottom: 7px; }

.margin_left {
  margin-left: 7px; }

.margin_right {
  margin-right: 7px; }

.margin_2x {
  margin: 14px; }

.margin_top_2x {
  margin-top: 14px; }

.margin_bottom_2x {
  margin-bottom: 14px; }

.margin_left_2x {
  margin-left: 14px; }

.margin_right_2x {
  margin-right: 14px; }

.margin_3x {
  margin: 21px; }

.margin_top_3x {
  margin-top: 21px; }

.margin_bottom_3x {
  margin-bottom: 21px; }

.margin_left_3x {
  margin-left: 21px; }

.margin_right_3x {
  margin-right: 21px; }

.margin_4x {
  margin: 28px; }

.margin_top_4x {
  margin-top: 28px; }

.margin_bottom_4x {
  margin-bottom: 28px; }

.margin_left_4x {
  margin-left: 28px; }

.margin_right_4x {
  margin-right: 28px; }

.margin_5x {
  margin: 35px; }

.margin_top_5x {
  margin-top: 35px; }

.margin_bottom_5x {
  margin-bottom: 35px; }

.margin_left_5x {
  margin-left: 35px; }

.margin_right_5x {
  margin-right: 35px; }

.margin_6x {
  margin: 42px; }

.margin_top_6x {
  margin-top: 42px; }

.margin_bottom_6x {
  margin-bottom: 42px; }

.margin_left_6x {
  margin-left: 42px; }

.margin_right_6x {
  margin-right: 42px; }

.margin_7x {
  margin: 49px; }

.margin_top_7x {
  margin-top: 49px; }

.margin_bottom_7x {
  margin-bottom: 49px; }

.margin_left_7x {
  margin-left: 49px; }

.margin_right_7x {
  margin-right: 49px; }

.margin_8x {
  margin: 56px; }

.margin_top_8x {
  margin-top: 56px; }

.margin_bottom_8x {
  margin-bottom: 56px; }

.margin_left_8x {
  margin-left: 56px; }

.margin_right_8x {
  margin-right: 56px; }

.margin_9x {
  margin: 63px; }

.margin_top_9x {
  margin-top: 63px; }

.margin_bottom_9x {
  margin-bottom: 63px; }

.margin_left_9x {
  margin-left: 63px; }

.margin_right_9x {
  margin-right: 63px; }

.margin_10x {
  margin: 70px; }

.margin_top_10x {
  margin-top: 70px; }

.margin_bottom_10x {
  margin-bottom: 70px; }

.margin_left_10x {
  margin-left: 70px; }

.margin_right_10x {
  margin-right: 70px; }

.margin_11x {
  margin: 77px; }

.margin_top_11x {
  margin-top: 77px; }

.margin_bottom_11x {
  margin-bottom: 77px; }

.margin_left_11x {
  margin-left: 77px; }

.margin_right_11x {
  margin-right: 77px; }

.margin_12x {
  margin: 84px; }

.margin_top_12x {
  margin-top: 84px; }

.margin_bottom_12x {
  margin-bottom: 84px; }

.margin_left_12x {
  margin-left: 84px; }

.margin_right_12x {
  margin-right: 84px; }

.margin_13x {
  margin: 91px; }

.margin_top_13x {
  margin-top: 91px; }

.margin_bottom_13x {
  margin-bottom: 91px; }

.margin_left_13x {
  margin-left: 91px; }

.margin_right_13x {
  margin-right: 91px; }

.margin_14x {
  margin: 98px; }

.margin_top_14x {
  margin-top: 98px; }

.margin_bottom_14x {
  margin-bottom: 98px; }

.margin_left_14x {
  margin-left: 98px; }

.margin_right_14x {
  margin-right: 98px; }

.margin_15x {
  margin: 105px; }

.margin_top_15x {
  margin-top: 105px; }

.margin_bottom_15x {
  margin-bottom: 105px; }

.margin_left_15x {
  margin-left: 105px; }

.margin_right_15x {
  margin-right: 105px; }

.margin_16x {
  margin: 112px; }

.margin_top_16x {
  margin-top: 112px; }

.margin_bottom_16x {
  margin-bottom: 112px; }

.margin_left_16x {
  margin-left: 112px; }

.margin_right_16x {
  margin-right: 112px; }

.margin_17x {
  margin: 119px; }

.margin_top_17x {
  margin-top: 119px; }

.margin_bottom_17x {
  margin-bottom: 119px; }

.margin_left_17x {
  margin-left: 119px; }

.margin_right_17x {
  margin-right: 119px; }

.margin_18x {
  margin: 126px; }

.margin_top_18x {
  margin-top: 126px; }

.margin_bottom_18x {
  margin-bottom: 126px; }

.margin_left_18x {
  margin-left: 126px; }

.margin_right_18x {
  margin-right: 126px; }

.margin_19x {
  margin: 133px; }

.margin_top_19x {
  margin-top: 133px; }

.margin_bottom_19x {
  margin-bottom: 133px; }

.margin_left_19x {
  margin-left: 133px; }

.margin_right_19x {
  margin-right: 133px; }

.margin_20x {
  margin: 140px; }

.margin_top_20x {
  margin-top: 140px; }

.margin_bottom_20x {
  margin-bottom: 140px; }

.margin_left_20x {
  margin-left: 140px; }

.margin_right_20x {
  margin-right: 140px; }

.margin_top_20x {
  margin-top: 140px; }

.margin_bottom_20x {
  margin-bottom: 140px; }

.margin_left_20x {
  margin-left: 140px; }

.margin_right_20x {
  margin-right: 140px; }

.margin_top_21x {
  margin-top: 147px; }

.margin_bottom_21x {
  margin-bottom: 147px; }

.margin_left_21x {
  margin-left: 147px; }

.margin_right_21x {
  margin-right: 147px; }

.margin_top_22x {
  margin-top: 154px; }

.margin_bottom_22x {
  margin-bottom: 154px; }

.margin_left_22x {
  margin-left: 154px; }

.margin_right_22x {
  margin-right: 154px; }

.margin_top_23x {
  margin-top: 161px; }

.margin_bottom_23x {
  margin-bottom: 161px; }

.margin_left_23x {
  margin-left: 161px; }

.margin_right_23x {
  margin-right: 161px; }

.margin_top_24x {
  margin-top: 168px; }

.margin_bottom_24x {
  margin-bottom: 168px; }

.margin_left_24x {
  margin-left: 168px; }

.margin_right_24x {
  margin-right: 168px; }

.margin_top_25x {
  margin-top: 175px; }

.margin_bottom_25x {
  margin-bottom: 175px; }

.margin_left_25x {
  margin-left: 175px; }

.margin_right_25x {
  margin-right: 175px; }

.padding_less_1 {
  padding: 9px; }

.padding_less_2 {
  padding: 8px; }

.padding_less_3 {
  padding: 7px; }

.padding_div_2 {
  padding: 5px; }

.padding {
  padding: 10px; }

.padding_important {
  padding: 10px !important; }

.padding_top {
  padding-top: 10px; }

.padding_bottom {
  padding-bottom: 10px; }

.padding_left {
  padding-left: 10px; }

.padding_right {
  padding-right: 10px; }

.padding_2x {
  padding: 20px; }

.padding_3x {
  padding: 30px; }

.padding_4x {
  padding: 40px; }

.padding_top_2x {
  padding-top: 20px; }

.padding_bottom_2x {
  padding-bottom: 20px; }

.padding_left_2x {
  padding-left: 20px; }

.padding_left_3x {
  padding-left: 30px; }

.padding_left_4x {
  padding-left: 40px; }

.padding_left_5x {
  padding-left: 50px; }

.padding_right_2x {
  padding-right: 20px; }

.padding_right_3x {
  padding-right: 30px; }

.padding_right_4x {
  padding-right: 40px; }

.padding_right_5x {
  padding-right: 50px; }

.padding_left_4x_important {
  padding-left: 40px !important; }

.padding_right_4x_important {
  padding-right: 40px !important; }

.padding_left_5x_important {
  padding-left: 50px !important; }

.padding_right_5x_important {
  padding-right: 50px !important; }

.padding_left_6x_important {
  padding-left: 60px !important; }

.padding_right_6x_important {
  padding-right: 60px !important; }

.padding_left_7x_important {
  padding-left: 70px !important; }

.padding_right_7x_important {
  padding-right: 70px !important; }

.padding_left_8x_important {
  padding-left: 80px !important; }

.padding_right_7x_important {
  padding-right: 80px !important; }

.padding_left_9x_important {
  padding-left: 90px !important; }

.padding_right_9x_important {
  padding-right: 90px !important; }

.padding_left_10x_important {
  padding-left: 100px !important; }

.padding_right_10x_important {
  padding-right: 100px !important; }

.padding_left_11x_important {
  padding-left: 110px !important; }

.padding_right_11x_important {
  padding-right: 110px !important; }

.padding_left_12x_important {
  padding-left: 120px !important; }

.padding_right_12x_important {
  padding-right: 120px !important; }

.padding_left_13x_important {
  padding-left: 130px !important; }

.padding_right_13x_important {
  padding-right: 130px !important; }

.col_1 {
  width: 8.333333333333332% !important; }

.col_2 {
  width: 16.666666666666664% !important; }

.col_3 {
  width: 25% !important; }

.col_4 {
  width: 33.33333333333333% !important; }

.col_5 {
  width: 41.66666666666667% !important; }

.col_6 {
  width: 50% !important; }

.col_7 {
  width: 58.333333333333336% !important; }

.col_8 {
  width: 66.66666666666666% !important; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.33333333333334%; }

.col_11 {
  width: 91.66666666666666%; }

.col_12 {
  width: 100%; }

.col_1_important {
  width: 8.333333333333332% !important; }

.col_2_important {
  width: 16.666666666666664% !important; }

.col_3_important {
  width: 25% !important; }

.col_4_important {
  width: 33.33333333333333% !important; }

.col_5_important {
  width: 41.66666666666667% !important; }

.col_6_important {
  width: 50% !important; }

.col_7_important {
  width: 58.333333333333336% !important; }

.col_8_important {
  width: 66.66666666666666% !important; }

.col_9_important {
  width: 75% !important; }

.col_10_important {
  width: 83.33333333333334% !important; }

.col_11_important {
  width: 91.66666666666666% !important; }

.col_12_important {
  width: 100% !important; }

.col_1_fixed {
  width: 83px; }

.col_2_fixed {
  width: 166px; }

.col_3_fixed {
  width: 249px; }

.col_4_fixed {
  width: 332px; }

.col_5_fixed {
  width: 415px; }

.col_6_fixed {
  width: 498px; }

.col_7_fixed {
  width: 581px; }

.col_8_fixed {
  width: 664px; }

.col_9_fixed {
  width: 747px; }

.col_10_fixed {
  width: 830px; }

.col_11_fixed {
  width: 913px; }

.col_12_fixed {
  width: 996px; }

.col_13_fixed {
  width: 1079px; }

.col_14_fixed {
  width: 1162px; }

.col_1_fixed_important {
  width: 83px !important; }

.col_2_fixed_important {
  width: 166px !important; }

.col_3_fixed_important {
  width: 249px !important; }

.col_4_fixed_important {
  width: 332px !important; }

.col_5_fixed_important {
  width: 415px !important; }

.col_6_fixed_important {
  width: 498px !important; }

.col_7_fixed_important {
  width: 581px !important; }

.col_8_fixed_important {
  width: 664px !important; }

.col_9_fixed_important {
  width: 747px !important; }

.col_10_fixed_important {
  width: 830px !important; }

.col_11_fixed_important {
  width: 913px !important; }

.col_12_fixed_important {
  width: 996px !important; }

/* == BODY == */
body {
  margin: 0px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: url("../../../static/img/theme/bg-body.png") repeat; }

.theme_shadow {
  background-size: contain !important;
  position: fixed;
  height: 100%;
  width: 10%;
  z-index: 3;
  top: 0px; }

.theme_shadow_left {
  background: url("../../../static/img/theme/left-shadow.png") repeat-y;
  left: 0px; }

.theme_shadow_right {
  background: url("../../../static/img/theme/right-shadow.png") repeat-y;
  right: 0px; }

@media screen and (max-width: 1250px) {
  .theme_shadow {
    width: 5%; } }
@media screen and (max-width: 1100px) {
  .theme_shadow {
    display: none; } }
/* == COLORS == */
.color_texto_escuro {
  color: black; }

.color_texto_cinza_escuro {
  color: #444; }

.color_texto_cinza_escuro_claro {
  color: #666; }

.color_texto_cinza_claro {
  color: #777; }

.color_texto_cinza_claro_plus {
  color: #eee; }

.color_texto_branco {
  color: white; }

/* == BORDER == */
.border_color_texto_escuro {
  border-color: black !important; }

.border_color_texto_cinza_escuro {
  border-color: #444 !important; }

.border_color_texto_cinza_escuro_claro {
  border-color: #666 !important; }

.border_color_texto_cinza_claro {
  border-color: #777 !important; }

.border_color_texto_cinza_claro_plus {
  border-color: #eee !important; }

.border_clara_plus {
  border: 1px solid #eee; }

/* == COLOR ABC == */
.color_abc_carros {
  color: #F39100 !important; }

.color_abc_imoveis {
  color: #5DB13C !important; }

.color_abc_diversos {
  color: #AF4995 !important; }

.color_abc_empregos {
  color: #0085BE !important; }

.bg_color_abc_carros {
  background-color: #F39100; }

.bg_color_abc_imoveis {
  background-color: #5DB13C; }

.bg_color_abc_diversos {
  background-color: #AF4995; }

.bg_color_abc_empregos {
  background-color: #0085BE; }

.border_color_abc_carros {
  border-color: #F39100 !important; }

.border_color_abc_imoveis {
  border-color: #5DB13C !important; }

.border_color_abc_diversos {
  border-color: #AF4995 !important; }

.border_color_abc_empregos {
  border-color: #0085BE !important; }

/* == LINKS == */
.a_link a {
  color: black; }
.a_link a:hover {
  color: #444; }
.a_link a:active {
  color: #666; }

a {
  color: black; }

a:hover {
  color: #444; }

a:active {
  color: #666; }

/* == CONTAINER == */
.container {
  margin: 0 auto;
  display: block;
  width: 1000px; }
  .container h2.tit, .container h1.tit {
    border-left: 10px solid #F39100;
    line-height: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-left: 5px; }

/* == BACKGROUNDS == */
.bg_abc {
  background: url("../../../static/img/theme/bg-abc.png") repeat; }

.bg_tecido {
  background: url("../../../static/img/theme/bg-tecido.png") repeat; }

.bg_white {
  background-color: white; }

.bg_cinza_claro {
  background-color: #E8E8E8; }

.bg_teste_r {
  background-color: red; }

.bg_teste_g {
  background-color: green; }

.bg_teste_b {
  background-color: blue; }

.bg_teste_y {
  background-color: yellow; }

.bg_color_box {
  background-color: #F1F1F1; }

/* == HEADER == */
#header_home .logos, #header_home .area_parceiro {
  height: 120px;
  background: url("../../../static/img/theme/bg-abc.png") repeat; }

#header_home .area_parceiro {
  height: 145px; }

#header_home .logos .container {
  height: 120px; }

#header_home .nav {
  position: relative;
  z-index: 2;
  text-align: right;
  height: 33px;
  line-height: 33px;
  border: 0px;
  border-bottom: 1px solid #D4D4D4;
  background-color: black; }

#header_home .nav .nav_ul, #header_home .nav .nav_li {
  display: inline;
  margin: 0px; }

#header_home .nav a {
  color: white; }
#header_home .nav a:hover {
  color: lightgray; }
#header_home .nav a:active {
  color: darkgray; }

/* == FOOTER == */
#footer_basic {
  padding-bottom: 30px;
  overflow: hidden;
  background: url("../../../static/img/theme/bg-tecido.png") repeat; }

.footer_sitemap {
  padding-right: 25px; }

.footer_sitemap h3 {
  font-size: 12px; }

.footer_sitemap li {
  line-height: 1.5em;
  list-style: none;
  list-style-type: none; }

/* == TEMA == */
.bloco_conteudo {
  min-height: 300px;
  position: relative;
  background-color: white;
  border: 0px;
  border-top: 1px solid #D4D4D4;
  /* IE 8 */
  -moz-box-shadow: 0px -1px 5px #D4D4D4;
  -webkit-box-shadow: 0px -1px 5px #D4D4D4;
  box-shadow: 0px -1px 5px #D4D4D4;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px; }

.bloco_abc_final {
  height: 10px;
  border-bottom: 1px solid #D4D4D4;
  /* IE 8 */
  -moz-box-shadow: 0px 2px 5px #D4D4D4;
  -webkit-box-shadow: 0px 2px 5px #D4D4D4;
  box-shadow: 0px 2px 5px #D4D4D4; }

h1, h2, h3, h4 {
  font-weight: bold !important;
  margin-bottom: 7px;
  margin-top: 7px; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

p {
  font-size: 16px; }

.overflow_hidden {
  overflow: hidden; }

.div_divider {
  margin-top: 14px;
  margin-bottom: 14px;
  height: 10px; }

.div_divider_sm {
  margin-top: 14px;
  margin-bottom: 14px;
  height: 3px; }

.div_divider_black {
  background-color: black; }

.div_divider_cinza_claro_plus {
  background-color: #eee; }

/* == BUTTONS == */
.button_cinza, .button_cinza:visited {
  display: block;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  text-align: center;
  color: black;
  /* #dfdddd #f4f5f5 */
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee));
  background-image: -webkit-linear-gradient(top, white, #eee);
  background-image: -moz-linear-gradient(top, white, #eee);
  background-image: -ms-linear-gradient(top, white, #eee);
  background-image: -o-linear-gradient(top, white, #eee);
  background-image: linear-gradient(top bottom, white, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white, endColorstr=#eee); }

.button_cinza:hover {
  /* #d9dddd #c6c3c3 */
  background-color: #d5d5d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #d5d5d5);
  background-image: -moz-linear-gradient(top, #e5e5e5, #d5d5d5);
  background-image: -ms-linear-gradient(top, #e5e5e5, #d5d5d5);
  background-image: -o-linear-gradient(top, #e5e5e5, #d5d5d5);
  background-image: linear-gradient(top bottom, #e5e5e5, #d5d5d5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e5e5e5, endColorstr=#d5d5d5); }

.button_cinza.disabled {
  background-color: #eee !important;
  color: #d5d5d5 !important;
  background-image: none !important; }

.button_verde, .button_verde:visited {
  display: block;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #5DB239;
  color: white; }

.button_verde:hover {
  color: darkgreen; }

.button_verde:active {
  color: #003800; }

.button_verde p {
  font-size: inherit; }

.button_vermelho, .button_vermelho:visited {
  display: block;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #E30412;
  color: white; }

.button_vermelho:hover {
  color: #FAA; }

.button_vermelho:active {
  color: #C88; }

.button_carros, .button_carros:visited {
  display: block;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #F39100;
  color: white; }

.button_carros:hover {
  color: white;
  background-color: #F39100; }

.button_carros:active {
  color: lightgray; }

/* == BANNERS == */
.emediate_970_90 {
  position: relative;
  height: 90px;
  text-align: center; }

.emediate_970_90 span {
  position: absolute;
  top: -14px;
  z-index: 10;
  right: 20px;
  font-size: 10px;
  color: #777; }

/* == MENSAGEM ERRO == */
.mensagem_erro {
  position: relative;
  padding: 10px;
  margin: 7px;
  color: white;
  font-weight: bold;
  background-color: #D23131;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.mensagem_sucesso {
  position: relative;
  padding: 10px;
  margin: 7px;
  color: white;
  font-weight: bold;
  background-color: #339932;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.mensagem_erro .mensagem_close, .mensagem_sucesso .mensagem_close {
  position: absolute;
  top: 4px;
  right: 10px;
  color: white;
  font-weight: bold;
  font-size: 24px; }

/* IDE */
/*.tooltip_mouse_trigger {}*/
/* POPOVER */
.popover {
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 100;
  background-color: white;
  border: 2px soild #D4D4D4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 20px #aaa;
  -webkit-box-shadow: 5px 5px 20px #aaa;
  box-shadow: 5px 5px 20px #aaa; }

.popover_2_fixed {
  left: 50%;
  margin-left: -83px; }

.popover_4_fixed {
  left: 50%;
  margin-left: -166px; }

.popover_6_fixed {
  left: 50%;
  margin-left: -249px; }

.popover_8_fixed {
  left: 50%;
  margin-left: -332px; }

.popover_10_fixed {
  left: 50%;
  margin-left: -415px; }

.popover_12_fixed {
  left: 50%;
  margin-left: -498px; }

.data_hora {
  margin-right: 2px; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* == DROP DOWN == */
.drop_down_nav {
  text-align: left;
  display: none;
  position: absolute;
  left: 0px;
  top: 1.1em;
  margin: 0px;
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99999; }

.drop_down_nav > li {
  display: block; }

.drop_down_bind {
  position: relative; }

.capa_parceiro {
  width: 700px; }

#busca-id {
  right: 215px;
  top: 50px;
  text-align: left;
  border: 1px solid #CCC;
  width: 155px;
  border-radius: 5px;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#busca-id label {
  position: absolute;
  top: -22px;
  font-size: 13px;
  color: #909090; }

#busca-id input {
  padding-left: 10px;
  border: 0 none;
  font-size: 20px;
  z-index: 1;
  position: relative;
  height: 38px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#busca-id img {
  right: 5px;
  top: -2px;
  position: relative; }

#categorias_pesquisar {
  margin-left: 15px;
  margin-top: -22px;
  position: relative;
  z-index: 0; }

#busca {
  right: 300px;
  top: 50px;
  text-align: left;
  border: 1px solid #CCC;
  width: 450px;
  border-radius: 5px;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#busca label {
  position: absolute;
  top: -22px;
  font-size: 13px;
  color: #909090; }

#busca input {
  border: 0 none;
  font-size: 20px;
  z-index: 1;
  position: relative;
  height: 38px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#busca img {
  right: 5px;
  top: -2px;
  position: relative; }

#categorias_pesquisar {
  margin-left: 15px;
  margin-top: -22px;
  position: relative;
  z-index: 0; }

#busca input {
  border: 0 none;
  font-size: 20px;
  z-index: 1;
  height: 38px;
  width: 400px;
  padding-left: 10px;
  position: absolute;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#busca img {
  right: 5px;
  top: -2px;
  position: relative; }

#style_botao_tipo, .style_botao_tipo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #f39100;
  margin-left: -3px !important;
  padding-bottom: 4px !important;
  padding-top: 2px !important; }

#busca_img_lupa {
  background: #F39100;
  float: right;
  border: medium none !important;
  font-family: FontAwesome;
  padding: 6px 13px;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  font-family: FontAwesome;
  height: 40px !important;
  padding: 1px 0 0 3px;
  position: absolute !important;
  right: -1px;
  top: -1px;
  width: 49px;
  outline: none !important;
  line-height: 40px !important; }
  #busca_img_lupa i {
    font-size: 20px; }
  #busca_img_lupa:hover {
    background: #ec8d00; }
  #busca_img_lupa:active {
    background: #dd8400; }
    #busca_img_lupa:active i {
      color: #fff / 1; }

#botao_busca_avancada {
  border-radius: 4px;
  font-weight: 15px;
  padding: 3px 7px;
  position: absolute;
  right: 470px;
  top: 100px;
  cursor: pointer;
  font-weight: bold; }

#categorias_pesquisar {
  margin-left: 15px;
  margin-top: -22px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content; }

.topBar {
  position: relative;
  z-index: 2; }

.options_bar {
  background: none repeat scroll 0 0 #E3E3E3;
  border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  display: none;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 31px; }
  .options_bar label {
    padding-left: 7px;
    clear: both;
    float: left;
    width: 100%;
    cursor: pointer; }
    .options_bar label:hover {
      background: #eee; }
    .options_bar label input {
      vertical-align: middle !important; }

.item_filtro {
  float: left; }

.open_hover {
  background: none repeat scroll 0 0 #F1F1F1;
  border-bottom: 2px solid #D5D5D5;
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  height: 17px;
  left: 50%;
  line-height: 0;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 60px;
  z-index: -1; }

.bloco-bar {
  position: relative; }
  .bloco-bar + .bloco-bar {
    padding-left: 7px; }
  .bloco-bar.hover:hover {
    background: #E3E3E3; }
    .bloco-bar.hover:hover .options_bar {
      display: block; }
    .bloco-bar.hover:hover .open_hover {
      display: none; }

.bloco-bar.border {
  border-right: 1px solid #fff; }

.lista_resultado {
  overflow: hidden; }
  .lista_resultado .lista_item {
    height: 110px;
    margin-bottom: 12px; }
    .lista_resultado .lista_item:not(.anuncio-destaque) {
      background: 0 0 #f2f2f2 !important; }
    .lista_resultado .lista_item:nth-child(odd):not(.anuncio-destaque) {
      background: none repeat scroll 0 0 #F9F9F9 !important; }
    .lista_resultado .lista_item img {
      height: 100%; }
    .lista_resultado .lista_item .menor {
      display: none; }
    .lista_resultado .lista_item .maior {
      display: inline; }
    .lista_resultado .lista_item .part_div_menor {
      display: none; }
    .lista_resultado .lista_item .part_div_bottom {
      width: 45%; }
    .lista_resultado .lista_item .dtlOferta {
      width: 435px; }

.lista_sanfona .active {
  background: #f2f2f2; }

.destaque-check {
  width: 14px;
  height: 100%; }
  .destaque-check.status_destacado {
    background: #F39100; }

#noticias {
  margin-bottom: 15px; }

.part_div_bottom {
  border-top: 1px solid #d3d3d3;
  height: 50%;
  margin-top: 0;
  padding-top: 7px;
  width: 40%; }
  .part_div_bottom p {
    width: 60%; }

.part_div_menor {
  width: 10%;
  height: 30%; }

.lista_item.menor {
  height: 75px;
  overflow: hidden; }
  .lista_item.menor .part_div_bottom {
    border-top: 1px solid #d3d3d3;
    width: 100%;
    margin-top: 5px; }
  .lista_item.menor .menor {
    display: inline; }
  .lista_item.menor .maior {
    display: none; }
  .lista_item.menor .part_div_menor {
    display: inline; }
  .lista_item.menor .part_div {
    display: none; }
  .lista_item.menor .botao_comparacao_lista {
    font-size: 11px;
    margin-left: 25px;
    position: absolute; }

#loginBt {
  background: none repeat scroll 0 0 #E30412;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  padding: 1px 12px; }
  #loginBt .drop_down_nav {
    left: auto;
    right: 0;
    top: 32px; }
  #loginBt .q-short {
    border: none;
    border-radius: 7px;
    line-height: 28px;
    height: 28px;
    width: 230px;
    margin-bottom: 7px;
    text-indent: 7px; }

#paginacao {
  list-style: none; }
  #paginacao li {
    display: inline-block; }
    #paginacao li a {
      padding: 7px;
      display: block; }
      #paginacao li a.selected {
        color: #F39100; }

.bxslider {
  margin: 0; }

.bx-pager {
  margin: 0;
  padding: 0 !important;
  top: 0; }
  .bx-pager li {
    list-style: none; }

#fotos {
  overflow: hidden;
  position: relative;
  float: left; }
  #fotos .bx-wrapper {
    margin: 0;
    width: 500px;
    float: left; }
    #fotos .bx-wrapper + .bx-wrapper {
      border-left: none;
      background: #000;
      width: 166px; }
  #fotos .options {
    position: absolute;
    z-index: 1; }
    #fotos .options a {
      width: 50px;
      float: left;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      text-align: center;
      clear: both;
      transition: 0.3s;
      background: rgba(242, 242, 242, 0.9);
      padding: 0 14px; }
      #fotos .options a:hover {
        background: #e3e3e3;
        width: auto;
        color: #000; }

#detalhes_oferta {
  width: 316px;
  float: right; }

#listagens ul li {
  list-style: none; }

.oferta_right {
  width: 438px; }

.border_bottom {
  border-bottom: 1px solid #E3E3E3; }

#parceiro_info img {
  max-width: 100%; }

.bloquote {
  background-color: #F1F1F1;
  float: left;
  min-height: 90px;
  line-height: 17px;
  text-align: center;
  padding: 8px 15px 20px 8px;
  width: 427px;
  max-width: 100%;
  word-wrap: break-word; }

.oferta_form {
  width: 100%; }

.select2-results {
  max-height: 350px; }

.select2-container-multi .select2-choices {
  border: none; }

.topBar {
  height: 33px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #e3e3e3;
  background-color: #f1f1f1;
  line-height: 31px;
  font-size: 0.8em; }

.bloco-bar li {
  float: left;
  list-style: none; }

.topBar a {
  padding: 0 10px 0; }

.topBar a:hover {
  color: #F39100; }

.topBar a.selected {
  background-color: #E3E3E3;
  color: #F39100; }

.topBar .fa {
  font-size: 1.1em; }

.bar-botao-bg {
  background-color: #E3E3E3; }

.area_parceiro_informacoes {
  width: 825px;
  margin-left: 35px;
  position: absolute; }

.area_parceiro_informacoes ul {
  list-style: none;
  margin-top: 0px; }

.area_parceiro_informacoes li {
  font-size: 12px; }

.menu-informacoes {
  position: absolute;
  margin-left: 250px;
  margin-top: 5px;
  font-size: 12px; }

.menu-fotos {
  position: absolute;
  margin-left: 250px;
  margin-top: 25px;
  font-size: 12px; }

.menu-mensagens {
  position: absolute;
  margin-left: 250px;
  margin-top: 45px;
  font-size: 12px; }

div.contatos {
  margin-bottom: 50px; }

.table-contatos {
  width: 1000px; }

.table-contatos th {
  background-color: #f1f1f1;
  text-align: left; }

.table-contatos td {
  border-bottom: 1px solid #f1f1f1; }

.menu-refresh {
  padding: 8px;
  background-color: #e3e3e3;
  width: auto;
  height: auto; }

.menu-group {
  padding-left: 30px; }

.lista_sanfona {
  overflow: hidden;
  font-size: 0.9em; }
  .lista_sanfona li {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
    background: 0 0 #f2f2f2 !important; }
    .lista_sanfona li:nth-child(odd) {
      background: none repeat scroll 0 0 #F9F9F9 !important;
      border-bottom: 1px solid #F6F6F6;
      border-top: 1px solid #F4F4F4; }
    .lista_sanfona li.naolido {
      background: 0 0 #DCDCDC !important;
      border-bottom: 1px solid #C4C4C4;
      border-top: 1px solid #D5D5D5; }
  .lista_sanfona .q-check {
    height: 18px;
    vertical-align: text-bottom;
    width: 37px; }
  .lista_sanfona .inherit_content {
    clear: both;
    float: left;
    display: none; }

.favorited-icon {
  color: #F39100 !important; }

.options_imagem_resultado_laranja .favorited-icon {
  color: white !important; }

.op_carro {
  min-height: 20px; }

.op_moto {
  min-height: 20px; }

.op_green {
  padding: 10px;
  color: #fff;
  background-color: #5DB13E;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.op_blue {
  padding: 10px;
  color: #fff;
  background-color: #0085be;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.op_orange {
  padding: 10px;
  color: #fff;
  background-color: #f39100;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.op_vertical {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  font-size: 16px;
  margin-right: -50px;
  margin-left: -70px;
  width: 140px;
  float: left;
  vertical-align: top;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  padding: 3px;
  text-align: center; }

.buttons_icons_align_center {
  display: table;
  margin: 0 auto;
  padding: 10px; }

label {
  cursor: pointer; }

.custab {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5% 0;
  box-shadow: 3px 3px 2px #ccc;
  transition: 0.5s; }

.custab:hover {
  box-shadow: 3px 3px 0px transparent;
  transition: 0.5s; }

.anuncio-destaque {
  border-top: 3px solid #F6A100 !important;
  border-bottom: 3px solid #F6A100 !important;
  border: 3px solid #F6A100;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF !important; }

.anuncio-destaque .destaque-check {
  background-color: #F6A100; }

.botao_comparacao_lista {
  padding: 2px 5px !important;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  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;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

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

.lista_comparacao td {
  width: 200px !important;
  padding-left: 20px;
  overflow: hidden; }

.lista_comparacao li.dados_revenda {
  padding-left: 20px;
  display: table-cell;
  line-height: 80px; }

.lista_comparacao .lnk-remover {
  position: absolute;
  margin-left: -20px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%; }

.lista_comparacao .adicione-outro {
  margin-top: 22px;
  width: 150px;
  height: 638px; }

.lista_comparacao .glyphicon {
  top: -1px; }

.btn_mostrar_comparacao {
  color: #ffffff !important;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  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;
  background-color: #F39100;
  border-color: #D27D00;
  display: scroll; }

.lnk-remover-resultado {
  float: left; }

.options_imagem_resultado {
  position: absolute;
  background-color: #000;
  width: 25px;
  margin-left: 14px;
  padding: 3px 5px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.options_imagem_resultado_laranja {
  position: absolute;
  width: 25px;
  margin-left: 14px;
  padding: 3px 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #F39100; }

.icone-white-comparar {
  color: #FFF !important; }

.icone-black-comparar {
  color: #000 !important; }

.action-comparar {
  cursor: pointer; }

img {
  max-width: 100%; }

@media screen and (max-width: 720px) {
  .mobile-hide {
    visibility: hidden;
    display: none; } }
.form_style_normal {
  /* == SELECT 2 == */ }
  .form_style_normal ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #AAA; }
  .form_style_normal :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AAA; }
  .form_style_normal ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AAA; }
  .form_style_normal :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #AAA; }
  .form_style_normal input, .form_style_normal .fd_file_trigger {
    padding: 5px; }
  .form_style_normal input[type="text"], .form_style_normal textarea {
    border: 1px solid #DDD;
    background-color: #fcfcfc; }
  .form_style_normal input[type="text"]:focus, .form_style_normal textarea:focus {
    background: #FCF8DD;
    outline: none; }
  .form_style_normal textarea {
    resize: none;
    min-height: 80px; }
  .form_style_normal input[placeholder], .form_style_normal [placeholder], .form_style_normal *[placeholder] {
    color: #222 !important; }
  .form_style_normal ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa; }
  .form_style_normal :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1; }
  .form_style_normal ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1; }
  .form_style_normal :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa; }
  .form_style_normal .hr {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    margin: 0px; }
  .form_style_normal .form_label_vertical {
    margin: 7px;
    position: relative; }
    .form_style_normal .form_label_vertical .label {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 7px;
      display: block; }
    .form_style_normal .form_label_vertical .label_inline {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 7px;
      display: inline; }
    .form_style_normal .form_label_vertical .help {
      position: absolute;
      font-size: 11px;
      top: 9px;
      right: 0px; }
    .form_style_normal .form_label_vertical .info_bottom {
      position: absolute;
      font-size: 11px;
      bottom: -14px;
      right: 0px; }
    .form_style_normal .form_label_vertical .important {
      font-weight: bold;
      color: #D23131;
      font-size: 14px; }
    .form_style_normal .form_label_vertical .simple {
      font-weight: normal;
      font-size: 14px; }
    .form_style_normal .form_label_vertical input[type="text"], .form_style_normal .form_label_vertical textarea, .form_style_normal .form_label_vertical .fd_file_trigger {
      display: block;
      width: 100%; }
  .form_style_normal .form_label_horizontal {
    /* todo */ }
  .form_style_normal .form_s2_custom a {
    height: 34px !important;
    vertical-align: central; }
  .form_style_normal .form_s2_custom .select2-chosen {
    position: relative;
    top: 3px; }

.form_error {
  outline: 1px solid #EE0000; }

/* == IDE == */
/* == API == */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2;
  text-decoration: none;
  color: #333333;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #666666; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333333;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px; }

/* == PAGES == */
.bloco_home_edicao {
  width: 204px;
  position: absolute;
  top: -50px;
  right: 0px;
  text-align: center; }

.bloco_home_edicao_img {
  width: 100%;
  background-image: url("../../../static/img/theme/bg-capa.png");
  background-repeat: no-repeat;
  height: 263px; }

.bloco_home_edicao img {
  margin-top: 24px;
  width: 160px;
  border: 1px solid #D4D4D4;
  -moz-box-shadow: 0px 0px 3px #D4D4D4;
  -webkit-box-shadow: 0px 0px 3px #D4D4D4;
  box-shadow: 0px 0px 3px #D4D4D4; }

.bloco_home_banner {
  float: left;
  display: inline-block; }

.sobre_links {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 7px;
  margin-right: 7px; }

.sobre_links_container a {
  color: white; }
.sobre_links_container a:hover {
  color: lightgray; }
.sobre_links_container a:active {
  color: darkgray; }

.sobre_linha_divisa {
  margin-left: 7px;
  width: 747px;
  display: block;
  position: absolute;
  height: 30px;
  border-top: 5px solid;
  border-right: 5px solid; }

/* == IDE == */
.info-parceiro {
  padding: 10px 0; }

.info-parceiro .text-info {
  margin-bottom: 20px; }

.info-parceiro .text-info i {
  float: left;
  margin: 5px 0; }

.info-parceiro .text-info .content {
  padding-left: 20px; }

/* Efeitos de mouse e click na revenda */
.lista_item.item_revenda {
  cursor: pointer;
  height: 120px; }

.destaque-check.selected {
  background-color: #f39100; }

.lista_item.item_revenda:hover .destaque-check {
  background-color: #f39100; }

.line_height_small {
  line-height: 18px; }
  .line_height_small strong {
    line-height: 24px;
    margin-bottom: 3px; }

.options_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff; }
  .options_bottom a {
    padding: 2px 6px;
    color: #fff;
    background: #808587; }
    .options_bottom a:hover {
      background: #9EA0A0; }
    .options_bottom a:active {
      background: #55585A; }
  .options_bottom #returBlock {
    display: none; }

/* ültimos anúncios visualizados */
div.bhoechie-tab-container {
  z-index: 10;
  position: absolute;
  background-color: #ffffff;
  padding: 0 0 10px 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-left: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  width: 200px;
  filter: alpha(opacity=97); }

div.bhoechie-tab-container .item {
  margin-top: 20px; }

div.bhoechie-tab-container .item span {
  background-color: #eb5b0a;
  position: absolute;
  left: 9px;
  margin-top: 92px;
  width: 180px;
  line-height: 70%;
  padding: 3px 0 2px 0;
  height: 28px;
  opacity: 0.80;
  filter: alpha(opacity=80); }

div.bhoechie-tab-container .item span strong {
  color: #fff;
  font-size: 13px; }

div.bhoechie-tab-container .detalhes {
  background-color: #eb5b0a;
  position: absolute;
  width: 200px;
  color: #fff;
  z-index: 10;
  padding: 3px 0 !important;
  /*border-radius: 4px;*/
  /* -moz-border-radius: 4px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-bottom: 10px; }

.button-hide {
  margin-left: 199px;
  position: absolute;
  color: #fff; }

.button-show {
  margin-left: 5px;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #fff;
  z-index: 10;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-top: 20px; }

.color_button {
  background-color: #eb5b0a; }

/* == SELECT 2 == */
.select2-results .select2-highlighted {
  background-color: #FCF8DD !important; }

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