@charset "utf-8";

 .related-post {
clear: both;
margin: 20px 0;
}
.related-post .headline {
font-size: 18px;
margin: 20px 0;
font-weight: bold;
}
.related-post .post-list .item {
overflow: hidden;
display: inline-block;
vertical-align: top;
}
.related-post .post-list .item .thumb{overflow: hidden;}
.related-post .post-list .item .thumb img {
width: 100%;
height: auto;
} .related-post .post-list.owl-carousel {
position: relative;
padding-top: 45px;
}
.related-post .owl-dots {
margin: 30px 0 0;
text-align: center;
}
.related-post .owl-dots .owl-dot {
background: #869791 none repeat scroll 0 0;
border-radius: 20px;
display: inline-block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}
.related-post .owl-dots .owl-dot:hover,
.related-post .owl-dots .owl-dot.active {
opacity: 1;
}
.related-post .owl-nav  {
position: absolute;
right: 15px;
top: 15px;
}
.related-post .owl-nav .owl-prev, .related-post .owl-nav .owl-next {
border: 1px solid rgb(171, 170, 170);
border-radius: 3px;
color: rgb(0, 0, 0);
padding: 2px 20px;;
opacity: 1;
display: inline-block;
margin: 0 3px;
}
.related-post .owl-nav .owl-prev {
}
.related-post .owl-nav .owl-next {
}.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;
}  .ba-api-caja-grid {
font-family: "Poppins";
border: 0.2em solid #fafafa;
padding: 1.2em;
margin: 1em 0em; }
.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 {
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: #0000ff;
border-right: 0.1em solid #007bff;
border-bottom: 0.2em solid #007bff;
font-size: 0.9em;
color: #ffffff!important;
}
.btn-grid:hover {
border: 0.2em solid #007bff;
background-color: #ffffff;
color: #007bff!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: #0000ff;
border-left: .1em solid #0000ff;
border-top: .2em solid #0000ff;
border-right: .1em solid #007bff;
border-bottom: .2em solid #007bff;
color: #ffffff!important;
text-decoration: none;
font-size: 0.9em;
}
a.ba-api-boton-con-precio:hover {
background-color: #007bff;
border-left: .1em solid #007bff;
border-top: .2em solid #007bff;
color: #ffffff!important;
}
.ba-api-marca-texto {
margin-bottom: 0.5em !important;
}
.ba-api-marca-producto {
padding: 0em 1em;
font-size: 0.85em;
border-radius: 1em;
}
.ba-api-marca-producto-color-uno {
background-color: #ddffbd;
}
.ba-api-marca-producto-color-dos {
background-color: #f3ffbf;
}
.ba-api-marca-producto-color-tres {
background-color: #cfffeb;
}
.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;
}