@charset "UTF-8";
/* Vendor */
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,800|Roboto+Mono");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  right: 0;
  width: 30px !important;
  bottom: 0 !important;
  display: block;
  height: 60px;
  margin-bottom: calc(50vh - 15px) !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        text-shadow: 0 0px 1px white;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 30px !important;
        line-height: 20px;
        text-align: center;
        color: #F7941E;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #F7941E !important;
      opacity: 0.75; }

.underline--magical {
  background-image: linear-gradient(120deg, #FFEC01 0%, #FFEC01 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in; }
  .underline--magical:hover {
    background-size: 100% 88%; }

/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =======================================================================
## ++ Media Queries
========================================================================== */
/*
    Used for media queries.
    Add these mixins in your normal scss flow.

    Eg.
    .container{
        width:1024px;

        @include tablets{
            width:90%;
        }
    }
*/
/* =======================================================================
## ++ Unit transform
========================================================================== */
/*
    Used for making containers have width in percentages.
    Usage: define elemnt width in px and the width of parent elemnt in px.
    eg. .block{width:cp(512px, 1024px)} this will result in .block{width:50%;}
*/
/*
    Used for making px values convert to rem values
    Usage: define font-size in px and it will convert to rems
    eg. font-size: rem(14px);
*/
/*
    Used for clearing floating elements
    Usage: extend clearfix inside class
    eg.

    .container-with-floated-children {
      @extend %clearfix;
    }
*/
/* pallet Colors */
/*font-size*/
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  font-size: 15px; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  margin-bottom: 0;
  color: #000;
  font-weight: normal; }

h1 {
  font-size: 3em;
  line-height: normal;
  margin-top: 30px;
  padding: 1em 0; }
  @media screen and (max-width: 780px) {
    h1 {
      font-size: 30pt; } }

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #F5B62E;
  font-weight: bold;
  padding: 1em 0; }

h3 {
  font-size: 1.514rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.2em; }

h4 {
  font-size: 1.107rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.2em; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
small {
  font-size: smaller; }

strong {
  font-weight: bold; }

.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0;
  padding-top: 0; }

/* =======================================================================
## ++ Globals
========================================================================== */
html {
  font-size: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000; }

.container {
  max-width: 40em;
  margin: 0 auto; }

* {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

ul {
  margin: 0; }

li {
  list-style: none; }

/* =======================================================================
## ++ Cleafix
========================================================================== */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%; }

section {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  section h3 {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.3em; }
  section .card {
    border: 1px solid #F5B62E;
    text-align: left;
    padding: 1em;
    margin: 1em; }
    section .card img {
      width: 70px;
      margin-top: 0.5em; }
    section .card h4 {
      margin: 1em 0; }
    section .card p {
      font-size: 0.8em;
      line-height: 1.5em; }

img {
  max-width: 100%; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

.clr {
  clear: both; }

.clr {
  content: "test"; }

.no-marging div {
  margin-bottom: 0 !important; }

.hidden {
  display: none; }

.ab-bottom {
  position: absolute;
  bottom: 0; }

.center {
  text-align: center; }

.right {
  text-align: right; }
  @media screen and (max-width: 1350px) {
    .right {
      text-align: right; } }
  @media screen and (max-width: 1100px) {
    .right {
      text-align: center; } }
  @media screen and (max-width: 780px) {
    .right {
      text-align: center; } }

.left {
  text-align: left; }
  .left h1, .left h2, .left h3, .left h4, .left h5, .left p {
    text-align: left; }
  @media screen and (max-width: 1350px) {
    .left {
      text-align: left; }
      .left h1, .left h2, .left h3, .left h4, .left h5, .left p {
        text-align: left; } }
  @media screen and (max-width: 1100px) {
    .left {
      text-align: center; }
      .left h1, .left h2, .left h3, .left h4, .left h5, .left p {
        text-align: left; } }
  @media screen and (max-width: 780px) {
    .left {
      text-align: center; }
      .left h1, .left h2, .left h3, .left h4, .left h5, .left p {
        text-align: center; } }

.wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px; }
  @media screen and (max-width: 1100px) {
    .wrap {
      width: 90% !important; } }
  @media screen and (max-width: 780px) {
    .wrap {
      width: 95% !important; } }

.button {
  position: relative;
  border: none;
  display: inline-block;
  padding: 1em 2em;
  text-transform: uppercase;
  font-size: 0.8em; }

header {
  width: 100%;
  position: relative;
  background-color: #000;
  top: 0;
  margin: 0 auto;
  z-index: 100; }
  header .logo {
    width: 33.3333333333%;
    float: left; }
    header .logo .img-wrap {
      width: 160px;
      height: 48px;
      padding: 0.4em 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    @media screen and (max-width: 780px) {
      header .logo {
        width: 83.3333333333%;
        float: left; } }
  header nav {
    text-align: right;
    width: 66.6666666667%;
    float: right;
    display: inline-block;
   }
    header nav a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.9em;
      display: inline-block;
      margin: 0;
      padding: 1.2em 0.8em;
      font-weight: bold;
      border-top: 1px solid transparent; }
    header nav a:hover {
      border-top: 1px solid #F5B62E; }
    header nav .selected {
      border-top: 1px solid #F5B62E; }

  header .menu-toggle {
    display: none; }
    @media screen and (max-width: 780px) {
      header .menu-toggle {
        display: block;
        cursor: pointer;
        width: 16.6666666667%;
        float: left;
        padding: 2.9em 0 2.9em 2em; } }

#landing {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #landing .logo-wrap {
    position: absolute;
    top: 1em;
    left: 8em;
    z-index: 15; }
    #landing .logo-wrap img {
      width: 80px; }
    @media screen and (max-width: 780px) {
      #landing .logo-wrap {
        display: none; } }
  #landing .top-triangle {
    width: 0;
    height: 0;
    border-top: 320px solid #000;
    border-right: 350px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    @media screen and (max-width: 780px) {
      #landing .top-triangle {
        display: none; } }
  #landing .bottom-triangle {
    width: 0;
    height: 0;
    border-bottom: 200px solid #000;
    border-left: 200px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
    @media screen and (max-width: 780px) {
      #landing .bottom-triangle {
        display: none; } }
  #landing .slider {
    width: 100%;
    height: 100%; }
    #landing .slider .slick-list {
      height: 100%; }
    #landing .slider .slick-track {
      height: 100%; }
    #landing .slider .slide {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; }
      #landing .slider .slide h2 {
        color: #fff;
        font-size: 3.5em;
        padding-bottom: 0.2em;
        margin-top: 3em; }
      #landing .slider .slide h3 {
        color: #fff;
        font-weight: normal;
        padding-bottom: 1em;
        font-size: 1.8em; }
      #landing .slider .slide p {
        color: #fff;
        text-transform: uppercase;
        width: 70%;
        margin: 0 auto;
        font-size: 1.2em; }
        #landing .slider .slide p span {
          color: #F5B62E; }
        @media screen and (max-width: 780px) {
          #landing .slider .slide p {
            width: 95%; } }
  #landing .arrow-header {
    position: absolute;
    bottom: 0.5em;
    left: calc(50% - 15px);
    opacity: 0.8; }
    #landing .arrow-header img {
      width: 30px; }

#servicos {
  padding-bottom: 2em; }
  #servicos .especialistas-promo .cards {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    padding-left: 2em; }
    @media screen and (max-width: 780px) {
      #servicos .especialistas-promo .cards {
        width: 100%;
        padding-left: 0; } }
  #servicos .especialistas-promo .caixa {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: right;
    margin-right: -115px; }
    @media screen and (max-width: 780px) {
      #servicos .especialistas-promo .caixa {
        width: 100%; } }
  #servicos .logistica-convencional h3 {
    padding: 2em 0; }
  #servicos .logistica-convencional .cards .card {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    min-height: 270px; }
    @media screen and (max-width: 780px) {
      #servicos .logistica-convencional .cards .card {
        width: 90%;
        margin: 1em auto; } }

#planejamento-logistico {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bgplan.png");
  background-attachment: fixed;
  padding: 3em 0; }
  #planejamento-logistico .p-subtitle {
    color: #fff;
    padding-bottom: 1em; }
  #planejamento-logistico .cards .card-container {
    background-color: #fff;
    padding: 0.3em;
    display: inline-block;
    width: 27%;
    margin: 1em; }
    @media screen and (max-width: 780px) {
      #planejamento-logistico .cards .card-container {
        width: 90%;
        margin: 1em auto; } }
  #planejamento-logistico .cards .card {
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: top;
    min-height: 200px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #planejamento-logistico .cards .card .icon {
      height: 65px; }

#clientes {
  padding-bottom: 2em; }
  #clientes .cliente {
    display: inline-block;
    border: 2px solid #F5B62E;
    height: 100px;
    width: calc(100%*1/9);
    vertical-align: top;
    padding-top: 35px;
    margin: 1em 0.5em; }
    @media screen and (max-width: 780px) {
      #clientes .cliente {
        width: 95%; } }

#contato .endereco {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 33.3333333333%;
  float: left; }
  @media screen and (max-width: 780px) {
    #contato .endereco {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin: 1em 0; } }
#contato form {
  width: 66.6666666667%;
  float: left;
  text-align: left; }
  @media screen and (max-width: 780px) {
    #contato form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  #contato form label {
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 0.3em; }
  #contato form .btn {
    padding: 8px 20px;
    font-size: 14px;
    background-color: white;
    color: #e5a00b;
    border-radius: 0;
    border: 1px solid #f5b62e;
    margin-top: 12px; }
  #contato form p {
    margin-bottom: 20px; }
  #contato form .formgroup {
    display: inline-block;
    width: 40%; }
    #contato form .formgroup input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 8px;
      width: 100%;
      font-size: 14px; }
      #contato form .formgroup input:focus {
        border-color: #F5B62E;
        box-shadow: none;
        outline: none; }
    @media screen and (max-width: 780px) {
      #contato form .formgroup {
        width: 95%;
        margin: 1em 0; } }
  #contato form .formgroup-text {
    width: 81%;
    margin-top: 1em; }
    #contato form .formgroup-text textarea {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 8px;
      width: 100%;
      font-size: 14px; }
      #contato form .formgroup-text textarea:focus {
        border-color: #F5B62E;
        box-shadow: none;
        outline: none; }
    @media screen and (max-width: 780px) {
      #contato form .formgroup-text {
        width: 95%; } }
#contato .map {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/mapa_footer.jpg");
  margin: 2em 0 1em; }
  @media screen and (max-width: 780px) {
    #contato .map {
      background-position: 20% 50%; } }

footer {
  background-color: #F5B62E;
  border-top: 8px solid #000;
  width: 100%;
  padding: 2em;
  text-align: center; }
  footer .left {
    text-align: left;
    color: #fff;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    width: 33%; }
    @media screen and (max-width: 780px) {
      footer .left {
        width: 100%;
        text-align: center;
        margin: 2em 0; } }
  footer .center {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 33%; }
    footer .center img {
      width: 150px; }
    @media screen and (max-width: 780px) {
      footer .center {
        width: 100%;
        text-align: center;
        margin: 2em 0; } }
  footer .right {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 33%; }
    footer .right img {
      width: 50px; }
    @media screen and (max-width: 780px) {
      footer .right {
        width: 100%;
        text-align: center;
        margin: 2em 0; } }

.owl-carousel .item {
  border: 2px solid #f5b62e;
  padding: 10px; }

#caixa-loader {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none; }

#loader {
  height: 7em;
  font-size: 11px;
  margin-top: calc(50vh - 3.5em); }

.loader,
.loader:before,
.loader:after {
  background: #f5b62e;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #f5b62e;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

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


#interruptor{
	display:none;
}

/** Mobile **/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
#interruptor{
	position: absolute;
    right: 5px;
    top: 5px;
    display: block;
	border: 1px #fcb600;
	border-radius: 3px;
	background-color: #000;
	text-align: center;
  text-decoration: bold;
  font-size: 25px;
  color: #fcb600;
 
	
	
}


.menu {
  padding: 10px;
  display: none;
  
}

.abrir{
	display: inline-block
}


}