body {
  font-family: 'Roboto', sans-serif;
}
.navbar-default {
  height: 100px;
  background-image: url("../img/nav-background.png");
  background-position: center;
  background-size: cover;
  border: 0;
}
@media (max-width: 991px){
  .navbar-default {
    background-position: 48%;
  }
}
@media (max-width: 767px){
  .navbar-default {
    background-position: 41%;
  }
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-brand>img {
  max-height: 60px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #b3b3b3;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
@media (max-width: 767px){
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #ff0000;
    margin-top: 28px;
    z-index: 999999;
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 20px;
  }
  .collapse.in{
    position: absolute;
    width: 100%;
  }
}
.cont-header {
  padding: 0;
}
@media (min-width: 768px){
  .cont-header {
    position: relative; 
  }
}
.cont-header .row {
  margin: 0;
}
.cont-header img {
  width: 100%;
}
.cont-header .col-md-12 {
  padding: 0;
}
.cont-header-bar {
  height: 100px;
  background-image: url("../img/header-bar-background.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  bottom: 40px;
  left: 0;
}
@media (max-width: 767px){
  .cont-header-bar {
    background-color: #ff0000;
    bottom: 0;
  }
}
.cont-header-bar h5 {
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
@media (max-width: 767px){
  .cont-header-bar h5 {
    text-align: center;
  }
}
@media (max-width: 508px){
  .cont-header-bar h5 {
    line-height: 40px;
  }
}
.cont-header-bar .btn {
  margin-left: 30px;
  padding: 6px 20px;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 2px;
}
@media (max-width: 767px){
  .cont-header-bar .btn {
    margin-left: 10px;
    padding: 6px 10px;
  }
}
.cont-header-bar .btn.active.focus, .cont-header-bar .btn.active:focus, .cont-header-bar .btn.active:hover, .cont-header-bar .btn:active.focus, .cont-header-bar .btn:active:focus, .cont-header-bar .btn:active:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
.cont-section-1 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: -1;
}
.cont-section-1 p {
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 15px 0;
}
.cont-section-1 h3 {
  font-weight: bold;
  letter-spacing: 2px;
}
.col-left-section-1 {
  padding-right: 80px;
}
@media (max-width: 767px){
  .col-left-section-1 {
    padding-right: 15px;
    text-align: center;
  }
}
.col-right-section-1 {
  padding-left: 80px;
  text-align: center;
}
@media (max-width: 767px){
  .col-right-section-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .col-right-section-1 img {
    width: 100%;
  }
}
.cont-section-2 {
  background-color: #ededed;
  padding-top: 80px;
  padding-bottom: 120px;
}
.cont-section-2 h3 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid #ff0000;
  letter-spacing: 3px;
  display: inline-block;
  padding: 15px 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .cont-section-2 h3 {
    font-size: 20px;
  }
}
.row-servicos .col-servico p {
  display: none;
}
.row-servicos .col-servico p:first-of-type {
  display: block;
  line-height: 1.9em;
  letter-spacing: 1px;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  max-height: 6.7em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.row-servicos .col-servico p:first-of-type:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.row-servicos .col-servico p:first-of-type:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.6em;
  background: #ededed;
}
.cont-section-2 img {
  padding-top: 110px;
  margin: auto;
}
.cont-section-2 h4 {
  padding-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cont-section-2 .btn-default {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.modal-servico .modal-title {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.modal-servico p {
  line-height: 1.9em;
  letter-spacing: 1px;
  padding: 15px 0;
}
.cont-section-3 {
  padding-top: 80px;
  padding-bottom: 150px;
}
.cont-section-3 h3 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid #ff0000;
  letter-spacing: 3px;
  display: inline-block;
  padding: 15px 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .cont-section-3 h3 {
    font-size: 20px;
  }
}
.cont-section-3 p {
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .show-small {
    display: none;
  }
}
@media (max-width: 767px){
  .show-big {
    display: none;
  }
}


/* TABS */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.cont-section-3 .col-tabs {
  padding-top: 80px;
}
.nav-pills {
  padding-right: 5px;;
}
.nav-pills>li>a {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background-color: #ff0000;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #fff;
}
.panel-group {
  padding: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel+.panel {
  margin-top: 0;
}
.panel-default {
  border-color: #ededed;
}
.panel-default>.panel-heading {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.panel-heading {
  padding: 22px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  letter-spacing: 2px;
}
.panel-body {
  padding: 40px;
  background-color: #999999;
  color: #fff;
}
.panel-body h5 {
  font-weight: bold;
  margin: 0;
}
.panel-body p {
  padding-top: 0;
}
a:focus, a:hover {
  text-decoration: none;
}
.panel-title i {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.panel-heading-s {
  padding: 0;
}
.panel-title-s {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.panel-collapse-s.in, .panel-collapse-si.in {
  position: static;
}
.panel-body-s {
  padding: 0;
}
.panel-group-s {
  margin: 0;
}
.panel-heading-s {
  background-color: #000 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.panel-heading-s.active {
  background-color: #ff0000 !important;
}

.cont-separator {
  background-size: cover;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  letter-spacing: 4px;
}
.cont-separator .line {
  width: 250px;
  height: 7px;
  background-color: #ff0000;
  margin: 0 auto;
}
.cont-separator h2 {
  font-weight: bold;
  line-height: 1.6;
}
.cont-separator h3 {
  line-height: 1.9;
}
@media (max-width: 767px){
  .cont-separator h2 {
    font-size: 20px;
  }
  .cont-separator h3 {
    font-size: 16px;
  }
}
.cont-section-4 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.cont-section-4 h3 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid #ff0000;
  letter-spacing: 3px;
  display: inline-block;
  padding: 15px 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .cont-section-4 h3 {
    font-size: 20px;
  }
}
.cont-section-4 p {
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 15px 0;
}
.cont-section-4 label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.cont-section-4 input, .cont-section-4 textarea {
  padding: 22px 12px;
  color: #000;
  border-color: #000;
  border-radius: 0;
}
.cont-section-4 .btn-default {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 40px;
}
.cont-section-4 .btn-default.active.focus, .cont-section-4 .btn-default.active:focus, .cont-section-4 .btn-default.active:hover, .cont-section-4 .btn-default:active.focus, .cont-section-4 .btn-default:active:focus, .cont-section-4 .btn-default:active:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.cont-section-4 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0;
}
.cont-section-4 .col-fran-right p {
  padding: 0;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cont-section-4 .col-fran-right .btn {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 10px 70px;
}
@media (max-width: 767px) {
  .cont-section-4 .col-fran-right .btn {
    padding: 10px 30px;
  }
}
.cont-section-4 .col-md-6 {
  padding-top: 80px;
}
.cont-section-4 .col-fran-left {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .cont-section-4 .col-fran-left {
    padding-right: 15px;
  }
}
.cont-section-4 .col-fran-right {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .cont-section-4 .col-fran-right {
    padding-left: 15px;
  }
}
.cont-copy {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
.cont-copy a {
  color: #999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.cont-copy a:hover, .cont-copy a:focus {
  color: #fff;
}
.backToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
}
.backToTop:hover, .backToTop:focus {
  color: #000;
}