/*------CORE--------*/
/*varables
===================================================*/
/*------custom_media--------*/
/* ancho minimo desktop
=====================================*/
body {
  min-width: 480px;
  overflow-x: auto;
}
body.mobile {
  min-width: inherit;
  overflow-x: initial;
}
/* TABLET
=====================================*/
@media only screen and (min-width: 750px) and (max-width: 768px) {
  /*footer*/
  .marcas .content-banner .items-banners {
    margin-bottom: 0px;
  }
}
/*------MOBILE commons--------*/
@media screen and (max-width: 1024px) {
  header .search-bar {
    display: none;
  }
  header .nav-logo {
    display: none;
  }
  header .nav-primary {
    background-color: #ffffff;
    background: none;
  }
  header .nav-primary .navbar-mobile {
    display: block;
  }
  header .nav-primary .navbar-mobile .containerFluid {
    width: 100%;
    min-height: 50px;
    padding: 0;
  }
  header .nav-primary .navbar-mobile .containerFluid .row {
    margin: initial;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div {
    position: relative;
    display: inline-block;
    height: 50px;
    vertical-align: top;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 {
    width: 15%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 3px;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon {
    background-color: #c43e1e;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 40px;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon h6,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon h6 {
    font-size: 20px;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon h6 i,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon h6 i {
    color: #ffffff;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon:hover,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon:hover {
    background-color: #932e30;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon .numero-item,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon .numero-item {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .nav-button .container-icon .numero-item span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .nav-button .container-icon .numero-item span {
    padding: 2px 6px;
    border: 1px solid #c43e1e;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 15px;
    color: #000000;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .numero-item,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .numero-item {
    position: absolute;
    top: 0%;
    right: 20%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 a.content-llamanos.clone-store .numero-item span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 a.content-llamanos.clone-store .numero-item span {
    padding: 2px 6px;
    border: 1px solid #c43e1e;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.map-pointer,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.map-pointer,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.map-pointer,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.map-pointer {
    width: 100%;
    height: 100%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.map-pointer i,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.map-pointer i,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.map-pointer i,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.map-pointer i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 27px;
    color: #ffffff;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.whatsapp_header,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.whatsapp_header,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.whatsapp_header,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.whatsapp_header {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.whatsapp_header a,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.whatsapp_header a,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.whatsapp_header a,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.whatsapp_header a {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 3px;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.whatsapp_header a div,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.whatsapp_header a div,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.whatsapp_header a div,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.whatsapp_header a div {
    display: inline-block;
    vertical-align: middle;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.whatsapp_header a div img,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.whatsapp_header a div img,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.whatsapp_header a div img,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.whatsapp_header a div img {
    width: 100%;
    max-width: 32px;
    height: auto;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.whatsapp_header a span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.whatsapp_header a span,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.whatsapp_header a span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.whatsapp_header a span {
    font-size: 9px;
    color: #000000;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.content-llamanos.clone-store,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.content-llamanos.clone-store,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.content-llamanos.clone-store,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.content-llamanos.clone-store {
    width: 100%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.content-llamanos.clone-store img,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.content-llamanos.clone-store img,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.content-llamanos.clone-store img,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.content-llamanos.clone-store img {
    width: 100%;
    max-width: 47px;
    height: auto;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.content-llamanos.clone-store .numero-item,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.content-llamanos.clone-store .numero-item,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.content-llamanos.clone-store .numero-item,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.content-llamanos.clone-store .numero-item {
    position: absolute;
    top: 0%;
    right: 20%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > div.content-llamanos.clone-store .numero-item span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > div.content-llamanos.clone-store .numero-item span,
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-2 > button.content-llamanos.clone-store .numero-item span,
  header .nav-primary .navbar-mobile .containerFluid .row > div .col-1 > button.content-llamanos.clone-store .numero-item span {
    padding: 2px 6px;
    border: 1px solid #c43e1e;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-6 {
    width: 50%;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-6 .content-logo {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-6 .content-logo img {
    width: 100% !important;
    height: auto;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-1 {
    width: 10%;
    margin: 5px 2px 0 2px;
  }
  header .nav-primary .navbar-mobile .btn-mobile {
    border: none;
    background: none;
    outline: none;
  }
  header .nav-primary .navbar-mobile .btn-mobile .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    background-color: #c43e1e;
  }
  header .nav-primary ul {
    height: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    overflow-y: hidden;
    z-index: 20;
    background-color: #c43e1e;
  }
  header .nav-primary ul li {
    display: block;
  }
  header .nav-primary ul li a {
    width: 100%;
  }
  header .nav-primary ul li a.active:before {
    height: 4px;
  }
  header .nav-primary ul .dropdown a::after {
    content: "\f078";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
  }
  header .nav-primary ul .dropdown.dropdown-active a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .nav-primary ul .dropdown .dropdown-menu {
    position: relative;
    background-color: #cf583b;
  }
  header .nav-primary ul .dropdown .dropdown-menu li a::after {
    content: none;
  }
  header .nav-primary ul.active {
    height: auto;
    overflow-y: auto;
    opacity: 1;
  }
  header .nav-primary .resumen-hover {
    display: none;
  }
  .nav-button .user-name {
    position: absolute;
    right: 0;
    width: 125px;
  }
  .nav-button .user-name a {
    margin-top: 10px;
  }
  .completar-Transaccion form button {
    width: 100%;
  }
  /*=================================================*/
  .factura-info .div-table {
    width: 100%;
  }
  .factura-info .div-table.content-descripcion .div-table-row:nth-of-type(1) .div-table-col {
    width: 100%;
  }
  .factura-info .div-table.content-total .div-table-col:nth-of-type(2) {
    width: 50%;
  }
  .factura-info .div-table.content-total .div-table-col:nth-of-type(3) {
    width: 50%;
  }
  .px-c {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  #loader img {
    width: 25%;
  }
  .mobile #popUpMobile {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
    border: 2px solid #c43e1e;
  }
  .mobile #popUpMobile.close {
    -webkit-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: popUpMobileOut;
         -o-animation-name: popUpMobileOut;
            animation-name: popUpMobileOut;
  }
  @-webkit-keyframes popUpMobileOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @-o-keyframes popUpMobileOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes popUpMobileOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .mobile #popUpMobile.active {
    display: block;
    -webkit-animation-duration: 0.5s;
         -o-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: popUpMobileIn;
         -o-animation-name: popUpMobileIn;
            animation-name: popUpMobileIn;
  }
  @-webkit-keyframes popUpMobileIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-o-keyframes popUpMobileIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes popUpMobileIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .mobile #popUpMobile .popUp__btnClose {
    position: absolute;
    top: 2%;
    right: 4%;
  }
  .mobile #popUpMobile .popUp__btnClose i {
    color: #ffffff;
    font-size: 25px;
  }
  .mobile #popUpMobile .popUp__warp {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobile #popUpMobile .popUp__warp > h1 {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 100;
    font-family: 'intro';
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .mobile #popUpMobile .popUpMobile__items {
    width: 100%;
    padding: 0 1rem 1rem;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__decora {
    position: relative;
    top: -25px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #3e3e3e;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__decora::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 50%;
    border: 4px solid white;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__decora i {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item {
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item a {
    text-decoration: none;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item a img {
    width: auto;
    height: 60px;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item a span {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
         -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    left: -5px;
    color: wheat;
    font-size: 11px;
    display: none !important;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item a h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--post {
    background-color: #c8352f;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--prep {
    background-color: #008f9f;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--acces {
    background-color: #e67833;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--claro {
    background-color: #a4263b;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--tec {
    background-color: #194c8d;
  }
  .mobile #popUpMobile .popUpMobile__items .popUpMobile__item.item--neg {
    background-color: #02afa1;
  }
  .popupLogin .modal-content .modal-body #ingresar .content-ingresar {
    max-height: 300px;
  }
  .popupLogin .modal-content .modal-body #ingresar .register-facebook {
    margin-top: 10px;
  }
  /*
pop-Up Form
====================================================*/
  .modalTpl .modal-content .modal-body .container-button {
    text-align: center;
  }
  .modalTpl .modal-content .modal-body .advert-login {
    text-align: center;
  }
  #modal-img .modal-content {
    width: 85%;
  }
  /*  carousel  */
  .carousel-header .carousel-inner {
    width: 100%;
  }
  .carousel-header .carousel-inner .item img {
    width: 100%;
    height: auto;
  }
  .carousel-header .carousel-inner .item img.desktop {
    display: none;
  }
  .carousel-header .carousel-inner .item img.mobile {
    display: block;
  }
  .content-filter .col-sm-7 {
    margin-top: 0.5em;
  }
  .content-filter .col-sm-7 .item-filter-nav:nth-of-type(1),
  .content-filter .col-sm-7 .item-filter-nav:nth-of-type(2) {
    width: 15% !important;
  }
  .content-filter .col-sm-7 .item-filter-nav:nth-of-type(3) {
    display: none;
  }
  .content-filter .col-sm-7 .item-filter-nav:nth-of-type(4) {
    width: 67% !important;
  }
  .content-filter .col-sm-7 .item-filter-nav:nth-of-type(4) select {
    width: 100% !important;
  }
  .shop-container .col-left {
    margin-top: 1em;
  }
  .col-left > .title h1 {
    height: initial !important;
    clear: both;
  }
  .col-left > .title h1::after {
    content: "\f078";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .col-left > .title h1.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #accordion {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
  }
  #accordion.active {
    height: auto;
    overflow-y: auto;
    opacity: 1;
  }
  .mobile-items .mobile-item {
    width: 50%;
  }
  .mobile-items .mobile-item figure {
    padding: 0;
  }
  .mobile-items .mobile-item figure .content-img .shipping-free {
    width: 100%;
  }
  .mobile-items .mobile-item figure .content-info {
    padding: 0;
  }
  .mobile-items .mobile-item figure .content-info > div {
    text-align: center;
  }
  .mobile-items .mobile-item figure .content-info .content-promotion .float-add h6 {
    width: 80%;
  }
  .mobile-items .mobile-item figure .content-info .content-promotion .icon-plus {
    left: 28%;
  }
  .mobile-items .mobile-item figure .content-info .content-promotion .icon-remove {
    left: 71%;
  }
  .mobile-items .mobile-item figure .content-info .color-square-mobil {
    left: 20px;
    top: 6%;
  }
  .mobile-items .mobile-item figure figcaption {
    background-color: #ffffff;
  }
  .mobile-items .mobile-item figure figcaption .content-info-header {
    display: none;
  }
  .mobile-items .mobile-item figure figcaption .content-info {
    top: 50%;
    left: 50%;
    bottom: initial !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: none;
  }
  .mobile-items .mobile-item figure figcaption .content-info .quiero {
    width: 100%;
  }
  .mobile-items .mobile-item figure figcaption .content-info .quiero a {
    padding: 0.5rem 1rem;
  }
  .mobile-items .mobile-item figure figcaption .content-info .container-redes .row > div {
    width: 100%;
  }
  .mobile-items .mobile-item figure figcaption .content-info .container-redes .comparar {
    display: none;
  }
  .mobile-items .mobile-item figure figcaption .content-info .container-redes .redes .whatsapp {
    display: inline-block;
  }
  .mobile-items.list-active .mobile-item {
    width: 100%;
    min-height: inherit !important;
    padding: 0;
    padding-top: 2rem;
  }
  .mobile-items.list-active .mobile-item:nth-of-type(1) {
    padding-top: 0rem;
  }
  .mobile-items.list-active .mobile-item figure {
    position: relative !important;
    padding: 0;
  }
  .mobile-items.list-active .mobile-item figure .content-img {
    left: 25%;
  }
  .mobile-items.list-active .mobile-item figure .content-figure {
    width: 100%;
  }
  .mobile-items.list-active .mobile-item figure .content-figure .content-img {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-items.list-active .mobile-item figure .content-figure .content-img img {
    padding-bottom: 10px;
  }
  .mobile-items.list-active .mobile-item figure .content-figure .content-info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    float: right;
  }
  .mobile-items.list-active .mobile-item figure figcaption {
    width: 100%;
  }
  .mobile-items.list-active .mobile-item figure figcaption .content-info {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: initial;
    left: initial;
  }
  .mobile-items.list-active .mobile-item figure figcaption .content-info .wrap-info {
    padding-top: 0;
  }
  .mobile-items.list-active .mobile-item figure figcaption .content-info .quiero a {
    padding: 1rem;
    margin-top: 5px;
  }
  .newsletter .col h2 {
    padding: 1em;
    padding-bottom: 0;
    margin: 0;
    line-height: initial;
  }
  .newsletter .col h2 img {
    width: 8%;
  }
  .marcas .wrap-marcas .slider-marcas .slick-track .slick-slide {
    height: 70px;
  }
  .marcas .wrap-marcas .slider-marcas .slick-track .slick-slide img {
    width: 70%;
    height: auto;
  }
  .marcas .content-noticias {
    padding: 0;
  }
  .marcas .content-noticias .content-item-noticias .content-col {
    padding-left: 0;
    padding-right: 0;
  }
  .marcas .content-noticias .content-item-noticias .content-col:nth-of-type(1),
  .marcas .content-noticias .content-item-noticias .content-col:nth-of-type(2) {
    padding-top: 10px;
  }
  .marcas .content-noticias .content-item-noticias .content-col .item-noticias {
    min-height: initial;
    max-height: initial;
  }
  .marcas .content-noticias .content-item-noticias .content-col .item-noticias img {
    min-height: inherit;
    width: 100%;
  }
  .marcas .BannerFooterSlider .content-banner .items-banners h2 {
    font-size: 1.8rem;
  }
  .marcas .BannerFooterSlider .content-banner .items-banners .banner img {
    min-height: inherit;
  }
  section.products .nav-mobile-products {
    display: block;
  }
  section.products .nav-mobile-products .content-nav-mobile-products {
    background-color: #c43e1e;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 20%;
    z-index: 999;
    padding: 0.5em;
    text-align: center;
    border-radius: 0 50% 0 0;
  }
  section.products .nav-mobile-products .content-nav-mobile-products .content-btn-mobil-products {
    display: inline-block;
  }
  section.products .nav-mobile-products .content-nav-mobile-products .content-btn-mobil-products img,
  section.products .nav-mobile-products .content-nav-mobile-products .content-btn-mobil-products span {
    display: inline-block;
    vertical-align: middle;
  }
  section.products .nav-mobile-products .content-nav-mobile-products .content-btn-mobil-products span {
    -webkit-transition: all 4s linear;
         -o-transition: all 4s linear;
            transition: all 4s linear;
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
  }
  section.products .nav-mobile-products .content-nav-mobile-products .content-btn-mobil-products img {
    width: 48px;
    height: 40px;
  }
  section.products .nav-mobile-products .content-nav-mobile-products.active {
    width: 100%;
    border-radius: 0;
    z-index: 999999999;
  }
  section.products .nav-mobile-products .content-nav-mobile-products.active .content-btn-mobil-products span {
    opacity: 1;
    width: auto;
    height: auto;
    display: inline-block;
  }
  section.products .content-products {
    position: fixed;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 999999999;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  section.products .content-products ul {
    position: absolute;
    width: 100%;
    top: 50% ;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.products .content-products ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  section.products .content-products ul li.active::before {
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: none;
    bottom: initial;
    top: 50%;
    right: 0;
    left: initial;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.products .content-products ul li a img,
  section.products .content-products ul li a h2 {
    display: inline-block;
    vertical-align: middle;
  }
  section.products .content-products ul li a img {
    width: auto !important;
    height: 50px !important;
  }
  section.products .content-products ul li a .button-panel {
    width: 30%;
    float: right;
    margin: 1em 0.5em;
  }
  section.products .content-products ul li.nav-promociones img {
    height: 65px !important;
  }
  section.products .content-products::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
  }
  section.products .content-products.active {
    height: 100%;
    overflow: auto;
    opacity: 1;
  }
  #claroFijoPlanes #planes .planes-items .planes-item,
  #claroFijo #planes .planes-items .planes-item {
    margin: 1rem 0;
  }
  .mobile-items .mobile-item figure .content-info .reference {
    max-height: 38px;
  }
  .list-active #accesorios .mobile-item figure figcaption .content-info {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
    margin: 0;
    width: 100%;
  }
  /*============================================================*/
  /*noticias
==============================================================*/
  .noticias .content-body-primary img {
    width: 100%;
    margin: 1em 0;
  }
  .description .title-description-clone {
    padding: 0 1em;
  }
  .description .content-slider-description .slick-slide img {
    width: 100%;
  }
  .description .bread-crumb ol {
    padding: 10px;
    margin-bottom: 1.5em;
  }
  .description .title-description {
    display: none;
  }
  .description .btn-description .btn-default {
    width: 100%;
  }
  .description .share-description ul li.bg-w {
    display: inline-block;
  }
  .description .compare-description.compare {
    display: none !important;
  }
  .characteristics .title-characteristics {
    text-align: center;
  }
  .accesorios-client .mobile-items .slick-next {
    right: -10px !important;
  }
  .accesorios-client .mobile-items .slick-prev {
    left: -10px !important;
  }
  .view-client .mobile-items .slick-next {
    right: -10px !important;
  }
  .view-client .mobile-items .slick-prev {
    left: -10px !important;
  }
  .pagInterna .banner {
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
  }
  .pagInterna .banner img {
    width: auto;
    height: 100%;
  }
  .pagInterna .padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .pagInterna .container img {
    width: 100%;
    height: auto;
  }
  .pagInterna#puntos .container .title h2 {
    margin-top: 0;
  }
  .pagInterna#automatizacion .container .text-body-1 > div {
    padding: 0;
  }
  .pagInterna#automatizacion .container .text-body-2 > div:nth-of-type(1),
  .pagInterna#automatizacion .container .text-body-3 > div:nth-of-type(1) {
    padding: 0;
  }
  .pagInterna#automatizacion .container .row-2 .title {
    padding: 0;
  }
  #contacto .oficinas > div {
    margin-bottom: 3em;
  }
  #contacto .oficinas > div:nth-of-type(1) .contetn-col {
    float: initial;
  }
  #contacto .escribe .title {
    padding: 0;
  }
  #contacto .escribe .item .content-item > div {
    word-break: break-all;
  }
  #carrito .col-info::before {
    content: none;
  }
  #carrito .content-productos article {
    margin: 1em 0;
  }
  #carrito .content-productos article .eliminar-pdto {
    display: block;
  }
  #carrito .content-productos article .eliminar-pdto-btn {
    display: none;
  }
  #carrito .carritoScroll__btn {
    display: inline-block;
    position: fixed;
    right: 5%;
    top: 25%;
    height: 30px;
    width: 30px;
    background: #ffc107;
    z-index: 1;
  }
  #carrito .carritoScroll__btn::before {
    height: 30px;
    width: 30px;
    background: #ffc107;
    content: "";
    position: absolute;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #carrito .carritoScroll__btn::after {
    height: 30px;
    width: 30px;
    background: #ffc107;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #carrito .carritoScroll__btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
  }
  #carrito .banner-sinIVA .mobile {
    display: block;
  }
  #carrito .banner-sinIVA .desktop {
    display: none;
  }
  #planes .container-planes .description .content-img-plan {
    text-align: center;
  }
  #planes #top-planes .planes-items .planes-item {
    width: 100%;
    margin-bottom: 2em;
  }
  #planes #list-planes .planes-items .planes-item {
    width: 100%;
    margin-bottom: 2em;
  }
  #title-mobil-clone {
    display: block;
  }
  #puntos #map-canvas {
    height: 250px;
  }
  .bigReference-views .img-toggle-bigReference .row:first-child .col-xs-6 {
    width: 100%;
  }
  .bigReference-views .img-toggle-bigReference .img-toggle-cel2 {
    display: none;
  }
  .bigReference-views .img-toggle-bigReference .img-toggle-cel1 {
    width: 85%;
  }
  .bigReference-views .img-toggle-bigReference {
    height: inherit;
  }
  .bigReference-views .mobile-item figure .bigReference-info {
    top: inherit;
  }
  .bigReference-views .mobile-item figure .content-figure > .content-img {
    display: none;
  }
  .bigReference-views .mobile-item figure .content-info .bigReference-info > .row .col-xs-6 {
    width: 100%;
  }
  .bigReference-views .mobile-item figure .content-info .bigReference-info > .row .col-xs-6 .cont-title {
    margin-top: 5px;
    font-size: 2rem;
  }
  .bigReference-views .mobile-item figure .content-info .bigReference-info .img-info img {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bigReference-views .mobile-item figure .content-info .reference {
    max-height: inherit;
    font-size: 14px;
  }
  .bigReference-views .mobile-item figure figcaption {
    display: none;
  }
}
/*mobile styles*/
@media only screen and (max-width: 480px) {
  .products .content-products ul li {
    min-height: inherit;
  }
  .products .content-products ul li h2 {
    font-size: 1.2rem;
  }
  .carousel-header .carousel-inner .item img {
    min-height: 300px;
    max-height: inherit;
  }
  /*
accesorios
=====================================*/
  .accesorios-client .slick-dots,
  .view-client .slick-dots {
    display: none !important;
  }
  #accesorios .mobile-item figure .content-figure .content-img {
    max-width: 100%;
  }
  #accesorios .mobile-item figcaption {
    background-color: #ffffff;
  }
  #accesorios .mobile-item figcaption .content-info {
    width: 100%;
  }
  .pagosCuotas .titulo-pagosCuotas h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .pagosCuotas .item-PagosCuotas .contentInfoTab .btn a span {
    white-space: pre-line;
  }
  .characteristics .content-property .item-property {
    min-height: initial;
    max-height: initial;
    border-width: 0;
  }
  #planes .plan-principal .content-planes-item {
    width: 100% !important;
  }
  #planes .container-planes .col-xs-12 {
    width: 100%;
  }
  #planes .container-planes .btn-header-planes {
    display: none;
  }
  #planes .container-planes section.description .title-description {
    display: block;
  }
  #planes .container-planes section.description .title-description h1 {
    font-size: 16px;
  }
  #planes .container-planes .equipo-planes-filtros {
    border: 1px solid grey;
    padding: 5px 10px;
  }
  #planes .container-planes .equipo-planes-filtros .title h1 {
    color: #2e8b9b;
    font-size: 17px;
  }
  #planes .container-planes .equipo-planes-filtros .title h1::after {
    content: "\f078";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
  }
  #planes .container-planes .header-planes #title-mobil-clone {
    font-size: 2rem;
    line-height: 23px;
  }
  #planes .container-planes .planes-items .planes-item .info-planes-tabla.nombre .costo-total .compareBtn button i {
    display: none;
  }
  #planes .container-planes .planes-items .planes-item .info-planes-tabla.nombre .costo-total button {
    min-height: 51px;
  }
  #planes .container-planes ul.slick-dots {
    display: none !important;
  }
  /* Compara
============================================*/
  .comparativa-interna .header.active {
    height: 150px;
  }
  .comparativa-interna .header.active::before {
    top: 22px;
  }
  .comparativa-interna .header.active .comparatica-item .versus {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .comparativa-interna .bodyComparativaPlan.active {
    overflow: scroll;
  }
  .comparativa-interna .bodyComparativaPlan.active .content-info ul li .wrap-info-item span {
    line-height: inherit;
  }
  /* Planes
============================================*/
  #popUpPlansOptions.modalTpl .modal-content .modal-footer .btn-default {
    width: 100% !important;
    margin: 10px 0;
  }
  #carrito .content-productos article .cost-pdto sub {
    position: static;
    margin: 5px 0;
  }
}
/*tablet styles*/
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  header .nav-primary {
    margin: 10px 10px 20px;
  }
  header .nav-primary .navbar-mobile .containerFluid .row > div.col-6 .content-logo img {
    width: 54% !important;
  }
  .mobile-items .mobile-item {
    display: inline-block;
  }
  .products .content-products ul li {
    min-height: 100px ;
  }
  .products .content-products ul li h2 {
    font-size: 2.5rem;
    margin-left: 10px;
  }
  .products .content-products ul li .button-panel {
    display: none;
  }
  .carousel-header .carousel-inner .item img {
    max-height: inherit;
  }
  .marcas-slider {
    margin-bottom: 3em;
  }
  .marcas .content-noticias .content-item-noticias .item-noticias .content-info .titulo {
    font-size: 10px;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #accesorios .mobile-item figure .content-figure .content-img {
    max-width: 100%;
  }
  .description .btn-volver .btn-default a {
    white-space: pre-line;
  }
  .pagosCuotas .item-PagosCuotas .contentInfoTab h1 {
    font-size: 15px;
  }
  .pagosCuotas .item-PagosCuotas .contentInfoTab p {
    font-size: 12px;
    margin: 0;
  }
  .pagosCuotas .item-PagosCuotas .contentInfoTab .btn a span {
    white-space: pre-line;
    font-size: 12px;
  }
  .characteristics .content-property .item-property {
    min-height: initial;
    max-height: initial;
    border-width: 0;
  }
  #planes #list-planes .planes-items .planes-item {
    width: 50%;
  }
  #planes .container-planes .col-xs-12 {
    width: 100%;
  }
  #planes .container-planes .btn-header-planes {
    display: none;
  }
  #planes .container-planes section.description {
    width: 70%;
    margin: 0 auto;
  }
  #planes .container-planes section.description .container {
    width: 100%;
  }
  #planes .container-planes section.description .title-description {
    display: block;
  }
  #planes .container-planes section.description .title-description h1 {
    font-size: 25px;
  }
  #planes .container-planes section.description .content-img-plan img {
    max-width: 350px;
  }
  #planes .container-planes .equipo-planes-filtros {
    border: 1px solid grey;
    padding: 5px 10px;
  }
  #planes .container-planes .equipo-planes-filtros .title h1 {
    color: #2e8b9b;
    font-size: 17px;
  }
  #planes .container-planes .equipo-planes-filtros .title h1::after {
    content: "\f078";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
  }
  #planes .planes-item .content-planes-item .costo-total .container {
    width: 100%;
  }
  #planes .planes-items .planes-item .info-planes-tabla.nombre .costo-total .compareBtn button i {
    display: none;
  }
  #planes .planes-items .planes-item .info-planes-tabla.nombre .costo-total button {
    min-height: 51px;
  }
  #carrito .col-info header h1 {
    font-size: 18px;
  }
  #carrito .col-info .body-info-pdto .total-pdtos h1 b {
    text-align: center !important;
  }
  #carrito .col-info .body-info-pdto .total-pdtos h1 b span {
    float: none !important;
  }
  #carrito .col-info .body-info-pdto .info-general > a h2 span {
    font-size: 12px;
  }
  #carrito .content-productos article .cost-pdto sub {
    position: static;
    margin: 5px 0;
  }
}
/*desktop styles*/
@media only screen and (min-width: 769px) and (max-width: 860px) {
  .nav-primary ul li a {
    padding: 1em 0.5em;
  }
  .products .content-products ul li h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 859px) {
  /* custom
=====================================*/
  /* Home
	============================================================================*/
  /*filtro*/
  .shop-container .filter .col_1,
  .shop-container .filter .col_2 {
    width: 100%;
  }
  /*moviles*/
  .mobile-items .mobile-item figure figcaption {
    background-color: #ffffff;
    padding: 0;
  }
  .mobile-items .mobile-item figure figcaption > div.content-info-header {
    display: none;
  }
  .mobile-items .mobile-item figure figcaption > div.content-info {
    bottom: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobile-items .mobile-item figure figcaption > div.content-info .quiero {
    width: 100%;
  }
  /*footer marcas*/
  .marcas .wrap-marcas .slider-marcas .slick-track .slick-slide img {
    width: 70%;
  }
  /*footer noticias*/
  .marcas .content-noticias .content-item-noticias .item-noticias img {
    min-height: inherit;
  }
  .marcas .banner img {
    min-height: inherit;
  }
  /*
	carro
	=====================================================================*/
  #carrito .col-info .body-info-pdto .total-pdtos h1 {
    display: inline-block;
    width: 100%;
    margin: 2px 0;
  }
  #carrito .col-info .body-info-pdto .total-pdtos h1 span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #carrito .col-info .body-info-pdto .total-pdtos h1 b {
    width: 100%;
    text-align: right;
  }
  #carrito .col-info .body-info-pdto .total-pdtos h1 b span {
    width: initial;
    float: inherit;
  }
}
/*# sourceMappingURL=mobile.css.map */