:root {
    --white-color: #fff;
    --black-color: #000;
    --dark-white: #f9f7f7fd;
    --light-gray: #eaeaea;
    --dark-gray: #999;
    --light-black: #444;
    --green-color: #00a650;
}
.main-container {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 97%;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}
.main-container-estatico {
    display: flex;
    align-items: normal;
    position: relative;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}
.container-promo-activa {
    margin: auto;
    padding-left: 10px;
    padding-right: 0;
    width: 100%;
}
.main-container:hover .left-arrow,
.main-container:hover .right-arrow {
    display: block;
}
.main-container .left-arrow,
.main-container .right-arrow {
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 50%;
    color: #444;
    font-size: 30px;
    top: calc(50%-15%);
    line-height: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}
.main-container .left-arrow:hover,
.main-container .right-arrow:hover {
    -webkit-box-shadow: 0 3px 4px 0 rgba(102, 102, 102, 0.6);
    -moz-box-shadow: 0 3px 4px 0 rgba(102, 102, 102, 0.6);
    box-shadow: 0 3px 4px 0 rgba(102, 102, 102, 0.6);
    transition: all 0.2s linear 0;
}
.main-container .left-arrow:focus,
.main-container .right-arrow:focus {
    outline: 0 !important;
}
.left-arrow i {
    color: #444;
    font-size: 35px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    -webkit-text-stroke: 2px #fff;
}
.right-arrow i {
    color: #444;
    font-size: 35px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    right: -4px;
    margin: auto;
    -webkit-text-stroke: 2px #fff;
}
.main-container .left-arrow {
    left: 10px;
}
.main-container .right-arrow {
    right: 10px;
}
.container-promo-activa .left-arrow {
    left: -15px;
}
.container-promo-activa .right-arrow {
    right: -30px;
}
.contenedor-carousel {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    scroll-behavior: smooth;
}
.contenedor-carousel-estatico {
    margin: 0 auto;
    overflow: hidden;
    scroll-behavior: smooth;
}
.contenedor-carousel-promo__activa {
    padding: 0;
}
.contenedor-carousel .carousel {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s ease all;
}
.contenedor-carousel-estatico .carousel {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s ease all;
}
.carousel.active {
    cursor: grab;
}
.contenedor-carousel .carousel .card-vertical-container {
    height: 310px;
}
.contenedor-carousel-estatico .carousel .card-vertical-container {
    height: 318px;
}
.contenedor-carousel .carousel .card-vertical-container,
.contenedor-carousel .carousel .card-horizontal-container {
    margin: 10px;
    text-align: center;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    background-color: var(--white-color);
    position: relative;
    transition: 0.5s ease all;
}
.contenedor-carousel-estatico .carousel .card-vertical-container,
.contenedor-carousel-estatico .carousel .card-horizontal-container {
    margin: 10px;
    text-align: center;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    background-color: var(--white-color);
    position: relative;
    transition: 0.5s ease all;
}
.card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 380px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 15px;
}
.new-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.link-card-marcas {
    min-width: 100%;
    min-height: 100%;
}
.link-card-marcas:hover {
    text-decoration: none;
}
.contenedor-carousel .carousel .card-vertical-container:hover,
.contenedor-carousel .carousel .card-horizontal-container:hover {
    transition: all 0.1s linear 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
    -moz-box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
    box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
}
.contenedor-carousel-estatico .carousel .card-vertical-container:hover,
.contenedor-carousel-estatico .carousel .card-horizontal-container:hover {
    transition: all 0.1s linear 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
    -moz-box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
    box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.8);
}
.free-shipping {
    color: #478438;
}
.image-horizontal,
.image-vertical {
    object-fit: cover;
}
.image-vertical {
    width: 135px;
    height: 135px;
    margin: 10px auto;
    padding-bottom: 10px;
}
.image-horizontal {
    width: 115px;
    height: 115px;
    margin-left: 15px;
}
.img-top-card-marca {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.text-card-marca {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
}
.text-card-marca:hover {
    text-decoration: none;
    color: var(--azul-bidcom);
}
.ver-mas-marca:hover {
    text-decoration: none;
    color: var(--azul-bidcom);
}
.new-card-header-marcas {
    max-width: 50%;
    max-height: 70px !important;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin: -12% auto 0;
}
.img-logo-marca {
    width: 80%;
    margin: 0 auto;
}
.contenedor-img-marcas {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}
.content-product-vertical,
.content-product-horizontal {
    display: block;
    height: 150px;
    padding: 0 15px;
    margin-top: 10px;
    border-bottom: 1px solid var(--light-gray);
    position: relative;
    text-decoration: none;
    width: 219px;
}
.card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 380px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 15px;
}
.content-product-vertical:hover,
.content-product-horizontal:hover {
    text-decoration: none;
}
.content-product-vertical h3 {
    font-weight: 400;
}
.content-product-horizontal h3 {
    font-weight: 500;
    display: block;
}
.content-product-vertical h3,
.content-product-horizontal h3 {
    color: var(--light-black);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    height: 35px;
    margin: 10px 0;
    overflow: hidden;
}
.content-product-horizontal:hover {
    text-decoration: none;
}
.section_precio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section_precio p {
    line-height: 20px;
    color: #000;
    font-size: 22px;
    margin-bottom: auto !important;
}
.section_precio .porcentaje_descuento {
    color: var(--green-color);
}
.sin_interes-vertical {
    position: absolute;
    top: 2px;
    left: 5px;
    background: transparent url(https://d1blmgc4psac6k.cloudfront.net/images/vector/tag3-sin-interes.svg?v=0.1) no-repeat center;
    border: 0 solid;
    width: 56px;
    height: 27px;
}
.sin_interes-horizontal {
    position: absolute;
    top: 7%;
    left: 7px;
    background: transparent url(https://d1blmgc4psac6k.cloudfront.net/images/vector/tag3-sin-interes.svg?v=0.1) no-repeat center;
    border: 0 solid;
    width: 55px;
    height: 34px;
}
.swiper-next i,
.swiper-prev i {
    top: 4px !important;
    font-size: 3.3rem;
}
@keyframes mover {
    0% {
        left: 0;
        top: 0;
    }
    100% {
        left: 30%;
        top: 0;
    }
}
.separador-mobile {
    height: 20px;
}
.precio-anterior {
    margin-top: 2px;
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 13px;
    padding: 7px 0 0 0px;
}
@media screen and (max-width: 800px) {
    .main-container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .contenedor-carousel {
        width: 100%;
        padding: 0;
    }
    .content-product-vertical {
        display: block;
        padding: 0 15px;
        margin-top: 10px;
        border-bottom: none;
        position: relative;
        text-decoration: none;
        width: 165px;
        height: 91px;
    }
    .image-vertical {
        width: 100px;
        height: 100px;
        margin: auto;
    }
    .precio-anterior {
        display: none !important;
    }
    .free-shipping {
        display: none !important;
    }
    .section_precio {
        display: flex;
        align-items: center;
        margin: 3px -8px 0 0;
    }
    .section_precio p {
        font-size: 16px;
        margin-right: 3px;
    }
    .section_precio .porcentaje_descuento {
        font-size: 12px;
        line-height: 20px;
    }
    .card {
        min-width: 73% !important;
    }
    .contenedor-carousel .carousel .card-vertical-container {
        height: 214px;
    }
    .hlt-detalle-card {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 760px){
    .content-product-vertical h3,
    .content-product-horizontal h3 {
        font-size: 16px;
    }
    .hlt-detalle-card {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 360px) {
    .contenedor-carousel {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        margin-left: 20px;
    }
    .card {
        min-width: 75% !important;
    }
}
