@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

header.navigation {
  background-color: #fff;
  opacity: 0.94;
  border-bottom: 1px solid #e6e6e6;
  min-height: 120px;
  width: 100%;
  z-index: 999;
  position: fixed; }
  header.navigation .navigation-wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  header.navigation .logo {
    float: left;
    max-height: 120px;
    padding-left: 1em;
    padding-right: 2em; }
    header.navigation .logo img {
      max-height: 120px;
      padding: 0.8em 0;
      width: 150px; }
  header.navigation .cl-effect-1 a::before,
  header.navigation .cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s; }
  header.navigation .cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); }
  header.navigation .cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); }
  header.navigation .cl-effect-1 a:hover::before,
  header.navigation .cl-effect-1 a:hover::after,
  header.navigation .cl-effect-1 a:focus::before,
  header.navigation .cl-effect-1 a:focus::after {
    color: #00b5ad;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); }
  header.navigation .navigation-menu-button {
    color: #5a6879;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 120px;
    margin: 0;
    padding-right: 1em;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: none; }
  header.navigation nav {
    float: none;
    min-height: 120px;
    z-index: 9999999;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      header.navigation nav {
        float: right; } }
  header.navigation ul.navigation-menu {
    -webkit-transform-style: preserve-3d;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #fff;
    display: block;
    line-height: 120px;
    overflow: hidden;
    padding-right: 0.8em;
    text-align: right;
    width: 100%;
    z-index: 9999;
    font-size: .75em;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 120px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: #5a6879;
      display: inline-block;
      font-weight: 400;
      text-decoration: none;
      font-weight: 700; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul li.nav-link a {
          padding-right: 1em; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: none; }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      content: '\25BE';
      color: #5a6879; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 53.75em) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a:after {
        content: '›';
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul.submenu li {
          line-height: 92.30769px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          header.navigation ul.submenu li a {
            background-color: #fff;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 120px; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: white;
        border-radius: 6px;
        border: 1px solid #f2f2f2;
        color: #5a6879;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: none;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 53.75em) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block; } }

.link-telefono {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  left: 0; }
  .link-telefono::after {
    clear: both;
    content: "";
    display: table; }
  .link-telefono a {
    margin-top: -40px;
    margin-right: 15px;
    float: right;
    z-index: 9999;
    font-size: .75em;
    letter-spacing: 0.1em;
    color: #68829e;
    text-align: right; }

@media (max-width: 860px) {
  .link-telefono {
    display: none; } }
.hero-flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 100%;
  text-decoration-style: none; }

.hero-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.24); }
  .hero-flex li {
    text-decoration-style: none;
    margin-right: 35px; }

.hero {
  background: url("images/camion.png"), -webkit-linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background: url("images/camion.png"), linear-gradient(10deg, #20392B, #7F99BE), no-repeat #7F99BE scroll;
  background-color: #324766;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
  height: 100vh; }
  .hero .hero-logo img {
    height: 4em;
    margin-bottom: 1em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    color: white;
    padding: 3.5em; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner button {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      border: 1px solid #3a8ce7;
      border-color: rgba(58, 140, 231, 0.4);
      overflow: hidden;
      padding: 0 35px;
      position: relative;
      border-radius: 40px;
      letter-spacing: 1px;
      line-height: 44px; }
    .hero .hero-inner .hero-copy {
      text-align: left;
      margin-top: 10%; }
      .hero .hero-inner .hero-copy h1 {
        font-size: 1em;
        margin-bottom: 0.5em;
        font-weight: 200;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.24); }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 2.6em; } }
      .hero .hero-inner .hero-copy p {
        font-weight: 200;
        line-height: 1.4em;
        color: #ffffff;
        text-shadow: 0px 1px black; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy p {
            font-size: 20px;
            max-width: 45%; } }

@media (max-width: 860px) {
  .hero {
    height: calc(100vh + 90px);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hero .hero-inner {
      width: 100%;
      margin-top: 50px; }
    .hero h1 {
      font-size: 26px !important;
      text-align: center;
      width: 100%;
      padding: 0; }
    .hero p {
      font-size: 18px;
      text-align: center; }
    .hero button {
      margin-top: 25px !important; }
    .hero .hero-copy {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    .hero .hero-flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .hero .hero-flex li {
        font-size: 12px !important;
        margin-bottom: 50px; } }
.empresa {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  height: calc(100vh - 90px);
  margin: 25px; }
  .empresa .header {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto 0;
    width: 650px; }
    .empresa .header::after {
      clear: both;
      content: "";
      display: table; }
    .empresa .header img {
      color: #00b5ad;
      width: 51px; }
    .empresa .header h1 {
      font-size: 36px;
      width: 100%;
      font-weight: 100;
      color: #5a6879; }
    .empresa .header p {
      font-size: 18px;
      line-height: 1.4; }

.clientes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: baseline;
  -moz-box-pack: baseline;
  box-pack: baseline;
  -webkit-justify-content: baseline;
  -moz-justify-content: baseline;
  -ms-justify-content: baseline;
  -o-justify-content: baseline;
  justify-content: baseline;
  -ms-flex-pack: baseline;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  height: 100vh; }
  .clientes .logos img {
    margin: 1em; }
  .clientes .header {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto 0;
    width: 650px; }
    .clientes .header::after {
      clear: both;
      content: "";
      display: table; }
    .clientes .header h1 {
      font-size: 36px;
      width: 100%;
      font-weight: 100;
      color: #5a6879; }
    .clientes .header p {
      font-size: 18px;
      line-height: 1.4; }
    .clientes .header .clientes {
      width: 100%; }
    .clientes .header .none {
      font-weight: 100 !important; }

.form {
  margin-right: 1.6em;
  margin-top: 1.6em;
  margin-left: 10px; }
  .form .field {
    width: 285px;
    margin-right: 1.6em;
    margin-left: 0; }
    .form .field p {
      color: #5a6879;
      font-weight: 100;
      font-size: 16px; }
  .form button {
    background: #00b5ad;
    color: #fff;
    margin-bottom: 2em; }

@media (max-width: 480px) {
  .none {
    display: none; } }
.grid-items-lines {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .grid-items-lines::after {
    clear: both;
    content: "";
    display: table; }
  .grid-items-lines::after {
    clear: both;
    content: "";
    display: table; }
  .grid-items-lines .grid-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f3f5f7;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    cursor: pointer;
    float: left;
    height: 16em;
    overflow: hidden;
    outline: none;
    padding: 2em;
    text-decoration: none;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .grid-items-lines .grid-item {
        width: 50%; } }
  .grid-items-lines .grid-item img {
    display: block;
    height: 2.5em;
    margin-bottom: 1.2em; }
  .grid-items-lines .grid-item h1 {
    color: #3bb3c1;
    font-size: .9em;
    margin-bottom: 0.4em;
    font-weight: 700;
    letter-spacing: .1em;
    width: 70%; }
  .grid-items-lines .grid-item p {
    color: #758191;
    line-height: 1.4em;
    font-size: 16px; }
    @media screen and (min-width: 40em) {
      .grid-items-lines .grid-item p {
        max-width: 70%; } }
  @media screen and (min-width: 53.75em) {
    .grid-items-lines .grid-item-big {
      width: 66.66667%; } }
  @media screen and (min-width: 40em) {
    .grid-items-lines .grid-item-big p {
      max-width: 60%;
      color: #758191; } }
  .grid-items-lines .consolidados {
    background-image: url("images/consolidados.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .grid-items-lines .heavy {
    background-image: url("images/heavy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .grid-items-lines .courier {
    background-image: url("images/courier.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .grid-items-lines .bottom-cover {
    background: white;
    bottom: 0px;
    height: 3px;
    position: absolute;
    width: 100%; }
  .grid-items-lines .right-cover {
    background: white;
    height: 100%;
    position: absolute;
    right: 0px;
    width: 4px; }

.grid-items-lines-2 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .grid-items-lines-2::after {
    clear: both;
    content: "";
    display: table; }
  .grid-items-lines-2::after {
    clear: both;
    content: "";
    display: table; }
  .grid-items-lines-2 .grid-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f3f5f7;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    cursor: pointer;
    float: right;
    height: 16em;
    overflow: hidden;
    outline: none;
    padding: 2em;
    text-decoration: none;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .grid-items-lines-2 .grid-item {
        width: 50%; } }
  .grid-items-lines-2 .grid-item img {
    display: block;
    height: 2.5em;
    margin-bottom: 1.2em; }
  .grid-items-lines-2 .grid-item h1 {
    color: #3bb3c1;
    font-size: .9em;
    margin-bottom: 0.4em;
    font-weight: 700;
    letter-spacing: .1em;
    width: 70%; }
  .grid-items-lines-2 .grid-item p {
    color: #758191;
    line-height: 1.4em;
    font-size: 16px; }
    @media screen and (min-width: 40em) {
      .grid-items-lines-2 .grid-item p {
        max-width: 70%; } }
  @media screen and (min-width: 53.75em) {
    .grid-items-lines-2 .grid-item-big {
      width: 66.66667%; } }
  @media screen and (min-width: 40em) {
    .grid-items-lines-2 .grid-item-big p {
      max-width: 60%;
      color: #758191; } }
  .grid-items-lines-2 .consolidados {
    background-image: url("images/consolidados.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .grid-items-lines-2 .heavy {
    background-image: url("images/heavy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .grid-items-lines-2 .courier {
    background-image: url("images/courier.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .grid-items-lines-2 .bottom-cover {
    background: white;
    bottom: 0px;
    height: 3px;
    position: absolute;
    width: 100%; }
  .grid-items-lines-2 .right-cover {
    background: white;
    height: 100%;
    position: absolute;
    right: 0px;
    width: 4px; }

@media (max-width: 860px) {
  .grid-item {
    height: 20em !important; }

  .grid-item p {
    overflow: auto; } }
.background {
  background-image: url("images/containers2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  text-align: center; }

.card:hover {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.02);
  border: 1.3px solid #fff;
  transform: scale(1.04); }

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: none;
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative;
  height: 375px; }
  .card .card-copy {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      text-align: left;
      margin: 0 0 0.75em;
      font-size: 16px; }
    .card .card-copy h1 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      width: 100%;
      padding: 0.5em 0.75em;
      height: 60px; }
    .card .card-copy img {
      padding: 0.5em 0.75em;
      width: 60px; }
  .card:focus, .card:hover {
    cursor: pointer; }
    .card:focus img, .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f6f6f6; }
    .card:active .card-header {
      background-color: #f6f6f6; }

@media (max-width: 860px) {
  .background {
    height: auto; }

  .cards {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (max-width: 560px) {
  .card {
    height: auto; } }
.clientes {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  height: 100vh;
  margin-top: 50px; }
  .clientes::after {
    clear: both;
    content: "";
    display: table; }
  .clientes .header {
    margin: 15px auto 0;
    width: 650px; }
    .clientes .header h1 {
      font-size: 36px;
      width: 100%;
      font-weight: 100;
      color: #5a6879; }
    .clientes .header p {
      font-size: 18px;
      line-height: 1.4; }
    .clientes .header img {
      width: 51px; }
  .clientes .logos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
    .clientes .logos div {
      width: 30%; }
      .clientes .logos div img {
        width: 250px; }
  .clientes .grid-items-lines {
    position: relative; }
    .clientes .grid-items-lines::after {
      clear: both;
      content: "";
      display: table; }
    .clientes .grid-items-lines .grid-item {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: white;
      border-bottom: 1px solid rgba(51, 51, 51, 0.2);
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      cursor: pointer;
      float: left;
      height: 10em;
      overflow: hidden;
      outline: none;
      padding: 2em;
      text-decoration: none;
      width: 100%; }
      @media screen and (min-width: 53.75em) {
        .clientes .grid-items-lines .grid-item {
          width: 33.33333%; } }
      .clientes .grid-items-lines .grid-item:focus, .clientes .grid-items-lines .grid-item:hover {
        background: rgba(51, 51, 51, 0.05); }
    .clientes .grid-items-lines .grid-item img {
      display: block;
      height: 2.5em;
      margin-bottom: 1.2em; }
    .clientes .grid-items-lines .grid-item h1 {
      color: #333;
      font-size: 1.3em;
      margin-bottom: 0.4em; }
    .clientes .grid-items-lines .grid-item p {
      color: rgba(51, 51, 51, 0.6);
      line-height: 1.5em; }
      @media screen and (min-width: 40em) {
        .clientes .grid-items-lines .grid-item p {
          max-width: 70%; } }
    @media screen and (min-width: 53.75em) {
      .clientes .grid-items-lines .grid-item-big {
        width: 66.66667%; } }
    @media screen and (min-width: 40em) {
      .clientes .grid-items-lines .grid-item-big p {
        max-width: 60%; } }
    .clientes .grid-items-lines .bottom-cover {
      background: white;
      bottom: 0px;
      height: 3px;
      position: absolute;
      width: 100%; }
    .clientes .grid-items-lines .right-cover {
      background: white;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 4px; }
  .clientes .owl-carousel {
    margin: 50px; }

@media (max-width: 860px) {
  .clientes {
    height: auto; }
    .clientes .header {
      padding-right: 6%;
      padding-left: 6%; } }
.contacto-wrapper {
  height: 100vh;
  width: 100%;
  background: #f3f5f7;
  font-family: 'Open Sans', sans-serif; }
  .contacto-wrapper .contacto {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contacto-wrapper .contacto::after {
      clear: both;
      content: "";
      display: table; }
    .contacto-wrapper .contacto .informacion-contacto {
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; }
    .contacto-wrapper .contacto .card {
      height: 450px; }
      .contacto-wrapper .contacto .card textarea {
        height: 50px !important;
        margin-bottom: 10px;
        padding-bottom: 10px; }
    .contacto-wrapper .contacto h1 {
      color: #758191;
      font-weight: 400;
      font-size: 38px;
      letter-spacing: auto; }

.formulario-contacto {
  margin-top: 6%; }

@media (max-width: 480px) {
  .contacto {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .contacto .informacion-contacto {
      margin-top: 50px;
      text-align: center; }
      .contacto .informacion-contacto p {
        display: none; } }
@media (max-width: 860px) {
  .informacion-contacto {
    width: 80%; }

  .contacto-wrapper {
    height: auto; } }
@media (max-width: 700px) {
  .informacion-contacto {
    width: 100% !important;
    text-align: center; }

  .formulario-contacto {
    width: 100% !important;
    margin: 0 auto; } }
.footer-2 {
  background: #40526b;
  padding: 1.5em;
  width: 100%;
  display: inline-block; }
  .footer-2 .footer-logo {
    margin-right: 1em;
    margin-bottom: 1em; }
    @media screen and (min-width: 53.75em) {
      .footer-2 .footer-logo {
        float: left;
        margin-bottom: 0; } }
  .footer-2 .footer-logo img {
    height: 1.6em; }
  .footer-2 ul {
    line-height: 1.5em;
    margin: 0 0 1em 0;
    padding: 0; }
    @media screen and (min-width: 53.75em) {
      .footer-2 ul {
        float: left;
        line-height: 1.8em;
        margin-left: 1em;
        margin-bottom: 0; } }
  .footer-2 ul li {
    list-style: none;
    padding-right: 1em; }
    @media screen and (min-width: 53.75em) {
      .footer-2 ul li {
        display: inline;
        text-align: left; } }
  .footer-2 ul li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .footer-2 ul li a:focus, .footer-2 ul li a:hover {
      color: white; }
  @media screen and (min-width: 53.75em) {
    .footer-2 .footer-secondary-links {
      float: right; } }
  .footer-2 .footer-secondary-links li {
    font-size: 0.8em; }
  .footer-2 .footer-secondary-links ul.footer-social {
    margin: 1em 0 0 0; }
    @media screen and (min-width: 53.75em) {
      .footer-2 .footer-secondary-links ul.footer-social {
        float: right;
        margin-top: 0; } }
    .footer-2 .footer-secondary-links ul.footer-social li {
      font-size: 1em;
      float: left;
      line-height: 0;
      margin: 0;
      padding-right: 0.7em; }
      .footer-2 .footer-secondary-links ul.footer-social li:last-child {
        padding-right: 0; }
    .footer-2 .footer-secondary-links ul.footer-social img {
      height: 1.6em;
      opacity: 0.7;
      padding: 1px; }
      .footer-2 .footer-secondary-links ul.footer-social img:focus, .footer-2 .footer-secondary-links ul.footer-social img:hover {
        opacity: 1; }

html {
  background-color: #ffffff; }

.wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #68829e; }
  .wrapper p {
    font-weight: 100; }
  .wrapper h2 {
    font-weight: 400; }
  .wrapper .intro {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wrapper .intro::after {
      clear: both;
      content: "";
      display: table; }
    .wrapper .intro .header {
      padding-left: 0.625em;
      padding-right: 0.625em;
      margin-top: 5%;
      text-align: center;
      border: solid 5px;
      border-bottom-color: #f34a4a;
      background: #eee; }
      .wrapper .intro .header p {
        font-size: 1.5em; }
    .wrapper .intro .box {
      background: #f34a4a;
      text-align: center;
      margin-top: 1%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .wrapper .intro .box:last-child {
        margin-right: 0; }
  .wrapper .content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .wrapper .content::after {
      clear: both;
      content: "";
      display: table; }
    .wrapper .content .column {
      margin-top: 1%;
      text-align: center;
      background: #eee;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper .content .column:last-child {
        margin-right: 0; }

@media (max-width: 860px) {
  .background,
  .empresa {
    height: auto; } }

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