/* Colors */
/* Variables Codifer */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@font-face {
  font-family: 'Arial';
  src: url("../fonts/arial.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold_0.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("../fonts/OpenSans-Regular_0.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans SemiBold';
  src: url("../fonts/OpenSans-SemiBold_0.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans SemiBold Italic';
  src: url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

footer {
  display: block;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  background-color: #000; }

.swiper-pagination {
  margin-bottom: 2%; }
  .swiper-pagination span {
    display: inline-block;
    width: 50px;
    height: 10px;
    border-radius: 0;
    background-color: #fff;
    opacity: 9; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: #000; }

form.form_gral {
  display: inline-block;
  width: 35%;
  min-height: 50vh;
  margin: 5% auto;
  padding: 3% 0 2% 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  form.form_gral input, form.form_gral textarea {
    display: block;
    width: 50%;
    height: 55px;
    margin: 10px auto;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
    padding-left: 5px;
    font-family: "Open Sans SemiBold";
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-appearance: none; }
    form.form_gral input::placeholder, form.form_gral textarea::placeholder {
      color: #bcbcbc; }
    form.form_gral input::-webkit-inner-spin-button, form.form_gral textarea::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    form.form_gral input:focus, form.form_gral textarea:focus {
      border-color: #c0c0c0; }
  form.form_gral .cont_check {
    display: inline-block;
    width: 80%; }
  form.form_gral input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-appearance: checkbox; }
  form.form_gral textarea {
    min-height: 100px;
    height: 50px;
    max-height: 200px;
    min-width: 50%;
    max-width: 50%;
    margin: 0 auto !important; }
  form.form_gral input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    border: 2px solid transparent;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    background-color: #ffd900;
    color: #000;
    font-size: 15px;
    padding: 10px 50px;
    margin-top: 10%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    form.form_gral input[type="submit"]:hover:before {
      width: 100%; }
    form.form_gral input[type="submit"]:before {
      z-index: -1;
      content: "";
      position: absolute;
      display: block;
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      transition: 0.2s; }

.modal_gral {
  background-color: #fff;
  border-radius: 10px; }
  .modal_gral .remodal-close {
    top: 2%;
    right: 1%;
    left: inherit;
    background: black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: white; }
  .modal_gral img {
    display: block;
    margin: 5% auto;
    width: 13%; }
  .modal_gral p {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    color: #000;
    margin: 4% auto; }
  .modal_gral a.download {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    border: 2px solid transparent;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    width: auto;
    background-color: #ffd900;
    color: #000;
    font-size: 15px;
    padding: 5px 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px; }
    .modal_gral a.download:hover:before {
      width: 100%; }
    .modal_gral a.download:before {
      z-index: -1;
      content: "";
      position: absolute;
      display: block;
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      transition: 0.2s; }
    .modal_gral a.download img {
      display: inline-block;
      width: 10%;
      margin-left: 2%;
      margin-top: 3px; }

.home {
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1; }
  .home .swiper_general {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative; }
    .home .swiper_general .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .home .swiper_general .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: inline-block;
        position: relative; }
      .home .swiper_general .swiper-wrapper .swiper-slide h1 {
        display: inline-block;
        width: 100%;
        height: 40px;
        font-size: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        color: #fff;
        z-index: 2; }
      .home .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
        display: none; }
  .home .productos_destacados {
    display: block;
    text-align: center;
    margin-top: 3%; }
    .home .productos_destacados .container {
      margin: 4% auto;
      overflow: hidden;
      position: relative; }
      .home .productos_destacados .container .swiper-pagination {
        position: relative;
        margin: 4% 0; }
        .home .productos_destacados .container .swiper-pagination .swiper-pagination-bullet {
          background: #ffd900; }
      .home .productos_destacados .container .swiper-pagination span.swiper-pagination-bullet-active {
        background: black; }
    .home .productos_destacados .producto {
      width: 100%;
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      vertical-align: top;
      margin: 3% 0; }
      .home .productos_destacados .producto:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      .home .productos_destacados .producto .dato_extra {
        display: block;
        width: 30%;
        margin: auto;
        background-color: #ffd900;
        position: relative; }
        .home .productos_destacados .producto .dato_extra span {
          display: inline-block;
          width: 100%;
          font-size: 13px;
          font-family: "Open Sans Bold";
          text-transform: uppercase;
          color: #fff;
          background-color: #000; }
        .home .productos_destacados .producto .dato_extra img {
          display: block;
          margin: 10px auto;
          padding-bottom: 10px;
          width: 25%;
          cursor: pointer; }
      .home .productos_destacados .producto .content_doot_2 {
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .home .productos_destacados .producto .content_doot_2 > div {
          display: inline-block;
          width: 100%; }
      .home .productos_destacados .producto h4 {
        display: block;
        width: 85%;
        margin: auto;
        text-align: center;
        font-family: "Open Sans ExtraBold";
        text-transform: uppercase; }
      .home .productos_destacados .producto span {
        display: block;
        width: 80%;
        margin: auto;
        font-size: 18px;
        font-family: "Open Sans ExtraBold";
        text-transform: uppercase; }
      .home .productos_destacados .producto .cont_pic {
        display: block;
        width: 50%;
        margin: auto;
        padding: 10% 4%;
        text-align: center;
        border-bottom: 2px solid #ffd900; }
        .home .productos_destacados .producto .cont_pic img {
          width: 100%; }
      .home .productos_destacados .producto .content_doot {
        height: 140px;
        width: 80%;
        margin: 5% auto 0 auto;
        display: inline-block; }
      .home .productos_destacados .producto p {
        font-family: "Open Sans";
        font-size: 16px; }
      .home .productos_destacados .producto a {
        display: inline-block;
        width: auto;
        padding: 10px 40px;
        border: 2px solid transparent;
        background-color: #000;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Open Sans Bold"; }
        .home .productos_destacados .producto a:hover:before {
          width: 100%; }
        .home .productos_destacados .producto a:before {
          z-index: -1;
          content: "";
          position: absolute;
          display: block;
          width: 0%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #fff;
          transition: 0.2s; }
      .home .productos_destacados .producto .btn_vm {
        margin: 5% auto;
        background-color: #000;
        border: 2px solid #fff;
        -moz-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear;
        position: relative;
        overflow: hidden;
        color: #fff;
        z-index: 1; }
        .home .productos_destacados .producto .btn_vm:before {
          background-color: #ffd900; }
        .home .productos_destacados .producto .btn_vm:hover {
          color: #222; }
  .home .noticias {
    display: block;
    width: 100%;
    height: 520px;
    font-size: 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden; }
    .home .noticias .center_noti {
      width: 70%;
      display: inline-block;
      margin: auto;
      text-align: center; }
    .home .noticias .noti {
      display: inline-block;
      width: 50%;
      height: 100%;
      padding: 15px;
      -moz-transition: 0.5s linear;
      -o-transition: 0.5s linear;
      -webkit-transition: 0.5s linear;
      transition: 0.5s linear;
      vertical-align: top;
      overflow: auto;
      background-color: #ffd900;
      overflow-y: auto   !important;
      overflow-x: hidden !important;
      padding-right: 10px; }
      .home .noticias .noti::-webkit-scrollbar {
        width: 4px; }
      .home .noticias .noti::-webkit-scrollbar-track {
        background-color: #ffd900;
        border-radius: 50px; }
      .home .noticias .noti::-webkit-scrollbar-thumb {
        height: 10px;
        border-radius: 50px;
        background-color: #000; }
      .home .noticias .noti:first-of-type {
        background-repeat: no-repeat;
        background-size: 101% 101%;
        background-position: center; }
        .home .noticias .noti:first-of-type:hover {
          background-size: 109% 109%; }
      .home .noticias .noti:last-of-type .content_noti h2 {
        color: #000; }
      .home .noticias .noti:last-of-type .content_noti .content_doot {
        height: 150px; }
      .home .noticias .noti:last-of-type .content_noti p {
        color: #000; }
      .home .noticias .noti:last-of-type .content_noti .btn_vm {
        background-color: #000;
        border-color: transparent; }
        .home .noticias .noti:last-of-type .content_noti .btn_vm:hover {
          color: #000;
          border-color: #fff !important; }
      .home .noticias .noti .content_noti {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .home .noticias .noti .content_noti h2 {
          font-family: "Open Sans Bold";
          text-transform: uppercase;
          color: #fff; }
        .home .noticias .noti .content_noti p {
          font-size: 15px;
          color: #fff;
          text-align-last: center; }
        .home .noticias .noti .content_noti a {
          display: inline-block;
          width: auto;
          padding: 10px 40px;
          border: 2px solid transparent;
          background-color: #000;
          font-size: 18px;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          font-family: "Open Sans Bold"; }
          .home .noticias .noti .content_noti a:hover:before {
            width: 100%; }
          .home .noticias .noti .content_noti a:before {
            z-index: -1;
            content: "";
            position: absolute;
            display: block;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fff;
            transition: 0.2s; }
        .home .noticias .noti .content_noti .btn_vm {
          background-color: transparent;
          border: 2px solid #fff;
          -moz-transition: 0.2s linear;
          -o-transition: 0.2s linear;
          -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
          position: relative;
          overflow: hidden;
          color: #fff;
          z-index: 1;
          margin-top: 4%; }
          .home .noticias .noti .content_noti .btn_vm:hover {
            color: #222; }
  .home .nuestras_marcas {
    display: block;
    width: 100%;
    background-color: #282828;
    text-align: center; }
    .home .nuestras_marcas .ln_btm {
      color: #fff;
      margin-top: 3%;
      z-index: 2; }
    .home .nuestras_marcas .marcas {
      width: 75%;
      margin: 4% auto 0 auto;
      display: block; }
      .home .nuestras_marcas .marcas .swiper-wrapper {
        width: 70%; }
      .home .nuestras_marcas .marcas .swiper-slide img {
        width: 100%; }
      .home .nuestras_marcas .marcas .swiper-button-next {
        background-image: url("/uploads/images/general/right.png"); }
      .home .nuestras_marcas .marcas .swiper-button-prev {
        background-image: url("/uploads/images/general/left.png"); }

.contacto {
  display: block;
  width: 100%;
  height: auto;
  text-align: center; }
  .contacto .swiper_general {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative; }
    .contacto .swiper_general .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .contacto .swiper_general .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: inline-block;
        position: relative; }
      .contacto .swiper_general .swiper-wrapper .swiper-slide h1 {
        display: inline-block;
        width: 100%;
        height: 40px;
        font-size: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        color: #fff;
        z-index: 2; }
      .contacto .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
        display: none; }
  .contacto .contact_parag {
    display: inline-block;
    width: 70%;
    margin: 4% auto 2% auto;
    text-align: center; }
    .contacto .contact_parag p {
      font-family: "Open Sans SemiBold";
      font-size: 20px; }
  .contacto .content_contact {
    display: block;
    width: 100%;
    height: auto;
    text-align: center; }
  .contacto .cont_map {
    display: block;
    width: 100%;
    position: relative; }
    .contacto .cont_map .popup_map {
      display: block;
      position: absolute;
      z-index: 2;
      top: 20%;
      left: 20%;
      margin: auto;
      width: 30%;
      height: auto;
      background-color: rgba(0, 0, 0, 0.6);
      background-blend-mode: overlay;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
      overflow: hidden; }
      .contacto .cont_map .popup_map:before {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        top: 0;
        left: 0;
        background-color: #ffd900; }
      .contacto .cont_map .popup_map .txt {
        font-family: "Open Sans SemiBold Italic";
        color: #fff;
        padding: 25px;
        text-align: right;
        display: block;
        padding-right: 15px;
        font-size: 20px;
        position: relative; }
        .contacto .cont_map .popup_map .txt p {
          text-align: right !important; }
        .contacto .cont_map .popup_map .txt:after {
          content: "";
          display: block;
          margin: auto;
          width: 95%;
          float: right;
          height: 10px;
          background-color: #cdcdcd;
          border-top: 1px solid;
          border-bottom: 2px solid;
          border-color: #808080; }

.credito {
  display: block;
  width: 100%;
  text-align: center; }
  .credito .swiper_general {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative; }
    .credito .swiper_general .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .credito .swiper_general .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: inline-block;
        position: relative; }
      .credito .swiper_general .swiper-wrapper .swiper-slide h1 {
        display: inline-block;
        width: 100%;
        height: 40px;
        font-size: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        color: #fff;
        z-index: 2; }
      .credito .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
        display: none; }
  .credito .credit_parag {
    display: inline-block;
    width: 70%;
    margin: 4% auto 2% auto;
    text-align: center; }
    .credito .credit_parag p {
      font-family: "Open Sans SemiBold";
      font-size: 20px; }

.nosotros {
  text-align: center; }
  .nosotros .swiper_general {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative; }
    .nosotros .swiper_general .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .nosotros .swiper_general .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: inline-block;
        position: relative; }
      .nosotros .swiper_general .swiper-wrapper .swiper-slide h1 {
        display: inline-block;
        width: 100%;
        height: 40px;
        font-size: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        color: #fff;
        z-index: 2; }
      .nosotros .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
        display: none; }
  .nosotros .ln_btm {
    display: inline-block;
    width: auto;
    font-family: "Open Sans Bold";
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    text-align: center;
    z-index: -1; }
    .nosotros .ln_btm:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -40%;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 15px;
      background-color: #cdcdcd;
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-color: #808080; }
  .nosotros h1 {
    margin: 5% 0 3% 0; }
  .nosotros .nosotros_parag {
    display: inline-block;
    width: 70%;
    margin: 4% auto 2% auto;
    text-align: center;
    display: block;
    margin: 2% auto 0 auto; }
    .nosotros .nosotros_parag p {
      font-family: "Open Sans SemiBold";
      font-size: 20px; }
  .nosotros .swiper_nosotros {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative; }
    .nosotros .swiper_nosotros .container_cards {
      display: inline-block;
      width: 84%;
      height: auto;
      margin: 0 auto 4.5% auto;
      text-align: center;
      font-size: 0;
      box-sizing: border-box;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .nosotros .swiper_nosotros .container_cards .card {
        display: inline-block;
        width: 23%;
        margin: 0 1%;
        height: auto;
        vertical-align: top;
        position: relative;
        -moz-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear; }
        .nosotros .swiper_nosotros .container_cards .card:nth-of-type(1) {
          margin-top: 10%; }
        .nosotros .swiper_nosotros .container_cards .card:nth-of-type(4) {
          margin-top: 10%; }
        .nosotros .swiper_nosotros .container_cards .card img {
          display: inline-block;
          width: 100%; }
        .nosotros .swiper_nosotros .container_cards .card .text {
          display: inline-block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          .nosotros .swiper_nosotros .container_cards .card .text .number {
            display: block;
            position: absolute;
            left: 12%;
            top: 5%;
            font-size: 40px;
            font-family: "Open Sans Bold";
            color: #fff; }
          .nosotros .swiper_nosotros .container_cards .card .text .content_cards {
            display: block;
            width: 100%;
            height: 100%;
            margin-top: 15%; }
            .nosotros .swiper_nosotros .container_cards .card .text .content_cards img {
              width: 50%; }
            .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              width: 100%;
              height: 160px;
              padding: 0 45px;
              overflow: hidden;
              margin: 5% 0; }
              .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript p {
                display: inline-block;
                width: 100%;
                font-family: "Open Sans Bold";
                font-size: 16px;
                color: #000; }
            .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha {
              display: inline-block;
              width: 70%;
              position: relative; }
              .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha img {
                width: 50%;
                display: inline-block; }
              .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
                font-size: 40px;
                color: #fff;
                position: absolute;
                left: 0;
                right: 0;
                top: 45%;
                margin: auto;
                font-family: "Open Sans Bold"; }
    .nosotros .swiper_nosotros .cont_img {
      display: inline-block;
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .nosotros .swiper_nosotros .cont_img img.big_logo {
        display: inline-block;
        width: 40%; }
  .nosotros .acordeon {
    display: block;
    width: 100%;
    height: 500px;
    text-align: right;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden; }
    .nosotros .acordeon ul {
      display: flex;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
      list-style-type: none; }
    .nosotros .acordeon li {
      flex: 1;
      display: flex;
      align-items: center;
      background: #ffd900;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .nosotros .acordeon li.second {
        background-color: #f0cc00; }
      .nosotros .acordeon li.third {
        background-color: #e0bf00; }
      .nosotros .acordeon li.active {
        flex: 5; }
        .nosotros .acordeon li.active h2 {
          color: #000; }
        .nosotros .acordeon li.active .section-content {
          flex: 4;
          opacity: 1;
          transform: scaleX(1); }
      .nosotros .acordeon li .section-title {
        display: inline-block;
        width: 270px;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative; }
        .nosotros .acordeon li .section-title h2 {
          display: inline-block;
          width: 220px;
          max-width: 80%;
          font-size: 40px;
          background-color: #fff;
          padding: 10px 0;
          text-transform: uppercase;
          font-family: "Open Sans Bold";
          border-radius: 5px;
          color: #ffd900;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 40%;
          margin: auto; }
        .nosotros .acordeon li .section-title a {
          display: block;
          width: 50%;
          font-size: 18px;
          background-color: #000;
          color: #fff;
          font-family: "Open Sans SemiBold";
          text-transform: uppercase;
          padding: 10px 0;
          border-radius: 5px;
          text-decoration: none;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 20%;
          margin: auto; }
      .nosotros .acordeon li .section-content {
        width: 0;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 10px;
        opacity: 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        .nosotros .acordeon li .section-content h2 {
          display: block;
          width: 100%;
          font-size: 40px;
          color: #fff;
          font-family: "Open Sans Bold";
          text-transform: uppercase; }
        .nosotros .acordeon li .section-content p {
          font-size: 20px;
          color: #fff;
          font-family: "Open Sans SemiBold"; }

.form-wrapper {
  width: 60%;
  display: inline-block; }
  .form-wrapper .btn {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    border: 2px solid transparent;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
    display: block;
    float: right;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin: 5% 0;
    margin-right: 10px; }

.nosotros.generica .swiper_general .swiper-wrapper .swiper-slide {
  max-height: 40vh; }

/* Colors */
/* Variables Codifer */
.mobile_menu {
  display: none;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 90;
  background-color: #282828; }
  .mobile_menu a {
    display: inline-block;
    width: 40%;
    font-size: 50px;
    line-height: 100px;
    height: 100px; }
    .mobile_menu a:first-of-type {
      float: left;
      color: #ffd900;
      margin-left: 5%;
      width: auto; }
    .mobile_menu a:last-of-type {
      margin-right: 5%;
      float: right;
      width: auto; }
      .mobile_menu a:last-of-type img {
        float: right;
        display: inline-block;
        width: 190px;
        margin-top: 15px; }

header {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 99; }
  header .top_head_mobile {
    display: none;
    width: 100%;
    text-align: center; }
    header .top_head_mobile img {
      display: inline-block;
      margin: 8% 0 15% 0;
      width: 90%; }
  header .top_head {
    display: inline-block;
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 15;
    padding: 9px 0; }
    header .top_head .left {
      display: inline-block;
      width: 40%;
      vertical-align: middle; }
      header .top_head .left .form-group {
        width: 30%;
        position: relative;
        margin: auto; }
        header .top_head .left .form-group input[type="text"] {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          width: 100%;
          background-color: transparent;
          vertical-align: top;
          border: 2px solid #fff;
          color: #fff;
          font-size: 15px;
          font-family: "Open Sans Bold";
          padding: 6px 41px 6px 3%; }
        header .top_head .left .form-group input[type="image"] {
          cursor: pointer;
          z-index: 2;
          width: 25px;
          position: absolute;
          right: 8px;
          top: 13%; }
    header .top_head .right {
      vertical-align: middle;
      display: inline-block;
      width: 60%;
      text-align: center; }
      header .top_head .right a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 1%; }
        header .top_head .right a:nth-child(2) img {
          margin-left: 0; }
        header .top_head .right a:nth-of-type(3) {
          background-color: #ffd900;
          padding: 5px 40px;
          border: 2px solid transparent;
          color: #000;
          border-radius: 10px;
          transition-duration: 0.2s; }
          header .top_head .right a:nth-of-type(3):hover {
            background-color: #000;
            border-color: #ffd900;
            color: #ffd900; }
        header .top_head .right a span {
          font-family: "Open Sans Bold";
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          color: #000;
          background-color: #fff;
          border-radius: 50%;
          font-size: 10px;
          margin: 0 3px; }
        header .top_head .right a img {
          width: 12%;
          margin-left: 10px; }
      header .top_head .right span.lang {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: "Open Sans Bold";
        color: #fff;
        font-size: 12px; }
        header .top_head .right span.lang a {
          margin: 0 5px; }
    header .top_head .login {
      display: none;
      height: auto;
      overflow: hidden;
      position: absolute;
      top: 100%;
      right: 13%;
      background-color: #fff;
      z-index: 9; }
      header .top_head .login form {
        display: inline-block;
        width: 90%;
        text-align: left; }
        header .top_head .login form .type_user {
          display: block;
          width: 65%;
          text-align: left;
          margin: 7% auto; }
          header .top_head .login form .type_user input[type="radio"] {
            display: inline-block;
            margin-right: 5px;
            outline: none; }
          header .top_head .login form .type_user label {
            display: inline-block;
            font-size: 15px;
            color: #000;
            text-transform: uppercase;
            font-family: "Open Sans Bold";
            cursor: pointer; }
        header .top_head .login form input[type="text"], header .top_head .login form input[type="password"] {
          display: block;
          margin: 5px auto;
          width: 90%;
          height: 35px;
          border: 2px solid #000;
          font-size: 15px;
          padding-left: 5px;
          font-family: "Open Sans SemiBold Italic";
          color: #999999; }
        header .top_head .login form a {
          display: inline-block;
          width: 100%;
          font-size: 13px;
          margin-left: 15px;
          color: #999999;
          text-decoration: none; }
          header .top_head .login form a:hover {
            color: #000; }
        header .top_head .login form input[type="submit"], header .top_head .login form .entrar {
          display: inline-block;
          width: auto;
          padding: 10px 40px;
          border: 2px solid transparent;
          background-color: #000;
          font-size: 18px;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          font-family: "Open Sans Bold";
          display: block;
          float: right;
          padding: 5px 10px;
          font-size: 12px;
          color: #000;
          background-color: #fff;
          border-color: #000;
          margin: 5% 0;
          margin-right: 10px; }
          header .top_head .login form input[type="submit"]:hover:before, header .top_head .login form .entrar:hover:before {
            width: 100%; }
          header .top_head .login form input[type="submit"]:before, header .top_head .login form .entrar:before {
            z-index: -1;
            content: "";
            position: absolute;
            display: block;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fff;
            transition: 0.2s; }
          header .top_head .login form input[type="submit"]:hover, header .top_head .login form .entrar:hover {
            background: black;
            color: white; }
  header .middle_head {
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 7px 0; }
    header .middle_head a {
      display: inline-block;
      width: 22%;
      margin: auto; }
      header .middle_head a img {
        width: 100%; }
  header .bottom_head {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #000; }
    header .bottom_head ul {
      display: inline-block;
      width: 100%;
      height: 100%;
      margin: 8px auto;
      vertical-align: top; }
      header .bottom_head ul li {
        display: inline-block;
        width: 180px;
        height: auto;
        margin: 0 1%;
        background-color: transparent;
        list-style: none;
        font-size: 18px;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        position: relative;
        transition: 0.2s; }
        header .bottom_head ul li:nth-child(2) ul li:before {
          content: "";
          display: inline-block;
          width: 0%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #000;
          transition: 0.2s; }
        header .bottom_head ul li:nth-child(2) ul li:hover {
          background: black; }
          header .bottom_head ul li:nth-child(2) ul li:hover a {
            color: #ffd900; }
          header .bottom_head ul li:nth-child(2) ul li:hover:before {
            width: 100%; }
        header .bottom_head ul li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding: 10px;
          color: #fff;
          text-decoration: none;
          position: relative; }
        header .bottom_head ul li ul {
          float: left;
          top: 0;
          left: 0;
          display: none;
          margin: 0; }
          header .bottom_head ul li ul li {
            height: 46px;
            margin: 0;
            width: 100%; }
        header .bottom_head ul li:hover {
          background-color: #ffd900; }
          header .bottom_head ul li:hover a {
            color: black; }
          header .bottom_head ul li:hover ul {
            display: inline-block; }

.social_media {
  display: inline-block;
  width: auto;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1%;
  z-index: 10; }
  .social_media a {
    display: block;
    margin: 10px 15px; }
    .social_media a img {
      width: 35px;
      transition: 0.2s; }
    .social_media a:hover img {
      transform: translateX(10px); }

.activated {
  background-color: #000;
  color: #ffd900 !important; }

.subactivated {
  background-color: #ffd900;
  color: black !important; }

/* Colors */
/* Variables Codifer */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1 {
  font-weight: bold; }

h1, h2 {
  text-transform: uppercase; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

body {
  font-family: 'Open Sans', sans-serif; }

.ln_btm {
  display: inline-block;
  width: auto;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-align: center;
  z-index: -1; }
  .ln_btm:after {
    content: "";
    display: block;
    position: absolute;
    /*bottom: -40%;*/
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 15px;
    background-color: #cdcdcd;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #808080; }

.home .nuestras_marcas {
  padding: 3% 0 8% 0;
  position: relative; }
  .home .nuestras_marcas .container_marcas {
    width: 80%;
    overflow: hidden;
    margin: auto; }
  .home .nuestras_marcas .marcas {
    position: relative; }

.container_codi {
  width: 75%;
  display: inline-block; }
  .container_codi .left, .container_codi .center, .container_codi .right {
    padding: 1%; }

footer {
  color: white;
  padding: 2% 0;
  font-style: italic;
  font-weight: 600; }
  footer li {
    font-size: 16px;
    list-style: none; }
  footer .imgs {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ffd900;
    padding: 2% 2% 0 2%; }
    footer .imgs a {
      display: inline-block;
      width: 20%; }
      footer .imgs a img {
        width: 100%; }
    footer .imgs a:nth-of-type(1) {
      float: left; }
    footer .imgs a:nth-of-type(2) {
      float: right; }
  footer a {
    color: white; }
    footer a:hover {
      color: #ffd900; }
  footer p {
    display: block;
    font-size: 16px; }

.left, .center, .right {
  display: inline-block;
  vertical-align: top; }

.left, .center {
  width: 25%;
  text-align: left; }
  .left li, .center li {
    display: block; }

.center li {
  text-transform: uppercase; }

.right {
  width: 50%;
  text-align: right; }
  .right li {
    display: inline-block; }
  .right li:nth-of-type(2) {
    margin: 0 3%; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0; }

.home .nuestras_marcas .marcas .swiper-button-next {
  right: 0; }

.experiencia {
  text-align: center;
  padding-bottom: 4%; }
  .experiencia .swiper_general {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative; }
    .experiencia .swiper_general .swiper-wrapper .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .experiencia .swiper_general .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: inline-block;
        position: relative; }
      .experiencia .swiper_general .swiper-wrapper .swiper-slide h1 {
        display: inline-block;
        width: 100%;
        height: 40px;
        font-size: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Open Sans Bold";
        text-transform: uppercase;
        color: #fff;
        z-index: 2; }
      .experiencia .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
        display: none; }
  .experiencia h2 {
    margin: 4% 0; }

.container_expe {
  width: 85%;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  font-size: 0; }

.col_expe {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  box-sizing: border-box; }

.col_expe:nth-of-type(1) {
  width: 25%; }
  .col_expe:nth-of-type(1) .wrapp_logos {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .col_expe:nth-of-type(1) .wrapp_logos .block_logo {
      width: 100%;
      display: inline-block;
      position: relative;
      padding: 3%; }

.col_expe:nth-of-type(2) {
  width: 75%; }

.col_clientes {
  padding: 2%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .col_clientes .circle {
    width: 80%;
    padding-bottom: 80%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #E2E2E2; }
  .col_clientes span {
    font-size: 15px; }

.col_clientes:nth-of-type(1) {
  width: 40%; }

.col_clientes:nth-of-type(2) {
  width: 60%; }

.circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  .circle img {
    width: 108%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

.cols_filtro {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 2%;
  box-sizing: border-box; }

.slider_vertical {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .slider_vertical .slider_hidden {
    overflow: hidden;
    height: 700px; }
  .slider_vertical li {
    border-top: 1px solid #DFDFDF; }
    .slider_vertical li a {
      display: block;
      height: 100%;
      padding: 2%;
      font-size: 18px;
      text-transform: uppercase;
      color: black;
      font-weight: 800;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .slider_vertical li a:hover, .slider_vertical li a.active {
        background: #ffd900; }
    .slider_vertical li .arrow_next, .slider_vertical li .arrow_prev {
      width: 100%;
      text-align: center; }
      .slider_vertical li .arrow_next:hover, .slider_vertical li .arrow_prev:hover {
        background: white; }
      .slider_vertical li .arrow_next img, .slider_vertical li .arrow_prev img {
        width: 10%; }
    .slider_vertical li .arrow_next img {
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.breadcrumb {
  padding: 8px 15px 8px 0;
  background: transparent;
  text-align: left; }
  .breadcrumb li {
    position: relative; }
    .breadcrumb li:before {
      display: none; }
    .breadcrumb li a {
      background: black;
      color: white;
      padding: 10px 31px;
      text-transform: uppercase;
      font-size: 13px;
      display: inline-block;
      position: relative;
      text-align: center;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .breadcrumb li a:hover {
        color: #ffd900; }
      .breadcrumb li a.active_miga {
        color: #ffd900; }
    .breadcrumb li img {
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 2; }
  .breadcrumb li:nth-of-type(1) a {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; }

.home .swiper_general .swiper-wrapper .swiper-slide h1 {
  -webkit-animation: fade 2s infinite cubic-bezier(0.23, 0.24, 0.81, 0.77);
  animation: fade 2s infinite cubic-bezier(0.23, 0.24, 0.81, 0.77);
  -moz-animation: fade 2s infinite cubic-bezier(0.23, 0.24, 0.81, 0.77);
  -ms-animation: fade 2s infinite cubic-bezier(0.23, 0.24, 0.81, 0.77);
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    top: -80%; }
  75% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 5; } }

@-moz-keyframes fade {
  0% {
    opacity: 0;
    top: -80%; }
  75% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 5; } }

@-ms-keyframes fade {
  .home .swiper_general .swiper-wrapper .swiper-slide h1 0% {
    opacity: 0;
    top: -80%; }
  .home .swiper_general .swiper-wrapper .swiper-slide h1 75% {
    opacity: 1;
    top: 0; }
  .home .swiper_general .swiper-wrapper .swiper-slide h1 100% {
    opacity: 5; } }

@keyframes fade {
  0% {
    opacity: 0;
    top: -80%; }
  75% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 5; } }

.productos {
  text-align: center;
  padding: 2% 0; }
  .productos .social_media {
    position: fixed;
    z-index: 100;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: inherit; }
  .productos h1 {
    margin: 0 0 2% 0; }
  .productos h2 {
    margin: 0 0 4% 0; }
  .productos .wrapp_txt {
    position: relative;
    width: 50%;
    margin: auto; }
  .productos p {
    margin: 3% 0 0 0;
    color: #828282;
    font-weight: bold; }
  .productos .col_expe:nth-of-type(2) .cols_filtro {
    padding-top: 0; }
  .productos .col_expe:nth-of-type(2) .circle {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    text-align: center;
    padding: 3%;
    border-top: 15px solid transparent; }
    .productos .col_expe:nth-of-type(2) .circle img {
      margin: 3% 0;
      width: 80%;
      position: relative;
      left: inherit;
      top: inherit;
      bottom: 0;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0); }
    .productos .col_expe:nth-of-type(2) .circle span {
      color: black;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold;
      margin: 8px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .productos .col_expe:nth-of-type(2) .circle:hover {
      border-color: #ffd900; }

.search_product .form-group {
  width: 18%;
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 5%; }
  .search_product .form-group ::-webkit-input-placeholder {
    color: black; }
  .search_product .form-group :-moz-placeholder {
    color: black; }
  .search_product .form-group ::-moz-placeholder {
    color: black; }
  .search_product .form-group :-ms-input-placeholder {
    color: black; }
  .search_product .form-group input[type="search"] {
    width: 100%;
    padding: 6px 41px 6px 6px;
    border: 2px solid black;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase; }
  .search_product .form-group input[type="image"] {
    cursor: pointer;
    z-index: 2;
    width: 30px;
    position: absolute;
    right: 8px;
    top: 11%; }

.products {
  width: 100%;
  display: inline-block;
  margin: 4% 0; }
  .products li {
    display: inline-block;
    text-align: center;
    float: none;
    margin-bottom: 23px;
    width: 24%; }
    .products li a {
      width: 70%;
      margin: auto;
      display: block;
      padding: 10%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      border-top: 15px solid white;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .products li a img {
        display: inline-block;
        width: 100%; }
      .products li a:hover {
        border-color: #ffd900; }
    .products li p {
      width: 70%;
      margin: 4% auto;
      text-transform: uppercase;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center; }

.producto_unidad .products .cont_prod {
  width: 100%;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow-y: hidden; }
  .producto_unidad .products .cont_prod .name_product {
    width: 100%;
    display: block;
    font-size: 0;
    position: relative;
    text-align: right; }
  .producto_unidad .products .cont_prod span {
    display: inline-block;
    vertical-align: top;
    padding: 2%; }
  .producto_unidad .products .cont_prod span:nth-of-type(1) {
    width: 20%;
    background: #ffd900;
    position: absolute;
    height: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .producto_unidad .products .cont_prod span:nth-of-type(1) img {
      width: 55%; }
  .producto_unidad .products .cont_prod span:nth-of-type(2) {
    width: 80%;
    background: black;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    padding: 3%;
    text-align: center; }
  .producto_unidad .products .cont_prod img {
    width: 60%;
    margin: 15% auto; }
  .producto_unidad .products .cont_prod a {
    width: 100%;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

.tolltip_hover {
  cursor: pointer; }

.tooltip_hover {
  cursor: pointer; }

.tooltip_show {
  background: white !important;
  position: absolute;
  width: 200px !important;
  left: 3%;
  top: 100%;
  padding: 10% 0;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800; }
  .tooltip_show:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid white;
    border-bottom: 8px solid white; }
  .tooltip_show span {
    background: transparent !important;
    color: black !important; }
    .tooltip_show span b {
      display: block;
      padding: 2%; }
    .tooltip_show span b:nth-of-type(2) {
      margin-top: 3%;
      border-top: 1px solid #cdcdcd; }

.tolltip_show {
  background: white !important;
  position: absolute;
  width: 150% !important;
  left: 3%;
  top: 100%;
  padding: 10% 0;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 3; }
  .tolltip_show:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid white;
    border-bottom: 8px solid white; }
  .tolltip_show span {
    background: transparent !important;
    color: black !important; }
    .tolltip_show span b {
      margin-top: 3%;
      padding: 1% 0 0 0;
      border-top: 1px solid #cdcdcd;
      display: block; }

.tooltip.bottom {
  left: 10% !important; }
  .tooltip.bottom .tooltip-arrow {
    left: 3% !important;
    border-bottom-color: white; }

.tooltip-inner {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  background: white;
  color: black;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 40px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.pagination {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  .pagination li a {
    border: none;
    color: #D3D3D3;
    padding: 6px;
    font-weight: 800; }
    .pagination li a:first-letter {
      text-transform: uppercase; }
    .pagination li a:hover {
      background: #ffd900;
      color: black; }

.producto_detalle {
  font-size: 0; }
  .producto_detalle p {
    font-size: 15px;
    color: black;
    font-weight: 400; }
  .producto_detalle .btn_solid {
    margin: 10% 0 0 0;
    background: black;
    color: white; }

.col_prod {
  display: inline-block;
  vertical-align: top;
  padding: 0 2%; }

.col_prod:nth-of-type(1) {
  width: 40%; }
  .col_prod:nth-of-type(1) .border {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-top: 10px solid #ffd900; }
  .col_prod:nth-of-type(1) .main-product-img:nth-of-type(1) img {
    width: 70%;
    margin: 20% auto; }
  .col_prod:nth-of-type(1) .border_top {
    border-top: 1px solid  #E2E2E2; }
  .col_prod:nth-of-type(1) .gallery-thumbs {
    text-align: center; }
    .col_prod:nth-of-type(1) .gallery-thumbs .swiper-slide {
      border: 1px solid #E2E2E2;
      border-top: none;
      padding: 2%; }
    .col_prod:nth-of-type(1) .gallery-thumbs img {
      width: 80%;
      margin: auto;
      display: inline-block;
      cursor: pointer; }

.col_prod:nth-of-type(2) {
  width: 60%;
  text-align: left; }
  .col_prod:nth-of-type(2) .ln_btm {
    margin: 0; }
  .col_prod:nth-of-type(2) form {
    text-align: right;
    margin: 2%; }
  .col_prod:nth-of-type(2) .form-group {
    display: inline-block;
    border-top: 0;
    margin-bottom: 5%; }
    .col_prod:nth-of-type(2) .form-group .btn_solid {
      margin: 3% 0 0 3%;
      background: #ffd900;
      color: black; }
    .col_prod:nth-of-type(2) .form-group select {
      font-size: 15px;
      padding: 10px 20px;
      border-top: 5px solid #ffd900;
      border-bottom: none;
      border-right: none;
      border-left: none;
      font-weight: 800;
      color: #BCBCBC;
      color: black;
      -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07); }
  .col_prod:nth-of-type(2) .form-group:nth-of-type(1), .col_prod:nth-of-type(2) .form-group:nth-of-type(2) {
    width: auto !important; }
    .col_prod:nth-of-type(2) .form-group:nth-of-type(1) select, .col_prod:nth-of-type(2) .form-group:nth-of-type(2) select {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  .col_prod:nth-of-type(2) .form-group:nth-of-type(1) {
    margin-right: 3%; }
  .col_prod:nth-of-type(2) .form-group:nth-of-type(7) {
    display: block;
    width: 100%; }

.btn_solid {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700; }

.contn_table {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 3%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .contn_table form .form-group {
    width: 100% !important; }
    .contn_table form .form-group textarea {
      width: 100%;
      background: #E2E2E2;
      padding: 2%;
      border: none;
      resize: vertical;
      height: 150px;
      max-height: 180px;
      font-weight: 700; }
  .contn_table form .form-group:nth-of-type(2) {
    text-align: right; }
    .contn_table form .form-group:nth-of-type(2) .btn_solid {
      border: none;
      background: #ffd900; }

.table thead {
  border-top: 2px solid #ddd; }
  .table thead tr th {
    vertical-align: middle; }
  .table thead th:nth-of-type(1) {
    text-align: left; }
  .table thead th {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400; }

.table td, .table th {
  font-size: 18px; }

.table tbody tr td {
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-transform: uppercase; }
  .table tbody tr td .image_prod_table {
    display: inline-block;
    width: 28%;
    position: relative;
    text-align: center; }
  .table tbody tr td .borrar {
    width: 12%;
    right: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: 2; }
    .table tbody tr td .borrar img {
      width: 100%; }
  .table tbody tr td span {
    width: 71%;
    display: inline-block;
    padding: 4%; }
  .table tbody tr td img {
    width: 90%;
    margin: 8% auto;
    display: inline-block;
    position: relative; }
  .table tbody tr td select {
    border: none; }

.table tbody tr td:nth-of-type(1) {
  text-align: left; }

.pagos {
  text-align: center;
  padding: 2% 0; }
  .pagos h1 {
    font-size: 40px; }
  .pagos h1, .pagos h2 {
    margin-top: 0; }
  .pagos a {
    width: 18%;
    display: inline-block;
    margin: 2% 0 0 0; }
    .pagos a img {
      width: 100%; }
  .pagos .txt-pay {
    width: 40%;
    margin: 1% auto;
    color: #828282; }
    .pagos .txt-pay p {
      font-weight: 800; }
  .pagos ul {
    display: block;
    font-size: 0; }
    .pagos ul li a {
      width: 100%; }
  .pagos .columns_pay {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 2%; }

/* Colors */
/* Variables Codifer */
@media (max-width: 91em) {
  header .top_head .left .form-group {
    width: 35%; }
  .contacto .content_contact .form_gral {
    width: 50%; }
  .credito .content_credit .form_gral {
    width: 50%; }
  .nosotros .swiper_nosotros .container_cards {
    width: 100%; }
    .nosotros .swiper_nosotros .container_cards .card .text .number {
      font-size: 33px;
      top: 3%;
      left: 10%; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards img {
      width: 45%; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
      font-size: 30px; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
      margin: 2% 0; }
  .nosotros .acordeon li .section-title {
    width: 220px; }
    .nosotros .acordeon li .section-title h2 {
      font-size: 30px; }
    .nosotros .acordeon li .section-title a {
      font-size: 13px; }
  .nosotros .acordeon li .section-content h2 {
    font-size: 35px; }
  .nosotros .acordeon li .section-content p {
    font-size: 15px;
    text-align: justify;
    text-align-last: left; } }

@media (max-width: 70em) {
  .swiper_general .social_media {
    width: 100% !important;
    height: auto !important;
    bottom: inherit !important;
    text-align: center !important; }
    .swiper_general .social_media a {
      display: inline-block !important; }
      .swiper_general .social_media a:hover img {
        transform: translateX(0px) !important; }
  .swiper_general .swiper-wrapper .swiper-slide h1 {
    font-size: 40px !important; }
  .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
    padding: 0 30px; }
  .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
    font-size: 24px;
    top: 40%; }
  .nosotros .acordeon {
    height: auto; }
    .nosotros .acordeon ul {
      flex-direction: column; }
      .nosotros .acordeon ul li {
        border-bottom: 3px solid #fff;
        width: 100%;
        flex: 5; }
        .nosotros .acordeon ul li .section-content {
          background-image: none !important;
          flex: 4;
          opacity: 1;
          transform: scaleX(1); }
          .nosotros .acordeon ul li .section-content .textos {
            margin: 5% 3%; }
            .nosotros .acordeon ul li .section-content .textos h2 {
              font-size: 40px;
              color: #000; }
            .nosotros .acordeon ul li .section-content .textos p {
              font-size: 16px;
              color: #000; }
        .nosotros .acordeon ul li .section-title {
          width: 30%;
          display: none; }
          .nosotros .acordeon ul li .section-title h2 {
            bottom: 0;
            top: 0;
            height: 50px; }
          .nosotros .acordeon ul li .section-title a {
            display: none; }
        .nosotros .acordeon ul li:nth-of-type(2) {
          background: inherit;
          background-color: #f0cc00; }
        .nosotros .acordeon ul li:nth-of-type(3) {
          background: inherit;
          background-color: #e0bf00; }
  .contacto .cont_map .popup_map {
    width: 50%;
    left: 10%; }
  footer .top {
    width: 95%; }
    footer .top .form form {
      width: 65%; }
  footer .bottom {
    width: 95%; } }

@media (max-width: 64em) {
  header .top_head .left {
    width: 100%; }
    header .top_head .left .search_bar {
      width: 60%; }
  header .top_head .right {
    width: 100%; }
  header .top_head .login {
    right: 0; }
  header .bottom_head ul li {
    margin: 0 0; }
  .home .noticias {
    height: auto; }
    .home .noticias .noti {
      width: 100%; }
  .home .productos_destacados .producto .btn_vm {
    font-size: 14px; }
  .contacto .contact_parag {
    width: 95%; }
    .contacto .contact_parag p {
      font-size: 15px; }
  .contacto .content_contact .form_gral {
    width: 70%; }
  .credito .credit_parag {
    width: 95%; }
    .credito .credit_parag p {
      font-size: 15px; }
  .credito .content_credit .form_gral {
    width: 70%; }
  .nosotros .nosotros_parag {
    width: 90%; }
  .nosotros .swiper_nosotros .container_cards .card {
    width: 25%;
    margin: 0; }
    .nosotros .swiper_nosotros .container_cards .card .text .number {
      font-size: 25px; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards img {
      width: 35%; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
      padding: 0 20px; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha img {
      width: 40%; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
      font-size: 16px; } }

@media (max-width: 50em) {
  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none; }
  .slideout-menu-left {
    left: 0; }
  .slideout-menu-right {
    right: 0; }
  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh; }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden; }
  .slideout-open .slideout-menu {
    display: block; }
  .mobile_menu {
    display: block; }
    .mobile_menu a {
      font-size: 30px; }
      .mobile_menu a:last-of-type img {
        width: 140px;
        margin-top: 17%; }
  #menu {
    background-color: #282828;
    overflow-y: hidden; }
  header {
    background-color: #282828;
    height: 100%; }
    header .top_head_mobile {
      display: inline-block; }
    header .top_head {
      background-color: #282828; }
      header .top_head .left {
        width: 100%; }
        header .top_head .left .form-group {
          width: 85%; }
      header .top_head .right {
        width: 100%; }
        header .top_head .right a {
          margin: 15px 25px; }
      header .top_head .login {
        width: 100%;
        right: 0; }
    header .middle_head {
      display: none; }
    header .bottom_head {
      background-color: #282828; }
      header .bottom_head ul li {
        width: 100% !important;
        margin: 0 0;
        font-size: 15px; }
  .home .productos_destacados .producto .dato_extra {
    width: 100%; }
    .home .productos_destacados .producto .dato_extra img {
      width: 12%; }
  .nosotros .nosotros_parag {
    text-align: justify; }
  .nosotros .swiper_nosotros .cont_img {
    display: none; }
  .nosotros .swiper_nosotros .container_cards .card {
    width: 48%;
    background-color: #ffd900;
    vertical-align: top;
    margin: 1%;
    border-radius: 15px;
    overflow: hidden; }
    .nosotros .swiper_nosotros .container_cards .card:nth-of-type(1) {
      margin-top: 1%; }
    .nosotros .swiper_nosotros .container_cards .card:nth-of-type(4) {
      margin-top: 1%; }
    .nosotros .swiper_nosotros .container_cards .card img.backg {
      display: none; }
    .nosotros .swiper_nosotros .container_cards .card .text {
      position: relative; }
      .nosotros .swiper_nosotros .container_cards .card .text .number {
        left: 0;
        top: 0;
        display: inline-block;
        width: 50px;
        line-height: 50px;
        border-radius: 0 0 50% 0;
        background-color: #d1b200;
        -moz-box-shadow: inset -1px 0px 10px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset -1px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: inset -1px 0px 10px rgba(0, 0, 0, 0.5); }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards img {
        margin-top: -10%; }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
        padding: 0 10px;
        margin: 0; }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha {
        margin-bottom: 10%; }
        .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha img {
          width: 30%; }
        .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
          font-size: 20px;
          top: 20%; }
    .nosotros .swiper_nosotros .container_cards .card:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 95%;
      height: 95%;
      border-radius: 10px;
      border: 2px dashed #fff; }
  .home .swiper_general .swiper-wrapper .swiper-slide img, .nosotros .swiper_general .swiper-wrapper .swiper-slide img, .experiencia .swiper_general .swiper-wrapper .swiper-slide img, .contacto .swiper_general .swiper-wrapper .swiper-slide img {
    display: none; }
  .home .swiper_general .swiper-wrapper .swiper-slide .img_responsive, .nosotros .swiper_general .swiper-wrapper .swiper-slide .img_responsive, .experiencia .swiper_general .swiper-wrapper .swiper-slide .img_responsive, .contacto .swiper_general .swiper-wrapper .swiper-slide .img_responsive {
    display: inline-block; } }

@media (max-width: 45em) {
  header .top_head .right a {
    margin: 15px 10px; }
  header .middle_head a {
    width: 100%; }
    header .middle_head a img {
      width: 80%; }
  .home .slider_home .swiper-wrapper .swiper-slide h1 {
    font-size: 25px; }
  .home .productos_destacados .ln_btm {
    width: 85%; }
    .home .productos_destacados .ln_btm:after {
      height: 6px; }
  .home .productos_destacados .producto .dato_extra img {
    width: 12%; }
  .home .productos_destacados .producto .cont_pic {
    width: 64%; }
  .home .productos_destacados .producto .btn_vm {
    font-size: 12px; }
  .home .nuestras_marcas .ln_btm {
    width: 85%; }
    .home .nuestras_marcas .ln_btm:after {
      height: 6px; }
  .home .nuestras_marcas .container_marcas {
    width: 70%; }
  .home .nuestras_marcas .marcas {
    margin-top: 10%; }
  .contacto .content_contact form.form_gral {
    width: 90%; }
    .contacto .content_contact form.form_gral input {
      width: 90%; }
    .contacto .content_contact form.form_gral textarea {
      max-width: 90%;
      min-width: 90%; }
  .contacto .cont_map .popup_map {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .contacto .cont_map .popup_map .txt p {
      text-align: center !important; }
  .credito .content_credit form.form_gral {
    width: 90%; }
    .credito .content_credit form.form_gral input {
      width: 90%; }
    .credito .content_credit form.form_gral textarea {
      max-width: 90%;
      min-width: 90%; }
  .nosotros .swiper_nosotros .container_cards .card {
    width: 85%; }
    .nosotros .swiper_nosotros .container_cards .card .text .content_cards {
      margin-top: 0;
      padding-bottom: 2%; }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards img {
        margin-top: 2.5%;
        width: 20%; }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards .descript {
        height: auto;
        padding: 0 10%;
        text-align: justify; }
      .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha {
        margin-bottom: 2.5%; }
        .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha img {
          width: 30%; }
        .nosotros .swiper_nosotros .container_cards .card .text .content_cards .fecha span {
          font-size: 20px;
          top: 45%; }
  footer .top .form {
    width: 100%; }
    footer .top .form form {
      width: 100%; }
  footer .top .imgs {
    position: relative; }
  footer .bottom {
    width: 100%; }
    footer .bottom span {
      font-size: 15px; }
    footer .bottom .left {
      width: 100%; }
      footer .bottom .left span {
        display: inline-block;
        margin: 15px; }
    footer .bottom .right {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
      footer .bottom .right a {
        display: block;
        margin: 0 3px; } }

/* Colors */
/* Variables Codifer */
@media (max-width: 91em) {
  .productos form .form-group {
    width: 23%; }
  .col_prod:nth-of-type(2) .form-group {
    width: auto; }
  .col_expe:nth-of-type(1) {
    width: 30%; }
  .col_expe:nth-of-type(2) {
    width: 70%; }
  .col_clientes span {
    font-size: 13px; }
  .cols_filtro {
    width: 25%; } }

@media (max-width: 70em) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 33px; }
  h3 {
    font-size: 25px; }
  h4 {
    font-size: 23px; }
  h5 {
    font-size: 20px; }
  header .bottom_head ul li {
    width: 151px; }
    header .bottom_head ul li a {
      font-size: 12px; } }

@media (max-width: 64em) {
  .col_clientes {
    width: 100%; }
    .col_clientes .circle {
      margin: auto; }
  .productos form .form-group {
    width: 28%; }
  h1 {
    font-size: 29px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 15px; }
  .slider_vertical .slider_hidden {
    height: 500px; }
  .col_clientes span {
    font-size: 11px; }
  .cols_filtro {
    width: 33%; }
  .productos .col_expe:nth-of-type(2) .circle span {
    font-size: 13px; }
  .producto_detalle p {
    font-size: 13px; }
  .producto_detalle .btn_solid {
    margin-top: 5%;
    font-size: 10px; }
  .col_prod:nth-of-type(2) .form-group {
    width: auto; }
    .col_prod:nth-of-type(2) .form-group select {
      font-size: 13px;
      padding: 5px 10px; }
  .table td, .table th {
    font-size: 16px; }
  .table tbody tr td .borrar {
    width: 15%; }
  .modal_gral p {
    font-size: 20px; } }

@media (max-width: 50em) {
  .productos .social_media {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    bottom: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    margin-bottom: 3%; }
    .productos .social_media a {
      display: inline-block; }
  .productos form .form-group {
    width: 35%; }
  .cols_filtro {
    width: 50%; }
  .container_expe {
    width: 95%; }
  .table td, .table th {
    font-size: 15px; }
  .table tbody tr td .borrar {
    width: 18%; }
  .modal_gral p {
    font-size: 18px; } }

@media (max-width: 45em) {
  .tooltip_show {
    width: 80% !important; }
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 15px; }
  .breadcrumb {
    padding: 0;
    text-align: center; }
    .breadcrumb li {
      margin: 3% 0; }
      .breadcrumb li a {
        padding: 9px;
        font-size: 10px;
        border-right: 3px solid #303030; }
      .breadcrumb li img {
        display: none; }
  .productos form .form-group {
    width: 100%;
    margin: 8% 0 4% 0; }
  .col_expe:nth-of-type(1), .col_expe:nth-of-type(2) {
    width: 100%; }
  .slider_vertical .slider_hidden {
    height: 300px; }
  .container_codi {
    width: 95%; }
  .col_prod:nth-of-type(1), .col_prod:nth-of-type(2) {
    width: 100%; }
  .col_prod:nth-of-type(2) {
    margin-top: 20px;
    padding: 0; }
    .col_prod:nth-of-type(2) form {
      text-align: center; }
    .col_prod:nth-of-type(2) .form-group .btn_solid {
      margin: 3%; }
  .table th, .table td {
    font-size: 10px; }
  .modal_gral p {
    font-size: 15px; }
  footer li {
    font-size: 13px; }
  footer p {
    font-size: 15px; }
  footer .imgs {
    padding-bottom: 3%; }
    footer .imgs a {
      width: 40%; }
  .left, .center, .right {
    width: 100%;
    text-align: center; }
  .form-wrapper {
    width: 90%;
    display: inline-block; } }

@media only screen and (max-width: 414px) {
  .table tbody tr td .borrar {
    width: 20%; }
  .table tbody tr td .image_prod_table {
    width: 100%; }
  .table tbody tr td span {
    width: 100%;
    text-align: center; }
  .pagos .columns_pay {
    width: 50%; }
  .pagos .txt-pay {
    width: 90%;
    margin-top: 5%; }
  .pagos a {
    margin: 10% 0;
    width: 50%; } }
