:root {
    --radio-general-nuevo: 5px;
    --radio-titulo-separador: var(--radio-general-nuevo);
    --radio-titulo-vertical: var(--radio-general-nuevo);
    --radio-itemP: 5px;
}

.tecno-contenedor {
    margin: auto;
    display: flex;
    gap: 2rem;
    padding: 2rem 0rem 0rem 0rem;
    align-items: stretch;
}

.tecno-titulo-vertical {
  background-size: cover;
  background-position: center;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;  
  border-radius: var(--radio-titulo-vertical);
  position: relative;
  padding: 0rem 0rem;
}

.tecno-titulo-vertical a {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
}

.grupo-grilla {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: var(--radio-general-nuevo);
}

.grillax2 {
    background: #f4f4f3;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prev::before, .slick-next::before {
    color: #818383;
    font-size: 35px;
}

.slick-prev::before {
    content: '←';
}

.slick-next::before {
    content: '→';
}

.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {z-index: 3;}

.slick-prev {left: 5px;}

.slick-next {right: 22px;}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list {
    margin: 0 -.5rem;
}

.slick-track::after {
    clear: both;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: '';
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
    margin: 0 .5rem;
}

.slick-initialized .slick-slide {
    display: block;
}

.grupo-grilla .slick-slide > div:first-of-type {
    margin-bottom: 1rem;
}

.item-p {
    width: auto;
    height: auto;/*330px*/
    padding: 0rem .5rem .5rem .5rem ;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--radio-general-nuevo);
    text-align: center;
    gap: .2rem;
    background: #fff;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.ahora {
    background: none;
    padding: 6px 11px 16px 11px;    
    position: absolute;
    transition: .5s;     
    opacity: 1;
    transition-delay: .5s;
    z-index: 1;
    top: 0;
}

.alternative {
    left: 6px !important;
    height: 60px !important;
}

.item-p img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 148px;
}

.wrapp {
    width: 93%;
    top: 4px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.wrapp span::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #a61a1e;
    position: absolute;
    right: calc(50% - 10px);
    bottom: -5px;
    transform: rotate(51deg) skewY(-14deg);
    border-bottom-right-radius: 3px;
    z-index: -1;
}

.wrapp span {
    background-image: linear-gradient(180deg, #d32f2f, #a51a1e);
    width: 67px;
    border-radius: 6px;
    padding: 0.2rem;
    position: relative;
    display: block;
    margin: 0.2rem;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}



.item-p .cod {
    font-size: .6em;
    color: #010101;
}

.item-p .title {
    font-weight: 400;
    font-size: 0.8em;
    overflow: hidden;
    height: 38px;
    background: #fff;
    border-radius: 5px;
}

.preciotarjeta {
  font-weight: 400;
  font-size: 22px;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(width < 1024px){
    .preciotarjeta{
        font-size: 16px;
        font-size: bold;
    }
}
 
.item-p .price {
    font-weight: bold;
    font-size: 1.3em;
}

.item-p .finance {
    font-size: .8em;
}

.contranf {
    margin-top: 0px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf {
    font-size: 11px;
    color: #777;
}

.contenedor-small {
    display: grid;
    grid-template-columns: 30% 70%;
    position: relative;
    gap: 1rem;
    width: 100%;
}

.titulo-vertical-small {
    justify-content: center;
    height: 100%;
    width: auto;
}

.titulo-vertical-small .footer {
  display: flex;
  background-color: transparent;/*#f4f4f3*/
  width: 100%;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.titulo-vertical-small .footer a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 5px;
}

.title-content {
    width: 100%;
    height: 100%;
    display: none;/*flex*/
    align-items: center;
    justify-content: center;
}

.tecno-titulo-vertical h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.titulo-vertical-small h5 {
    display: none;
}

.grilla-4 {
    background: #f4f4f3;
    padding: 2rem;
    border-radius: var(--radio-general-nuevo);
    display: block;
    position: relative;
    width: 98%;
}

.grillax4 {
    width: auto;
    position: relative;
}

.grillax4 .slick-slide > div:first-of-type {
    margin-bottom: 1rem;
}

.only-img {
    width: 100%;
    height: 160px;
    border-radius: var(--radio-general-nuevo);
}

.only-img img {
    height: 150px;
}

.banner-horizontales2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
@media(width<1024px) {.banner-horizontales2 {flex-direction: column;margin-top:1rem;gap: 1rem;}}

.banner-horizontales2 .bloque-blanco {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 30px 50px 50px;
    margin-bottom: 30px;
    transition: all 100ms linear 0;
}

.banner-horizontales2 .bloque-blanco.banner-half {
    margin: 0px 0 0;/*30px 0 0*/
    padding: 20px 33px;
}

.banner-horizontales2 .bloque-blanco.banner-half h4 {
    color: #333;
    font-size: 28px;
    line-height: 30px;
}

.banner-horizontales2 .bloque-blanco.banner-half .btn {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    margin-top: 25px;
    background: #3a3a3b;
    border-color: #3a3a3b;
}

.banner-horizontales2 .bloque-blanco .col-6:last-of-type {
    position: relative;
    height: 176px;
    display: block;
}

.banner-horizontales2 .bloque-blanco .col-6:last-of-type img {
    width: 100%;
    height: 176px;
    object-fit: contain;
}

.more-block {display: none;}


@media(max-width: 992px) {
    .tecno-titulo-vertical {
        height: 135px;
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tecno-contenedor {
        width: 100%;
        gap: 0rem;
        flex-direction: column;
        padding: 1rem 0rem;
        align-items: center;
    }

    .grupo-grilla {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tecno-titulo-vertical a {
        background: transparent;
        color: #fff;
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem !important;
        color: #f8f9fa;
        border-color: #f8f9fa;
        border: 1px solid;
    }

    .grillax2 {
        padding: .5rem;
    }

    .grupo-grilla .slick-slide > div:first-of-type {
        margin-bottom: 0;
    }

    .grillax2 .alternative {
        left: -4px !important;
    }

    .grillax2 .item-p img {
        padding: 8px 5px;
    }

    .titulo-vertical-small {
        width: 100%;
        padding: 0;
        height: 110px;
        background-blend-mode: normal;
        justify-content: flex-end;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .titulo-vertical-small .footer {
        background-color: transparent;
        padding: .5rem;
        justify-content: space-between;
    }

    .titulo-vertical-small h5 {
        font-size: 20px;
        margin: 0;
        display: block;
        font-weight: bold;
        color: #fff;
    }

    .grilla-4 {
        padding: 1rem;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .slick-slider {
        padding: 0px;
    }

    .more-block {
        padding: 2% 4% 3% 4%;
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        border: 1px solid #eaeaea;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        align-items: center;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #e8e8e8;
    }

    .contenedor-small {
        grid-template-columns: 100%;
        gap: 0;
        height: auto;
    }

    .contenedor-small .slick-list {
        margin: 0 -.3rem;
    }

    .grillax4 .slick-slide > div:first-of-type {
        margin-bottom: 1rem;
    }

    .only-img, .only-img img {
        height: 100px;
    }
    /* .item-p{height: 304px;} */
}

.separador-rojo {border-bottom: 3px solid red;}

.titulo-separador-home {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid gray;
}

.separador-rojo h5 {background-color: red;}
.titulo-separador-home h5 {
  display: flex;
  background: gray;
    background-color: gray;
  font-size: 20px;
  padding: .5rem 1rem .4rem 1rem;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: var(--radio-titulo-separador);
  border-top-right-radius: var(--radio-titulo-separador);
  text-transform: uppercase;
  margin-bottom: 0px;
}

.grilla-carousel-destacados {
    padding: 1.5rem 0rem;
    background: #f4f4f3;
    border-radius: var(--radio-general-nuevo);
}

#carouselDestacado {padding: 0px 1.5rem;}

.grilla-carousel-destacados .item-producto {
    box-shadow: -2px 2px 16px -1px rgb(0 0 0 / 5%);
    border: 0px solid #ccc;
    border-radius: var(--radio-general-nuevo);
    padding: .2rem 1rem 1rem 1rem;
    position: relative;
    background: #fff;
    height: 352px;
}

.grilla-carousel-destacados .item-producto .col-imagen img {
    padding: 10px;
    object-fit: contain;
    mix-blend-mode: multiply;
    width: 100%;
    height: 195px;
}

.ahora {
    background: none;
    padding: 12px 11px 16px 11px;
    position: absolute;
    opacity: 1;
    z-index: 1;
    padding-top: 6px;
}

.alternative {
    left: 6px !important;
    height: 60px !important;
}

.alternative img {
    width: 31px;
}

.item-producto .ahora {
    right: 9px;
}

.item-producto .ahora {
    left: 2px;
    left: 9px !important;
    right: auto;
}

.item-producto .ahora {
    transition: .5s;
}

.wrapp {
    width: 93%;
    top: 4px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    overflow: hidden;
z-index: 1;
}

.wrapp span {
    background-image: linear-gradient(180deg, #3f3f3f, #5d5d5d);
    width: 67px;
    border-radius: 6px;
    padding: 0.2rem;
    position: relative;
    display: block;
    margin: 0.2rem;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.wrapp span::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #5d5d5d;
    position: absolute;
    right: calc(50% - 10px);
    bottom: -5px;
    transform: rotate(51deg) skewY(-14deg);
    border-bottom-right-radius: 3px;
    z-index: -1;
}

.coltituloydescri {
    position: relative;
}

.pcode {
    font-size: 9px;
    padding-bottom: 3px;
}

.grilla-carousel-destacados .item-producto .tituloydescri a h4 {
    height: 31px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #454544;
    font-weight: 400;
    overflow: hidden;
    font-size: .8rem;
}

.precioyahorro {
    align-items: center;
    justify-content: center;
}

.contranf {
    margin-top: 0px;
    
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf {
    font-size: 11px;
    color: #777;
}

.ahorro {
    display: none;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 20px;
}

.tachado {
    white-space: nowrap;
    margin: 0px;
    text-decoration: line-through;
    font-size: 14px;
    color: #515050;
}

.otherAlernative span {
    text-transform: none;
}

.tecno-titulo-vertical h2 {display: none;}

.grilla-carousel-destacados .btn-danger {
    background:#3a3a3b;
    border-color:#3a3a3b;
}
.grilla-carousel-destacados .btn-danger:hover {
    background:#202020;
    border-color:#202020;
}


.btns-2 {
    background-color: #fff357;
    border-color: #fff357;
    justify-content: center;
    font-size: 14px;
    padding: .275rem .75rem;
    color: #000;
}
.btns-2:hover {
    background-color: #fff357;
    border-color: #fff357;
    color: #000;
}
.home .px-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.slick-prev::before, .slick-next::before {
    color: #818383!important;
    font-size: 35px!important;
}

.slick-next {
    right: 25px!important;
}
.slick-prev {
    left: 25px!important;
}
.mega-ofertas {
    padding-top: 2rem;
}
#brandsElements {
    padding: 2rem 0rem 0rem 0rem;
    margin-bottom: 2rem;
}

#brandsElements .itemsBrand {
    display: flex;
    align-items: center;
    justify-content: center;
}

#brandsElements img {
    height: 150px;
    margin: 0px 20px;
    padding: 10px;
    object-fit: contain;
}

.carousel-home-marcas .owl-stage {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
}
.carousel-home-marcas .owl-stage-outer {overflow: hidden;}
.carousel-home-marcas {
    width: 100%;
    position: relative;
    background: #f4f4f4;
    border-radius: 8px;
    padding: .4rem .5rem .6rem .5rem;
}
.carousel-home-marcas .owl-nav {
    transform: translateY(-108px);
    height: 0;
}
.carousel-home-marcas .owl-nav .owl-prev {transform: rotate(0deg) translateX(-8px);}
.carousel-home-marcas .owl-nav .owl-next {transform: translateY(0px) translateX(-6px);}
.carousel-home-marcas .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    margin: 32px 0px;
    padding: 0;
    border-style: none;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(255,255,255,.8) !important;
}
.carousel-home-marcas .owl-nav span {
    font-size: 50px;
    transform: translateY(-5px);
}