/* Minification failed. Returning unminified contents.
(135,28): run-time error CSS1036: Expected expression, found '.'
(135,28): run-time error CSS1034: Expected closing parenthesis, found '.'
(135,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1503,28): run-time error CSS1038: Expected hex color, found '#DB8C193'
 */
body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7f8c8e;
  background-color: #fff;
}

.header-top {
  background-color: #c0392c;
  height: 40px;
  color: #fff;
  left: 0;
  position: relative;
}

.servicos-header {padding-top: 10px; float: left }
.servicos-header div {display: inline-block}
.servicos-header .title { }
ul.servicos-header-list { padding-left: 10px; }
ul.servicos-header-list li{display: inline-block;}
ul.servicos-header-list li a{color: #fff; text-decoration: none;padding: 2px 15px; margin: 0 2px; background-color: #d3756c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.5);}
  ul.servicos-header-list li a:hover { background-color: #f2d7d5; color: #c0392c; }
  ul.servicos-header-list li .active { background-color: #ffffff; color: #c0392c; }


  .header-login {margin-top: 8px;float: right; background-color: #fff;  padding: 6px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .header-login div {display: inline-block}
  .header-login div a {color: #5d7582; font-weight: 700; text-decoration: none}
  .header-login div a:hover {cursor:pointer; color: #c0392c;}
  .header-login div a img {margin-top: -3px;}

  .navbar-wrapper {height: 64px; padding: 20px; float: right;}

  @media (max-width: 991px) {
    .navbar-brand {float: left; margin-left: 30px;}
    .navbar-header {float: none;}
    .navbar-wrapper {height: 60px; padding: 0px 20px;}
  }

  .navbar-header button {
    height: 30px;
    margin-top: 30px;
  }

  .icon-bar {
    background: #888888 !important;
  }

  #navbar-search {position: relative; width: 36%;}
  #navbar-search input[type=text] {padding-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7f8c8e !important;
    padding: 10px 40px 10px 10px;
    float: left;
    width: 212px;
  }

  #navbar-search button {border: 0px; width: 17px;height: 17px;background: url(../images/ico/nav-search.png) no-repeat; margin: 12px 0 0 -28px;}

  ul.nav-links {  margin: -20px; float: right;}
  ul.nav-links li { display: inline-block;}
  ul.nav-links li a { font-size: 16px; color: #7f8c8e; text-decoration: none; padding: 5px 10px; border-left: 1px solid #ccc;}
  ul.nav-links li a:hover {color: #c0392c;}
  ul.nav-links li:last-child a { border-right: 1px solid #ccc;}

  .carousel-indicators {
    bottom: 70px !important;
  }

  .menu-left { /*this is the nav*/
    background: #566163;
    width: 290px;
    height: 100%;
    top: -130px;
    z-index: 1000;
    position:fixed;
    left: -320px;
    margin-top: 130px;
    border-right: 8px solid #3E4546;
    color: #FFF;
  }
  
  .navbar-static-top{ left: 0; }
  .right-side {position: relative; left: 0; overflow-x: hidden}

  .push_left {left: 0px;}
  .push_right {left: 290px}

  .push_left, .push_right {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }

  .container {
    position: relative;
  }

  #panel-mobile h4 {
    color: #7f8c8e !important;
    font-size: 20px !important;
    font-weight: bold !important;
  }

  #tabs-home {
    border-bottom: 0px solid #000;
    margin-top: -60px;
  }

  #tabs-home ul {
  }

  #tabs-home li {
    width: 20%;
    height: 50px;
    margin-right: 20px;
    background: #c7cdcd;
    background-image: url (../images/tab-background-inactive.png);
    background-position: bottom bottom;
    background-repeat: repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.2);
  }

  #tabs-home li.active {
    background: #ffffff;
    border: 1px solid #ffffff;
  }

  #tabs-home li a {
    border: 0px;
    color: #97a1a2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  #tabs-home li a:hover {
    border: 0px;
    -webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
  }

  .tab-content {
    margin-top: 1px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /*
  .tab-content h2 {
    font-size: 20px;
    color: #e84c3d;
    padding-bottom: 10px;
    border-bottom: 1px solid #b2babb;
    margin: 0px;
    margin-bottom: 20px;
  }
  */

  .tab-content h2 img {
    margin-top: -8px;
    margin-right: 15px;
  }

  @media screen and (max-width: 991px) {

    .carousel {
      margin-bottom: 10px;
    }

    .carousel-indicators {
      bottom: 40px !important;
    }

    .tabs-home {
      margin-left: 20px;
      margin-top: 24px;
    }

    #tabs-home li {
      margin-right: 10px;
      width: 30%;
      height: 49px;
    }

    #tabs-home li a {
      border: 0px;
      color: #7f8c8e;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      height: 49px;
    }

    #tabs-home li.active {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .tab-content {
      margin-top: -9px;
      background: #ffffff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    .btn-honda {
      margin-bottom: 10px;
    }

    .simulator .col-md-4 {
      margin-bottom: 10px;
    }

    .types-selector a {
      display: block;
      clear: both;
    }

    .other-services img {
      margin-bottom: 20px;
    }

    .footer-services .social {
      text-align: left !important;
      margin: 0px;
      margin-top: 10px !important;
    }

  }

  .btn-honda {
    display: inline-block;
    background: #dadede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #919697 !important;
    text-transform: uppercase;
    color: #7f8c8e;
    width: 150px;
    font-size: 18px;
    min-height: 50px;
    text-align: center;
    padding-top: 10px;
  }

  .btn-honda:hover {
    background-color: #eff2f2;
    color: #7f8c8e;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-honda img {
    margin-top: -5px;
    margin-left: 10px;
  }

  .btn-honda-dark {
    display: inline-block;
    background: #9da7a8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #535b5c;
    color: #ffffff;
    width: 150px;
    font-size: 18px;
    height: 50px;
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
  }

  .btn-honda-dark:hover {
    color: #ffffff;
  }

  .btn-honda-dark:focus {
    color: #ffffff;
  }

  .btn-honda-dark img {
    margin-left: 10px;
    margin-top: -8px;
  }

  .btn-honda-red {
    display: inline-block;
    background: #e84c3d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0px;
    border-radius: 5px;
    border-bottom: 4px solid #952013 !important;
    color: #ffffff;
    width: 150px;
    font-size: 18px;
    height: 50px;
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
  }
   .similares .btn-honda-red {

    width: 130px;

  }

  .btn-honda-red img {
    margin-left: 10px;
    margin-top: -8px;
  }

  .btn-honda-red:hover {
    background: #c23225;
    color: #ffffff;
  }

  .btn-gray {
    display: inline-block;
    background: #acb3b4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #64777a;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
  }

  .btn-gray-small {
    display: inline-block;
    background: #acb3b4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #64777a;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .btn-gray-small:hover {
    background: #acb3b4;
    color: #ffffff;
    text-decoration: none;
  }

  .buttons {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 60px;
  }

  .buttons li {
    display: inline-block;
    width: 140px;
    height: 115px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 18px;
    vertical-align: top;
    font-weight: normal;
  }

  .btn-honda-big {
    display: block;
    background: #e5e8e8;
    border-bottom: 4px solid #919697;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #7f8c8e;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
  }

  .btn-honda-big img {
  }

  span.no_icon {
    font-size:18px;
    margin-top: 30px;
    display: block;
  }

  .btn-honda-big:hover {
    background-color: #eff2f2;
    color: #7f8c8e;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-honda-big img {
    margin-bottom: 5px;
  }

  .btn-default {
    color: #808080 !important;
    background: #e5e8e8;
    font-size: 16px;
    border: 1px solid #e5e8e8;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .locator {
    background: #7b8789;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .locator .map {
    position: relative;
    width: 100%;
    height: 177px;
  }

  .locator .map-mobile {
    position: relative;
    background: url('../images/map-static.png') center no-repeat;
    height: 267px;
    width: 100%;

  }


  .locator .map .container {
    z-index: 0;
  }

  .locator .map #map-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .locator .map #map-canvas { max-width:none; }

  .locator.locator-big { max-width: 1000px !important; background:#fff !important; }

/*
@media screen and (max-width: 400px) {

  .locator .map {
    height: 567px;
  }

}
*/

.locator .map .box {
  position: absolute;
  width: 300px;
  height: 177px;
  background: url(../images/locator-box-background.png);
  padding: 10px;
  z-index: 9;
}

/*
@media screen and (max-width: 400px) {

  .locator .map .box {
    width: 100%;
    margin-left: -15px;
  }

  .locator .map .box .locator-form {
    position: absolute;
    top: 200px;
    left: 0px;
    display: none;
    z-index: 9999;
  }

}
*/

.locator .map .box h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: -11px;
  border: 0px !important;
}

.locator .map .box p {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 18px;
}

.locator .map .box .btn-default {
  color: #808080 !important;
  background: #ffffff;
  font-size: 16px;
  border: 1px solid #e5e8e8;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #919697;
  min-height: 20px;
  padding-top: 9px;
}

.locator .map .box .btn-default img {
  margin-top: -2px;
}

.locator .map .box .btn-default:hover {
  background: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-bottom: 4px solid #919697;
}

.locator .map .box .btn-submit {
  color: #808080 !important;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 4px;
}

.locator .map .box .inactive {
  color: #808080 !important;
  background: #cdcdcd;
  font-size: 16px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #919697;
}

.locator .map .box h4 {
  margin: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}

.locator .map .box .locator-form {
  display: none;
  z-index: 9999;
}

.locator-store {
  display: none;
  color: #ffffff;
}

.locator-store h4 {
  font-size: 21px;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 10px;
}

.footer {
  background: #8c9799;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #ffffff;
}

.footer h2 {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff !important;
  height: 45px;
  margin-bottom: 20px;
}

.footer img {
  margin-top: -5px;
  margin-right: 15px;
}

.footer ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.footer ul li {
}

.footer ul li a {
  display: block;
  color: #ffffff;
  padding: 4px;
}

.footer ul li a:hover {
  text-decoration: none;
  background: #606d6f;
}

.footer form input {
  margin-bottom: 10px;
  background: #8c9799;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.footer ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.footer :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.5;
}

.footer ::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.5;
}

.footer :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.footer form .btn {
  padding: 0px;
  margin: 0px;
  margin-left: -14px;
  background: #bac1c2;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer form .btn img {
  padding: 4px;
  margin: 0px;
}

.footer-services {
  background: #697577;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
}

.footer-services .row {
}

.footer-services .btn {
  background: #879192;
  color: #ffffff;
  padding: 5px;
  min-width: 70px;
  margin: 0px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 14px;
}

.footer-services .btn:hover {
  background: #cdcdcd;
  color: #ffffff;
}

.types-selector {
  background: #e5e8e8;
  padding: 15px;
  font-size: 16px;
  color: #7f8c8e;
  text-transform: none;
}

.content {
  margin-top: -40px;
  padding: 30px;
  padding-top: 30px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h1 {
  margin: 0px;
  font-size: 30px !important;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #99a3a5 !important;
  color: #e84c3d;
  margin-bottom: 36px;
}

h2 {
  margin: 0px;
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #99a3a5 !important;
  color: #e84c3d;
}

h3 {
  font-size: 38px;
  font-weight: bold;
}

h1 img {
  margin-right: 20px;
  margin-top: -5px;
}

.simulator {
  margin-bottom: 70px;
}

.simulator .step {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #7f8c8e;
  color: #7f8c8e;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

.simulator .step-form {
  display: inline-block;
  font-size: 16px;
  width: 210px;
  margin-left: 10px;
}

.simulator .step-form .select2-selection--single {
  background: #e84c3d;
  color: #ffffff;
  border: 1px solid #e84c3d !important;
  border-bottom: 4px solid #952013;
  height: 34px;
}

.simulator .step-form .select2-selection__rendered {
  color: #ffffff !important;
}

.simulator .step-form .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent !important;
}

.fixed-menu {
  position: absolute;
  right: 0px;
  top: 680px;
  border: 1px solid #f2f3f3;
  width: 110px;
  background: #f2f3f3;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fixed-menu.closed {
  right: -80px;
}

@media screen and (max-width: 480px) {

  .fixed-menu {
    display: none;
  }

}


.fixed-menu .controls {
  padding: 4px;
  border-bottom: 1px solid #b2babb;
}

.fixed-menu-trigger:hover {
  cursor: pointer;
}

.fixed-menu-absolute {
  position: absolute !important;
  top: 10px !important;
}

.fixed-menu hr {
  width: 80%;
  margin: auto;
  padding: 0px;
  border: 1px solid #f2f3f3;
  height: 1px;
  background: #cccccc;
}

.fixed-menu ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fixed-menu ul li {
  width: 100%;
}

.fixed-menu ul li a {
  display: block;
  background: #f2f3f3;
  color: #7f8c8e;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.fixed-menu ul li a img {
  margin-bottom: 10px;
}

.fixed-menu .submenu {
  width: 70%;
  list-style: disc;
  padding: 0px;
  margin: 0px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.fixed-menu .submenu li {
  width: 100%;
  font-size: 12px;
}

.fixed-menu .submenu li a {
  color: #7f8c8e;
  padding: 0px;
  text-align: left;
}

.no-bullet {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.no-bullet li {
  margin-left: -20px;
}

.no-bullet img {
}

.buttons-questions {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 60px;
}

.buttons-questions li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.buttons-questions li a {
  display: block;
  background: #e5e8e8;
  color: #7f8c8e;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
}

.buttons-questions li a:hover {
  background-color: #eff2f2;
  color: #7f8c8e;
  text-decoration: none;
}

.other-services img {
  padding: 20px;
}

#login-users {
}

#login-users .modal-content {
  background: #e6e9e9;
}

#login-users form input[type="text"] {
  background: #ffffff;
  border: 1px solid #949fa0;
  margin-bottom: 10px;
}


.btn-zero {margin-left: 36px !important; }

.btn-red {
  background: #c0392c;
  border: 1px solid #c0392c !important;
  border-bottom: 3px solid #89291f !important;
  color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  min-height: 30px;
  float: right;
}

.btn-red:hover {
  background: #DD5042;
  border-color: #DD5042 !important;
  border-bottom: 3px solid #89291f !important;
}

#login-users a {
  color: #7f8c8e;
}


#login-users form .btn {
  padding: 0px;
  margin: 0px;
  background: #bac1c2;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  
}

#login-users form .btn img {
  padding: 0px;
  margin: 0px;
}

#login-purchase {
  /*margin-top: 200px;*/
}

#login-purchase input {
  background: #ffffff;
  border: 1px solid #949fa0;
  margin-bottom: 10px;
}

#login-company {
}

#login-company .modal-content {
  background: #e6e9e9;
}

#login-company form input {
  background: #e6e9e9;
  border: 1px solid #949fa0;
  margin-bottom: 10px;
}

#login-company form .btn {
  padding: 0px;
  margin: 0px;
  background: #bac1c2;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#login-company form .btn img {
  padding: 4px;
  margin: 0px;
}

.shadow-left {
  position: absolute;
  top: -642px;
  left: -15px;
  z-index: -1;
}

.shadow-right {
  position: absolute;
  top: -642px;
  right: -15px;
  z-index: -1;
}

@media screen and (max-width: 991px) {

  .shadow-left {
    display: none;
  }

  .shadow-right {
    display: none;
  }

}

.menu-left ul {
  padding: 10px 20px;
  margin: 0px;
  margin-left: 0;
  list-style: none;
}

.menu-left ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.menu-left ul li a {
  width: 100%;
  color: #A9B0B1;
  font-size: 20px;
  padding: 10px 0;
  padding-bottom: 0px;
  font-weight: 700;
}

.menu-left ul li a:hover {
  background: #e1e1e1;
  text-decoration: none;
  color: #666666;
}



#carousel-highlights .carousel-inner .item .container .inside {
  background-repeat: no-repeat;
  background-position-x: 70px;
  height: 400px;
  margin-left: 35%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img { margin: 0 -960px; height: 400px; width: 1920px; max-width: none; left: 50%; position: relative; }

#carousel-highlights .carousel-inner .item .container .inside .fl {float: left;}
#carousel-highlights .carousel-inner .item .container .inside .fr {float: right;}

#carousel-highlights .carousel-inner .item .container .inside .item-options {padding-top: 50px;width: 266px;position: relative;margin: 0 auto;}
#carousel-highlights .carousel-inner .item .container .inside .item-options .name {  }
#carousel-highlights .carousel-inner .item .container .inside .item-options .name h1 { font-size: 30px !important; border-bottom: 1px dashed #9c9c9c !important; margin-bottom: 0px !important; padding-bottom: 10px; line-height: 55px; }
#carousel-highlights .carousel-inner .item .container .inside .item-options .from { margin-top: 10px; font-size: 22px; display: inline-block;  }
#carousel-highlights .carousel-inner .item .container .inside .item-options .price { font-size: 16px;  }
#carousel-highlights .carousel-inner .item .container .inside .item-options .price p { font-size: 40px; font-weight: bold; display:inline-block; }
#carousel-highlights .carousel-inner .item .container .inside .item-options .price p span { font-size: 19px; font-weight: bold; }

#carousel-highlights .carousel-inner .item.green {
  background-image: url(../images/bg-carousel-green.jpg);
}

#carousel-products-01 .carousel-inner .item {
  width: 282px;
  height: 392px;
  background-position: center;
  background-size: cover;
}

.home-slide-01 {
  background-image: url(../images/banner_portal_home.jpg);
}

.slide-generic {
  background-image: url(../images/banner-padrao-para-segundo-slide.jpg);
}

.consorcio-slide-01 {
  background-image: url(../images/banner_consorcio_home.jpg);
}

.banco-slide-01 {
  background-image: url(../images/banner_banco_home.jpg);
}

.seguro-slide-01 {
  background-image: url(../images/banner_seguro_home.jpg);
}

.carousel-inner .item a {
  display: block;
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 991px) {

  .carousel-inner .item {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
  }

  .carousel-inner .item a {
    display: block;
    width: 100%;
    height: 200px;
  }

}

.list-logos {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.list-logos li {
  display: inline-block;
}

@media screen and (max-width: 991px) {

  .list-logos li {
    display: block;
  }

}

.container-interna {
  margin-top: -120px;
  background: #ffffff;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.shadow-interna-left {
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: -1;
}

.shadow-interna-right {
  position: absolute;
  top: 5px;
  right: -21px;
  z-index: -1;
}

.shadow-interna-left-2 {
  position: absolute;
  top: -65px;
  left: -20px;
  z-index: -1;
}

.shadow-interna-right-2 {
  position: absolute;
  top: -65px;
  right: -20px;
  z-index: -1;
}

.content-interna {
  padding: 20px;
}

.content-interna .breadcrumbs {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #e5e8e8;
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 14px;
  padding: 10px;
}

.content-interna .menu h1 {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #97a2a3;
  margin-bottom: 5px;
}

.content-interna .menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.content-interna .menu ul li {
}

.content-interna .menu ul li a {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #97a2a3;
}

.content-interna .menu ul li a.active {
  color: #e84c3d;
  font-weight: bold;
  border-left: 2px solid #97a2a3;
  padding-left: 5px;
}

.content-interna .menu ul li ul {
  margin-left: 20px;
}

.content-interna .menu ul li ul li ul {
  margin-left: 20px;
}


.content-interna h1 {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 0px;
  font-size: 30px;
}

.content-interna p {
  color: #6d6c6c;
  font-size: 16px;
  margin-bottom: 40px;
}

.types-selector-interna {
  background: #e5e8e8;
  padding: 15px;
  font-size: 16px;
  color: #7f8c8e;
  text-transform: uppercase;
  min-height: 170px;
}

.user-info {
  font-size: 14px;
  color: #7f8c8e;
  padding-left: 20px;
  padding-right: 20px;
}

form {
}

form h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  color: #808080;
  border: 0px;
  font-weight: 500;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

form input[type="text"] {
  border: 2px solid #7e8b8e !important;
}

form textarea {
  border: 2px solid #7e8b8e !important;
}

form select {
  border: 2px solid #7e8b8e !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
  line-height: 34px !important;
  border: 2px solid #7e8b8e !important;
}


.label {
  font-size: 11px;
  font-weight: 500;
}

.label-default {
  background: #ebeff0;
  color: #7e8b8e;
}

.label-success {
  background: #159f85;
  color: #ffffff;
}

.label-danger {
  background: #e67e22;
  color: #ffffff;
}

.label-info {
  background: #2980b8;
  color: #ffffff;
}

.label-warning {
  background: #f0c40f;
  color: #ffffff;
}

.label-primary {
  background: #c0392c;
  color: #ffffff;
}

.btn {
  border: 0px !important;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-sm {
  font-size: 12px;
  padding: 2px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-default {
  background: #ebeff0;
  border: 0px;
  color: #7e8b8e;
  border-bottom: 3px solid #bcc3c6 !important;
  padding: 10px;
}

.btn-default:hover {
  text-decoration: none;
  border: 0px;
  background: #D1D9DB;
  color: #7e8b8e;
  border-bottom: 3px solid #BDC3C7 !important;
  cursor: pointer;
}

form .btn-default {
  background: #ebeff0;
  color: #7e8b8e;
  border-bottom: 3px solid #bcc3c6 !important;
}

form .btn-default:hover {
  background: #D1D9DB;
  color: #7e8b8e;
  border-bottom: 3px solid #BDC3C7 !important;
}

form .btn-success {
  background: #159f85;
  color: #ffffff;
  border-bottom: 3px solid #046c57 !important;
}

form .btn-success:hover {
  background: #057A64;
  color: #ffffff;
  border-bottom: 3px solid #046D58 !important;
}

form .btn-danger {
  background: #e67e22;
  color: #ffffff;
  border-bottom: 3px solid #d35400 !important;
}

form .btn-danger:hover {
  background: #CC651F;
  color: #ffffff;
  border-bottom: 3px solid #D35400 !important;
}

form .btn-info {
  background: #2980b8;
  color: #ffffff;
  border-bottom: 3px solid #105685 !important;
}

form .btn-info:hover {
  background: #095F8E;
  color: #ffffff;
  border-bottom: 3px solid #105785 !important;
}

form .btn-warning {
  background: #f0c40f;
  color: #ffffff;
  border-bottom: 3px solid #efa223 !important;
}

form .btn-warning:hover {
  background: #E8A113;
  color: #ffffff;
  border-bottom: 3px solid #DB8C193 !important;
}

.alert-info {
  background: #d4e6f1;
  color: #408dc0;
}

.alert-success {
  background: #d0ece7;
  color: #159f85;
}

.alert-warning {
  background: #fcf3cf;
  color: #d3a04d;
}

.alert-danger {
  background: #f2d7d5;
  color: #c0392c;
}

.pagination li a {
  color: #7e8b8e;
}

.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;
  background: #c0392c !important;
  color: #ffffff;
  border-color: #c0392c;
  cursor: default;
}

.modal-dialog .modal-header {
  height: 40px;
}

.modal-dialog .modal-body {
  padding-bottom: 5px;
}

.modal-dialog .modal-footer {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table {
  color: #808080;
}

.table th {
  background: #f5f5f5;
}

.table tr {
}

.table td {
}

.footer-services {
}

.footer-services .social {
  text-align: right;
  margin: 0px;
}

.footer-services .social img {
  margin-right: 10px;
}

.footer-legal {
  padding: 10px;
  font-size: 12px;
  background: #8c9799;
  color: #ffffff;
}

.footer-legal a {
  color: #ffffff;
}

.footer-legal a:hover {
}

.footer-legal .legal {
  text-align: right;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {

  .footer .legal {
    text-align: left;
  }

}

.calendar {

}

.calendar .day-of-month {
  background: #e84c3d;
  padding-bottom: 20px;
}

.calendar .day-of-month h1 {
  color: #ffffff;
  font-size: 160px !important;
  text-align: center;
  border: 0px !important;
  margin: 0px;
  margin-top: 61px;
  margin-bottom: 81px;
}

.calendar .day-of-month h5 { 

  color:#fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: -5px;

}

.calendar .day-of-month h2 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px;
  border: 0px !important;
}

.calendar .day-of-month .event {
  border-bottom: 2px solid #e04839;
  padding: 20px;
}

.calendar .day-of-month .event .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.calendar .day-of-month .event .description {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
}

.calendar #button-month-previous {
  padding-left: 0;
}

.calendar #button-month-previous:hover {
  cursor: pointer;
}

.calendar #button-month-next {
}

.calendar #button-month-next:hover {
  cursor: pointer;
}

.calendar-big .days-of-week div {
  height: 60px;
  width: 14%;
  border-bottom: 2px solid #dedede;
  text-align: center;
  padding-top: 10px;
  color: #e84c3d;
  font-size: 20px;
  font-weight: bold;
}

.calendar-big  .days-of-month {
  margin: 0px;
  padding: 0px;
}

.calendar-big .days-of-month li {
  display: inline-block;
  width: 14%;
  border: 1px solid #f1f1f1;
  text-align: center;
  font-size: 38px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.calendar-big .days-of-month li a {
  display: inline-block;
  color: #9b9b9b;
  background: #ffffff;
  width: 60%;
}

.calendar-big .days-of-month li a.active {
  color: #ffffff;
  background: #e84c3d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #952013;
  height: 53px;
  line-height: -5px;
}

.calendar-big .month {
  padding-top: 15px;
  font-size: 20px;
  color: #e84c3d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.calendar-small .days-of-week div {
  width: 14%;
  height: 36px;
  border-bottom: 2px solid #dedede;
  text-align: center;
  padding-top: 10px;
  color: #e84c3d;
  font-size: 12px;
  font-weight: bold;
}

.calendar-small  .days-of-month {
  margin: 0px;
  padding: 0px;
}

.calendar-small .days-of-month li {
  display: inline-block;
  width: 14%;
  height: 36px;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  background: #ffffff;
  padding: 2px;
}

.calendar-small .days-of-month li a {
  display: block;
  color: #9b9b9b;
  line-height: 30px;
  background: #ffffff;
}

.calendar-small .days-of-month li a.active {
  color: #ffffff;
  background: #e84c3d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #952013;
}

.calendar-small .month {
  padding-top: 15px;
  font-size: 20px;
  color: #e84c3d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.virtual-keyboard {
  float: left;
  border: 1px solid #cccccc;
  padding: 10px;
}

.virtual-keyboard p {
  margin: 0px;
  text-align: center;
}

.virtual-keyboard a {
  display: inline-block;
  background: #ebeff0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #9ea9ae !important;
  text-transform: uppercase;
  color: #7e8b8e;
  width: 27px;
  font-size: 18px;
  min-height: 30px;
  text-align: center;
  padding-top: 2px;
  margin: 2px;
}

.virtual-keyboard a:hover {
  background-color: #eff2f2;
  color: #7f8c8e;
  text-decoration: none;
  cursor: pointer;
}

.locator-form form {
  position: absolute;
  top: 10px;
  left: 310px;
  width: 500px;
  z-index: 9999;
}

.locator-form form input {
  display: inline-block;
  width: 300px;
  border: 2px solid #a4acab !important;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}

.locator-form form button {
  float: right;
  margin-right: 150px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}

.locator .map .box form ::-webkit-input-placeholder {
 color: #333333;
}

.locator .map .box form :-moz-placeholder { /* Firefox 18- */
 color: #333333;
}

.locator .map .box form ::-moz-placeholder {  /* Firefox 19+ */
 color: #333333;
}

.locator .map .box form :-ms-input-placeholder {
 color: #333333;
}

#address_options {
  margin-top: 10px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  z-index: 9999;
  height: 480px;
  overflow: scroll;
}

#address_options ul {
  margin: 0px;
  padding: 30px;
  list-style: none;
}

#address_options ul li {
}

#address_options ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #cacac9;
}

#address_options ul li a:hover {
  background: #cccccc;
}

#store {
  margin-bottom: 60px;
}

#store h1 {
  margin-bottom: 20px;
  color: inherit;
  border-bottom-style: dashed;
  font-size: 18px !important;
}

#store ul {
  width: 70%;
  margin: 0 auto;
  padding: 0px;
}

#store li {
  margin-bottom: 10px;
}

#store #services {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

#store #services ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#store #services ul li {
  display: inline-block;
  margin-right: 20px;
}

#store #services ul li img {
  margin-right: 5px;
}

.locator-store ul {
  width: 90%;
  margin: 0 auto;
}

.locator-store li {
  margin-bottom: 5px;
  vertical-align: top;
}

.locator-store #locator-store-name {
  font-size: 20px;
  font-weight: bold;
}

.locator-store #locator-store-phone {
  font-size: 28px;
}

.locator-store #locator-store-phone li {
  margin-bottom: -5px;
}

.types-selector-interna .container {
  padding: 0px;
}

.types-selector-interna ul {
  margin: 0px;
  padding: 0px;
  margin-top: -5px;
  list-style: none;
  float: right;
  width: auto;
  height: auto;
}

.types-selector-interna ul li {
  float: left;
  text-transform: none;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #cccccc;
}


@media screen and (max-width: 480px) {

  .types-selector-interna {
    min-height: 210px;
  }

  .types-selector-interna ul li {
    width: 200px;
    text-transform: none;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
  }

}


.types-selector-interna ul li a {
  font-size: 14px;
  color: #7f8c8e;
}

.types-selector-interna ul li a:hover {
  text-decoration: none;
  color: #c0392c;
}


.types-selector-interna ul li:last-child { border-right: 0px;}

#table-user-data {
}

#table-user-data thead th {
  color: #7f8c8e !important;
  border-bottom: 2px solid #7f8c8e;
  font-size: 20px;
}

#table-user-data tbody td {
  background: #f5f5f5;
  color: #7f8c8e !important;
  border: 0px;
  font-weight: bold;
  padding-left: 10px;
}

#table-user-data tbody .fields td {
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

#table-user-data tbody tr td .field-label {
  display: block;
  width: 80%;
  border-bottom: 1px solid #7f8c8e;
  color: #7f8c8e;
  font-weight: normal;
}

#search-full {
  width: 100%;
  border: 2px solid #839092;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 20px;
}

#search-full label {
  float: left;
  padding-top: 7px;
  padding-left: 30px;
  font-size: 20px !important;
}

#search-full input {
  float: left;
  width: 80% !important;
  border: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 42px;
  font-size: 18px !important;
}

#search-full button {
  float: right;
  background: #ffffff;
  border: 0px;
}

.panel-default {
  border-color: #edf1f2;
  margin-bottom: 5px;
}

.panel-default .panel-heading {
  font-size: 20px;
  font-weight: bold;
  color: #7f8c8e;
  background: #ecf0f1;
  border-bottom: 3px solid #bcc2c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.panel-default .panel-heading:hover {
  background-color: #eff2f2;
}

.panel-default .panel-heading img {
  margin-right: 10px;
}

.panel-default .panel-heading-twolines {
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8e;
}

.panel-default .panel-heading-twolines strong {
  font-size: 16px;
  font-weight: bold;
}

.panel-default ul {
  list-style: none;
}

.panel-default ul li {
  line-height: 36px;
}

.panel-default ul li span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #7f8c8e;
  font-size: 16px;
}

.panel-default a {
  color: #7f8c8e;
}

.panel-default a:hover {
  text-decoration: none;
  color: #e84c3d;
}

.btn-text {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.badges {
}

.badges li {
  display: inline-block;
  width: 24%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  line-height: 18px !important;
  text-align: center;
}

.badges li strong {
  line-height: 28px !important;
}

#locator-store-services {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  width: 80%;
  margin-top: -15px;
  margin-bottom: 20px;
}

#locator-store-services li {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 20px;
}

.context {
  position: absolute;
  right: 10px;
}

.menu-context {
  display: none;
  position: absolute;
  top: 80px;
  right: 40px;
  z-index: 9999;
  width: 200px;
  background: #e7e8ea;
  padding: 10px;
  border: 1px solid #c6c7c9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
}

.menu-context ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu-context ul li {
}

.menu-context ul li a {
  display: block;
  padding: 5px;
  color: #7f898e;
  font-weight: bold;
}

.menu-context ul li a:hover {
  background: #c6c7c9;
  text-decoration: none;
}

.menu-context ul li a img {
  margin-right: 10px;
}

.menu-context ul li ul {
  margin-left: 40px !important;
  list-style: disc;
}

.menu-context ul li ul li a {
  font-weight: normal;
}

.locale {
  position: absolute;
  top: 6px;
  right: 16px;
}

.locale a {
  font-weight: bold;
  color: #e84c3d;
}

.banner-home-mae {
  margin-top: 22px;
}

h4 {
  font-weight: bold;
}

h4 a {
  font-weight: bold;
  color: #e84c3d;
}

h4 a:hover {
  color: #e84c3d;
  text-decoration: underline;
}

.consorcio-info {
  background: #f2f3f3;
}

.consorcio-info h1 {
  margin: 0px;
  padding: 0px;
  padding: 10px;
  background: #f2f3f3;
  border: 0px !important;
  color: #7f8c8e;
  font-size: 18px;
  font-weight: bold;
}

.consorcio-info h2 {
  margin: 0px;
  padding: 0px;
  padding: 10px;
  border: 0px !important;
  background: #e6e8e9;
  color: #e84c3d;
  font-size: 22px;
  font-weight: bold;
}

.panel-consorcio {
  border: 0px;
}

.panel-consorcio .panel-heading {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.panel-consorcio .panel-body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.form-parcelas {
  padding: 10px;
  background: #d0d4d6;
  font-size: 20px;
}

.form-parcelas .radios div {
  display: inline-block;
  margin-right: 20px;
}

.plan-info {
  padding: 10px;
  background: #e6e8e9;
}

.panel-product {
  margin-top: 20px;
  background: #f2f3f3;
}

.panel-product .panel-heading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 32px;
}

.panel-techspecs {
  margin-top: 20px;
  background: #f2f3f3;
  border: 0px;
  font-size: 18px;
}

.panel-techspecs .panel-heading {
  font-size: 28px;
  background: #ffffff;
  border-bottom: 2px solid #d0d4d6;
}

.panel-techspecs .panel-body {
  background: #ffffff;
}

.panel-techspecs .panel-body .row div {
  padding: 10px;
}

.panel-techspecs .panel-body .row:nth-child(even) {
  background: #f2f3f3;
}

.condensed {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  text-align: right;
}

.consorcio-filters {
}

.consorcio-filters h1 {
  margin: 0px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #777;
}

.consorcio-filters .panel {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.consorcio-filters .panel .panel-collapse {

}

.consorcio-filters .panel .panel-heading {
  border: 0px;
  background: #fff;
  padding: 0px;
}

.consorcio-filters .panel .panel-heading a {
  border: 0px !important;
}

.consorcio-filters .panel .panel-body {
  border: 0px;
  background: #fff;
  padding: 0px;
}

.panel-consorcio-product {
  background: #f2f3f3;
}

.panel-consorcio-product .panel-heading {
  border-bottom: 1px solid #96a1a2;
  font-size: 28px;
  font-weight: bold;
}

.panel-consorcio-product .panel-body h1 {
  margin: 0px;
  font-size: 24px;
  color: #96a1a2;
}

.panel-consorcio-product .panel-body p {
  margin: 0px;
  margin-bottom: 20px;
}

.consorcio-steps {
  position: relative;
  height: 80px;
}

.consorcio-steps hr {
  margin: 0px;
  margin-top: 15px;
  margin-left: 90px;
  position: absolute;
  width: 60%;
  background-color: #7f8c8f;
  height: 1px;
  border: 0px;
  z-index: 0;
}

.consorcio-steps ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.consorcio-steps ul li {
  width: 150px;
  display: inline-block;
  text-align: center;
  z-index: 1000;
}

.consorcio-steps ul li h1 {
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin: 0px auto;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0px;
  background: #c4cacb;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding-top: 4px;
}

.consorcio-steps ul li.active h1 {
  background: #C2382F;
}

#form-consorcio fieldset {
  margin-bottom: 20px;
}

#form-consorcio fieldset legend {
  border-bottom: 1px solid #96a1a2;
  font-size: 28px;
  font-weight: bold;
  color: #7f8c8e;
}

.title-small {
  font-size: 24px;
  font-weight: bold;
}

.title-smaller {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 0 !important;
  margin-bottom: 13px !important;
}

.red {
  color: #e84c3d;
}

.btn-primary {
  background: #e84c3d !important;
  color: #ffffff;
  border-bottom: 3px solid #941f13 !important;
  font-size: 16px;
  margin-right: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn-primary:hover {
  background: #c23225 !important;
  color: #ffffff;
  border-bottom: 3px solid #952013 !important;
}

.btn-cinza {
  color: #808080;
  background: #e5e8e8;
  border-bottom: 3px solid #64777a !important;
  font-size: 16px;
  margin-right: 10px;
}

.btn-cinza:hover {
}


.panel-scroll {
}

.panel-scroll .panel-body {
  max-height: 110px !important;
  overflow-y: scroll;
  margin-bottom: 20px;
}

#modal-planos .modal-content {
  background: #f2f3f3 !important;
}

#modal-planos .modal-header {
  padding-bottom: 40px !important;
}

#modal-planos .modal-title {
  font-weight: normal !important;
}

#modal-planos .modal-footer {
  font-size: 12px;
  padding: 10px !important;
}

.planos-specs {
}

.planos-specs .row{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd4d5;
}

.planos-specs h1 {
  margin: 0px;
  padding: 0px;
  border: none !important;
}

.planos-specs h2 {
  margin: 0px;
}


#modal-cadastro .modal-content {
  background: #f2f3f3 !important;
}

#modal-cadastro .modal-header {
  padding-bottom: 40px !important;
}

#modal-cadastro .modal-title {
  font-weight: normal !important;
}

#modal-cadastro .modal-footer {
}

.btn-super-small {
  font-size: 12px;
  background: #ebeff0;
  border-bottom: 3px solid #bcc3c6 !important;
  color: #8d989b;
  padding: 2px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.ecommerce {
}

.ecommerce h1 {
  font-size: 35px;
  border-bottom: 1px solid #7f8c8e;
}

.consorcio-info h1 {
  font-size: 24px;
  border-bottom: none;
  margin-bottom: 10px;
}

#search_results {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 500px;
  height: 300px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
  display: none;
}

#search_results div {
  height: 280px;
  overflow-y: scroll;
}

#search_results div ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#search_results div ul li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

#search_results div ul li a {
}

#search_results div ul li a:hover {
  text-decoration: none;
}

#search_results div ul li img {
  float: left;
  margin-right: 10px;
}

#search_results div ul li h1 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
}

#search_results div ul li p {
  margin: 0px;
  color: #8d9799;
}

.search_results_big {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 50px;
}

.search_results_big li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.search_results_big li a {
}

.search_results_big li a:hover {
  text-decoration: none;
}

.search_results_big li img {
  float: left;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.search_results_big li h1 {
  margin: 0px;
  padding: 0px;
  font-size: 18 px;
  font-weight: bold;
  border-bottom: 0px !important;
  color: #8d9799;
  border: 0;;
}

.search_results_big li h2 {
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  margin: 5px;
  border-bottom: 0 !important;
}

.search_results_big li p {
  margin: 0px;
  color: #8d9799;
}

.card-product-name {background: #9ea8a9; color: #ffffff; text-align: center; font-size: 22px; line-height: 38px;}

#carousel-highlights .carousel-inner .item .container .inside {
  margin-left: 40%;}

#carousel-highlights .carousel-inner .item > .hidden-xs img {position: absolute; width: 1920px; height: 400px; left: 50%; top: 0; margin: 0 -960px; z-index: 0;}

#carousel-highlights .carousel-inner .item > .hidden-xs .container, #carousel-highlights .carousel-inner .item > .visible-xs .container {z-index: 1;position: absolute;left: 0;top: 0;width: 100%;}
