/* -------- Blog --------
article.blog {
  min-height: 200px;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
article.blog figure {
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  article.blog figure {
    height: 250px;
  }
}
@media (max-width: 767px) {
  article.blog figure {
    height: 200px;
  }
}
article.blog figure .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
article.blog figure .preview span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  padding: 5px 10px;
}
article.blog figure:hover .preview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
article.blog figure img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
article.blog figure img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 991px) {
  article.blog figure img {
    height: inherit;
    max-width: 100%;
  }
}
article.blog .post_info {
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
article.blog .post_info small {
  font-weight: 500;
  color: #999;
}
article.blog .post_info h3 {
  font-size: 1.125rem;
}
article.blog .post_info h3 a {
  color: #333;
}
article.blog .post_info h3 a:hover {
  color: #92278f;
}
article.blog .post_info ul {
  margin: 0 -30px 0 -30px;
  padding: 10px 15px 0 15px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #ededed;
}
article.blog .post_info ul li {
  display: inline-block;
  position: relative;
  padding: 12px 0  0 55px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #999;
}
article.blog .post_info ul li .thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
article.blog .post_info ul li .thumb img {
  width: 40px;
  height: auto;
}
article.blog .post_info ul li:last-child {
  float: right;
  padding-left: 0;
}
@media (max-width: 991px) {
  article.blog .post_info ul {
    position: static;
    width: auto;
  }
}

Blog Sidebar
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.alignleft img {
  width: auto;
  height: 80px;
}

.comments-list {
  padding: 0;
  list-style: none;
}
.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.comments-list h3 a {
  color: #333;
}
.comments-list h3 a:hover {
  color: #392779;
}
.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.comments-list li:last-child {
  margin-bottom: 0;
}
.comments-list small {
  color: #999999;
}

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.widget ul.cats {
  list-style: none;
  padding: 0;
}
.widget ul.cats li {
  padding: 0 0 5px 2px;
  position: relative;
}
.widget ul.cats a {
  color: #333;
}
.widget ul.cats a:hover {
  color: #392779;
}
.widget ul.cats a span {
  position: absolute;
  right: 0;
}

.tags a {
  background-color: #fff;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.tags a:hover {
  background-color: #392779;
  color: #fff;
}

Blog Post
.singlepost {
  background-color: #fff;
  padding: 30px 30px 5px 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.singlepost h1 {
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .singlepost h1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.singlepost p {
  line-height: 1.8;
}

.postmeta {
  padding-bottom: 10px;
}
.postmeta ul {
  margin-bottom: 10px;
}
.postmeta ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.postmeta ul li a {
  color: #999;
}
.postmeta ul li a:hover {
  color: #392779;
}

.dropcaps p:first-child::first-letter {
  color: #fff;
  background-color: #662d91;
  float: left;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin: 10px 15px 0 0 !important;
  padding: 12px;
}

#comments {
  padding: 10px 0 0px 0;
  margin-bottom: 30px;
}
#comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#comments ul li {
  padding: 25px 0 0 0;
  list-style: none;
}
#comments .replied-to {
  margin-left: 35px;
}
@media (max-width: 767px) {
  #comments .replied-to {
    margin-left: 20px;
  }
}

.avatar {
  float: left;
  margin-right: 25px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .avatar {
    float: none;
    margin: 0 0 5px 0;
  }
}
.avatar img {
  width: 68px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comment_right {
  display: table;
  border: 2px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 100%
}

.comment_info {
  padding-bottom: 7px;
}
.comment_info span {
  padding: 0 10px;
} */

/*============================================================================================*/
/* BLOG / PUBLICACIONES - Sistema de diseño MM Consultor Legal                               */
/* Archivo dedicado para la vista de lista de publicaciones del blog                         */
/*============================================================================================*/

/* ===== VARIABLES DEL SISTEMA ===== */
:root {
    --primary-purple: #662d91;
    --primary-purple-light: #7c3fad;
    --primary-dark: #480048;
    --primary-warm: #C04848;
    --accent-blue: #3f9fff;
    --dark-bg: #121921;
    --text-dark: #1f2937;
    --text-body: #4b5563;
    --text-muted: #9ca3af;
    --border-light: #e5e7eb;
    --border-subtle: #f0edf5;
    --bg-subtle: #f9fafb;
    --white: #ffffff;
    --shadow-card: 0 1px 3px rgba(102,45,145,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-card-hover: 0 12px 28px rgba(102,45,145,0.12), 0 4px 8px rgba(0,0,0,0.04);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.04);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-full: 9999px;
    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/*============================================================================================*/
/* 1. HERO SECTION - GENERAL (no courses)                                                     */
/*============================================================================================*/

#hero_in.general {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary-dark) 60%, var(--primary-warm) 100%) !important;
    padding: 80px 0 60px !important;
    position: relative !important;
    overflow: hidden !important;
}

#hero_in.general::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.5 !important;
}

#hero_in.general .wrapper {
    position: relative !important;
    z-index: 1 !important;
}

#hero_in.general h1 {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

#hero_in.general h1 span {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 16px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 6px 16px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(10px) !important;
}

#hero_in.general h1 span:empty {
    display: none !important;
}

#hero_in.general h1.fadeInUp {
    animation: fadeInUp 0.8s ease-out !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    #hero_in.general {
        padding: 50px 0 40px !important;
    }
    #hero_in.general h1 {
        font-size: 28px !important;
    }
}

/*============================================================================================*/
/* 2. CONTAINER PRINCIPAL                                                                      */
/*============================================================================================*/

.container.margin_60_35 {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
}

@media (max-width: 991px) {
    .container.margin_60_35 {
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }
}

@media (max-width: 767px) {
    .container.margin_60_35 {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
}

/*============================================================================================*/
/* 3. SIDEBAR - WIDGETS                                                                        */
/*============================================================================================*/

aside.col-lg-3 {
    margin-bottom: 40px !important;
}

.widget {
    background: var(--white) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-lg) !important;
    padding: 28px !important;
    margin-bottom: 28px !important;
    box-shadow: var(--shadow-card) !important;
    transition: var(--transition) !important;
}

.widget:hover {
    box-shadow: var(--shadow-card-hover) !important;
}

/* Widget Title */
.widget-title {
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 2px solid var(--border-light) !important;
}

.widget-title h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/*============================================================================================*/
/* 4. WIDGET - BUSCADOR                                                                        */
/*============================================================================================*/

.widget form {
    margin: 0 !important;
}

.widget .form-group {
    margin-bottom: 16px !important;
    position: relative !important;
}

.widget .form-control {
    border: 2px solid var(--border-light) !important;
    border-radius: var(--radius-sm) !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    transition: var(--transition) !important;
    background: var(--white) !important;
    color: var(--text-dark) !important;
    width: 100% !important;
}

.widget .form-control:focus {
    border-color: var(--primary-purple) !important;
    box-shadow: 0 0 0 4px rgba(102, 45, 145, 0.1) !important;
    outline: none !important;
}

.widget .form-control::placeholder {
    color: var(--text-muted) !important;
}

.widget button.btn_1 {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-warm)) !important;
    border: none !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    color: #fff !important;
    border-radius: var(--radius-full) !important;
    transition: var(--transition) !important;
    box-shadow: 0 4px 12px rgba(102, 45, 145, 0.3) !important;
    cursor: pointer !important;
    width: 100% !important;
    text-transform: uppercase !important;
}

.widget button.btn_1:hover {
    background: linear-gradient(135deg, #7a35a8, #d45555) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 45, 145, 0.4) !important;
}

/*============================================================================================*/
/* 5. WIDGET - CATEGORÍAS                                                                     */
/*============================================================================================*/

.widget ul.cats {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.widget ul.cats li {
    margin-bottom: 10px !important;
}

.widget ul.cats li:last-child {
    margin-bottom: 0 !important;
}

.widget ul.cats li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    text-decoration: none !important;
    border-radius: var(--radius-sm) !important;
    transition: var(--transition) !important;
    border: 2px solid var(--border-light) !important;
}

.widget ul.cats li a:hover {
    background: var(--bg-subtle) !important;
    border-color: var(--primary-purple) !important;
    color: var(--primary-purple) !important;
    transform: translateX(4px) !important;
}

.widget ul.cats li a span {
    background: var(--primary-purple) !important;
    color: #fff !important;
    /* padding: 4px 10px !important; */
    /* border-radius: 12px !important; */
    font-size: 13px !important;
    font-weight: 700 !important;
}

/*============================================================================================*/
/* 6. WIDGET - ÚLTIMAS PUBLICACIONES                                                          */
/*============================================================================================*/

.widget ul.comments-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.widget ul.comments-list li {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid var(--border-light) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
}

.widget ul.comments-list li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.widget ul.comments-list li .alignleft {
    flex-shrink: 0 !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: var(--radius-sm) !important;
    overflow: hidden !important;
}

.widget ul.comments-list li .alignleft a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.widget ul.comments-list li .alignleft img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: var(--transition) !important;
}

.widget ul.comments-list li:hover .alignleft img {
    transform: scale(1.05) !important;
}

/* Contenedor de texto */
.widget ul.comments-list li > div:not(.alignleft) {
    flex: 1 !important;
    min-width: 0 !important;
}

.widget ul.comments-list li small {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text-muted) !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.widget ul.comments-list li h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.widget ul.comments-list li h3 a {
    color: var(--text-dark) !important;
    text-decoration: none !important;
    transition: var(--transition) !important;
}

.widget ul.comments-list li h3 a:hover {
    color: var(--primary-purple) !important;
}

/*============================================================================================*/
/* 7. GRID DE PUBLICACIONES - BOX_GRID                                                        */
/*============================================================================================*/

.col-lg-9 > .row.text-center {
    text-align: left !important;
}

/* BOX_GRID BASE - Respetando estructura original */
.box_grid {
    background-color: #fff !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 30px !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-card) !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
}

.box_grid:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--shadow-card-hover) !important;
    border-color: rgba(102, 45, 145, 0.2) !important;
}

/* FIGURE - Respetando block-reveal del original */
.box_grid figure {
    margin-bottom: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    height: 240px !important;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%) !important;
}

/* IMPORTANTE: NO forzar opacity en la imagen, el template original la maneja con animaciones */
.box_grid figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.5s ease !important;
}

.box_grid:hover figure img {
    transform: scale(1.05) !important;
}

/* Block-horizzontal - Dejar que las animaciones del template funcionen */
.box_grid figure .block-horizzontal {
    /* NO forzar z-index ni pointer-events, dejar que el template lo maneje */
}

/* Wrapper - Contenido del card */
.box_grid .wrapper {
    padding: 24px !important;
    background: var(--white) !important;
}

.box_grid .wrapper small {
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-warm)) !important;
    display: inline-block !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 2px 8px rgba(102, 45, 145, 0.25) !important;
}

/* Título - soporta tanto <p> como <h3> - MÁS DESTACADO */
.box_grid .wrapper p,
.box_grid .wrapper h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--text-dark) !important;
    margin: 0 0 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
}

.box_grid:hover .wrapper p,
.box_grid:hover .wrapper h3 {
    color: var(--primary-purple) !important;
}

/* Rating - Metadata con MEJOR ESPACIADO */
.box_grid .wrapper .rating {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid var(--border-light) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.box_grid .wrapper .rating small {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--text-body) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: block !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.box_grid .wrapper .rating small:last-child {
    margin-bottom: 0 !important;
}

.box_grid .wrapper .rating small strong {
    color: var(--text-dark) !important;
    font-weight: 700 !important;
}

/* Footer - BOTÓN UNIFICADO */
.box_grid ul {
    margin: 0 !important;
    padding: 20px 24px !important;
    border-top: 1px solid var(--border-light) !important;
    background: var(--bg-subtle) !important;
    list-style: none !important;
}

.box_grid ul li {
    margin: 0 !important;
    text-align: center !important;
}

/* BOTÓN UNIFICADO - Idéntico al botón de búsqueda */
.box_grid ul li a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-warm)) !important;
    border: none !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: var(--radius-full) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: var(--transition) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(102, 45, 145, 0.3) !important;
    cursor: pointer !important;
}

.box_grid ul li a:hover {
    background: linear-gradient(135deg, #7a35a8, #d45555) !important;
    box-shadow: 0 6px 20px rgba(102, 45, 145, 0.4) !important;
    transform: translateY(-2px) !important;
}

/*============================================================================================*/
/* 8. MENSAJE "NO HAY PUBLICACIONES"                                                          */
/*============================================================================================*/

.col-lg-9 h3.mt-4.mb-4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--text-muted) !important;
    text-align: center !important;
    padding: 60px 20px !important;
    background: var(--white) !important;
    border-radius: var(--radius-lg) !important;
    border: 2px dashed var(--border-light) !important;
    margin: 24px 0 !important;
}

/*============================================================================================*/
/* 9. PAGINACIÓN                                                                               */
/*============================================================================================*/

nav[aria-label] {
    margin-top: 40px !important;
    display: flex !important;
    justify-content: center !important;
}

.pagination {
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.pagination li {
    margin: 0 !important;
}

.pagination .page-item .page-link {
    border: 2px solid var(--border-light) !important;
    background: var(--white) !important;
    color: var(--text-body) !important;
    padding: 10px 16px !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 600 !important;
    transition: var(--transition) !important;
    text-decoration: none !important;
}

.pagination .page-item .page-link:hover {
    background: var(--bg-subtle) !important;
    border-color: var(--primary-purple) !important;
    color: var(--primary-purple) !important;
}

.pagination .page-item.active .page-link {
    background: var(--primary-purple) !important;
    border-color: var(--primary-purple) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(102, 45, 145, 0.3) !important;
}

.pagination .page-item.disabled .page-link {
    background: var(--bg-subtle) !important;
    border-color: var(--border-light) !important;
    color: var(--text-muted) !important;
    cursor: not-allowed !important;
}

/*============================================================================================*/
/* 10. RESPONSIVE - TABLET                                                                    */
/*============================================================================================*/

@media (max-width: 991px) {
    aside.col-lg-3 {
        margin-bottom: 40px !important;
    }

    .box_grid figure.block-reveal {
        height: 220px !important;
    }

    .box_grid .wrapper {
        padding: 20px 20px 14px !important;
    }

    .box_grid .wrapper p,
    .box_grid .wrapper h3 {
        font-size: 18px !important;
    }
}

/*============================================================================================*/
/* 11. RESPONSIVE - MOBILE                                                                    */
/*============================================================================================*/

@media (max-width: 767px) {
    .widget {
        padding: 24px 20px !important;
    }

    .box_grid figure.block-reveal {
        height: 200px !important;
    }

    .box_grid .wrapper {
        padding: 18px 18px 12px !important;
    }

    .box_grid .wrapper p,
    .box_grid .wrapper h3 {
        font-size: 17px !important;
    }

    .box_grid > ul {
        padding: 14px 18px !important;
    }

    .box_grid > ul li a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .widget ul.comments-list li .alignleft {
        width: 70px !important;
        height: 70px !important;
    }

    .widget ul.comments-list li h3 {
        font-size: 14px !important;
    }
}

/*============================================================================================*/
/* 12. ANIMACIONES Y UTILIDADES                                                               */
/*============================================================================================*/

.wow {
    visibility: visible !important;
    animation: fadeInUp 0.6s ease-out !important;
}

/* Clase margin/padding utilities */
.mt-4 {
    margin-top: 24px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

span.publicaciones__count{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px 0 0 0;
    margin-right: 10px;
    text-align: center;
}

.block-reveal img{
    opacity: 1!important
}
