.ba-api-productos-container {
    position: relative;
    width: 100%;
}

.product-item {
    display: none;
}

.product-item.active {
    display: block;
}

.carousel-nav {
    text-align: center;
    margin-top: 10px;
}

.carousel-nav button {
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
    color: #d1d1d1;
}

/* Estilos Contenedores */
/* Estilos originales */


.ba-api-caja-grid {
    font-family: "Rubik", sans-serif;
    border: 0.2em solid #fafafa;;
    padding: 1.2em;
    margin: 1em 0em;
    /*
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.10);
    */
}
.ba-api-caja-mas-vendido {
    background-color: #03a9f4;
    border: 0!important;
}
@media only screen and (min-width: 768px) {
    .ba-api-caja-centrada{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ba-api-ancho-40 {
        width: 40%;
    }
    .ba-api-ancho-60 {
        width: 60%;
    }
}
.ba-api-grid-imagen-individual {
    border-radius: 1.5em;
    max-height: 300px;
    width: auto;
    padding: 0.8em;
}
@media only screen and (max-width: 768px) {
    .ba-api-grid-imagen-individual {
        padding: 0em 2em;
    }
    .ba-api-marca-texto {
        text-align: center;
    }
    .ba-api-caja-grid {
        text-align: center;
    }
}
.ba-api-grid-imagen {
    max-height: 200px;
    width: auto;
}
.ba-api-enlace-precios-mas-vendido {
    color:#333333!important;
}
.ba-api-enlace-precios-mas-vendido:hover {
    color:#ffffff!important;
}
.btn-grid {
    padding: .5em;
    background-color: #1de9b6;
    border-right: 0.1em solid #1fd1a4;
    border-bottom: 0.2em solid #1fd1a4;
    font-size: 0.9em;
    color: #ffffff!important;
}
.btn-grid:hover {
    border: 0.2em solid #1fd1a4;
    background-color: #ffffff;
    color: #1fd1a4!important;
}
.ba-api-grid-titulo {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1em;
    color: #323648;
    text-decoration: none;
}
.ba-api-grid-titulo-mas-vendido {
    font-weight: bold;
    font-size: 1.3em;
    color: #ffffff;
}
a.ba-api-boton-con-precio {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    padding: 0.3em;
    text-align: center;
    background-color: #1de9b6;
    border-left: .1em solid #1de9b6;
    border-top: .2em solid #1de9b6;
    border-right: .1em solid #1fd1a4;
    border-bottom: .2em solid #1fd1a4;
    color: #ffffff!important;
    text-decoration: none;
    font-size: 0.9em;
}
a.ba-api-boton-con-precio:hover {
    background-color: #1fd1a4;
    border-left: .1em solid #1fd1a4;
    border-top: .2em solid #1fd1a4;
    color: #ffffff!important;
}
.ba-api-marca-texto {
    margin-bottom: 0.5em !important;
}
.ba-api-marca-producto {
    background-color: #f4fefb;
    color: #1de9b6;
    font-weight: bold;
    padding: 0em 1em;
    font-size: 0.85em;
    border-radius: 1em;
}

.ba-api-envio-producto{
    color: #337dbf;
    font-weight: bold;
}
.separador {
    margin-bottom: 0.4em!important;
    margin-top: 0.4em!important;
}
.fecha-update {
    font-size: 0.8em;
    color: #c1c1c1;
}

.ba-api-productos-container {
    position: relative;
    overflow: hidden;
}

.product-item {
    display: none;
}

.product-item.active {
    display: block;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-nav button {
    background-color: #fafafa;
    border: none;
    color: #888888;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carousel-nav .prev {
    left: 10px;
}

.carousel-nav .next {
    right: 10px;
}
.desc-paquetes,
.salida-paquetes {
    color: #4e4e4e;
    font-size: 0.95em;
}