@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Gotham-Book';
  width: 100%; }

* {
  box-sizing: border-box;
  text-decoration: none; }

li {
  list-style: none; }

/* ************HEADER*********** */
.container, header,
.content, .content nav ul,
.main .top, .logo-top,
.servicios, .novedades,
.box-novedades, .contacto,
footer, footer .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

header {
  width: 100%;
  background-color: #38425d;
  position: fixed;
  /* Flex */
  justify-content: center;
  height: 80px;
  top: 0;
  z-index: 9;
  padding-top: 11px; }
  header .content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header .content {
        width: 100%;
        padding-left: 20px; } }
    header .content .logo {
      display: flex; }
    header .content nav {
      width: 75%;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        header .content nav {
          width: 85%;
          height: 100%;
          left: -100%;
          bottom: 0;
          margin: 0;
          position: fixed;
          background-color: #38425d; } }
      header .content nav ul {
        justify-content: space-between;
        align-items: center;
        align-items: center;
        flex-wrap: no-wrap;
        list-style: none;
        padding: 3px; }
        @media screen and (max-width: 768px) {
          header .content nav ul {
            display: block; } }
        header .content nav ul .logo-responsive {
          display: none; }
          @media screen and (max-width: 768px) {
            header .content nav ul .logo-responsive {
              display: block;
              padding-bottom: 5px;
              padding-top: 5px; } }
        @media screen and (max-width: 768px) {
          header .content nav ul li {
            text-align: center;
            padding-top: 12px;
            padding-bottom: 12px;
            float: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
        header .content nav ul li a {
          padding-bottom: 6px;
          color: #ffffff;
          font-size: 12px;
          text-align: center;
          text-transform: uppercase;
          padding-bottom: 10px;
          /* Flex */
          flex-grow: 1; }
          @media screen and (max-width: 768px) {
            header .content nav ul li a {
              font-size: 18px; } }
          header .content nav ul li a:hover {
            border-bottom: 7px solid #aae0fa; }
    header .content .menu-scroll li.active a {
      border-bottom: 7px solid #aae0fa; }
    header .content .menu_bar {
      display: none; }
      @media screen and (max-width: 768px) {
        header .content .menu_bar {
          display: block;
          width: 100%;
          background-color: transparent;
          padding-right: 20px; } }
      @media screen and (max-width: 768px) {
        header .content .menu_bar .bt-menu {
          display: block;
          padding-top: 10px;
          color: #fff;
          text-align: right;
          font-weight: bold;
          font-size: 25px;
          cursor: pointer; }
        header .content .menu_bar span {
          float: right;
          font-size: 40px;
          background-color: #38425d; }
        header .content .menu_bar .content p, header .content .menu_bar .content h3 {
          width: 100%;
          line-height: 25px; } }

/* *****************MAIN************** */
.main {
  width: 100%; }
  .main .top {
    background: url("../images/image-top.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    align-items: stretch;
    justify-content: center; }
    .main .top .logo-top {
      /* Flex */
      background-color: #ffffff;
      width: 25%;
      align-items: center;
      justify-content: center;
      transform: skewX(-25deg);
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 70px; }
      .main .top .logo-top img {
        transform: skewX(25deg);
        width: 100%;
        max-width: 237px; }
      @media screen and (max-width: 768px) {
        .main .top .logo-top {
          width: 60%; } }
  .main .la-empresa {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #6e7c87;
    background-color: #ffffff;
    line-height: 22px;
    margin: 0; }
    .main .la-empresa h4 {
      color: #02a9bb;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 20px; }
    .main .la-empresa p {
      padding: 0 10px;
      box-sizing: border-box;
      max-width: 600px; }
  .main .productos h4, .main .clientes h4 {
    color: #3d6879;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 20px; }
  .main .vision {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #ffffff;
    background-color: #3f6476;
    line-height: 22px;
    margin: 0; }
    .main .vision h4 {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 20px; }
    .main .vision p {
      padding: 0 10px;
      box-sizing: border-box;
      max-width: 600px; }
  .main .mision {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #ffffff;
    background-color: #00aab7;
    line-height: 22px;
    margin: 0; }
    .main .mision h4 {
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 20px; }
    .main .mision p {
      padding: 0 10px;
      box-sizing: border-box;
      max-width: 600px; }
    @media screen and (max-width: 768px) {
      .main .mision {
        width: 100%;
        padding: 10px; } }
  .main .servicios {
    padding: 15% 60px;
    color: #6e7c87;
    justify-content: space-around;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .main .servicios {
        flex-direction: column;
        padding: 15% 10px; } }
    .main .servicios div {
      width: 50%;
      color: #6f7b89;
      text-align: center;
      margin-right: 30px; }
      @media screen and (max-width: 768px) {
        .main .servicios div {
          width: 100%; } }
      .main .servicios div h4 {
        color: #6e7c87;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 20px; }
      .main .servicios div hr {
        height: 4px;
        width: 80px;
        background-color: #3f6476;
        border: 0;
        margin: 0 auto; }
  .main .productos {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #6e7c87;
    background-color: #c4edff;
    line-height: 22px;
    margin: 0; }
    .main .productos .productos-contenido {
      max-width: 1200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      @media screen and (max-width: 768px) {
        .main .productos .productos-contenido {
          flex-direction: column;
          justify-content: center; } }
      .main .productos .productos-contenido .productos-contenido-texto {
        width: 40%;
        text-align: left;
        margin: 40px; }
        @media screen and (max-width: 768px) {
          .main .productos .productos-contenido .productos-contenido-texto {
            width: 100%;
            margin: 10px; } }
    .main .productos p {
      padding: 0 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .main .productos p {
          text-align: center; } }
  .main .novedades {
    display: none;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #6e7c87;
    background-color: #ffffff;
    line-height: 22px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .main .novedades {
        padding-top: 30px; } }
    .main .novedades h4 {
      color: #01a8b8;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 20px; }
    .main .novedades .novedades-contenedor {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      max-width: 1200px;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .main .novedades .novedades-contenedor {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          width: 100%; } }
      .main .novedades .novedades-contenedor .box-novedades {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        margin: 25px; }
        @media screen and (max-width: 768px) {
          .main .novedades .novedades-contenedor .box-novedades {
            width: 100%;
            margin: 15px 0; } }
        .main .novedades .novedades-contenedor .box-novedades .box-novedades-header {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 150px;
          border: 1px solid #ccc;
          padding-bottom: 2px; }
          .main .novedades .novedades-contenedor .box-novedades .box-novedades-header img {
            width: 100%;
            height: 100%; }
          @media screen and (max-width: 768px) {
            .main .novedades .novedades-contenedor .box-novedades .box-novedades-header {
              width: 100%;
              height: 200px; } }
        .main .novedades .novedades-contenedor .box-novedades #texto-original {
          font-size: 12px; }
          .main .novedades .novedades-contenedor .box-novedades #texto-original h5 {
            font-size: 12px;
            font-weight: bold;
            color: #3f6476; }
          .main .novedades .novedades-contenedor .box-novedades #texto-original p {
            line-height: 13px;
            color: #3f6476;
            font-size: 12px; }
        .main .novedades .novedades-contenedor .box-novedades .box-novedades-body {
          width: 100%; }
        .main .novedades .novedades-contenedor .box-novedades .box-novedades-footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          padding-top: 15px; }
          .main .novedades .novedades-contenedor .box-novedades .box-novedades-footer a {
            text-align: center;
            color: #02a9bb;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              .main .novedades .novedades-contenedor .box-novedades .box-novedades-footer a {
                width: 100%;
                height: 30%; } }
    .main .novedades .modal {
      display: none;
      position: absolute;
      z-index: 1111;
      width: 55%;
      height: inherit;
      background-color: #fff;
      text-align: center;
      padding: 60px; }
      .main .novedades .modal .modal-header {
        border: 1px solid #ccc;
        display: flex;
        justify-content: center; }
      @media screen and (max-width: 768px) {
        .main .novedades .modal {
          width: 100%;
          left: 0;
          padding: 30px; } }
    .main .novedades .close {
      position: absolute;
      right: 20px;
      top: 10px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .main .novedades .close {
          top: 5px; } }
    .main .novedades .close-text {
      text-align: center;
      cursor: pointer;
      color: #02a9bb;
      cursor: pointer;
      text-decoration: underline; }
    .main .novedades #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.9;
      filter: alpha(opacity=70);
      z-index: 999; }
  .main .clientes {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #6e7c87;
    background-color: #ffffff;
    line-height: 22px;
    margin: 0; }
    .main .clientes #slides {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .main .contacto {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #6f7b89;
    background-color: #ecf0f1;
    line-height: 22px;
    margin: 0;
    justify-content: center;
    padding-top: 30px; }
    .main .contacto h4 {
      color: #01a8b8;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      margin-top: 20px; }
  .main .nbs-flexisel-container {
    position: relative;
    max-width: 100%; }
  .main .nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center; }
  .main .nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%; }
  .main .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px; }
    .main .nbs-flexisel-item img {
      max-width: 100%;
      cursor: pointer;
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px; }

/* **************FORM*************** */
form {
  width: 40%; }
  form input {
    width: 49%;
    height: 40px;
    padding-left: 15px;
    background-color: transparent;
    border: 1px solid #6e7c87;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      form input {
        width: 100%;
        margin-bottom: 8px; } }
  form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #3f6476; }
  form input:-moz-placeholder, form textarea:-moz-placeholder {
    color: #3f6476; }
  form input:-ms-input-placeholder, form textarea:-ms-tinput-placeholder {
    color: #3f6476; }
  form textarea[placeholder] {
    color: #3f6476; }
  form input[name="email"], form input[name="telefono"], form textarea {
    width: 100%;
    resize: none; }
  form textarea {
    padding-left: 15px;
    background-color: transparent;
    border: 1px solid #6e7c87; }
  form #submit {
    background-color: #3f6476;
    color: #ffffff;
    font-size: 12px;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      form #submit {
        width: 120px; } }
  @media screen and (max-width: 768px) {
    form {
      width: 90%;
      margin: 30px auto; } }

/* ************FOOTER************ */
footer {
  width: 100%;
  padding: 15px;
  background-color: #38425d;
  /* Flex*/
  justify-content: space-around; }
  footer .content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer .content {
        width: 100%; } }
    footer .content .links {
      font-size: 12px;
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        footer .content .links {
          padding-right: 15px;
          flex-wrap: wrap; } }
