@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-phone:before {
  content: "\f095";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-home:before {
  content: "\f015";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-play:before {
  content: "\f04b";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-check:before {
  content: "\f00c";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-external-link:before {
  content: "\f08e";
}
em {
  font-style: normal;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.no-float {
  float: none;
}
.over-hide {
  overflow: hidden;
}
.text-white {
  color: #fff;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.uppercase {
  text-transform: uppercase;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.wrapper {
  position: relative;
  width: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
.webdoor,
.slide-wrap,
.sec-banner-empresa {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
textarea {
  resize: none;
  overflow: hidden;
}
a {
  outline: none;
}
.overlay-map {
  font-size: 0;
  line-height: 0;
}
.text-footer {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5em;
}
p {
  margin-bottom: 25px;
  line-height: 1.4em;
  font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 1.1em;
  }
}
.no-marg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.no-decoration {
  text-decoration: none !important;
}
.no-outline {
  outline: 0 !important;
}
button {
  outline: 0 !important;
}
.full-height {
  height: 100vh;
  max-height: auto;
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .full-height {
    height: 100vh;
    min-height: 100vh;
  }
}
.btn,
a.btn {
  display: inline-block;
  vertical-align: top;
  min-width: auto;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  line-height: normal;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .btn,
  a.btn {
    font-size: 11.2px;
    white-space: normal;
  }
}
.vert-center {
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bg-parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .bg-parallax {
    background-attachment: scroll;
    background-position: 50% 50%;
  }
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  outline: 0 !important;
  width: 100%;
  font-size: 14px;
  line-height: normal;
  padding: 7px 10px;
  height: auto;
  background-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  line-height: normal;
}
.form-control:-moz-placeholder {
  line-height: normal;
}
.form-control::-moz-placeholder {
  line-height: normal;
}
.form-control::-o-placeholder {
  line-height: normal;
}
.form-control:-ms-input-placeholder {
  line-height: normal;
}
.form-submit {
  display: inline-block;
  vertical-align: top;
  outline: 0 !important;
  padding: 8px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 380px) {
  .col-fluid-xs-small {
    width: 100%;
  }
  .hidden-xs-small {
    display: none;
  }
}
/************* Fonts **************/
@font-face {
}
p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
h1.main-logo {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  h1.main-logo img {
    width: 170px;
  }
}
.tl-2 {
  line-height: 1.2em;
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
}
.tl-2 .tl-small {
  font-weight: 700;
  font-size: 70%;
}
@media only screen and (max-width: 767px) {
  .tl-2 {
    font-size: 22px;
  }
}
.tl-3 {
  line-height: 1.2em;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tl-3 {
    font-size: 18px;
  }
}
.tl-white {
  color: #ffffff;
}
.tl-green {
  color: #b8d300;
}
.tl-grey {
  color: #5c5c5c;
}
.tl-blue-light {
  color: #0499d4;
}
.open-sans,
body {
  font-family: 'Open Sans', sans-serif;
}
.raleway,
.tl-2,
.tl-3,
.list-info .phone-number,
.slide-wrap,
.sec-newsletter .form-title,
.pre-footer h5,
.pre-footer .phone-number,
.sec-fixed-form .box-form .form-title,
ul.list-linhas > li .caption .table,
.page-frota .dl-frota dd,
.page-empresa .title {
  font-family: 'Raleway', sans-serif;
}
.montserrat,
.sec-mobile-buy .content .tl-1,
.sec-mobile-buy .content .tl-2 {
  font-family: 'Montserrat', sans-serif;
}
.sec-header .header {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-header .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.list-info {
  width: 100%;
}
.list-info.header > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
}
.list-info.header > li:first-child {
  width: 90px;
}
.list-info.header > li:first-child + li {
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
  padding-left: 10px;
}
.list-info.header.televenda > li:first-child {
  width: 116px;
}
.list-info.header.televenda > li:first-child + li {
  width: -webkit-calc(100% - 116px);
  width: -moz-calc(100% - 116px);
  width: -o-calc(100% - 116px);
  width: calc(100% - 116px);
  padding-left: 10px;
}
.list-info.section {
  margin-bottom: 30px;
}
.list-info.section > li {
  display: block;
}
.list-info.section > li .text {
  font-weight: 600;
}
.list-info .phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #0499d4;
}
.list-info .phone-number small {
  font-size: 70%;
}
.list-info .phone-number a {
  color: inherit;
}
.list-info .text {
  display: block;
  font-size: 12px;
  color: #909195;
  line-height: 1.7em;
}
.list-info .text-up {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #85868a;
  line-height: 1.7em;
  font-weight: 700;
}
.sec-nav-menu {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #bbbdc2;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sec-nav-menu {
    border: 0;
  }
}
.select-lang {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 15px;
}
.select-lang > span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #737377;
}
.select-lang > span .arrow {
  color: #9c9da0;
  font-size: 22px;
}
.select-lang .dropdown-lang {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 80px;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  margin-left: -40px;
}
.select-lang .dropdown-lang ul {
  text-align: left;
}
.select-lang .dropdown-lang ul li a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #737377;
}
.main-nav .top-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  .main-nav .top-menu > li {
    display: block;
    width: 100%;
    padding: 7px 15px;
  }
}
.main-nav .top-menu > li a {
  color: #737377;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-nav .top-menu > li a:hover {
  color: #0499d4;
}
@media only screen and (max-width: 767px) {
  .navbar-toggle {
    margin-top: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-toggle.collapsed .icon-bar {
    background: #737477;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
    background: #0499d4;
    height: 3px;
  }
  .sec-header.active .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.slide-wrap {
  height: 650px;
}
@media only screen and (max-width: 767px) {
  .slide-wrap {
    height: 340px;
  }
}
.slide-wrap .content {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .slide-wrap .content {
    margin-top: 50px;
  }
}
.slide-wrap .content .slide-title {
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 45px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .slide-wrap .content .slide-title {
    font-size: 22px;
  }
}
.slide-wrap .content .slide-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #26292c;
}
@media only screen and (max-width: 767px) {
  .slide-wrap .content .slide-text {
    font-size: 14px;
  }
}
.slide-wrap .content .slide-text em {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 5px;
  font-weight: 800;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .slide-wrap .content .slide-text em {
    line-height: 1.3em;
    font-size: 180%;
  }
}
.sec-arrows-slider {
  position: absolute;
  height: 0;
  top: 50%;
  z-index: 999;
}
.arrow-slider {
  position: absolute;
  display: block;
  width: 50px;
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .arrow-slider {
    width: 30px;
    height: 45px;
  }
}
.arrow-slider:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.arrow-slider.prev {
  left: 0;
}
.arrow-slider.next {
  right: 0;
}
.arrow-slider .fa {
  font-size: 45px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #919096;
}
@media only screen and (max-width: 767px) {
  .arrow-slider .fa {
    font-size: 35px;
    line-height: 45px;
  }
}
.arrow-slider a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec-alert-buy {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #059ad5;
}
@media only screen and (max-width: 767px) {
  .sec-alert-buy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.sec-alert-buy .tl-ticket {
  position: relative;
}
.sec-alert-buy .tl-ticket:before {
  content: '';
  display: block;
  position: absolute;
  width: 74px;
  height: 64px;
  top: -5px;
  left: -100px;
  background: url(../img/icons/ticket.png) no-repeat top left;
}
@media only screen and (max-width: 767px) {
  .sec-alert-buy .tl-ticket:before {
    width: 45px;
    height: 40px;
    left: -60px;
    background-size: 100%;
  }
}
.btn-primary {
  padding: 20px;
  border: 2px solid #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary.btn-light-blue:hover {
  color: #0499d4;
  background-color: #ffffff;
}
.btn-form {
  height: 45px;
  font-size: 14px;
  padding: 10px 20px;
  border: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-form.btn-green {
  background: #b8d300;
  color: #ffffff;
}
.btn-form.btn-green:hover {
  background: #a6bf00;
}
.btn-form.btn-green.text-blue {
  color: #0499d4;
}
.btn-form.btn-blue {
  background: #0499d4;
  color: #ffffff;
}
.btn-form.btn-blue:hover {
  background: #048bc0;
}
.btn-form.btn-lg {
  width: 140px;
}
.sec-planos {
  padding-top: 90px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec-planos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-planos hr.divider {
  border-top: 1px solid #474749;
  margin-top: 20px;
  margin-bottom: 25px;
}
.sec-planos .box-plano {
  margin-bottom: 20px;
}
.sec-planos .box-plano figure {
  position: relative;
}
.sec-planos .box-plano figure figcaption {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
.sec-planos .box-plano figure figcaption .caption {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.sec-planos .box-plano figure figcaption .caption .title {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 10px;
  color: #ffffff;
}
.icon-pin {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 45px;
  background: url(../img/icons/pin.png) no-repeat top center;
}
.sec-mobile-buy {
  height: 450px;
  background-color: #ececf2;
  background-image: url(../img/home/bg-mobile-buy.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (max-width: 767px) {
  .sec-mobile-buy {
    height: auto;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.sec-mobile-buy .content {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .sec-mobile-buy .content {
    margin-top: 0;
  }
}
.sec-mobile-buy .content .tl-1 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec-mobile-buy .content .tl-1 {
    font-size: 18px;
  }
}
.sec-mobile-buy .content .tl-2 {
  font-weight: 700;
}
.sec-mobile-buy .content p {
  font-size: 15.5px;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .sec-mobile-buy .content p {
    font-size: 14px;
  }
}
.sec-newsletter {
  background: #0499d4;
  padding-top: 45px;
  padding-bottom: 35px;
}
.sec-newsletter .form-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  text-transform: uppercase;
}
.sec-newsletter .form-title img {
  margin-right: 8px;
}
.sec-newsletter .btn-submit {
  float: right;
}
.pre-footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #474749;
  color: #ffffff;
}
.pre-footer hr.divider {
  margin-top: 3px;
  margin-bottom: 40px;
  border-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pre-footer hr.divider {
    margin-bottom: 10px;
  }
}
.pre-footer .social-media > li {
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  padding: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .pre-footer .social-media > li {
    padding: 5px;
    font-size: 13px;
  }
}
.pre-footer .social-media > li a {
  color: inherit;
}
.pre-footer .social-media > li .fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  color: #474749;
}
@media only screen and (max-width: 767px) {
  .pre-footer .social-media > li .fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
.pre-footer h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pre-footer h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pre-footer ul.menu li {
  margin-bottom: 10px;
}
.pre-footer ul.menu li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pre-footer ul.menu li a {
    font-size: 12px;
  }
}
.pre-footer .phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #b8d300;
}
@media only screen and (max-width: 767px) {
  .pre-footer .phone-number {
    font-size: 18px;
  }
}
.pre-footer .phone-number small {
  font-size: 70%;
}
.pre-footer .phone-number a {
  color: inherit;
}
.pre-footer .text {
  display: block;
  font-size: 12px;
  line-height: 1.7em;
}
.pre-footer .text-up {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 700;
}
.pre-footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
.form-control {
  border-style: solid;
  border-width: 2px;
  border-color: #737476;
  height: 35px;
  background-color: transparent;
  font-weight: 600;
}
.form-control.select {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control::-webkit-input-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control:-moz-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control::-moz-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control::-o-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control:-ms-input-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  color: #737476;
}
.form-control.form-white {
  border-color: #ffffff;
  color: #ffffff;
}
.form-control.form-white::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control.form-white:-moz-placeholder {
  color: #ffffff;
}
.form-control.form-white::-moz-placeholder {
  color: #ffffff;
}
.form-control.form-white::-o-placeholder {
  color: #ffffff;
}
.form-control.form-white:-ms-input-placeholder {
  color: #ffffff;
}
.form-control.form-default {
  border: 0;
  height: 45px;
  font-weight: 400;
  background-color: #ffffff;
}
.form-control.form-default::-webkit-input-placeholder {
  text-transform: none;
  font-weight: 400;
}
.form-control.form-default:-moz-placeholder {
  text-transform: none;
  font-weight: 400;
}
.form-control.form-default::-moz-placeholder {
  text-transform: none;
  font-weight: 400;
}
.form-control.form-default::-o-placeholder {
  text-transform: none;
  font-weight: 400;
}
.form-control.form-default:-ms-input-placeholder {
  text-transform: none;
  font-weight: 400;
}
input.datepicker {
  background: url(../img/icons/bg-form-date.png) 94% 50% no-repeat #ffffff;
  padding-top: 15px;
}
.label-aux {
  display: block;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 20px;
  color: #737377;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
.sec-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #474749;
  color: #959599;
  border-top: 1px solid #707070;
}
.sec-footer .logo-krush {
  margin-top: -7px;
  margin-left: 5px;
}
.sec-fixed-form {
  position: absolute;
  top: 225px;
  width: 100%;
  height: 0;
  z-index: 999;
}
.sec-fixed-form.-affix {
  top: 25px;
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .sec-fixed-form {
    display: none;
    top: 25px;
    position: fixed;
    height: auto;
  }
}
.sec-fixed-form .hr-0 {
  height: 0;
}
@media only screen and (max-width: 767px) {
  .sec-fixed-form .hr-0 {
    height: auto;
  }
}
.sec-fixed-form .box-form {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 310px;
  max-width: 100%;
  background: #cbd909;
}
@media only screen and (max-width: 767px) {
  .sec-fixed-form .box-form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: initial;
    max-width: initial;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sec-fixed-form .box-form .fa-suitcase {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 35px;
  color: #ffffff;
}
.sec-fixed-form .box-form .form-title {
  line-height: 1.1em;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sec-fixed-form .box-form .form-title em {
  color: #0499d4;
}
.page-linhas {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-linhas {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
ul.list-linhas > li {
  margin-bottom: 15px;
}
ul.list-linhas > li .title {
  position: relative;
  background-color: #c9d80a;
  height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px 20px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
ul.list-linhas > li .title .arrow-down {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #ffffff;
  font-size: 30px;
}
ul.list-linhas > li .caption {
  display: none;
}
ul.list-linhas > li .caption .table {
  width: 100%;
  margin-bottom: 0;
}
ul.list-linhas > li .caption .table tr td,
ul.list-linhas > li .caption .table tr th {
  color: #727376;
  font-weight: 700;
  padding: 2px 20px;
  font-size: 16px;
  text-transform: uppercase;
}
ul.list-linhas > li .caption .table tr th {
  height: 38px;
  background-color: #e6e5e5;
}
ul.list-linhas > li .caption .table tr td {
  height: 32px;
}
ul.list-linhas > li .caption .table tbody tr:nth-child(odd) {
  background-color: #cdcbcb;
}
ul.list-linhas > li .caption .table tbody tr:nth-child(even) {
  background-color: #e6e5e5;
}
.bg-light-grey {
  background-color: #ececf2;
}
.bg-light-blue {
  background-color: #0499d4;
}
.page-agencias {
  padding-top: 100px;
  padding-bottom: 70px;
  color: #88898d;
}
@media only screen and (max-width: 767px) {
  .page-agencias {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.page-agencias h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  z-index: 9;
}
.page-agencias .box-agencia {
  margin-bottom: 20px;
  z-index: 9;
}
.page-agencias .box-agencia p {
  font-size: 12px;
  font-weight: 600;
}
.page-agencias .baixada {
  z-index: 9;
}
.page-agencias .baixada:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #0499d4;
  top: -500px;
  right: 0;
  width: 9999px;
  height: 9999px;
  z-index: 1;
}
.page-agencias .serrana:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #b8d300;
  top: -500px;
  left: -300px;
  width: 9999px;
  height: 9999px;
  z-index: 1;
}
.inline-box {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: -2px;
  margin-right: -2px;
}
.page-frota {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .page-frota {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.page-frota .table {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.page-frota .table thead th {
  text-align: center;
  height: 55px;
  font-size: 16px;
  border: 2px solid #ffffff;
}
.page-frota .table tbody tr td {
  text-align: center;
  font-size: 14px;
  height: 36px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.page-frota .table tbody tr td:first-child {
  border-left: 2px solid #ffffff;
}
.page-frota .table tbody tr td .fa-check {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 17px;
  background-color: #c9d608;
}
.page-frota .dl-frota dt {
  color: #404040;
  font-weight: 700;
  font-size: 18px;
}
.page-frota .dl-frota dd {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 35px;
}
.page-fretamento {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #88898d;
}
@media only screen and (max-width: 767px) {
  .page-fretamento {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-fretamento.blue {
  background: #0499d4;
}
.page-fretamento h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  z-index: 9;
}
.page-contato {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .page-contato {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-contato .form-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #737476;
}
.box-duvida {
  margin: 10px calc(4.16666667% - 2px) 20px;
}
.box-duvida h4 {
  font-weight: 600;
  color: #0499d4;
  font-size: 14px;
}
.box-duvida p {
  font-size: 12px;
  color: #88898d;
}
.main-title.page {
  font-weight: 700;
  text-transform: uppercase;
  color: #404040;
}
.main-title.page.small {
  font-size: 18px;
}
.sec-banner-empresa {
  height: 640px;
}
.sec-banner-empresa .main-title {
  margin-top: 110px;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1em;
  text-transform: uppercase;
}
.page-empresa {
  padding-top: 70px;
  padding-bottom: 60px;
}
.page-empresa .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0499d4;
  text-transform: uppercase;
}
.page-empresa p {
  font-size: 14px;
  color: #727376;
}
.page-links {
  padding-top: 60px;
  padding-bottom: 30px;
}
.page-links .main-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #86878a;
  font-weight: 700;
  margin-bottom: 25px;
}
.tl-3-in {
  font-size: 18px;
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  margin-bottom: 15px;
}
ul.list-links {
  overflow: hidden;
  margin-bottom: 15px;
}
ul.list-links > li {
  color: #727376;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.89em;
}
ul.list-links > li a {
  color: inherit;
}
ul.list-links > li .fa {
  color: #0499d4;
  font-size: 18px;
  margin-left: 5px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  position: fixed;
  display: none;
  overflow: hidden;
  outline: 0 !important;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  position: relative;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  position: relative;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  padding: 25px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0 !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
  width: 400px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 90%;
  }
}
.icon-close {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #b8d300;
  color: #ffffff;
  cursor: pointer;
  z-index: 9999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-close:hover {
  background: #8ca000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.icon-close .fa {
  display: block;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
}
.info-modal {
  width: 800px;
  max-width: 96%;
  background: #ffffff;
}
.info-modal.no-pad {
  padding: 0;
}
.info-modal h4 {
  font-weight: 600;
  text-align: center;
}
.info-modal p {
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
}
.info-modal table thead td {
  font-weight: 700;
  text-align: center;
}
.info-modal table tr td {
  width: 12.5%;
  padding: 5px;
  font-size: 11px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.somos ol li{
  list-style-type: decimal;
}
.somos p{
  margin-top: 35px;
}
.somos p span{
    font-size: 20px;
    font-weight: 700;
}
.somos h5 span{
  font-weight: 700;
}
.versao {
  text-align: right;
}
.qualidade li{
  margin-bottom: 15px;
}
