:root { 
    --RojoLeon: #bd2520; 
    --GrisClaro: #ebebeb;
}
body {
    overflow-x: hidden;
}
.blog-filtros {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-filtros .btn-filtro {
    border: 1px solid var(--RojoLeon);
    color: var(--RojoLeon);
    padding: 2px 20px;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    border-radius: 5px;
    transition: 300ms;
}
.blog-filtros .btn-filtro:hover {
    background-color: var(--RojoLeon);
    color: #fff;
    transition: 300ms;
}

.blog-filtros .btn-filtro.active {
    background-color: var(--RojoLeon);
    color: #fff;
}
.img-plp {
    width: 100%;
    height: 250px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
}
.img-plp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plp-blog article {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: #F5F5F5
}
a.btn-blog {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--RojoLeon);
    border: solid 1px var(--RojoLeon);
    padding: 5px 20px;
    border-radius: 5px;
    transition: 300ms;
}
a.btn-blog:hover {
    text-decoration: none;
    color: #fff;
    border: solid 1px #000;
    background-color: #000;
    transition: 300ms;
}
.plp-blog h2 a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.plp-blog .contenido {
    padding: 10px 20px 30px 20px;;
}
p.fecha_publicacion {
    margin: 0;
}
p.descripcion_corta {
    margin-bottom: 1rem;
}
.img-plp p.categoria {
    position: absolute;
    top: 10px;
    right: 30px;
    background-color: var(--RojoLeon);
    color: #fff;
    padding: 5px 25px;
}
.filtros {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.filtros p{
    margin: 0;
}
.banner_pdp {
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.banner_pdp img {
    max-width: 100%;
    object-fit: contain;
}
.banner_pdp p.categoria {
    position: absolute;
    top: 30px;
    left: 10%;
    background-color: var(--RojoLeon);
    color: #fff;
    padding: 5px 25px;
    z-index: 1;
}
.volver-compartir a.btn-volver {
    text-decoration: none;
    color: var(--RojoLeon);
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    border: solid 1px var(--RojoLeon);
    padding: 5px 20px;
    border-radius: 5px;
    transition: 300ms;
}
.volver-compartir a.btn-volver:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--RojoLeon);
    transition: 300ms;
}
.volver-compartir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 1px #000;
}
.post-relacionados h3, .contenedor-comentarios h3 {
    border-bottom: solid 1px #000;
    text-align: center;
    font-weight: 700;
}
p.autor-fecha, p.autor-fecha span {
    font-weight: 700;
    color: var(--RojoLeon);
    padding-bottom: .5rem;
}
.post-relacionados > div {
    margin-top: 2rem;
}
.contenido-pdp {
    margin-top: 1rem;
}
.contenido-post{ position: relative;}

.carrusel-pdp {
    position: relative;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
button.owl-prev span,
button.owl-next span {
    font-size: 60px;
}
button.owl-prev {
    left: -10px;
}
button.owl-next {
    right: -10px;
}
.owl-carousel .owl-item img {
    width: 100%!important;
}
.carrusel-pdp {
    margin-bottom: 20px;
}
.video-post {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.formulario-comentarios h3 {
    text-align: center;
    color: var(--RojoLeon);
}
.form-comentarios {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    flex-direction: column;
}
form.formulario-comentarios input, form.formulario-comentarios textarea {
    background-color: #fff !important;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
}
form.formulario-comentarios {
    background-color: var(--GrisClaro);
    padding: 30px 20px;
    border-radius: 15px;
}
.campos-form div {
    display: flex;
    flex-flow: column;
}
form.formulario-comentarios .enviar {
    text-align: center;
    margin-top: 10px;
}
form.formulario-comentarios .enviar button {
    background-color: var(--RojoLeon);
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    width: 180px;
    cursor: pointer;
}
form.formulario-comentarios .enviar button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    transition: 300ms;
}
form.formulario-comentarios .campos-form div {
    padding-bottom: 15px;
}
.alert.alert-success {
    margin-top: 15px;
}
.comentario p {
    margin-bottom: 0;
}
.comentario {
    background-color: var(--GrisClaro);
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 10px;
}
.contenedor-comentarios {
    margin: 30px auto;
}
.comentarios {
    margin-top: 1rem;
}
button#toggleComentarios {
    background-color: var(--RojoLeon);
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
button#toggleComentarios:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    transition: 300ms;
}
.banner-blog {
    padding: 0;
}
.logo_leon_aref {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.logo_leon {
    height: 100%;
    width: auto;
    object-fit: contain;
}
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99999;
}
@media (max-width: 980px) {
    .logo_leon {
        height: 60%;
        width: auto;
        object-fit: contain;
    }
}
@media screen and (max-width: 767px) {
    .volver-compartir {
        display: block;
        padding: 15px;
    }
    .blog-filtros {
        display: block;
    }
    .filtros {
        display: block;
        margin-bottom: 15px;
    }
    .filtros p {
        margin: 10px 0px 5px;
    }
    .plp-blog {
        padding: 0px;
        margin-bottom: 20px;
    }
    .volver {
        margin-bottom: 15px;
    }
    form.formulario-comentarios .campos-form div {
        padding: 0;
        margin-top: 10px;
    }
    form.formulario-comentarios .campos-form div label {
        margin-bottom: 2px;
    }
}


.mceNoFloat           { float: none     !important; margin: 0 !important; }
.mceFloatLeft         { float: left     !important; margin: 0 1em 1em 0 !important; }
.mceFloatRight        { float: right    !important; margin: 0 0 1em 1em !important; }
.mceImgTopBottom      { display: block  !important; margin: 1em auto !important; float: none !important; clear: both !important; max-width: 100%; }
.mceImageTransparent  { box-shadow: 0 0 8px rgba(0,0,0,0.08); }
.mceImgBehind         { position: absolute !important; z-index: 0 !important; opacity:0.4; }
.mceImgFront          { position: absolute !important; z-index: 10 !important; }