/* line 4, ../sass/default.scss */
html, body {
  height: 100%;
}

/* line 8, ../sass/default.scss */
body {
  font: normal 1.35em/1.8em 'Fira Sans', sans-serif;
}

/* line 12, ../sass/default.scss */
h1 {
  font-weight: 700;
  font-size: 2.8em;
  color: #115e8c;
}
/* line 18, ../sass/default.scss */
h1 span {
  color: #caab6b;
}

/* line 23, ../sass/default.scss */
h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: #115b8c;
}

/* line 29, ../sass/default.scss */
header {
  position: relative;
  width: 100%;
  height: 146px;
  background: #0d78b0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNzhiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5NjY5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d78b0), color-stop(100%, #096697));
  background-image: -moz-linear-gradient(#0d78b0, #096697);
  background-image: -webkit-linear-gradient(#0d78b0, #096697);
  background-image: linear-gradient(#0d78b0, #096697);
}
/* line 36, ../sass/default.scss */
header .logo-container {
  position: relative;
  float: left;
  width: 220px;
  height: auto;
}
/* line 43, ../sass/default.scss */
header .logo {
  position: absolute;
  top: 0;
  left: -20px;
  width: 220px;
  height: 206px;
  z-index: 5000;
  background: url("../images/logotipo-background.png") no-repeat top left;
}
/* line 53, ../sass/default.scss */
header .logo-image {
  position: absolute;
  margin: -72px 0 0 -92px;
  top: 50%;
  left: 50%;
  width: 184px;
  height: 116px;
}
/* line 62, ../sass/default.scss */
header nav {
  position: relative;
  float: right;
  width: 850px;
  height: 146px;
}
/* line 68, ../sass/default.scss */
header nav ul {
  list-style: none;
  float: right;
  margin: 40px 0 0 0;
  padding: 0;
}
/* line 74, ../sass/default.scss */
header nav ul li {
  display: inline-block;
}
/* line 77, ../sass/default.scss */
header nav ul li a {
  display: block;
  float: left;
  padding: 20px;
  color: #fff;
  font-size: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
/* line 86, ../sass/default.scss */
header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus {
  color: #c7ae76;
  text-decoration: none;
}

/* line 96, ../sass/default.scss */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #135a8d;
}
/* line 104, ../sass/default.scss */
footer nav {
  position: relative;
  float: right;
  width: 850px;
  height: 146px;
}
/* line 110, ../sass/default.scss */
footer nav ul {
  list-style: none;
  float: right;
  margin: 92px 0 0 0;
  padding: 0;
}
/* line 116, ../sass/default.scss */
footer nav ul li {
  display: inline-block;
}
/* line 119, ../sass/default.scss */
footer nav ul li a {
  display: block;
  float: left;
  padding: 20px;
  color: #fff;
  font-size: 1.35em;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
/* line 129, ../sass/default.scss */
footer nav ul li a:hover {
  color: #c7ae76;
  text-decoration: none;
}
/* line 138, ../sass/default.scss */
footer .logotipo {
  margin-top: 85px;
}

/* line 143, ../sass/default.scss */
.main {
  min-height: 100%;
  position: relative;
}

/* line 148, ../sass/default.scss */
.content {
  padding-bottom: 560px;
  /* Altura do footer */
}

/* line 152, ../sass/default.scss */
.slider {
  position: relative;
  margin: 0 auto 18px auto;
  width: 1140px;
  height: 472px;
}

/* line 161, ../sass/default.scss */
.carousel-indicators li, .carousel-indicators li.active {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: #115b8c;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 169, ../sass/default.scss */
.carousel-indicators li.active {
  background: #d3b889;
}

/* line 174, ../sass/default.scss */
.ribbon-primary {
  position: relative;
  margin-top: -18px;
  background: #155b8c;
}
/* line 179, ../sass/default.scss */
.ribbon-primary p {
  display: block;
  padding: 18px 30px;
  height: auto;
  color: #fff;
  font: normal 1.5em 'Fira Sans', sans-serif;
  text-transform: uppercase;
}
/* line 187, ../sass/default.scss */
.ribbon-primary p strong {
  font-weight: 700;
}
/* line 192, ../sass/default.scss */
.ribbon-primary .ribbon-arrow {
  position: absolute;
  left: 48px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #135a8d transparent transparent transparent;
}

/* line 204, ../sass/default.scss */
.destino {
  display: flex;
  justify-content: space-between;
}
/* line 209, ../sass/default.scss */
.destino .destino-col {
  padding-bottom: 100px;
  height: auto;
}
/* line 213, ../sass/default.scss */
.destino .destino-col .destino-col-footer {
  position: absolute;
  left: 0;
  padding: 0 15px;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 223, ../sass/default.scss */
.destino .title {
  color: #135a8d;
  font-size: 1.6em;
  font-weight: 700;
}
/* line 229, ../sass/default.scss */
.destino .payment {
  display: block;
  color: #7a6232;
  font-size: 1.35em;
  font-weight: 700;
}
/* line 238, ../sass/default.scss */
.destino .button a {
  display: block;
  padding: 18px 26px 15px 26px;
  background: #caaa6d;
  color: #fff;
  font-size: 1.35em;
  font-weight: 300;
  -moz-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
}
/* line 247, ../sass/default.scss */
.destino .button a:hover {
  text-decoration: none;
  background: #135a8d;
}

/* line 252, ../sass/default.scss */
.destino-todos {
  margin-top: 45px;
  margin-bottom: 35px;
}
/* line 257, ../sass/default.scss */
.destino-todos a {
  color: #337ab7;
  padding: 40px 0 35px 0;
  display: block;
  font-size: 1.85em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background: #e5d6b8;
  -moz-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
  -moz-transition: color, 0.25s;
  -o-transition: color, 0.25s;
  -webkit-transition: color, 0.25s;
  transition: color, 0.25s;
}
/* line 269, ../sass/default.scss */
.destino-todos a:hover {
  color: #fff;
  background: #caaa6d;
  text-decoration: none;
}

/* line 277, ../sass/default.scss */
.porque-locazul {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* line 282, ../sass/default.scss */
.fretamento {
  margin: 120px 0 -160px 0;
  padding: 60px 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #bbbbbb));
  background-image: -moz-linear-gradient(#f4f4f4, #bbbbbb);
  background-image: -webkit-linear-gradient(#f4f4f4, #bbbbbb);
  background-image: linear-gradient(#f4f4f4, #bbbbbb);
}
/* line 287, ../sass/default.scss */
.fretamento h1 {
  font-size: 5em;
  font-style: italic;
}
/* line 292, ../sass/default.scss */
.fretamento p {
  font-size: 1.2em;
  line-height: 2em;
}
/* line 299, ../sass/default.scss */
.fretamento .button a {
  display: inline-block;
  padding: 18px 26px 15px 26px;
  background: #135a8d;
  color: #fff;
  font-size: 1.35em;
  font-weight: 300;
  -moz-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  -webkit-transition: background, 0.25s;
  transition: background, 0.25s;
}
/* line 308, ../sass/default.scss */
.fretamento .button a:hover {
  text-decoration: none;
  background: #072133;
}
/* line 312, ../sass/default.scss */
.fretamento .fretamento-imagem {
  position: relative;
  float: right;
  margin: -345px 0 -45px 0;
  width: 1000px;
  height: 390px;
}

/* line 322, ../sass/default.scss */
.footer-contato {
  margin-top: 60px;
}
/* line 326, ../sass/default.scss */
.footer-contato p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 300;
}
/* line 333, ../sass/default.scss */
.footer-contato a {
  color: #fff;
  text-decoration: underline;
}
/* line 337, ../sass/default.scss */
.footer-contato a:hover {
  text-decoration: none;
}
/* line 340, ../sass/default.scss */
.footer-contato img {
  opacity: 0.5;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 344, ../sass/default.scss */
.footer-contato img:hover {
  opacity: 1;
}

/* line 350, ../sass/default.scss */
.top-offset {
  margin-top: 90px;
}

/* line 354, ../sass/default.scss */
.list-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 359, ../sass/default.scss */
.list-check li {
  display: block;
  padding: 5px 0 5px 56px;
  margin: 14px 0;
  color: #5c5c5c;
  font-size: 1.45em;
  font-weight: 300;
  background: url("../images/list-style-check.png") no-repeat top left;
}

/* line 371, ../sass/default.scss */
.list-check.split li {
  width: 50%;
  float: left;
}

/* line 377, ../sass/default.scss */
h1.lead {
  font-size: 3em;
}

/* line 381, ../sass/default.scss */
h2 {
  color: #775f33;
  font-size: 2em;
}

/* line 386, ../sass/default.scss */
h2.lead {
  font-size: 1.65em;
}

/* line 390, ../sass/default.scss */
p.lead {
  font-size: 1.4em;
  line-height: 1.65em;
  color: #5c5c5c;
}

/* line 395, ../sass/default.scss */
p.mid-lead {
  font-size: 1.35em;
  line-height: 1.65em;
}

/* line 402, ../sass/default.scss */
.depoimentos .row {
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 407, ../sass/default.scss */
.depoimentos p {
  font-size: 1.45em;
  font-weight: 300;
  line-height: 1.8em;
  color: #5c5c5c;
}

/**
 * Empresa
 */
/* line 420, ../sass/default.scss */
.empresa-objective {
  margin-top: 70px;
}

/* line 423, ../sass/default.scss */
.empresa-quote {
  color: #5c5c5c;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 300;
}

/**
 * Contato
 */
/* line 434, ../sass/default.scss */
#google-maps-container {
  position: relative;
  margin-bottom: 45px;
  width: 100%;
  height: 400px;
}

/* line 441, ../sass/default.scss */
.contato-form {
  margin: 45px 0;
}
/* line 445, ../sass/default.scss */
.contato-form input, .contato-form textarea, .contato-form button {
  padding: 20px;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1.5em;
  font-style: italic;
  border: #155b8b 3px solid;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 65px;
}
/* line 455, ../sass/default.scss */
.contato-form input:active, .contato-form input:focus, .contato-form textarea:active, .contato-form textarea:focus, .contato-form button:active, .contato-form button:focus {
  border-color: #caab6b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 461, ../sass/default.scss */
.contato-form textarea {
  height: 260px;
}
/* line 465, ../sass/default.scss */
.contato-form .contato-form-button {
  color: #fff;
  background: #155b8b;
  height: auto;
  -moz-transition: background 0.2s, border 0.2s;
  -o-transition: background 0.2s, border 0.2s;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
}
/* line 471, ../sass/default.scss */
.contato-form .contato-form-button:hover, .contato-form .contato-form-button:active, .contato-form .contato-form-button:focus {
  border-color: #caab6b;
  background: #caab6b;
}

/* line 478, ../sass/default.scss */
.contato-image-list {
  position: relative;
  margin: 12px auto;
}

/* line 483, ../sass/default.scss */
.contato-sidebar-button {
  height: 108px;
}

/* line 487, ../sass/default.scss */
.contato-sidebar-list {
  position: relative;
  width: 100%;
  height: auto;
  background: #155b8b;
  padding: 40px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Classes auxiliares.
 */
/* line 500, ../sass/default.scss */
.flexbox-container {
  display: flex;
  align-items: center;
}

/* line 505, ../sass/default.scss */
.text-center {
  text-align: center;
}

/* line 508, ../sass/default.scss */
.text-right {
  text-align: right;
}

/* line 511, ../sass/default.scss */
.text-left {
  text-align: left;
}

/* line 514, ../sass/default.scss */
.float-left {
  float: left;
}

/* line 517, ../sass/default.scss */
.float-right {
  float: right;
}

/* line 521, ../sass/default.scss */
.list-raw {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 527, ../sass/default.scss */
.list-inline li {
  display: inline-block;
}

/* line 532, ../sass/default.scss */
.flexbox {
  display: flex;
  align-items: center;
}

/* line 537, ../sass/default.scss */
.frota-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  border: #eee 7px solid;
}

/* line 543, ../sass/default.scss */
.frota-box-descricao {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 547, ../sass/default.scss */
.frota-thumb-container {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 553, ../sass/default.scss */
.frota-thumb-container a {
  display: inline-block;
  opacity: .25;
  float: left;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 60px;
}
/* line 560, ../sass/default.scss */
.frota-thumb-container a:hover {
  opacity: 1;
}
