/*
 * **** Base CSS ****
 */
 html {
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: white;
  font-size: 14px;
  font-family: 'Teko', sans-serif;
  background-color: #e74578;
  background-image: linear-gradient(135deg, #ffbc00 0%, #e74578 100%);
  overflow-x: hidden;
  margin: 0; }
  body.over {
    overflow: hidden; }

* {
  outline: 0 !important; }
  *:focus {
    outline: 0 !important; }

h1,
h2,
h3 {
  text-transform: uppercase; }

th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left; }

.container {
  width: 80%; }

.jumbotron {
  background-color: rgba(0, 0, 0, 0); }

.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  position: absolute;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 36px;
  border-top: 0px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0); }
  .footer.footer-lado-b {
    background-color: #0056a3; }
    .footer.footer-lado-b a {
      color: white; }
    .footer.footer-lado-b .container {
      width: 95%; }
        .footer.footer-lado-b .container .nav li {
          font-family: 'Teko', sans-serif;
          text-transform: uppercase; }
    .footer.footer-lado-b .navbar-right {
      margin-top: -5px; }
        .footer.footer-lado-b .navbar-right li.span-text {
          margin-top: 8px;
          margin-right: 8px; }
        .footer.footer-lado-b .navbar-right li a {
          color: white;
          padding: 0px 5px; }
          .footer.footer-lado-b .navbar-right li a:hover {
            background-color: rgba(0, 0, 0, 0); }
          .footer.footer-lado-b .navbar-right li a span {
            width: 35px;
            height: 35px;
            display: block;
            transition: transform 0.5s ease; }
            .footer.footer-lado-b .navbar-right li a span.fb-ico {
              background-image: url(/themes/custom/barcel/images/social-media/icono_facebook.png);

              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
              .footer.footer-lado-b .navbar-right li a span.fb-ico:hover {
                background-image: url(/themes/custom/barcel/images/social-media/icono_facebook_2.png);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
            .footer.footer-lado-b .navbar-right li a span.tw-ico {
              background-image: url(/themes/custom/barcel/images/social-media/icono_twitter.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
              .footer.footer-lado-b .navbar-right li a span.tw-ico:hover {
                background-image: url(/themes/custom/barcel/images/social-media/icono_twitter_2.png);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
            .footer.footer-lado-b .navbar-right li a span.in-ico {
              background-image: url(/themes/custom/barcel/images/social-media/icono_instagram.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
              .footer.footer-lado-b .navbar-right li a span.in-ico:hover {
                background-image: url(/themes/custom/barcel/images/social-media/icono_instagram_2.png);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
            .footer.footer-lado-b .navbar-right li a span.yt-ico {
              background-image: url(/themes/custom/barcel/images/social-media/icono_youtube.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
              .footer.footer-lado-b .navbar-right li a span.yt-ico:hover {
                background-image: url(/themes/custom/barcel/images/social-media/icono_youtube_2.png);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .footer.footer-promo a {
      color: white;
      font-size: 18px;
      font-family: 'Teko', sans-serif;
      font-weight: 600; }

/*
 * ** Navigation Menu Home **
 */
.navbar-home {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  z-index: 1; }
  .navbar-home .container-fluid {
    padding-left: 4%;
    padding-right: 5%; }
        .navbar-home .container-fluid .navbar-header #logo img {
          width: 50%;
          margin: 10% auto 0; }
      .navbar-home .container-fluid #navbar .navbar-nav {
        margin: 2% auto 0; }
          .navbar-home .container-fluid #navbar .navbar-nav li a {
            color: white;
            padding: 10px 5px; }
            .navbar-home .container-fluid #navbar .navbar-nav li a span {
              width: 35px;
              height: 35px;
              display: block;
              transition: transform 0.5s ease; }
              .navbar-home .container-fluid #navbar .navbar-nav li a span.fb-ico {
                background-image: url(/themes/custom/barcel/images/social-media/icono_facebook.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center; }
                .navbar-home .container-fluid #navbar .navbar-nav li a span.fb-ico:hover {
                  background-image: url(/themes/custom/barcel/images/social-media/icono_facebook_2.png);
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
              .navbar-home .container-fluid #navbar .navbar-nav li a span.tw-ico {
                background-image: url(/themes/custom/barcel/images/social-media/icono_twitter.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center; }
                .navbar-home .container-fluid #navbar .navbar-nav li a span.tw-ico:hover {
                  background-image: url(/themes/custom/barcel/images/social-media/icono_twitter_2.png);
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
              .navbar-home .container-fluid #navbar .navbar-nav li a span.in-ico {
                background-image: url(/themes/custom/barcel/images/social-media/icono_instagram.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center; }
                .navbar-home .container-fluid #navbar .navbar-nav li a span.in-ico:hover {
                  background-image: url(/themes/custom/barcel/images/social-media/icono_instagram_2.png);
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
              .navbar-home .container-fluid #navbar .navbar-nav li a span.yt-ico {
                background-image: url(/themes/custom/barcel/images/social-media/icono_youtube.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center center; }
                .navbar-home .container-fluid #navbar .navbar-nav li a span.yt-ico:hover {
                  background-image: url(/themes/custom/barcel/images/social-media/icono_youtube_2.png);
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
            .navbar-home .container-fluid #navbar .navbar-nav li:last-child a {
              font-size: 18px;
              text-transform: uppercase; }
              .navbar-home .container-fluid #navbar .navbar-nav li:last-child a i {
                font-style: normal;
                margin-top: 7px;
                display: block; }

/*
 * ** Navigation Menu Lado B **
 */
.navbar-lado-b {
  width: 100%;
  position: fixed;
  margin-bottom: 0px;
  background-color: white;
  z-index: 10; }
  .navbar-lado-b.active {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .navbar-lado-b.active .region-navigation {
      visibility: hidden;
            /*
       * #views-exposed-form-nodes-autocomplete-page{
       * visibility: hidden;
       * }
       */ }
          .navbar-lado-b.active #navbar-lado-b .nav-lado-b li .link-menu {
            color: white; }
              .navbar-lado-b.active #navbar-lado-b .nav-lado-b li .link-menu.active .rectangle {
                background-color: white; }
  .navbar-lado-b .navbar-brand {
    height: auto;
    margin-left: 150px !important; }
    .navbar-lado-b .navbar-brand .logo-lado-b {
      width: 8vw; }
  .navbar-lado-b .region-navigation {
    width: 45%;
    display: inline-block;
    padding-bottom: 0.3vw;
    margin-top: 1.4vw;
    position: relative; }
    .navbar-lado-b .region-navigation input {
      width: 40%;
      float: right;
      color: #333333;
      font-size: 16px;
      padding: 8px 10px;
      position: relative;
      border: 1px solid #dddddd;
      border-radius: 50px;
      border-image: none;
      border-width: 1px;
      background-color: #f2f2f2;
      background-image: url(/themes/custom/barcel/images/home/ico-search.png);
      background-repeat: no-repeat;
      background-position: right 10px center; }
    .navbar-lado-b .region-navigation .autocomplete-items {
      top: 90%;
      right: 1vw;
      width: 36%;
      position: absolute;
      border: 1px solid rgba(0, 0, 0, 0);
      border-bottom: none;
      border-top: none;
      z-index: 99; }
      .navbar-lado-b .region-navigation .autocomplete-items .item {
        color: #333333;
        padding: 15px;
        cursor: pointer;
        background-color: #f2f2f2;
        border-bottom: 1px solid #d4d4d4;
        transition: all 0.3s ease-in; }
        .navbar-lado-b .region-navigation .autocomplete-items .item .item-link {
          color: #333333;
          text-decoration: none; }
    .navbar-lado-b .region-navigation #views-exposed-form-nodes-autocomplete-page {
      float: right; }
      .navbar-lado-b .region-navigation #views-exposed-form-nodes-autocomplete-page #edit-submit-nodes-autocomplete {
        display: none; }
  .navbar-lado-b #navbar-lado-b {
    width: 35%;
    display: inline-block !important; }
    .navbar-lado-b #navbar-lado-b .nav-lado-b {
      margin: 14px 0 0 0; }
        .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-menu {
          font-size: 20px;
          font-weight: 500;
          letter-spacing: 0px;
          text-align: left;
          text-transform: uppercase; }
        .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b {
          color: white;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0px;
          text-align: center;
          text-transform: uppercase;
          background-color: #e1251b;
          padding-top: 10px;
          padding-bottom: 6px;
          display: inline-block;
          margin-top: 6px;
          margin-right: 20px;
          margin-left: 10px;
          padding: 8px 15px;
          transform: skew(-5deg); }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b span {
            transform: skew(5deg); }
        .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn {
          color: white;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0px;
          text-align: center;
          text-transform: uppercase;
          padding: 8px 35px;
          margin-top: 4px;
          background-image: linear-gradient(90deg, #0056a3 0%, #e1251b 100%);
          border-radius: 50px;
          border: none;
          background-size: 200% 100%;
          box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0);
          moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn:hover {
            background-position: 100% 0;
            moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }

/*
 * ** Custom CSS **
 */
#disclaimer {
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: none;
  position: absolute;
  background-image: url(/themes/custom/barcel/images/rotar_pantalla.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9999; }
  #disclaimer.active {
    display: block; }

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 0px solid #999999;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  outline: 0; }
  .modal-content .title {
    text-align: center; }

.table-nutritional-information {
  width: 80%;
  margin: 5% auto;
  text-align: left;
  border-color: rgba(0, 0, 0, 0); }
  .table-nutritional-information caption {
    text-align: center;
    margin-bottom: 5%; }

/*
 * ** Animations & Components **
 */
.remodal-close {
  top: -30px;
  right: -20px;
  width: 60px;
  height: 60px;
  color: black;
  background: white;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.3); }
  .remodal-close:before {
    top: 50%;
    left: 20%;
    width: 35px;
    font-size: 2vw;
    line-height: 0px; }

.btn {
  color: #333333;
  transition: all 0.5s;
  border: 2px solid; }
  .btn.music {
    color: #e1251b;
    border-color: #e1251b; }
    .btn.music:hover {
      color: white;
      background-color: #e1251b !important; }
  .btn.gaming {
    color: #00bfa5;
    border-color: #00bfa5; }
    .btn.gaming:hover {
      color: white;
      background-color: #00bfa5 !important; }
  .btn.pop {
    color: #0056a3;
    border-color: #0056a3; }
    .btn.pop:hover {
      color: white;
      background-color: #0056a3 !important; }

.arrow-down {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  background-image: url(/themes/custom/barceldos/images/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }
  .arrow-down.hide {
    display: none; }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px; }

.rectangle {
  width: 5px;
  height: 12px;
  margin-right: 3px;
  display: inline-block; }
  .rectangle.music {
    background-color: #e1251b; }
  .rectangle.gaming {
    background-color: #00bfa5; }
  .rectangle.pop {
    background-color: #0056a3; }

.note-content {
  width: 80%;
  margin: 0px;
  padding: 55px 35px;
  margin-left: -100px;
  background-color: white;
  box-shadow: 10px 10px 35px 0 rgba(0, 0, 0, 0.1); }
  .note-content.music {
    border-left: 5px solid #e1251b; }
  .note-content.gaming {
    border-left: 5px solid #00bfa5; }
  .note-content.pop {
    border-left: 5px solid #0056a3; }

.note-card-body {
  width: 95%;
  color: #333333;
  text-align: left;
  margin: 0px;
  margin-top: -35px;
  padding: 25px 35px;
  position: relative;
  background-color: white;
  box-shadow: 10px 10px 35px 0 rgba(0, 0, 0, 0.1); }
  .note-card-body.music {
    border-left: 5px solid #e1251b; }
  .note-card-body.gaming {
    border-left: 5px solid #00bfa5; }
  .note-card-body.pop {
    border-left: 5px solid #0056a3; }

.scroll-page {
  top: 40vw;
  right: 8vw;
  width: 0.7vw;
  position: absolute;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

/*
 * ** Reset Style **
 */
.o-slider-pagination {
  z-index: 1; }

.o-slider-pagination > li {
  width: 35px;
  height: 4px;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 2px 0 rgba(0, 0, 0, 0) inset;
  margin-right: 10px; }

.o-slider-paragraph {
  max-width: 80%; }

.o-slider-categorie {
  width: 5vw;
  margin-bottom: 3%;
  padding: 3px 5px;
  display: block;
  text-align: center;
  transform: skew(-5deg);
  letter-spacing: 1px;
  text-transform: uppercase; }
  .o-slider-categorie.music {
    background-color: #e1251b; }
  .o-slider-categorie.gaming {
    background-color: #00bfa5; }
  .o-slider-categorie.pop {
    width: 6vw;
    background-color: #0056a3; }

  #edit-filter-wrapper label {
    visibility: hidden; }

  .owl-theme .owl-nav {
    display: none; }
      .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        transition: background 0.6s; }
        .owl-theme .owl-dots .owl-dot span.music {
          border: 1px solid rgba(225, 37, 27, 0.58);
          background-color: rgba(0, 0, 0, 0); }
        .owl-theme .owl-dots .owl-dot span.gaming {
          border: 1px solid rgba(0, 191, 165, 0.58);
          background-color: rgba(0, 0, 0, 0); }
        .owl-theme .owl-dots .owl-dot span.pop {
          border: 1px solid rgba(0, 86, 163, 0.58);
          background-color: rgba(0, 0, 0, 0); }
        .owl-theme .owl-dots .owl-dot.active span.music,
        .owl-theme .owl-dots .owl-dot:hover span.music {
          background-color: #e1251b; }
        .owl-theme .owl-dots .owl-dot.active span.gaming,
        .owl-theme .owl-dots .owl-dot:hover span.gaming {
          background-color: #00bfa5; }
        .owl-theme .owl-dots .owl-dot.active span.pop,
        .owl-theme .owl-dots .owl-dot:hover span.pop {
          background-color: #0056a3; }

@keyframes floating {
    from {
    transform: translate(0, 0px); }


    65% {
    transform: translate(0, 15px); }


    to {
    transform: translate(0, 0px); }
 }
/*
 * *** Media Querys ***
 */
@media (max-width: 768px) {
  .footer.footer-lado-b .text-footer {
        font-size: 12px;
        margin: 0 0 0px; }

  .row {
    margin-right: 0px;
    margin-left: 0px; }
    .row .col-xs-12 {
      padding-right: 0px;
      padding-left: 0px; }

  .scroll-page {
    top: 95vh;
    right: 0;
    left: 0;
    width: 3vw;
    margin: 0 auto; }

  .navbar-mb {
    min-height: 100px;
    background-color: #0056a3;
    border-color: #0056a3;
    margin-bottom: 0px; }
      .navbar-mb .navbar-header .navbar-brand {
        padding: 20px 15px;
        margin-left: 15px; }
        .navbar-mb .navbar-header .navbar-brand img {
          width: 26vw; }
      .navbar-mb .navbar-header .openbtn-mb {
        top: 15%;
        right: 15%;
        position: absolute;
        z-index: 10; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        padding: 0%;
        position: absolute; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb {
        width: 45px;
        height: 40px;
        position: relative;
        margin: 25% auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: white;
        border-radius: 15px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(1) {
        top: 2px; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(2),
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(3) {
        top: 13px; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(4) {
        top: 25px;
        width: 80%; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(1) {
        top: 18px;
        left: 50%;
        width: 0%; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(4) {
        top: 18px;
        left: 50%;
        width: 0%; }

    .navbar-lado-b .navbar-brand {
      margin-left: 10px !important; }
      .navbar-lado-b .navbar-brand .logo-lado-b {
        width: 20vw; }
    .navbar-lado-b #navbar-lado-b {
      display: none !important; }
    .navbar-lado-b .search-mb {
      top: 3vw;
      right: 17vw;
      position: absolute;
      display: block; }
      .navbar-lado-b .search-mb .ico-search-mb {
        width: 50px;
        height: 50px;
        display: inline-block;
        background-color: #f2f2f2;
        border: 1px solid #dddddd;
        border-radius: 50px;
        background-image: url(/themes/custom/barcel/images/home/ico-search.png);
        background-size: 3vw;
        background-position: center;
        background-repeat: no-repeat; }
    .navbar-lado-b .region-navigation {
      width: 100%;
      display: none;
      text-align: center; }
      .navbar-lado-b .region-navigation input {
        width: 85%;
        float: none;
        margin: 5px auto 25px; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        top: 65%;
        right: 10vw;
        width: 78%;
        text-align: left; }
    .navbar-lado-b .openbtn-lado-mb {
      top: 15%;
      right: 15%;
      position: absolute;
      z-index: 10; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu {
      width: 70px;
      height: 70px;
      border-radius: 35px;
      padding: 0%;
      position: absolute; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb {
      width: 45px;
      height: 40px;
      position: relative;
      margin: 25% auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span {
      display: block;
      position: absolute;
      height: 6px;
      width: 100%;
      background: #0056a3;
      border-radius: 15px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(1) {
      top: 2px; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(2),
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(3) {
      top: 13px; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(4) {
      top: 25px;
      width: 80%; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(1) {
      top: 18px;
      left: 50%;
      width: 0%; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(4) {
      top: 18px;
      left: 50%;
      width: 0%; }

  .remodal-close {
    top: -30px;
    right: -5px;
    width: 55px;
    height: 55px; }
    .remodal-close:before {
      font-size: 7vw; }

  .note-content {
    width: 95%;
    margin: 0px;
    margin-left: 0px;
    margin-top: -50px;
    padding: 40px 35px; }

  .note-card-body {
    padding: 25px 20px; } }

@media (max-width: 424px) {
  .footer.footer-lado-b .text-footer {
        font-size: 12px;
        margin: 0 0 0px; }

  .row {
    margin-right: 0px;
    margin-left: 0px; }
    .row .col-xs-12 {
      padding-right: 0px;
      padding-left: 0px; }

  .scroll-page {
    top: 80vh;
    right: 0;
    left: 0;
    width: 3vw;
    margin: 0 auto; }

  .navbar-mb {
    min-height: 70px;
    background-color: #0056a3;
    border-color: #0056a3;
    margin-bottom: 0px; }
      .navbar-mb .navbar-header .navbar-brand {
        padding: 13px 15px;
        margin-left: 15px; }
        .navbar-mb .navbar-header .navbar-brand img {
          width: 35vw; }
      .navbar-mb .navbar-header .openbtn-mb {
        top: 0%;
        right: 20%;
        position: absolute;
        z-index: 10; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        padding: 0%;
        position: absolute; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb {
        width: 45px;
        height: 40px;
        position: relative;
        margin: 25% auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: white;
        border-radius: 15px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(1) {
        top: 2px; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(2),
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(3) {
        top: 13px; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span:nth-child(4) {
        top: 25px;
        width: 80%; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(1) {
        top: 18px;
        left: 50%;
        width: 0%; }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(4) {
        top: 18px;
        left: 50%;
        width: 0%; }

    .navbar-lado-b .navbar-brand {
      margin-left: 10px !important; }
      .navbar-lado-b .navbar-brand .logo-lado-b {
        width: 30vw; }
    .navbar-lado-b #navbar-lado-b {
      display: none !important; }
    .navbar-lado-b .search-mb {
      top: 4vw;
      right: 22vw;
      position: absolute;
      display: block; }
      .navbar-lado-b .search-mb .ico-search-mb {
        width: 50px;
        height: 50px;
        display: inline-block;
        background-color: #f2f2f2;
        border: 1px solid #dddddd;
        border-radius: 50px;
        background-image: url(/themes/custom/barcel/images/home/ico-search.png);
        background-size: 5vw;
        background-position: center;
        background-repeat: no-repeat; }
    .navbar-lado-b .region-navigation {
      width: 100%;
      display: none;
      text-align: center; }
      .navbar-lado-b .region-navigation input {
        width: 85%;
        float: none;
        margin: 5px auto 25px; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        top: 65%;
        right: 10vw;
        width: 78%;
        text-align: left; }
    .navbar-lado-b .openbtn-lado-mb {
      top: 7%;
      right: 20%;
      position: absolute;
      z-index: 10; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu {
      width: 70px;
      height: 70px;
      border-radius: 35px;
      padding: 0%;
      position: absolute; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb {
      width: 45px;
      height: 40px;
      position: relative;
      margin: 25% auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span {
      display: block;
      position: absolute;
      height: 6px;
      width: 100%;
      background: #0056a3;
      border-radius: 15px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(1) {
      top: 2px; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(2),
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(3) {
      top: 13px; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb span:nth-child(4) {
      top: 25px;
      width: 80%; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(1) {
      top: 18px;
      left: 50%;
      width: 0%; }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb.open span:nth-child(4) {
      top: 18px;
      left: 50%;
      width: 0%; }

  .remodal-close {
    top: -30px;
    right: -5px;
    width: 55px;
    height: 55px; }
    .remodal-close:before {
      font-size: 7vw; }

  .note-content {
    width: 95%;
    margin: 0px;
    margin-left: 0px;
    margin-top: -50px;
    padding: 40px 35px; }

  .note-card-body {
    padding: 25px 20px; } }

@media (max-width: 360px) {
  .navbar-mb .navbar-header .openbtn-mb {
        top: 5%;
        right: 23%; }
        .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu {
          width: 60px;
          height: 60px; }
          .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb {
            width: 35px; }
            .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu .nav-menu-mb span {
              height: 4px; }
        .navbar-mb .navbar-header .navbar-brand img {
          width: 40vw; }

      .navbar-lado-b .openbtn-lado-mb .nav-inner-menu {
        width: 55px;
        height: 55px; }
        .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb {
          width: 40px; }

            .overlay-mb .main-menu-content .main-menu .menu-content .social-media-list li {
              margin-top: 0%; }
              .overlay-mb .main-menu-content .main-menu .menu-content .social-media-list li span {
                width: 35px;
                height: 40px; }
          .overlay-mb .main-menu-content .main-menu .menu-content .menu-link {
            font-size: 9vw; }
              .overlay-mb .overlay-mb .main-footer-content .legales-links .menu-legales li a {
                font-size: 13px; }

          #overlay-menu-lado-b-mb .main-menu-content .main-menu .menu-content .social-media-list {
            margin-top: 10px;
            margin-bottom: 5px; }

  .footer {
    height: 45px; }
    .footer .container {
      width: 100%; }
      .footer .container .text-footer {
        font-size: 12px; }
    .footer.footer-lado-b {
      padding-top: 15px; } }

@media (max-width: 320px) {
  .navbar-mb .navbar-header .openbtn-mb {
        top: 5%;
        right: 23%; }
        .navbar-mb .navbar-header .openbtn-mb .nav-inner-menu {
          width: 60px;
          height: 60px; }
        .navbar-mb .navbar-header .navbar-brand img {
          width: 40vw; }

      .navbar-lado-b .openbtn-lado-mb .nav-inner-menu {
        width: 55px;
        height: 55px; }
        .navbar-lado-b .openbtn-lado-mb .nav-inner-menu .nav-menu-mb {
          width: 40px; }

            .overlay-mb .main-menu-content .main-menu .menu-content .social-media-list li {
              margin-top: 0%; }
              .overlay-mb .main-menu-content .main-menu .menu-content .social-media-list li span {
                width: 35px;
                height: 40px; }

    .footer .text-footer {
      font-size: 11px; } }

@media (max-width: 768px) and (orientation: landscape) {
   }

/*
 * *** Home Page ***
 */
  .page-home .navbar-lado-b {
    display: none; }
    .page-home .footer.footer-lado-b,
    .page-home .footer.footer-promo {
      display: none; }
  body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    /*background-image: url(/themes/custom/barcel/images/promo/home-promo/fondo_rojo_desk.jpg) !important;*/
    background-size: cover;
    background-repeat: no-repeat; }
        .page-home #home-section .banner-home-container .link-banner .banner-barcel {
          top: 11vw;
          right: 0vw;
          width: 20vw;
          position: absolute; }
      #home-section .banner-home-container .col-home-left {
        min-height: 100vh; }
        #home-section .banner-home-container .col-home-left .content-scene {
          width: 100%;
          height: 100%;
          color: white;
          padding: 0;
          display: flex;
          position: absolute;
          text-align: center;
          align-items: center;
          justify-content: center; }
              #home-section .banner-home-container .col-home-left .content-scene .scene .scene-one img {
                width: 30vw; }
            #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two {
              text-align: center;
              top: 4vw !important;
              left: 7vw !important; }
              #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two img {
                width: 18vw; }
      #home-section .banner-home-container .col-home-right {
        min-height: 100vh; }
        #home-section .banner-home-container .col-home-right .content-scene {
          width: 100%;
          height: 100%;
          color: white;
          padding: 0;
          display: flex;
          position: absolute;
          text-align: center;
          align-items: center;
          justify-content: center; }
              #home-section .banner-home-container .col-home-right .content-scene .scene .scene-one img {
                width: 30vw; }
            #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two {
              text-align: center;
              top: -1vw !important;
              left: 8vw !important; }
              #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two img {
                width: 13vw; }
.scene {
                -webkit-text-size-adjust: 100% !important;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
                line-height: 1.42857143 !important;
                font-family: 'Teko', sans-serif !important;
                font-size: 11px !important;
                text-align: center !important;
                color: #337ab7 !important;
                box-sizing: border-box !important;
                outline: 0 !important;
                transform: translate3d(0px, 0px, 0px) rotate(0.0001deg) !important;
                transform-style: preserve-3d !important;
                backface-visibility: hidden !important;
                position: relative !important;
                pointer-events: none !important;
              }

/*
 * *** Brands Page ***
 */
  .page-marcas .navbar-lado-b {
    display: none; }
    .page-marcas .footer.footer-lado-b,
    .page-marcas .footer.footer-promo {
      display: none; }
  #brands-section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    margin-bottom: 3%; }
      #brands-section .grid-brands-container .holder {
        display: none; }
            #brands-section .grid-brands-container .row-brands .col-brand .link-brand .brand-logo {
              margin: 15% auto;
              transition: transform 0.5s ease; }
              #brands-section .grid-brands-container .row-brands .col-brand .link-brand:hover .brand-logo {
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }

/*
 * *** Campaings Page ***
 */
  .page-campanias .navbar-lado-b {
    display: none; }
    .page-campanias .footer.footer-lado-b,
    .page-campanias .footer.footer-promo {
      display: none; }
  #campaings-section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    margin-bottom: 3%; }
      #campaings-section .campaings-container .arrow-down {
        top: 45vw;
        left: 0;
        right: 0;
        width: 40px;
        margin: 0 auto;
        z-index: 1; }
      #campaings-section .campaings-container .banner-campaing {
        margin: 0 auto; }
      #campaings-section .campaings-container .head-campaing {
        width: 55%;
        margin: 1% auto 0;
        line-height: 0.8; }
        #campaings-section .campaings-container .head-campaing small {
          color: white;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          text-transform: none; }

/*
 * *** Products View ***
 */
  .views-productos .navbar-lado-b {
    display: none; }
    .views-productos .footer.footer-lado-b,
    .views-productos .footer.footer-promo {
      display: none; }
  #products-section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative; }
      #products-section .products-container .arrow-down {
        top: 45vw;
        left: 0;
        right: 0;
        width: 40px;
        margin: 0 auto;
        z-index: 1; }
      #products-section .products-container .row-main {
        height: 100%; }
        #products-section .products-container .row-main .col-main {
          width: 100%;
          height: 100%;
          padding: 0;
          display: flex;
          position: absolute;
          text-align: center;
          align-items: center;
          justify-content: center; }
          #products-section .products-container .row-main .col-main .scene {
            width: 100%;
            height: 100%; }
            #products-section .products-container .row-main .col-main .scene .scene-packing {
              top: 0; }
              #products-section .products-container .row-main .col-main .scene .scene-packing img {
                width: 35vw;
                margin: 7vw auto 0; }
            #products-section .products-container .row-main .col-main .scene .scene-product {
              top: 36vw !important;
              right: 0; }
              #products-section .products-container .row-main .col-main .scene .scene-product img {
                width: 30vw;
                margin: 0 auto; }
      #products-section .products-container .list-slugs-product {
        top: 18vw;
        right: 5vw;
        position: fixed;
        z-index: 1;
        transition: all 5s ease-out; }
        #products-section .products-container .list-slugs-product li {
          color: white;
          font-size: 2vw;
          font-family: Teko;
          line-height: 48px;
          text-align: right;
          text-transform: uppercase;
          list-style: none;
          cursor: pointer; }
          #products-section .products-container .list-slugs-product li b {
            font-weight: 500; }
          #products-section .products-container .list-slugs-product li.active {
            color: #f6db36; }
            #products-section .products-container .list-slugs-product li.active.sal-de-mar {
              color: #00b33b; }
            #products-section .products-container .list-slugs-product li.active.huakamoles {
              color: #4e1588; }
            #products-section .products-container .list-slugs-product li.active.salsa-brava {
              color: #4e1588; }
            #products-section .products-container .list-slugs-product li.active.original {
              color: #4e1588; }
            #products-section .products-container .list-slugs-product li.active.salados {
              color: #8c1a61; }
            #products-section .products-container .list-slugs-product li.active.karameladas {
              color: #4e1588; }
            #products-section .products-container .list-slugs-product li.active.habanero {
              color: #00b33b; }
            #products-section .products-container .list-slugs-product li.active.chicharrón-de-cerdo {
              color: #91272d; }
            #products-section .products-container .list-slugs-product li.active.chicharrÓn-de-harina/chile {
              color: #1a468e; }
            #products-section .products-container .list-slugs-product li.active.esquites {
              color: #003ced; }
            #products-section .products-container .list-slugs-product li.active.voltio {
              color: #721a23; }
            #products-section .products-container .list-slugs-product li.active.others {
              color: #4e1588; }
      #products-section .products-container .banner-campaing {
        margin: 0 auto; }
      #products-section .products-container .head-campaing {
        width: 55%;
        margin: 1% auto 0;
        line-height: 0.8; }
        #products-section .products-container .head-campaing small {
          color: white;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          text-transform: none; }
      #products-section .products-container .package-product {
        width: 30vw;
        margin: 0 auto; }
        #products-section .products-container .package-product.package-chipotle-limon {
          width: 22vw; }
      #products-section .products-container .prod-description {
        width: 40%;
        margin: 0 auto; }
      #products-section .products-container .btn-product {
        color: white;
        font-size: 1.5vw;
        margin: 1% auto 3%;
        padding: 3px 55px;
        border: 3px solid white;
        border-radius: 27px;
        background-color: rgba(0, 0, 0, 0); }
        #products-section .products-container .btn-product:hover {
          color: #333333;
          background-color: white; }

/*
 * *** Contact Form ***
 */
 .navbar-lado-b {
  display: none; }
header {
  display: none; }
  .footer.footer-lado-b,
  .footer.footer-promo {
    display: none; }
#contact-section {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #da1c47; }
  #contact-section .contact-container {
    width: 25vw;
    height: 100%;
    padding: 0;
    margin: 0 auto; }
    #contact-section .contact-container .page-header {
      font-size: 2.2vw;
      margin-top: 7vw;
      margin-bottom: 5px;
      text-align: center;
      border-bottom: 0px solid rgba(0, 0, 0, 0); }
    #contact-section .contact-container p {
      width: 50%;
      margin: 0 auto;
      text-align: center;
      font-family: 'Montserrat', sans-serif; }
    #contact-section .contact-container .form-item {
      margin: 2% auto; }
      #contact-section .contact-container .form-item .control-label {
        font-family: 'Montserrat', sans-serif;
        line-height: 19px; }
      #contact-section .contact-container .checkbox label {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        line-height: 17px;
        margin: 6px auto; }
        #contact-section .contact-container .checkbox label a {
          color: white;
          text-decoration: underline;
          font-style: italic; }
    #contact-section .contact-container .captcha {
      display: inline-block; }
      #contact-section .contact-container .form-actions .webform-submit {
        color: white;
        font-size: 1.5vw;
        margin-top: 4%;
        padding: 3px 55px;
        border: 3px solid white;
        border-radius: 27px;
        background-color: rgba(0, 0, 0, 0);
        text-transform: uppercase; }
        #contact-section .contact-container .form-actions .webform-submit:hover {
          color: #333333;
          background-color: white; }


/*
 * *** Legales Pages ***
 */
  .node-type-legales .navbar-lado-b {
    display: none; }
    .node-type-legales .footer.footer-lado-b,
    .node-type-legales .footer.footer-promo {
      display: none; }
  #legales-section {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    background-color: #da1c47;
    overflow: hidden; }
    #legales-section .container {
      width: 100%;
      height: 100%;
      padding: 0;
      display: flex;
      position: absolute;
      text-align: center;
      align-items: center;
      justify-content: center; }
      #legales-section .container h2 {
        font-size: 2.2vw;
        margin: 0 auto 2%; }
      #legales-section .container .legales-container {
        width: 55%;
        height: 65vh;
        position: relative;
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif; }
        #legales-section .container .legales-container .content {
          padding: 0 4%; }
          #legales-section .container .legales-container .content a {
            color: #f6db36; }
            #legales-section .container .legales-container .content a:hover {
              color: #0056a3; }

/*
 * *** El lado B ***
 */
.page-el-lado-b {
  background-color: white;
  background-image: none; }
  .page-el-lado-b .navbar-home,
  .page-el-lado-b .navbar-mb,
  .page-el-lado-b .openbtn,
  .page-el-lado-b .footer-site {
    display: none; }
  .page-el-lado-b .scroll-page {
    top: 37vw; }
    .page-el-lado-b .footer.footer-site,
    .page-el-lado-b .footer.footer-promo {
      display: none; }
  .page-el-lado-b #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh; }
    .page-el-lado-b #block-system-main .o-sliderContainer {
      margin: 48px 0px;
      margin-top: 5% !important; }
          .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap {
            width: 25vw;
            left: 15vw;
            bottom: 7vw; }
            .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
              font-size: 1.8vw;
              font-family: 'Montserrat', sans-serif;
              margin-bottom: 4%;
              font-weight: 700; }
            .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
              font-size: 0.8vw;
              font-family: 'Montserrat', sans-serif;
              letter-spacing: 0px;
              line-height: 24px;
              margin-bottom: 5%; }
            .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-btn {
              color: #333333;
              font-size: 0.9vw;
              background-color: white;
              border-radius: 50px;
              padding: 12px 35px; }
        .page-el-lado-b #block-system-main #lado-banner-section .lado-banner-container .banner-promocional {
          padding-right: 0px;
          padding-left: 0px;
          margin-bottom: 0px;
          background-color: rgba(0, 0, 0, 0); }
      .page-el-lado-b #block-system-main #lado-note-section .note-container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px; }
        .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
          width: 5vw;
          margin-bottom: 3%;
          padding: 3px 5px;
          display: block;
          text-align: center;
          transform: skew(-5deg);
          letter-spacing: 1px;
          text-transform: uppercase; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.music {
            background-color: #e1251b; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.gaming {
            background-color: #00bfa5; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
            width: 5vw;
            background-color: #0056a3; }
        .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
          color: #333333;
          font-family: 'Montserrat', sans-serif;
          font-size: 2vw;
          font-weight: 700;
          line-height: 40px; }
        .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
          color: #333333;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          line-height: 29px; }
        .page-el-lado-b #block-system-main #lado-note-section .note-container .note-btn {
          font-size: 0.9vw;
          background-color: white;
          border-radius: 50px;
          padding: 7px 24px; }
    .page-el-lado-b #block-system-main #mas-lado-section {
      margin: 2% auto 5%; }
      .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container {
        text-align: center; }
        .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .mas-title {
          color: #333333;
          font-size: 2.2vw;
          margin-bottom: 4%; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .mas-title span {
            width: auto;
            color: white;
            padding: 2px 7px;
            display: inline-block;
            text-align: center;
            background-color: #e1251b;
            transform: skew(-5deg); }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie {
            width: 5vw;
            color: white;
            margin-bottom: 3%;
            padding: 3px 5px;
            display: block;
            text-align: center;
            transform: skew(-5deg);
            letter-spacing: 1px;
            text-transform: uppercase; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.music {
              background-color: #e1251b; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.gaming {
              background-color: #00bfa5; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.pop {
              width: 5vw;
              background-color: #0056a3; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5vw;
            font-weight: 700;
            line-height: 35px; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 29px; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-btn {
            font-size: 0.9vw;
            background-color: white;
            border-radius: 50px;
            padding: 7px 24px; }

/*
 * *** Categories Lado B Pages ***
 */
.page-categories {
  background-color: white;
  background-image: none; }
    .page-categories .footer.footer-site,
    .page-categories .footer.footer-promo {
      display: none; }
        .page-categories.page-musica .pager-show-more .pager-show-more-next a {
          color: #e1251b;
          border-color: #e1251b; }
          .page-categories.page-musica .pager-show-more .pager-show-more-next a:hover {
            color: white;
            background-color: #e1251b !important; }
        .page-categories.page-gaming .pager-show-more .pager-show-more-next a {
          color: #00bfa5;
          border-color: #00bfa5; }
          .page-categories.page-gaming .pager-show-more .pager-show-more-next a:hover {
            color: white;
            background-color: #00bfa5 !important; }
        .page-categories.page-cultura-pop .pager-show-more .pager-show-more-next a {
          color: #0056a3;
          border-color: #0056a3; }
          .page-categories.page-cultura-pop .pager-show-more .pager-show-more-next a:hover {
            color: white;
            background-color: #0056a3 !important; }
  .page-categories .navbar-home,
  .page-categories .navbar-mb,
  .page-categories .openbtn,
  .page-categories .footer-site {
    display: none; }
  .page-categories .pager-show-more {
    margin-bottom: 5%; }
      .page-categories .pager-show-more .pager-show-more-next a {
        font-size: 0.9vw;
        text-transform: uppercase;
        background-color: white;
        border-radius: 50px;
        padding: 7px 24px; }
    .page-categories .block-views .block-title {
      display: none; }
        .page-categories .block-views #categorie-banner-section .categorie-banner-container .banner-categorie {
          padding-top: 0px;
          padding-bottom: 24px; }
      .page-categories .block-views #categorie-note-section .categorie-note-container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px; }
        .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie {
          width: 5vw;
          margin-bottom: 3%;
          padding: 3px 5px;
          display: block;
          text-align: center;
          transform: skew(-5deg);
          letter-spacing: 1px;
          text-transform: uppercase; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.music {
            background-color: #e1251b; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.gaming {
            background-color: #00bfa5; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.pop {
            width: 5vw;
            background-color: #0056a3; }
        .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
          color: #333333;
          font-family: 'Montserrat', sans-serif;
          font-size: 2vw;
          font-weight: 700;
          line-height: 40px; }
        .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-paragraph {
          color: #333333;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400;
          line-height: 25px; }
        .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-btn {
          font-size: 0.9vw;
          background-color: white;
          border-radius: 50px;
          padding: 7px 24px; }
    .page-categories .block-views #categorie-head-section {
      margin: 0% auto; }
      .page-categories .block-views #categorie-head-section .categorie-container {
        text-align: center; }
        .page-categories .block-views #categorie-head-section .categorie-container .categorie-title {
          color: #333333;
          font-size: 2.2vw;
          margin: 4% auto 0%; }
          .page-categories .block-views #categorie-head-section .categorie-container .categorie-title span {
            width: auto;
            color: white;
            padding: 2px 7px;
            display: inline-block;
            text-align: center;
            background-color: #e1251b;
            transform: skew(-5deg); }
  .page-categories #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 5%; }
    .page-categories #block-system-main #categorie-notes-section {
      margin: 4% auto 2%; }
      .page-categories #block-system-main #categorie-notes-section .categorie-container {
        text-align: center; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie {
            width: 5vw;
            color: white;
            margin-bottom: 3%;
            padding: 3px 5px;
            display: block;
            text-align: center;
            transform: skew(-5deg);
            letter-spacing: 1px;
            text-transform: uppercase; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.music {
              background-color: #e1251b; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.gaming {
              background-color: #00bfa5; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.pop {
              width: 5vw;
              background-color: #0056a3; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5vw;
            font-weight: 700;
            line-height: 35px; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-text {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 29px; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-btn {
            font-size: 0.9vw;
            background-color: white;
            border-radius: 50px;
            padding: 7px 24px; }

/*
 * *** Node Content Lado B ***
 */
.node-type-lado-b {
  background-color: white;
  background-image: none; }
  .node-type-lado-b .navbar-home,
  .node-type-lado-b .navbar-mb,
  .node-type-lado-b .openbtn,
  .node-type-lado-b .footer-site {
    display: none; }
    .node-type-lado-b .footer.footer-site,
    .node-type-lado-b .footer.footer-promo {
      display: none; }
  .node-type-lado-b .shares-links-list {
    top: 10vw;
    left: 5vw;
    position: fixed; }
    .node-type-lado-b .shares-links-list .share-item {
      list-style: none; }
        .node-type-lado-b .shares-links-list .share-item a .ico-share {
          width: 40px;
          height: 40px;
          display: block;
          margin: 0 auto 15%; }
          .node-type-lado-b .shares-links-list .share-item a .ico-share.fb-ico {
            background-image: url(/themes/custom/barcel/images/social-media/ico-facebook.png);

            background-repeat: no-repeat;
            background-size: contain; }
          .node-type-lado-b .shares-links-list .share-item a .ico-share.tw-ico {
            background-image: url(/themes/custom/barcel/images/social-media/ico-twitter.png);
            background-repeat: no-repeat;
            background-size: contain; }
      .node-type-lado-b .shares-links-list .share-item .share-img {
        width: 1.8vw;
        margin: 0 auto; }
  .node-type-lado-b #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 5%; }
        .node-type-lado-b #block-system-main #node-banner-section .node-banner-container .banner-node {
          padding-top: 0px;
          padding-bottom: 0px; }
      .node-type-lado-b #block-system-main #node-content-section .node-container {
        width: 60vw;
        color: #333333;
        font-family: 'Montserrat', sans-serif;
        margin-top: -10vw;
        padding: 35px 45px;
        position: relative;
        background-color: white; }
        .node-type-lado-b #block-system-main #node-content-section .node-container.music {
          border-top: 5px solid #e1251b; }
        .node-type-lado-b #block-system-main #node-content-section .node-container.gaming {
          border-top: 5px solid #00bfa5; }
        .node-type-lado-b #block-system-main #node-content-section .node-container.pop {
          border-top: 5px solid #0056a3; }
        .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
          width: 3vw;
          color: white;
          margin-bottom: 3%;
          padding: 2px 5px;
          display: block;
          text-align: center;
          font-family: Teko;
          transform: skew(-5deg);
          letter-spacing: 1px;
          text-transform: uppercase; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.music {
            background-color: #e1251b; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.gaming {
            background-color: #00bfa5; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
            width: 5vw;
            background-color: #0056a3; }
        .node-type-lado-b #block-system-main #node-content-section .node-container .note-title {
          width: 85%;
          text-transform: none;
          font-weight: 700; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-title small {
            color: #333333; }
        .node-type-lado-b #block-system-main #node-content-section .node-container .note-author {
          color: #999999;
          font-size: 12px;
          font-weight: 600;
          line-height: 14px;
          text-align: left;
          text-transform: uppercase;
          display: block;
          margin: 2% auto 4%; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-author i {
            width: 20px;
            height: 2px;
            background-color: #e1251b;
            display: inline-block;
            position: relative;
            vertical-align: middle; }
        .node-type-lado-b #block-system-main #node-content-section .node-container .note-content-text {
          font-size: 16px; }
        .node-type-lado-b #block-system-main #node-content-section .node-container #note-gallery {
          margin: 5% auto 0%; }
            .node-type-lado-b #block-system-main #node-content-section .node-container #note-gallery .ug-theme-panel .ug-default-button-play-single {
              display: none; }
            .node-type-lado-b #block-system-main #node-content-section .node-container #note-gallery .ug-theme-panel .ug-strip-panel {
              background-color: rgba(35, 35, 35, 0) !important; }
            .node-type-lado-b #block-system-main #node-content-section .node-container #note-gallery .ug-slider-wrapper .ug-zoompanel {
              display: none !important; }
      .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container {
        width: 60vw;
        text-align: center;
        margin-bottom: 2%; }
        .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .mas-title {
          color: #333333;
          font-size: 2.2vw;
          margin: 4% auto; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .mas-title span {
            width: auto;
            color: white;
            padding: 2px 7px;
            display: inline-block;
            text-align: center;
            background-color: #e1251b;
            transform: skew(-5deg); }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
            width: 4vw;
            color: white;
            margin-bottom: 3%;
            padding: 3px 5px;
            display: block;
            text-align: center;
            transform: skew(-5deg);
            letter-spacing: 1px;
            text-transform: uppercase; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.music {
              background-color: #e1251b; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.gaming {
              background-color: #00bfa5; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
              width: 5vw;
              background-color: #0056a3; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5vw;
            font-weight: 700;
            line-height: 35px; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-text {
            color: #333333;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 29px; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-btn {
            font-size: 0.9vw;
            background-color: white;
            border-radius: 50px;
            padding: 7px 24px; }

/*
 * *** Lado B Video ***
 */
.page-lado-b {
  background-color: white;
  background-image: none; }
  .page-lado-b .navbar-home,
  .page-lado-b .navbar-mb,
  .page-lado-b .openbtn,
  .page-lado-b .footer-site {
    display: none; }
    .page-lado-b .footer.footer-site,
    .page-lado-b .footer.footer-promo {
      display: none; }
  .page-lado-b #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 0%; }
      .page-lado-b #block-system-main #lado-video-section .lado-video-container {
        margin-bottom: 2%; }
        .page-lado-b #block-system-main #lado-video-section .lado-video-container .embed-responsive-16by9 {
          margin-top: 2%;
          padding-bottom: 52.25%; }

.node-type-page {
  background-color: #da1c47;
  background-image: none; }
  .node-type-page .navbar-lado-b,
  .node-type-page .navbar-mb,
  .node-type-page .openbtn,
  .node-type-page .footer-lado-b {
    display: none; }
    .node-type-page .footer.footer-site,
    .node-type-page .footer.footer-promo {
      display: none; }
  #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 0%; }
        #block-system-main section .container img {
          width: 35vw;
          margin: 5% auto 0; }
        #block-system-main section .container .btn {
          margin: 4% auto 7%;
          padding: 3px 42px;
          color: white;
          font-size: 1.5vw;
          text-transform: uppercase;
          border: 3px solid white;
          border-radius: 50px; }

  .page-user .openbtn,
  .page-user .navbar-lado-b {
    display: none; }
    .page-user .footer.footer-lado-b,
    .page-user .footer.footer-promo {
      display: none; }
  .page-user #block-system-main {
    width: 100%;
    height: 100%;
    min-height: 100vh; }
    .page-user #block-system-main form {
      width: 50%;
      margin: 15% auto; }
      .page-user #block-system-main form .form-group {
        width: 70%; }
      .page-user #block-system-main form .captcha {
        margin-bottom: 2%; }

/*
 * *** Home promo Page ***
 */
  .page-la-promo-barcel .navbar-lado-b {
    display: none; }
    .page-la-promo-barcel .footer.footer-lado-b,
    .page-la-promo-barcel .footer.footer-site {
      display: none; }
  .page-la-promo-barcel #home-section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background-color: black; }
    .page-la-promo-barcel #home-section .banner-home-container {
      width: 100vw;
      height: calc(100vh - 60px);
      display: table-cell;
      vertical-align: middle; }
      .page-la-promo-barcel #home-section .banner-home-container .row {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-right: -15px;
        margin-left: -15px; }
        .page-la-promo-barcel #home-section .banner-home-container .row .logo-promo {
          margin: 0 auto 2vw; }
      .page-la-promo-barcel #home-section .banner-home-container .promo-bkg {
        margin: 1% 11%;
        position: relative;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content {
          padding: 0vw 15vw;
          padding-top: 10vw;
          padding-bottom: 8vw; }
          .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media {
            text-align: left;
            background-color: #4a17d8; }
            .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-number {
              width: 64px;
              height: 64px;
              font-size: 2.6vw;
              font-family: 'Teko', sans-serif;
              font-weight: 400;
              padding: 0px 25px;
              padding-right: 5px; }
              .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-body .media-heading {
                font-size: 1.4vw;
                font-family: 'Teko', sans-serif;
                font-weight: 600;
                margin-top: 5px;
                margin-bottom: 0px; }
              .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-body .media-txt {
                font-size: 0.7vw;
                font-family: 'Montserrat', sans-serif;
                font-weight: 500; }
          .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .col-steps {
            padding-top: 2vw; }
    .page-la-promo-barcel #remodal-legales .legales-container {
      width: 100%;
      height: 65vh;
      position: relative;
      margin: 0 auto;
      padding: 0 15px;
      font-family: 'Montserrat', sans-serif; }

/*
 * *** Media Querys ***
 */
@media (max-width: 768px) {
  .footer.footer-site {
      padding-top: 25px; }
    .footer.footer-promo {
      height: 65px;
      margin-top: 0px;
      padding-top: 25px;
      padding-bottom: 0px; }

  /*
   * *** Home Page ***
   */    .page-home #home-section {
      background-image: url(/themes/custom/barcel/images/promo/home-promo/fondo_rojo_mob.jpg);
      margin-bottom: 10%;
      min-height: 80vh; }
          .page-home #home-section .banner-home-container .link-banner .banner-barcel {
            top: 20vw;
            width: 40vw; }
        .page-home #home-section .banner-home-container .col-home-left {
          min-height: 50vh; }
          #home-section .banner-home-container .col-home-left .content-scene {
            margin-top: 15vh; }
                #home-section .banner-home-container .col-home-left .content-scene .scene .scene-one img {
                  width: 45vw; }
              #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two {
                top: 7vw !important;
                left: 11vw !important; }
                #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two img {
                  width: 25vw; }
        #home-section .banner-home-container .col-home-right {
          min-height: 50vh; }
                #home-section .banner-home-container .col-home-right .content-scene .scene .scene-one img {
                  width: 65vw; }
              #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two {
                top: 4vw !important;
                left: 25vw !important; }
                #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two img {
                  width: 12vw; }

  /*
   * *** Brands Page ***
   */    #brands-section {
      margin-bottom: 10%; }

  /*
   * *** Products Page ***
   */    .views-productos .navbar-mb {
      width: 100%;
      position: absolute;
      z-index: 6; }
      .views-productos #products-section .products-container {
                /*
         * .section-campaing{
         * .fp-tableCell{
         * vertical-align: initial;
         * }
         * }
         */ }
        #products-section .products-container .arrow-down {
          top: 83vh;
          width: 35px; }
        #products-section .products-container .head-campaing {
          margin: 5% auto 0 10%; }
        #products-section .products-container .package-product {
          width: 60vw;
          margin: 2% auto; }
          #products-section .products-container .package-product.package-chipotle-limon {
            width: 40vw; }
        #products-section .products-container .prod-description {
          width: 75%;
          font-size: 3.2vw;
          margin: 0 auto; }
        #products-section .products-container .btn-product {
          font-size: 5.5vw;
          margin: 3% auto 8%;
          padding: 3px 50px; }
              #products-section .products-container .row-main .col-main .scene .scene-packing {
                top: 15vh !important; }
                #products-section .products-container .row-main .col-main .scene .scene-packing img {
                  width: 70vw;
                  margin: 7vw auto 0; }
              #products-section .products-container .row-main .col-main .scene .scene-product {
                top: 70vh !important; }
                #products-section .products-container .row-main .col-main .scene .scene-product img {
                  width: 60vw; }
            #products-section .products-container .row-product .col-product .head-product {
              color: #f6db36;
              margin-top: 0px;
              margin-bottom: 5px; }

  /*
   * *** Campaings Page ***
   */    .page-campanias .navbar-mb {
      width: 100%;
      position: absolute;
      z-index: 6; }
        #campaings-section .campaings-container .arrow-down {
          top: 83vh;
          width: 35px; }
        .head-campaing {
          margin: 5% auto 0 10%; }

    #legales-section {
      height: 90vh;
      display: table; }
      #legales-section .container {
        display: table-cell; }
        #legales-section .container h2 {
          font-size: 8.2vw;
          margin: 5% auto 2%; }
        #legales-section .container .legales-container {
          width: 95%; }

      .node-type-webform #contact-section .contact-container {
        width: 100%; }
        .node-type-webform #contact-section .contact-container p {
          width: 60%;
          margin: 0 auto 5%; }
        .node-type-webform #contact-section .contact-container .page-header {
          font-size: 8.2vw; }
        .node-type-webform #contact-section .contact-container .form-item {
          width: 80%; }
          .node-type-webform #contact-section .contact-container .form-actions .webform-submit {
            font-size: 6.5vw;
            margin-bottom: 20%; }

  /*
   * *** Home Page El Lado B ***
   */      .page-el-lado-b #block-system-main .o-sliderContainer {
        margin: 48px 0px 20px; }
            .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap {
              width: 80%;
              left: 10vw;
              bottom: 0vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie {
                width: 10vw; }
                .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie.pop {
                  width: 13vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
                font-size: 8.5vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
                font-size: 3.2vw;
                margin-bottom: 10%;
                max-width: 100%;
                line-height: 35px; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-btn {
                font-size: 3vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
            width: 10vw; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 15vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            font-size: 5vw;
            line-height: 45px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
            font-size: 21px;
            line-height: 35px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-btn {
            font-size: 3vw; }
        .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container {
          width: 95%; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .mas-title {
            font-size: 8.2vw;
            margin-bottom: 6%; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body {
            margin-bottom: 5%; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie {
              width: 10vw; }
              .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.pop {
                width: 15vw; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
              font-size: 5vw;
              line-height: 45px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
              font-size: 21px;
              line-height: 35px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-btn {
              font-size: 3vw; }

  /*
   * *** Categories Lado B Pages ***
   */          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie {
            width: 10vw; }
            .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.pop {
              width: 15vw; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
            font-size: 5vw;
            line-height: 45px; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-text {
            font-size: 21px;
            line-height: 35px; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-btn {
            font-size: 3vw; }
        .page-categories .block-views #categorie-note-section .categorie-note-paragraph {
          font-size: 21px;
          line-height: 35px; }
          .page-categories .block-views #categorie-head-section .categorie-container .categorie-title {
            font-size: 8.2vw;
            margin: 12% auto 0%;
            margin-bottom: 6%; }
        .page-categories #block-system-main #categorie-notes-section .categorie-container {
          width: 95%;
          margin-bottom: 10%; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body {
            margin-bottom: 5%; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie {
              width: 10vw; }
              .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.pop {
                width: 15vw; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              font-size: 5vw;
              line-height: 45px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-text {
              font-size: 21px;
              line-height: 35px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-btn {
              font-size: 3vw; }
    .page-categories .pager-show-more {
      margin-bottom: 18%; }
        .page-categories .pager-show-more .pager-show-more-next a {
          font-size: 4vw; }

      .node-type-lado-b #block-system-main .shares-links-container {
        top: 10vh;
        padding: 0.3% 0;
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        background-color: white;
        border-bottom: 1px solid #e7e7e7;
        display: none;
        z-index: 5; }
        .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb {
          margin: 7% auto 5%;
          -webkit-padding-start: 0px; }
          .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb .share-item {
            margin-left: 8px;
            display: inline-block;
            list-style-type: none; }
              .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb .share-item a .ico-share {
                width: 40px;
                height: 40px;
                display: inline-block;
                margin: 0 auto; }
                .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb .share-item a .ico-share.fb-ico {
                  background-image: url(/themes/custom/barcel/images/social-media/ico-facebook.png);
                  background-repeat: no-repeat;
                  background-size: contain; }
                .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb .share-item a .ico-share.tw-ico {
                  background-image: url(/themes/custom/barcel/images/social-media/ico-twitter.png);
                  background-repeat: no-repeat;
                  background-size: contain; }
            .node-type-lado-b #block-system-main .shares-links-container .shares-links-mb .share-item .share-img {
              width: 40vw;
              margin: 0 auto;
              display: inline-block;
              vertical-align: initial; }
        .node-type-lado-b #block-system-main #node-content-section .node-container {
          width: 90%;
          margin-top: -30vw;
          padding: 30px 20px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 10vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 15vw; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-title {
            width: 95%;
            font-size: 32px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-content-text {
            font-size: 15px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb {
            margin: 5% auto; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item {
              margin-left: 8px;
              display: inline-block;
              list-style-type: none; }
                .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share {
                  width: 55px;
                  height: 55px;
                  display: inline-block;
                  margin: 0 auto; }
                  .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share.fb-ico {
                    background-image: url(/themes/custom/barcel/images/social-media/ico-facebook.png);
                    background-repeat: no-repeat;
                    background-size: contain; }
                  .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share.tw-ico {
                    background-image: url(/themes/custom/barcel/images/social-media/ico-twitter.png);
                    background-repeat: no-repeat;
                    background-size: contain; }
              .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item .share-img {
                width: 35vw;
                margin: 0 auto;
                display: inline-block;
                vertical-align: baseline; }
        .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container {
          width: 90%; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .mas-title {
            font-size: 8.2vw;
            margin: 0% auto;
            margin-bottom: 10%; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 10vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 15vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
              font-size: 5vw;
              line-height: 45px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-text {
              font-size: 21px;
              line-height: 35px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-btn {
              font-size: 3vw; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .owl-carousel {
            margin-bottom: 10%; }
    .node-type-lado-b .shares-links-list {
      display: none !important; }

    .page-lado-b #block-system-main {
      min-height: calc(100vh - 150px); }
          .page-lado-b #block-system-main #lado-video-section .lado-video-container .embed-responsive-16by9 {
            margin-top: 20vh; }

          .n100vhe #block-system-main section .container img {
            width: 80vw;
            margin: 20vh auto 5%; }
          .n100vhe #block-system-main section .container .btn {
            font-size: 4.5vw; }

    .page-la-promo-barcel #home-section {
      padding-bottom: 45px; }
        .page-la-promo-barcel #home-section .banner-home-container .row {
          margin-right: 0px;
          margin-left: 0px; }
          .page-la-promo-barcel #home-section .banner-home-container .row .logo-promo {
            width: 65vw;
            margin: 10vw auto 0vw; }
        .page-la-promo-barcel #home-section .banner-home-container .promo-bkg {
          margin: 1% 0%; }
          .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content {
            padding-top: 0vw;
            padding-bottom: 0vw;
            padding: 32vw 10vw; }
              .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-number {
                font-size: 9.6vw; }
                .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-body .media-heading {
                  font-size: 5.4vw; }
                .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content .media .media-body .media-txt {
                  font-size: 2.8vw; } }

@media (max-width: 424px ) {
  body {
    font-size: 11px; }

  /*
   * *** Home Page ***
   */        #home-section .banner-home-container .col-home-left {
          min-height: 50vh; }
                #home-section .banner-home-container .col-home-left .content-scene .scene .scene-one img {
                  width: 45vw; }
              #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two {
                top: 7vw !important;
                left: 11vw !important; }
                #home-section .banner-home-container .col-home-left .content-scene .scene .scene-two img {
                  width: 25vw; }
        #home-section .banner-home-container .col-home-right {
          min-height: 50vh; }
                #home-section .banner-home-container .col-home-right .content-scene .scene .scene-one img {
                  width: 65vw; }
              #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two {
                top: 0vw !important;
                left: 20vw !important; }
                #home-section .banner-home-container .col-home-right .content-scene .scene .scene-two img {
                  width: 25vw; }

    .views-productos .navbar-mb {
      width: 100%;
      position: absolute;
      z-index: 6; }
      .views-productos #products-section .products-container {
                /*
         * .section-campaing{
         * .fp-tableCell{
         * vertical-align: initial;
         * }
         * }
         */ }
        #products-section .products-container .arrow-down {
          top: 73vh;
          width: 35px; }
        #products-section .products-container .head-campaing {
          margin: 5% auto 0 10%; }
        #products-section .products-container .package-product {
          width: 60vw;
          margin: 2% auto; }
          #products-section .products-container .package-product.package-chipotle-limon {
            width: 40vw; }
        #products-section .products-container .prod-description {
          width: 75%;
          font-size: 4.5vw;
          margin: 0 auto; }
              #products-section .products-container .row-main .col-main .scene .scene-packing {
                top: 15vh !important; }
                #products-section .products-container .row-main .col-main .scene .scene-packing img {
                  width: 80vw;
                  margin: 7vw auto 0; }
              #products-section .products-container .row-main .col-main .scene .scene-product {
                top: 60vh !important; }
                #products-section .products-container .row-main .col-main .scene .scene-product img {
                  width: 70vw; }
            #products-section .products-container .row-product .col-product .head-product {
              margin-top: 0px;
              margin-bottom: 5px; }

    .page-campanias .navbar-mb {
      width: 100%;
      position: absolute;
      z-index: 6; }
        #campaings-section .campaings-container .arrow-down {
          top: 72vh;
          width: 35px; }
        #campaings-section .campaings-container .head-campaing {
          margin: 5% auto 0 10%; }

    #legales-section {
      height: 90vh;
      display: table; }
      #legales-section .container {
        display: table-cell; }
        #legales-section .container h2 {
          font-size: 8.2vw;
          margin: 5% auto 2%; }
        #legales-section .container .legales-container {
          width: 95%; }

      #contact-section .contact-container {
        width: 100%; }
        #contact-section .contact-container p {
          width: 60%;
          margin: 0 auto 5%; }
        #contact-section .contact-container .page-header {
          font-size: 8.2vw; }
        #contact-section .contact-container .form-item {
          width: 80%; }
          #contact-section .contact-container .form-actions .webform-submit {
            font-size: 6.5vw;
            margin-bottom: 20%; }
  /*
   * *** Home Page El Lado B ***
   */      .page-el-lado-b #block-system-main .o-sliderContainer {
        margin: 48px 0px 20px; }
            .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap {
              width: 80%;
              left: 10vw;
              bottom: 10vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie {
                width: 13vw; }
                .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie.pop {
                  width: 17vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
                font-size: 8vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
                font-size: 4vw;
                margin-bottom: 10%;
                max-width: 100%;
                line-height: 25px; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-btn {
                font-size: 4vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
            width: 15vw; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 20vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            font-size: 7vw;
            line-height: 30px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
            font-size: 16px;
            line-height: 28px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-btn {
            font-size: 4vw; }
      .page-el-lado-b #block-system-main #mas-lado-section {
        margin: 2% auto 15%; }
        .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container {
          width: 100%;
          padding-right: 0px;
          padding-left: 0px; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .mas-title {
            font-size: 8.2vw;
            margin-bottom: 6%; }
          .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body {
            margin-bottom: 5%; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie {
              width: 15vw; }
              .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.pop {
                width: 20vw; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
              font-size: 7.5vw;
              line-height: 30px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
              font-size: 16px;
              line-height: 24px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-btn {
              font-size: 4vw; }

  /*
   * *** Categories Lado B Pages ***
   */          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie {
            width: 15vw; }
            .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.pop {
              width: 20vw; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
            font-size: 7.5vw;
            line-height: 30px; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-text {
            font-size: 16px;
            line-height: 24px; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-btn {
            font-size: 4vw; }
          .page-categories .block-views #categorie-head-section .categorie-container .categorie-title {
            font-size: 8.2vw;
            margin: 12% auto 0%;
            margin-bottom: 6%; }
        .page-categories #block-system-main #categorie-notes-section .categorie-container {
          width: 100%; }
          .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body {
            margin-bottom: 5%; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie {
              width: 15vw; }
              .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.pop {
                width: 20vw; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              font-size: 7.5vw;
              line-height: 30px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-text {
              font-size: 16px;
              line-height: 24px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-btn {
              font-size: 4vw; }
    .page-categories .pager-show-more {
      margin-bottom: 18%; }
        .page-categories .pager-show-more .pager-show-more-next a {
          font-size: 4vw; }

        .node-type-lado-b #block-system-main #node-content-section .node-container {
          width: 95%;
          margin-top: -30vw;
          padding: 30px 20px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 15vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 20vw; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-title {
            width: 95%;
            font-size: 32px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-content-text {
            font-size: 15px; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb {
            margin: 5% auto; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item {
              margin-left: 8px;
              display: inline-block;
              list-style-type: none; }
                .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share {
                  width: 35px;
                  height: 35px;
                  display: inline-block;
                  margin: 0 auto; }
                  .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share.fb-ico {
                    background-image: url(/themes/custom/barcel/images/social-media/ico-facebook.png);
                    background-repeat: no-repeat;
                    background-size: contain; }
                  .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item a .ico-share.tw-ico {
                    background-image: url(/themes/custom/barcel/images/social-media/ico-twitter.png);
                    background-repeat: no-repeat;
                    background-size: contain; }
              .node-type-lado-b #block-system-main #node-content-section .node-container .shares-links-mb .share-item .share-img {
                width: 35vw;
                margin: 0 auto;
                display: inline-block;
                vertical-align: baseline; }
        .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container {
          width: 95%; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .mas-title {
            font-size: 8.2vw;
            margin: 0% auto;
            margin-bottom: 10%; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 15vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 20vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
              font-size: 7.5vw;
              line-height: 30px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-text {
              font-size: 16px;
              line-height: 24px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-btn {
              font-size: 4vw; }
          .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .owl-carousel {
            margin-bottom: 15%; }
    .node-type-lado-b .shares-links-list {
      display: none !important; }

    .page-lado-b #block-system-main {
      min-height: 91vh; }
          .page-lado-b #block-system-main #lado-video-section .lado-video-container .embed-responsive-16by9 {
            margin-top: 35vh; } }

@100vh {
          .views-productos #products-section .products-container .arrow-down {
          top: 70vh;
          width: 30px; }
        .views-productos #products-section .products-container .package-product {
          width: 55vw; }
        .views-productos #products-section .products-container .prod-description {
          font-size: 4vw; }
            .views-productos #products-section .products-container .row-product .col-product .head-product {
              font-size: 28px; }


          .page-campanias #campaings-section .campaings-container .arrow-down {
          top: 70vh;
          width: 30px; }


                  .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie.pop {
                  width: 19vw; }
 }
@media (max-width: 360px) {
  body {
    font-size: 11px; }

    .views-productos .navbar-mb {
      z-index: 6; }
      .views-productos .navbar-mb #logo {
        z-index: 0; }
        #products-section .products-container .head-campaing {
          font-size: 27px; }
        .views-productos #products-section .products-container .arrow-down {
          top: 65vh;
          width: 27px; }
        .views-productos #products-section .products-container .package-product {
          width: 50vw; }
        .views-productos #products-section .products-container .prod-description {
          font-size: 3.8vw; }

    .page-campanias .navbar-mb {
      z-index: 6; }
      .page-campanias .navbar-mb #logo {
        z-index: 0; }
        .page-campanias #campaings-section .campaings-container .head-campaing {
          font-size: 26px; }
        .page-campanias #campaings-section .campaings-container .arrow-down {
          top: 65vh;
          width: 27px; }

              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie {
                width: 17vw; }
                .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-categorie.pop {
                  width: 26vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
            width: 17vw; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 26vw; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie {
              width: 17vw; }
              .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-categorie.pop {
                width: 26vw; }

          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie {
            width: 17vw; }
            .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.pop {
              width: 26vw; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie {
              width: 17vw; }
              .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.pop {
                width: 26vw; }

          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 17vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 26vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 17vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 26vw; } }

@media (max-width: 320px) {
   }

@media (max-width: 768px) and (orientation: landscape) {
   }

@media (min-width: 769px) {
  body {
    font-size: 11px; }

  .container {
    width: 90%; }

    .navbar-lado-b .navbar-brand {
      margin-left: 15px !important; }
    .navbar-lado-b .region-navigation {
      width: 25%;
      padding-bottom: 1vw; }
      .navbar-lado-b .region-navigation input {
        width: 80%;
        padding: 4px 10px; }
    .navbar-lado-b #navbar-lado-b {
      width: 55%; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-menu {
            font-size: 14px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b {
            font-size: 16px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn {
            font-size: 16px; }

  .note-content {
    padding: 20px 35px; }

  .note-card-body {
    padding: 10px 25px; }

            .footer.footer-lado-b .navbar-right li a span {
              width: 25px; }
          .footer.footer-lado-b .navbar-right li.span-text {
            margin-top: 10px; }

        .views-productos #products-section .products-container .arrow-down {
          top: 43vw;
          width: 22px; }
          .views-productos #products-section .products-container .list-slugs-product li {
            line-height: 30px; }
        .views-productos #products-section .products-container .prod-description {
          font-size: 18px; }
        #products-section .products-container .banner-campaing {
          width: 85vw; }
        .views-productos #products-section .products-container .package-product {
          width: 27vw; }

              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
                font-size: 2.5vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
                font-size: 1.1vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            line-height: 20px; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 7vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
            line-height: 25px; }
      .page-el-lado-b #block-system-main #mas-lado-section {
        margin: 2% auto 10%; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
              line-height: 20px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
              line-height: 25px; }

          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
            line-height: 34px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              line-height: 26px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-text {
              line-height: 25px; }

        .node-type-lado-b #block-system-main #node-content-section .node-container {
          width: 65vw; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 5vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 7vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 5vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 7vw; }

        #campaings-section .campaings-container .arrow-down {
          top: 43vw;
          width: 22px; }
        #campaings-section .campaings-container .banner-campaing {
          width: 55vw; }

        .page-lado-b #block-system-main #lado-video-section .lado-video-container {
          width: 70%;
          margin: 10% auto; }

          .page-la-promo-barcel #home-section .banner-home-container .row .logo-promo {
            width: 25vw; }
        .page-la-promo-barcel #home-section .banner-home-container .promo-bkg {
          margin: 1% 9%; }
          .page-la-promo-barcel #home-section .banner-home-container .promo-bkg .promo-content {
            padding: 0vw 15vw;
            padding-top: 10vw;
            padding-bottom: 8vw; } }

@media (min-width: 992px) {
   }

@media (min-width: 1024px) {
  .navbar-lado-b .region-navigation {
      padding-bottom: 1vw; }

    .page-el-lado-b .scroll-page {
      top: 46vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            font-size: 1.5vw;
            line-height: 20px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
            line-height: 20px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
              line-height: 20px; }

          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-paragraph {
            line-height: 20px; }
          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
            font-size: 1.5vw;
            line-height: 20px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              line-height: 20px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-text {
              line-height: 20px; }

            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
              line-height: 20px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-text {
              line-height: 20px; } }

@media (min-width: 1280px) {
  body {
    font-size: 14px; }

  .note-content {
    padding: 30px 35px; }

  .note-card-body {
    padding: 35px 25px; }

    .navbar-lado-b .navbar-brand {
      margin-left: 115px !important; }
    .navbar-lado-b .region-navigation {
      width: 25%;
      padding-bottom: 0.5vw; }
      .navbar-lado-b .region-navigation input {
        width: 80%;
        padding: 8px 10px; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        width: 53%; }
    .navbar-lado-b #navbar-lado-b {
      width: 50%; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-menu {
            font-size: 18px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b {
            font-size: 18px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn {
            font-size: 18px; }

            .products-container .arrow-down {
              top: 47vw !important;
              width: 35px !important; }
              .products-container .list-slugs-product li {
                line-height: 35px !important; }
            .products-container .banner-campaing {
              width: 55vw !important; }
            .products-container .package-product {
              width: 30vw !important; }
            .products-container .prod-description {
              font-size: 24px !important; }

    .page-el-lado-b .scroll-page {
      top: 44vw;
      width: 1vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
                font-size: 2.6vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
                font-size: 1vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            font-size: 2vw;
            line-height: 34px; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
            width: 4vw; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 7vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-paragraph {
            line-height: 25px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
              line-height: 30px; }

            .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-categorie.pop {
              width: 7vw; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              line-height: 30px; }
              .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-categorie.pop {
                width: 7vw; }

        .page-campanias #campaings-section .campaings-container .arrow-down {
          top: 45vw;
          width: 35px; }

        .node-type-lado-b #block-system-main #node-content-section .node-container {
          width: 65vw; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 4vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 7vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
              line-height: 30px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 4vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 7vw; }

        .page-la-promo-barcel #home-section .banner-home-container .promo-bkg {
          margin: 1% 10%; } }

@media (min-width: 1360px) {
  .navbar-lado-b .region-navigation {
      width: 30%;
      padding-bottom: 0.3vw; }
      .navbar-lado-b .region-navigation input {
        width: 60%; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        width: 53%; }
    .navbar-lado-b #navbar-lado-b {
      width: 45%; } }

@media (min-width: 1440px) {
  .note-card-body {
    padding: 35px 25px; } }

@media (min-width: 1680px) {
  .container {
    width: 80%; }

    .navbar-lado-b .navbar-brand {
      margin-left: 150px !important; }
    .navbar-lado-b .region-navigation {
      width: 40%; }
      .navbar-lado-b .region-navigation input {
        width: 40%; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        top: 90%;
        width: 36%; }
    .navbar-lado-b #navbar-lado-b {
      width: 40%; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-menu {
            font-size: 20px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b {
            font-size: 20px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn {
            font-size: 20px; }

  .note-content {
    padding: 55px 35px; }

    .page-el-lado-b .scroll-page {
      top: 40vw;
      width: 0.7vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-title {
                font-size: 1.8vw; }
              .page-el-lado-b #block-system-main .o-sliderContainer .o-slider .o-slider--item .o-slider-textWrap .o-slider-paragraph {
                font-size: 0.8vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie {
            width: 3vw; }
            .page-el-lado-b #block-system-main #lado-note-section .note-container .note-categorie.pop {
              width: 5vw; }
          .page-el-lado-b #block-system-main #lado-note-section .note-container .note-title {
            line-height: 40px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-title {
              line-height: 35px; }
            .page-el-lado-b #block-system-main #mas-lado-section .mas-lado-container .note-card-body .note-card-text {
              line-height: 29px; }

          .page-categories .block-views #categorie-note-section .categorie-note-container .categorie-note-title {
            line-height: 40px; }
            .page-categories #block-system-main #categorie-notes-section .categorie-container .note-card-body .note-card-title {
              line-height: 35px; }

        #products-section .products-container .arrow-down {
          top: 45vw;
          width: 35px; }
          #products-section .products-container .list-slugs-product li {
            line-height: 48px; }

          .node-type-lado-b .shares-links-list .share-item a .ico-share {
            width: 50px;
            height: 50px; }
        .node-type-lado-b #block-system-main #node-content-section .node-container {
          width: 60vw; }
          .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie {
            width: 3vw; }
            .node-type-lado-b #block-system-main #node-content-section .node-container .note-categorie.pop {
              width: 5vw; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-title {
              line-height: 35px; }
            .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie {
              width: 3vw; }
              .node-type-lado-b #block-system-main #node-carousel-section .node-carousel-container .note-card-body .note-card-categorie.pop {
                width: 5vw; }

        .page-lado-b #block-system-main #lado-video-section .lado-video-container {
          margin: 6% auto; } }

@media (min-width: 1920px) {
  .navbar-lado-b .navbar-brand {
      margin-left: 150px !important; }
    .navbar-lado-b .region-navigation {
      width: 45%; }
      .navbar-lado-b .region-navigation input {
        width: 40%; }
      .navbar-lado-b .region-navigation .autocomplete-items {
        top: 90%;
        width: 36%; }
    .navbar-lado-b #navbar-lado-b {
      width: 35%; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-menu {
            font-size: 20px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-lado-b {
            font-size: 20px; }
          .navbar-lado-b #navbar-lado-b .nav-lado-b li .link-btn {
            font-size: 20px; }

  .page-el-lado-b .scroll-page {
    top: 37vw; }

        .page-la-promo-barcel #home-section .banner-home-container .promo-bkg {
          margin: 1% 11%; } }

