* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border-radius: 0;
  font-weight: lighter;
  font-family: "Baloo Tamma 2", cursive; }

.wrap {
  width: calc(100% - 120px);
  margin: 0px auto; }

body.overflow, html.overflow {
  overflow: hidden; }

.detalle-1 {
  position: absolute;
  max-width: 80%;
  left: 0px;
  right: 0px;
  margin: auto; }

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1; }
  header .top {
    text-align: right;
    display: block;
    margin-top: 20px;
    position: relative;
    margin-bottom: 5px;
    top: -50px; }
    header .top a {
      display: inline-block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      header .top a img, header .top a svg {
        width: 110px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    header .top .group {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      font-family: "Gotham";
      text-transform: uppercase;
      color: #323B42;
      padding: 10px;
      text-align: left; }
      header .top .group ul {
        display: inline-block; }
        header .top .group ul li {
          font-weight: 300;
          margin-bottom: 20px;
          list-style-type: none;
          text-align: left;
          padding-left: 5px; }
          header .top .group ul li i {
            font-size: 15px;
            color: #fff;
            margin-right: 5px; }
          header .top .group ul li a {
            display: inline-block;
            color: #fff;
            text-decoration: none; }
            header .top .group ul li a.active {
              font-weight: 600; }
  header .menu {
    display: block;
    position: relative; }
    header .menu .logo {
      position: absolute;
      width: 150px;
      left: 0px;
      top: 15px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      header .menu .logo img, header .menu .logo svg {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    header .menu .btn-nav {
      position: fixed;
      right: 16px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      header .menu .btn-nav span {
        position: absolute;
        right: 40px;
        top: 20px;
        bottom: 0px;
        display: block;
        color: #fff;
        font-family: "Gotham";
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 1px; }
      header .menu .btn-nav .hamburger {
        transform: scale(0.8);
        right: -20px;
        position: relative; }
        header .menu .btn-nav .hamburger .hamburger-inner {
          background: #fff;
          height: 2px; }
          header .menu .btn-nav .hamburger .hamburger-inner:after, header .menu .btn-nav .hamburger .hamburger-inner:before {
            background: #fff;
            height: 2px; }
        header .menu .btn-nav .hamburger.is-active {
          right: 20px;
          top: 20px; }
      header .menu .btn-nav.is-active {
        transform: rotate(0deg) !important;
        right: 0px !important; }
        header .menu .btn-nav.is-active span {
          visibility: hidden;
          opacity: 0; }
        header .menu .btn-nav.is-active .hamburger .hamburger-inner {
          background: #000; }
          header .menu .btn-nav.is-active .hamburger .hamburger-inner:after, header .menu .btn-nav.is-active .hamburger .hamburger-inner:before {
            background: #000; }
    header .menu.is-active .logo {
      opacity: 1 !important;
      visibility: visible !important;
      width: 200px !important; }
      header .menu.is-active .logo svg path {
        fill: #1669AB !important; }
  header.scroll .top svg .st0, header.scroll .menu svg .st0 {
    fill: #000 !important; }
  header.scroll .top {
    display: none; }
    header.scroll .top a {
      opacity: 0; }
      header.scroll .top a:hover {
        opacity: 1; }
  header.scroll .menu .logo:hover {
    opacity: 1; }
  header.scroll .menu .btn-nav {
    opacity: 1; }
    header.scroll .menu .btn-nav:hover {
      opacity: 1; }
    header.scroll .menu .btn-nav span {
      color: #000; }
    header.scroll .menu .btn-nav .hamburger .hamburger-inner {
      background: #000; }
      header.scroll .menu .btn-nav .hamburger .hamburger-inner:after, header.scroll .menu .btn-nav .hamburger .hamburger-inner:before {
        background: #000; }

nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0px; }
  nav:after {
    content: "";
    background: #003A4C;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.5s; }
  nav .content {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transition-delay: 0.5s;
    display: table; }
    nav .content .wrap-menu {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-align: center; }
      nav .content .wrap-menu .contact-info h1 {
        font-size: 40px;
        font-weight: 600; }
      nav .content .wrap-menu .contact-info .compraaqui {
        max-width: 400px;
        width: 100%; }
      nav .content .wrap-menu .contact-info .buttons {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        nav .content .wrap-menu .contact-info .buttons div a {
          padding: 5px 15px;
          border-radius: 20px;
          font-size: 16px;
          text-decoration: none;
          color: #fff; }
          nav .content .wrap-menu .contact-info .buttons div a:hover {
            opacity: 0.8; }
        nav .content .wrap-menu .contact-info .buttons .wsp {
          margin-right: 15px; }
          nav .content .wrap-menu .contact-info .buttons .wsp a {
            background: #189D0E; }
        nav .content .wrap-menu .contact-info .buttons .mail a {
          background: #ff550c; }
      nav .content .wrap-menu .contact-info .btns-int {
        position: relative;
        z-index: 10; }
      nav .content .wrap-menu .contact-info .backhome {
        margin-top: 20px; }
        nav .content .wrap-menu .contact-info .backhome a {
          padding: 5px 15px;
          border-radius: 20px;
          font-size: 16px;
          text-decoration: none;
          color: #fff;
          background: #1669AB; }
          nav .content .wrap-menu .contact-info .backhome a:hover {
            opacity: 0.8; }
  nav.is-active {
    opacity: 1;
    top: 0px;
    visibility: visible; }
    nav.is-active:after {
      opacity: 1; }
    nav.is-active .content {
      width: calc(100% - 30px);
      height: calc(100% - 30px); }

.btn-lq {
  margin-top: 10%; }
  .btn-lq a {
    font-family: "Baloo Tamma 2", cursive;
    color: #ffffff;
    background: #F1C602;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.5s; }
    .btn-lq a:hover {
      background: #1669AB; }

div.home {
  position: relative; }
  div.home .img img {
    width: 100%; }
  div.home .rrss {
    z-index: 99;
    position: absolute;
    left: 15px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    display: inline-table;
    text-align: left; }
    div.home .rrss .text {
      position: relative;
      left: 9px;
      top: -52px; }
      div.home .rrss .text p {
        display: inline-block;
        width: auto;
        top: 14rem;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        color: #fff;
        font-family: "Gotham";
        font-weight: 100;
        font-size: 14px; }
    div.home .rrss span {
      height: 65px;
      width: 1px;
      background: white;
      position: relative;
      display: block;
      left: 7px;
      margin-bottom: 10px; }
    div.home .rrss a {
      display: block;
      margin-bottom: 5px;
      left: 3px;
      position: relative; }
      div.home .rrss a i {
        font-size: 14px;
        color: #fff; }
  div.home section.baner {
    width: 100%;
    position: relative; }
    div.home section.baner .mouse {
      margin: 0 auto;
      opacity: 1;
      position: absolute;
      left: 49%;
      top: calc(100% - 90px);
      z-index: 99;
      transition: opacity 0.9s;
      width: 34px;
      transform: scale(0.65); }
      div.home section.baner .mouse .help-down {
        animation: arrow-down 0s infinite alternate; }
      div.home section.baner .mouse .help-mouse-down {
        border: 2px solid #fff;
        border-radius: 17px;
        height: 50px;
        margin: 15px auto 5px;
        position: relative;
        width: 30px; }
      div.home section.baner .mouse .help-mouse-wheel {
        position: relative;
        left: 50%;
        transition: opacity 0.5s; }
        div.home section.baner .mouse .help-mouse-wheel:before, div.home section.baner .mouse .help-mouse-wheel:after {
          content: "";
          background: #fff;
          border-radius: 50%;
          margin-left: -2px;
          height: 4px;
          position: absolute;
          top: 5px;
          transition: top 0.5s, height 0.5s, opacity 0.5s;
          width: 4px; }
        div.home section.baner .mouse .help-mouse-wheel:before {
          animation: scroll 1.5s 0.75s infinite ease-in-out; }
        div.home section.baner .mouse .help-mouse-wheel:after {
          animation: scroll 1.5s infinite ease-in-out; }
      div.home section.baner .mouse .help-down {
        animation: arrow-down 0.6s infinite alternate ease-in-out;
        border-bottom: 2px solid #cdcdcd;
        border-right: 2px solid #cdcdcd;
        display: block;
        height: 5px;
        margin: 0 auto;
        transform: rotate(45deg);
        transition: opacity 0.5s;
        width: 5px; }
    div.home section.baner .owl-dots {
      display: inline-table !important;
      position: absolute;
      right: 20px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
      div.home section.baner .owl-dots button.owl-dot {
        background: #fff;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        margin-bottom: 5px;
        opacity: 0.5; }
        div.home section.baner .owl-dots button.owl-dot.active {
          opacity: 1; }
    div.home section.baner .item {
      width: 100%;
      min-height: 100vh;
      height: 100vh;
      display: flex;
      align-items: center; }
      div.home section.baner .item .image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        background-size: cover;
        background-position: right top; }
      div.home section.baner .item svg {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        height: calc(100%); }
        div.home section.baner .item svg .curve-home {
          clip-path: url(#SVGID_1_); }
      div.home section.baner .item .desc-interior {
        height: 100%; }
        div.home section.baner .item .desc-interior::after {
          content: "";
          background: #1669AB;
          width: 25%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100vh;
          z-index: -1; }
        div.home section.baner .item .desc-interior .text {
          font-size: 15px !important; }
          div.home section.baner .item .desc-interior .text .yellow {
            color: #F1C602; }
        div.home section.baner .item .desc-interior .info {
          margin-top: 10px; }
          div.home section.baner .item .desc-interior .info h3 {
            font-size: 30px;
            color: #F1C602; }
          div.home section.baner .item .desc-interior .info p {
            color: #fff; }
            div.home section.baner .item .desc-interior .info p span {
              color: #F1C602; }
      div.home section.baner .item .desc {
        width: 40%;
        padding-left: 6%;
        z-index: 9; }
        div.home section.baner .item .desc .flex-container {
          height: 100%;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }
          div.home section.baner .item .desc .flex-container .row .title {
            font-family: "Cervanttis";
            font-size: 90px;
            color: #fff;
            position: relative;
            z-index: 9;
            line-height: 1;
            margin-bottom: 25px; }
          div.home section.baner .item .desc .flex-container .row .subtitle {
            font-family: "Baloo Tamma 2", cursive;
            font-size: 50px;
            color: #F1C602;
            position: relative;
            z-index: 8;
            font-weight: 600; }
          div.home section.baner .item .desc .flex-container .row .text {
            font-family: "Baloo Tamma 2", cursive;
            font-size: 22px;
            color: #fff;
            position: relative;
            z-index: 9;
            font-weight: 100; }
            div.home section.baner .item .desc .flex-container .row .text ul {
              margin-left: 20%; }
          div.home section.baner .item .desc .flex-container .row small {
            color: #fff; }
          div.home section.baner .item .desc .flex-container .row .buttons {
            font-family: "Baloo Tamma 2", cursive;
            display: flex;
            align-items: center;
            margin-top: 20px; }
            div.home section.baner .item .desc .flex-container .row .buttons div a {
              padding: 5px 15px;
              border-radius: 20px;
              font-size: 16px;
              text-decoration: none;
              color: #fff; }
              div.home section.baner .item .desc .flex-container .row .buttons div a:hover {
                opacity: 0.8; }
            div.home section.baner .item .desc .flex-container .row .buttons .wsp {
              margin-right: 15px; }
              div.home section.baner .item .desc .flex-container .row .buttons .wsp a {
                background: #189D0E; }
            div.home section.baner .item .desc .flex-container .row .buttons .mail a {
              background: #ff550c; }
          div.home section.baner .item .desc .flex-container .row .btns-int {
            position: relative;
            z-index: 10; }
      div.home section.baner .item.green svg .curve-home {
        fill: #5B9D1C; }
      div.home section.baner .item:after {
        width: 100%;
        height: 415px;
        background-image: url("../img/water-wave.png");
        background-size: cover;
        position: absolute;
        background-position: top center;
        bottom: 0px;
        left: 0px;
        z-index: 8;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        transform-origin: bottom left; }
    div.home section.baner.down-effect .item:after {
      width: 108%; }
    div.home section.baner .item2 {
      background-color: gray;
      background-size: cover;
      background-position: right top;
      width: 100%;
      min-height: 420px;
      position: relative; }
      div.home section.baner .item2 .image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        background-size: cover;
        background-position: right top; }
      div.home section.baner .item2 svg {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        height: calc(100%); }
        div.home section.baner .item2 svg .curve-home {
          clip-path: url(#SVGID_1_); }
      div.home section.baner .item2 .desc2 {
        width: 58%;
        height: 104%;
        position: absolute;
        top: 0px;
        padding-left: 140px;
        padding-top: 20px;
        padding-bottom: 8%;
        padding-right: 10%;
        background-image: url("../img/desc-curve2.svg");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
        left: -70px; }
        div.home section.baner .item2 .desc2 .flex-container {
          height: 100%;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }
          div.home section.baner .item2 .desc2 .flex-container .row {
            width: auto;
            transform: rotate(-5deg);
            max-width: 700px;
            position: relative;
            left: 160px; }
            div.home section.baner .item2 .desc2 .flex-container .row .title {
              font-family: "Cervanttis";
              font-size: 50px;
              color: #fff;
              position: relative;
              z-index: 9;
              line-height: 1;
              margin-bottom: 25px;
              left: -45px;
              top: 15px; }
            div.home section.baner .item2 .desc2 .flex-container .row .subtitle {
              font-family: "AXIS Extra";
              font-size: 50px;
              color: #F1C602;
              position: relative;
              z-index: 8;
              line-height: 0.8; }
          div.home section.baner .item2 .desc2 .flex-container:after {
            content: ""; }
      div.home section.baner .item2.green svg .curve-home {
        fill: #5B9D1C; }
      div.home section.baner .item2:after {
        content: "";
        width: 100%;
        height: 135px;
        background-image: url("../img/bottom-curve.svg");
        background-size: cover;
        position: absolute;
        background-position: top center;
        bottom: 0px;
        left: 0px;
        z-index: 8;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        transform-origin: bottom left; }
    div.home section.baner.down-effect .item:after {
      width: 108%; }
  div.home section.grid {
    margin-top: 150px;
    font-size: 3.9vw;
    display: table;
    width: 100%; }
    div.home section.grid .block {
      width: 24.19%;
      height: 400px;
      background: gray;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 15px;
      position: relative;
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      div.home section.grid .block.width-2 {
        width: 49.4%;
        font-size: 18px;
        font-family: "Baloo Tamma 2", cursive;
        padding: 40px 60px;
        background: transparent;
        font-weight: 100;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        div.home section.grid .block.width-2:hover .row:after {
          width: 0px !important; }
        div.home section.grid .block.width-2 .title {
          font-size: 40px;
          line-height: 1;
          margin-bottom: 20px;
          font-weight: 400;
          font-family: "Baloo Tamma 2", cursive; }
      div.home section.grid .block .info {
        position: absolute;
        width: 100%;
        min-height: 80px;
        bottom: 0px;
        left: 0px;
        padding: 20px;
        padding-top: 75px;
        font-family: "Baloo Tamma 2", cursive;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
        text-align: left;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        transform-origin: left; }
        div.home section.grid .block .info .text {
          position: relative;
          z-index: 9;
          top: 0px;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        div.home section.grid .block .info:after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: top;
          transform: scale(1) rotate(0);
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      div.home section.grid .block:hover .info {
        padding: 100px 20px; }
        div.home section.grid .block:hover .info:after {
          transform: scale(1.5) rotate(-9deg); }
        div.home section.grid .block:hover .info .text {
          top: 42px; }
    div.home section.grid .row.brand .block:nth-child(2) {
      background: #C3347E;
      display: inline-table; }
      div.home section.grid .row.brand .block:nth-child(2) .logo {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        div.home section.grid .row.brand .block:nth-child(2) .logo img {
          max-width: 70%;
          max-height: 70%; }
    div.home section.grid .row.exportacion .block {
      width: 49%;
      height: 24vw;
      position: relative; }
      div.home section.grid .row.exportacion .block .row {
        width: 55%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: table;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        div.home section.grid .row.exportacion .block .row .info {
          position: relative;
          z-index: 2;
          display: table-cell;
          /*              transform: rotate(-90deg);
           * 
           *           transform-origin: initial; */ }
          div.home section.grid .row.exportacion .block .row .info:after {
            width: 0px; }
          div.home section.grid .row.exportacion .block .row .info p {
            font-size: 3vw;
            text-shadow: 0px 0px 4px black;
            line-height: 0.8;
            font-weight: 600; }
          div.home section.grid .row.exportacion .block .row .info span {
            display: block;
            font-size: 15px;
            color: #F1C602;
            margin-top: 10px;
            padding-left: 10px;
            line-height: 1; }
          div.home section.grid .row.exportacion .block .row .info .detailpack {
            color: #fff;
            text-shadow: 0px 0px 4px black; }
          div.home section.grid .row.exportacion .block .row .info a {
            color: #F1C602;
            border: 1px solid #F1C602;
            border-radius: 12px;
            padding: 0 10px;
            font-size: 12px;
            margin: 10px;
            text-decoration: none;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
            div.home section.grid .row.exportacion .block .row .info a:hover {
              background: #F1C602;
              color: #fff; }
        div.home section.grid .row.exportacion .block .row:after {
          content: "";
          position: absolute;
          width: 48%;
          height: 100%;
          background: #1669AB;
          top: 0px;
          left: 0px;
          z-index: 1;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      div.home section.grid .row.exportacion .block.width-2 {
        width: 100%;
        display: block;
        height: auto;
        text-align: center;
        padding: 30px 0px;
        padding-bottom: 20px; }
        div.home section.grid .row.exportacion .block.width-2 .row {
          width: 100%;
          height: auto;
          position: relative;
          left: 0px;
          top: 0px;
          display: block; }
          div.home section.grid .row.exportacion .block.width-2 .row:after {
            width: 0px; }
      div.home section.grid .row.exportacion .block:hover .row .info {
        transform: rotate(0deg);
        padding-top: 20%; }
      div.home section.grid .row.exportacion .block:hover .row:after {
        width: 88%; }
    div.home section.grid .row.brand .block .info:after {
      background-image: url("../img/info2.svg"); }

.grid .fp-tableCell {
  display: table-cell;
  vertical-align: middle; }

.top-corporativo .baner .wrap .flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/shape-corp.svg");
  background-size: 1026px;
  background-repeat: no-repeat;
  background-position-x: -250px;
  padding-top: 150px;
  margin-top: 100px;
  background-image: url("../img/bg-directorio.svg");
  background-repeat: no-repeat;
  background-position-x: -151px;
  background-position-y: 158px;
  background-size: 713px;
  padding-bottom: 100px; }
  .top-corporativo .baner .wrap .flex-container .encabezado {
    margin-top: 90px;
    transform: rotate(-5deg); }
    .top-corporativo .baner .wrap .flex-container .encabezado .title1 {
      font-family: "Cervanttis";
      font-size: 70px;
      color: #515151;
      position: relative;
      z-index: 9;
      line-height: 1;
      margin-bottom: 25px; }
    .top-corporativo .baner .wrap .flex-container .encabezado .title2 {
      font-family: "AXIS Extra";
      font-size: 35px;
      color: #515151;
      position: relative;
      z-index: 8;
      line-height: 0.8;
      padding-top: 15px; }
    .top-corporativo .baner .wrap .flex-container .encabezado .txt {
      transform: rotate(5deg);
      margin-top: 100px;
      font-size: 18px;
      font-family: "Gotham";
      color: #515151;
      width: 75%; }
  .top-corporativo .baner .wrap .flex-container .wrap {
    display: flex;
    margin-bottom: 5%; }
    .top-corporativo .baner .wrap .flex-container .wrap .col50 {
      width: 50%;
      font-family: "Gotham"; }
      .top-corporativo .baner .wrap .flex-container .wrap .col50 .tit1 {
        font-size: 32px;
        line-height: 0.9; }
      .top-corporativo .baner .wrap .flex-container .wrap .col50 .tit2 {
        font-size: 60px;
        line-height: 0.9; }
      .top-corporativo .baner .wrap .flex-container .wrap .col50:first-child {
        text-align: right;
        padding-right: 5%; }
      .top-corporativo .baner .wrap .flex-container .wrap .col50:last-child {
        padding-right: 10%; }
        .top-corporativo .baner .wrap .flex-container .wrap .col50:last-child img {
          margin-top: 15%; }
        .top-corporativo .baner .wrap .flex-container .wrap .col50:last-child p {
          font-size: 15px; }
    .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .owl-dots {
      text-align: center;
      margin: 10px 0; }
      .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .owl-dots button.owl-dot {
        background: #515151;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin-bottom: 5px;
        opacity: 0.5;
        margin: 0 2px; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .owl-dots button.owl-dot.active {
          opacity: 1; }
    .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item {
      display: block;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto; }
      .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .txtcarsorp {
        width: 29%;
        font-family: "Gotham";
        padding-top: 5%;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .txtcarsorp .mini-p {
          font-size: 12px; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .txtcarsorp h1 {
          font-size: 34px;
          padding: 10px 0; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .txtcarsorp p {
          font-size: 14px; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .txtcarsorp img {
          max-width: 184px;
          padding: 10px 0; }
      .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .imgcarcorp {
        width: 70%;
        padding-left: 40px;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%; }
        .top-corporativo .baner .wrap .flex-container .wrap .owl-carousel .item .imgcarcorp img {
          max-width: 100%; }
  .top-corporativo .baner .wrap .flex-container #container .tabs {
    padding: 0px;
    position: relative;
    width: 50%; }
    .top-corporativo .baner .wrap .flex-container #container .tabs section {
      display: none;
      padding: 15px;
      background: white;
      position: absolute;
      top: 0;
      left: 101%;
      width: 100%; }
      .top-corporativo .baner .wrap .flex-container #container .tabs section p {
        margin: 0; }
    .top-corporativo .baner .wrap .flex-container #container .tabs input {
      display: none; }
    .top-corporativo .baner .wrap .flex-container #container .tabs label {
      display: block;
      width: 180px;
      padding: 15px;
      color: #4F5966;
      cursor: pointer;
      display: inline-block;
      width: 46%;
      margin: 8px; }
      .top-corporativo .baner .wrap .flex-container #container .tabs label .persona {
        display: flex; }
        .top-corporativo .baner .wrap .flex-container #container .tabs label .persona .img img {
          border-radius: 50%;
          width: 67px;
          height: 67px; }
        .top-corporativo .baner .wrap .flex-container #container .tabs label .persona .txt {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .top-corporativo .baner .wrap .flex-container #container .tabs label .persona .txt .wrapper {
            padding-left: 20px; }
            .top-corporativo .baner .wrap .flex-container #container .tabs label .persona .txt .wrapper h3 {
              font-family: "Gotham";
              font-size: 13px;
              font-weight: 500; }
            .top-corporativo .baner .wrap .flex-container #container .tabs label .persona .txt .wrapper p {
              font-family: "Gotham";
              font-size: 12px; }
    .top-corporativo .baner .wrap .flex-container #container .tabs input:checked + label {
      color: #555;
      box-shadow: 1px 1px 3px 0px #666;
      border-radius: 15px;
      background: #fff; }
    .top-corporativo .baner .wrap .flex-container #container .tabs #tab1:checked ~ #content1, .top-corporativo .baner .wrap .flex-container #container .tabs #tab2:checked ~ #content2, .top-corporativo .baner .wrap .flex-container #container .tabs #tab3:checked ~ #content3, .top-corporativo .baner .wrap .flex-container #container .tabs #tab4:checked ~ #content4, .top-corporativo .baner .wrap .flex-container #container .tabs #tab5:checked ~ #content5, .top-corporativo .baner .wrap .flex-container #container .tabs #tab6:checked ~ #content6, .top-corporativo .baner .wrap .flex-container #container .tabs #tab7:checked ~ #content7, .top-corporativo .baner .wrap .flex-container #container .tabs #tab8:checked ~ #content8 {
      display: block; }
    .top-corporativo .baner .wrap .flex-container #container .tabs section {
      animation: scale 0.7s ease-in-out; }
      .top-corporativo .baner .wrap .flex-container #container .tabs section .directory {
        text-align: center;
        font-family: "Gotham"; }
        .top-corporativo .baner .wrap .flex-container #container .tabs section .directory h3 {
          font-size: 13px;
          font-weight: 500;
          color: #0091B2; }
        .top-corporativo .baner .wrap .flex-container #container .tabs section .directory p {
          width: 60%;
          margin: 0 auto;
          font-size: 12px; }
    .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab {
      width: 381px;
      display: flex; }
      .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab .img img {
        border-radius: 50%;
        border: 1px solid #1B6183;
        width: 100px;
        height: 100px; }
      .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab .txt {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab .txt .wrapper {
          padding-left: 20px; }
          .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab .txt .wrapper h3 {
            color: #0091B2;
            font-family: "Gotham";
            font-size: 13px;
            font-weight: 500; }
          .top-corporativo .baner .wrap .flex-container #container .tabs .first-tab .txt .wrapper p {
            font-family: "Gotham";
            font-size: 12px; }

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  50% {
    transform: scale(1.005);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.graphic {
  font-family: "Gotham";
  position: relative; }
  .graphic .group {
    position: relative;
    margin-bottom: 20px; }
    .graphic .group .mini-group {
      font-size: 0px;
      position: relative; }
      .graphic .group .mini-group .fecha {
        width: 100%;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: -9; }
        .graphic .group .mini-group .fecha span.ano {
          font-size: 16px;
          font-weight: bold;
          position: absolute;
          left: 0px;
          top: 0px;
          bottom: 0px;
          display: inline-table;
          margin: auto; }
        .graphic .group .mini-group .fecha:after {
          content: "";
          width: calc(100% - 50px);
          height: 1px;
          background: #ccc;
          position: absolute;
          right: 0px;
          top: 0px;
          bottom: 0px;
          margin: auto; }
      .graphic .group .mini-group .middle {
        width: 200px;
        height: 66px;
        display: inline-block;
        vertical-align: top; }
      .graphic .group .mini-group:nth-child(2n) .gender .bar {
        opacity: 0.8; }
      .graphic .group .mini-group .gender {
        width: calc(50% - 100px);
        display: inline-block;
        vertical-align: top; }
        .graphic .group .mini-group .gender.mujer {
          text-align: right;
          padding-left: 16px; }
          .graphic .group .mini-group .gender.mujer .bar {
            display: inline-block;
            -webkit-border-top-left-radius: 40px;
            -webkit-border-bottom-left-radius: 40px;
            -moz-border-radius-topleft: 40px;
            -moz-border-radius-bottomleft: 40px;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px; }
        .graphic .group .mini-group .gender.hombre .bar {
          -webkit-border-top-right-radius: 40px;
          -webkit-border-bottom-right-radius: 40px;
          -moz-border-radius-topright: 40px;
          -moz-border-radius-bottomright: 40px;
          border-top-right-radius: 40px;
          border-bottom-right-radius: 40px; }
        .graphic .group .mini-group .gender .bar {
          background: #0091B1;
          height: 66px;
          max-width: 100%;
          font-size: 22px;
          padding: 23px 10px;
          font-weight: bold;
          width: 0%;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
    .graphic .group .center {
      width: 200px;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      top: 0px; }
      .graphic .group .center .content {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        display: table;
        text-align: center;
        width: 100%; }
        .graphic .group .center .content img {
          max-width: 60px;
          max-height: 40px;
          display: block;
          margin: 0px auto; }
        .graphic .group .center .content p {
          font-size: 18px;
          text-transform: uppercase;
          display: block;
          width: 100%;
          margin: 8px 0px;
          font-weight: bold; }
  .graphic .lengua {
    box-shadow: 1px 7px 7px 0px rgba(102, 102, 102, 0.3);
    position: relative;
    padding-bottom: 100px;
    border-radius: 0 0 120px 120px;
    background: #fff;
    width: 200px;
    top: -27px;
    display: block;
    margin: 0px auto;
    position: relative; }
  .graphic .fondo {
    width: 200px;
    height: calc(100% - 130px);
    box-shadow: 1px 7px 7px 0px rgba(102, 102, 102, 0.3);
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    z-index: -9; }

@-moz-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@-o-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }
@-moz-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }
@-webkit-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }
@-o-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }
@keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }
@-moz-keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
@-webkit-keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
@-o-keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
@keyframes arrow-down {
  0% {
    margin-top: 5px; }
  100% {
    margin-top: 15px; } }
@media (max-width: 1450px) {
  div.home section.baner .item .desc {
    /* padding-right: 4%; */ }
    div.home section.baner .item .desc .flex-container .row .title {
      font-size: 65px; }
    div.home section.baner .item .desc .flex-container .row .subtitle {
      font-size: 40px; }
    div.home section.baner .item .desc .flex-container .row .text {
      font-size: 20px; }
  div.home section.grid .block {
    width: 24.15%;
    height: 270px; }
    div.home section.grid .block.width-2 {
      font-size: 15px; }
      div.home section.grid .block.width-2 .title {
        font-size: 30px; }
  div.home section.grid .row.exportacion .block {
    height: 430px; }
  div.categoria .baner:before {
    width: 350px; }
  div.categoria .baner:after {
    width: calc(100% - 350px);
    left: 349px;
    height: 94px; }
  div.categoria .cat-content .menu-cat {
    width: 350px; }
  div.categoria .cat-content .cat-result {
    padding: 0px 17px;
    padding-right: 5px; }
    div.categoria .cat-content .cat-result #grid a {
      height: 340px; }
      div.categoria .cat-content .cat-result #grid a .image {
        height: 170px; }
    div.categoria .cat-content .cat-result .products-grid .product h4 {
      font-size: 13px; }
  div.categoria .layer-product .left .table-cell .info {
    font-size: 15px; }
    div.categoria .layer-product .left .table-cell .info .nombre {
      font-size: 20px; } }
@media (max-width: 1450px) {
  div.home section.baner .item:after {
    bottom: -1px; }
  div.home section.grid .wrap > .row {
    min-height: 100vh;
    display: table;
    width: 100%;
    padding: 40px 0px; }
  div.home section.grid .wrap .table-cell {
    display: table-cell;
    vertical-align: middle; } }
@media (max-width: 1220px) {
  div.home section.grid .row .block {
    height: 250px; }
    div.home section.grid .row .block .info {
      font-size: 15px; }
  div.home section.grid .row.exportacion .block {
    height: 360px; }
    div.home section.grid .row.exportacion .block .row .info p {
      font-size: 40px; }

  .negocio .goverment .wrapper .right .txt .nombres {
    max-width: 100%; } }
@media (max-width: 768px) {
  .buttons {
    flex-flow: wrap; }
    .buttons .mail {
      margin-top: 20px; }

  header {
    position: absolute; }

  div.home section.grid .row .block {
    height: 250px;
    width: 49.15%; }
    div.home section.grid .row .block.width-2 {
      width: 100%; }

  .negocio .wrap2 {
    padding: 0 15px; }
    .negocio .wrap2 .blocks .block:nth-of-type(odd) .img, .negocio .wrap2 .blocks .block:nth-of-type(even) .img {
      width: 100%;
      float: none;
      text-align: center; }
    .negocio .wrap2 .blocks .block:nth-of-type(odd) .txt, .negocio .wrap2 .blocks .block:nth-of-type(even) .txt {
      width: 100%;
      text-align: center; }
  .negocio .goverment .wrapper .right .txt .nombres h1 {
    font-size: 4vw; } }
@media (max-width: 600px) {
  div.home section.baner .item .desc {
    padding-left: 60px;
    background-image: none; } }
@media (max-width: 480px) {
  div.home section.baner .item .desc {
    width: 70%;
    padding-right: 4%; }
    div.home section.baner .item .desc .flex-container .row .title {
      font-size: 38px; }
    div.home section.baner .item .desc .flex-container .row .subtitle {
      font-size: 21px; }
    div.home section.baner .item .desc .flex-container .row .text {
      font-size: 16px; }
  div.home section.grid .row .block {
    height: 250px;
    width: 100%; }
    div.home section.grid .row .block.width-2 {
      width: 100%; } }
/*# sourceMappingURL=main.css.map */

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