/* _content/TintaYGracia/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
/* ========================================
   🔹 Login Page Estilos Modernos
======================================== */
.auth-section[b-6saekvtwn2] {
    background: linear-gradient(135deg, #f9f7f3, #fff);
}

.auth-card[b-6saekvtwn2] {
    max-width: 420px;
    width: 100%;
    animation: fadeInUp-b-6saekvtwn2 0.6s ease;
}

.auth-card .form-control[b-6saekvtwn2] {
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s ease;
}

.auth-card .form-control:focus[b-6saekvtwn2] {
    border-color: #b89b59;
    box-shadow: 0 0 0 0.25rem rgba(184, 155, 89, 0.15);
}


/* Animación */
@keyframes fadeInUp-b-6saekvtwn2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .auth-card[b-6saekvtwn2] {
        padding: 2rem 1.5rem;
    }
}
/* _content/TintaYGracia/Areas/Identity/Pages/Account/Manage/Profile.cshtml.rz.scp.css */
/* === PERFIL DE USUARIO (HORIZONTAL) === */
    .profile-card[b-4w782xvprt] {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .profile-sidebar[b-4w782xvprt] {
        flex: 0 0 35%;
        background: var(--primary-color, #f4d58d);
        color: #333;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3rem 2rem;
        text-align: center;
    }

    .profile-sidebar img[b-4w782xvprt] {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid rgba(255,255,255,0.6);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .profile-sidebar h5[b-4w782xvprt] {
        margin-top: 1rem;
        font-weight: 700;
        color: #111;
    }

    .profile-sidebar p[b-4w782xvprt] {
        font-size: 0.9rem;
        opacity: 0.8;
    }

    .profile-sidebar .change-photo label[b-4w782xvprt] {
        background: #fff;
        color: #000;
        border-radius: 50px;
        padding: 0.4rem 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 1rem;
        display: inline-block;
    }

    .profile-sidebar .change-photo label:hover[b-4w782xvprt] {
        background: #000;
        color: #fff;
    }

    .profile-content[b-4w782xvprt] {
        flex: 1;
        padding: 3rem;
    }

    .profile-content h4[b-4w782xvprt] {
        font-weight: 700;
        margin-bottom: 2rem;
        color: #222;
    }

    .form-control:focus[b-4w782xvprt] {
        box-shadow: 0 0 0 0.25rem rgba(244, 213, 141, 0.4);
        border-color: var(--primary-color);
    }

    .btn-primary[b-4w782xvprt] {
        background-color: var(--primary-color);
        border: none;
        color: #000;
        font-weight: 600;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        transition: all 0.3s ease;
    }

    .btn-primary:hover[b-4w782xvprt] {
        background-color: #e5c67a;
        transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .profile-card[b-4w782xvprt] {
            flex-direction: column;
        }

        .profile-sidebar[b-4w782xvprt] {
            flex: 1 1 100%;
            padding: 2rem 1rem;
        }

        .profile-content[b-4w782xvprt] {
            padding: 2rem 1.5rem;
        }
    }
/* _content/TintaYGracia/Views/Admin/Usuarios.cshtml.rz.scp.css */
:root[b-4v6k8mz7sa] {
    --primary-color: #f4d58d; /* dorado cálido */
    --secondary-color: #a7c7e7; /* azul suave */
}

.admin-card[b-4v6k8mz7sa] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 1.25rem 1.25rem 0.75rem;
    border: 1px solid rgba(0,0,0,.05);
}

.admin-header[b-4v6k8mz7sa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem
}

.admin-title[b-4v6k8mz7sa] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: .2px;
    color: #222
}

    .admin-title .dot[b-4v6k8mz7sa] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--primary-color);
        box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color) 30%, transparent);
    }
/* DataTable look */
table.dataTable thead th[b-4v6k8mz7sa] {
    background: linear-gradient(0deg, rgba(0,0,0,.02), rgba(0,0,0,.02));
    border-bottom: 2px solid color-mix(in srgb, var(--secondary-color) 45%, #fff);
    color: #111;
    font-weight: 700;
}

table.dataTable tbody tr[b-4v6k8mz7sa] {
    transition: background .2s ease, transform .05s ease;
}

    table.dataTable tbody tr:hover[b-4v6k8mz7sa] {
        background: color-mix(in srgb, var(--secondary-color) 10%, #fff);
    }

.role-pill[b-4v6k8mz7sa] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .85rem;
    background: color-mix(in srgb, var(--secondary-color) 30%, #fff);
    border: 1px solid color-mix(in srgb, var(--secondary-color) 50%, #fff);
    color: #113;
}

.btn-ghost[b-4v6k8mz7sa] {
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    color: #222;
    padding: .45rem .7rem;
    border-radius: 10px;
    font-weight: 600;
    transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}

    .btn-ghost:hover[b-4v6k8mz7sa] {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0,0,0,.08);
    }

.btn-primary-soft[b-4v6k8mz7sa] {
    background: var(--primary-color);
    border: 1px solid rgba(0,0,0,.06);
    color: #222;
}

.btn-danger-soft[b-4v6k8mz7sa] {
    background: #ffe5e5;
    border: 1px solid #ffd1d1;
    color: #b21f1f;
}

.dt-layout-row .dt-length select[b-4v6k8mz7sa] {
    border-radius: 10px;
    padding: .35rem .6rem;
    border: 1px solid rgba(0,0,0,.12);
}

.dt-layout-row .dt-search input[b-4v6k8mz7sa] {
    border-radius: 10px;
    padding: .35rem .6rem;
    border: 1px solid rgba(0,0,0,.12);
}

.sticky-actions[b-4v6k8mz7sa] {
    position: sticky;
    right: 0;
    background: #fff;
}
/* Avatar pequeño (si quieres mostrar más tarde) */
.mini-avatar[b-4v6k8mz7sa] {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

@media (max-width: 768px) {
    .admin-header[b-4v6k8mz7sa] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/TintaYGracia/Views/BlogPosts/CommentsSection.cshtml.rz.scp.css */
/* _content/TintaYGracia/Views/BlogPosts/Create.cshtml.rz.scp.css */
.ck-editor__editable_inline[b-slgvg5ggqa] {
    min-height: 300px;
    border-radius: 16px;
}
/* _content/TintaYGracia/Views/BlogPosts/Details.cshtml.rz.scp.css */
.title[b-gw5perwq2s] {
  font-size: 2.3rem;
  line-height: 1.3;
}

.i[b-gw5perwq2s] {
  color: var(--secondary-color);
}
.category-badge[b-gw5perwq2s] {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  user-select: none; 
}

.category-badge i[b-gw5perwq2s] {
  color: #333;
}

.social-icons-dark a i[b-gw5perwq2s] {
  color: #333;
}

.social-icons-dark a i:hover[b-gw5perwq2s] {
  color: var(--secondary-color);
}

#post .card[b-gw5perwq2s] {
  border-radius: 16px;
}

.abstract-text[b-gw5perwq2s] {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: left;
}

.content[b-gw5perwq2s] {
  font-size: 1.25rem;
  line-height: 1.75;
}

@keyframes pulse-b-gw5perwq2s {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.details-avatar[b-gw5perwq2s] {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border: 2px solid #f4d58d;
}

@media (max-width: 576px) {
  .title[b-gw5perwq2s] {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .abstract-text[b-gw5perwq2s] {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 2rem;
    text-align: left;
  }

  .content[b-gw5perwq2s] {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.social-icon[b-gw5perwq2s] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(244, 213, 141, 0.25);
  color: var(--primary-color); /* usa tu color primario */
  font-size: 1.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover[b-gw5perwq2s] {
  background-color: var(--secondary-color);
  color: #fff;
  transform: scale(1.1);
}

.post-like-btn[b-gw5perwq2s] {
  transition: transform 0.2s ease, color 0.2s ease;
}

.post-like-btn:hover i[b-gw5perwq2s] {
  transform: scale(1.1);
  color: var(--accent-color, #0d6efd);
}

.post-like-btn:disabled i[b-gw5perwq2s] {
  opacity: 0.6;
  cursor: not-allowed;
}
/* _content/TintaYGracia/Views/BlogPosts/Favorites.cshtml.rz.scp.css */
/* === CARD GENERAL === */
.modern-blog-card[b-85hs81zlz7] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  min-height: 320px;
  height: 100%;
}

.modern-blog-card:hover[b-85hs81zlz7] {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* === IMAGEN IZQUIERDA === */
.blog-img-wrapper[b-85hs81zlz7] {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.blog-img[b-85hs81zlz7] {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-img img[b-85hs81zlz7] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.blog-img:hover img[b-85hs81zlz7] {
  transform: scale(1.05);
}

.badge[b-85hs81zlz7] {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 1rem;
  padding: 0.3rem 0.6rem;
}

/* === CONTENIDO === */
.blog-content[b-85hs81zlz7] {
  flex: 1;
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h4[b-85hs81zlz7] {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.blog-content p[b-85hs81zlz7] {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  overflow: visible;
  max-height: none;
}

/* === AUTOR === */
.blog-author[b-85hs81zlz7] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-author img[b-85hs81zlz7] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info[b-85hs81zlz7] {
  line-height: 1.05;
}

.date[b-85hs81zlz7] {
  font-size: 0.7rem;
  line-height: 1.25;
  color: #6c757d;
}

.icon-btn[b-85hs81zlz7] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}
.icon-btn:hover[b-85hs81zlz7] {
  background-color: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
}

/* === BOTÓN COMPARTIR EN LA IMAGEN === */
.share-btn-top[b-85hs81zlz7] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f7e9b5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.share-btn-top:hover[b-85hs81zlz7] {
  background-color: #f3d97b;
  transform: scale(1.1);
}

/* === CONTENEDOR DE BOTONES INFERIOR === */
.blog-actions[b-85hs81zlz7] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* === BOTÓN LEER MÁS === */
.blog-actions .btn-primary[b-85hs81zlz7] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .modern-blog-card[b-85hs81zlz7] {
    flex-direction: column;
    min-height: auto;
  }

  .blog-img-wrapper[b-85hs81zlz7] {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .blog-img[b-85hs81zlz7] {
    border-radius: 0;
    aspect-ratio: 16 / 9;
  }

  .blog-content[b-85hs81zlz7] {
    padding: 1.5rem;
  }
}

/* =====================================================
   🔹 Paginación estilo moderno minimalista (como imagen)
===================================================== */

.pagination-wrapper[b-85hs81zlz7] {
  text-align: center;
}

.modern-pagination[b-85hs81zlz7] {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* 🔸 Botones numéricos */
.page-btn[b-85hs81zlz7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  padding: 0 0.5rem;
}

.page-btn:hover[b-85hs81zlz7] {
  background-color: #eaeaea;
}

/* 🔸 Número activo */
.page-btn.active[b-85hs81zlz7] {
  background-color: #000;
  color: #fff !important;
}

/* 🔸 Último número (ovalado) */
.page-btn.end-pill[b-85hs81zlz7] {
  border-radius: 999px;
  padding: 0 14px;
}

/* 🔸 Texto “Anterior / Siguiente” */
.page-text[b-85hs81zlz7] {
  color: #111;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.page-text:hover[b-85hs81zlz7] {
  color: #555;
}

/* 🔸 Ellipsis */
.page-ellipsis[b-85hs81zlz7] {
  color: #aaa;
  font-size: 1.2rem;
  user-select: none;
}

/* Responsive */
@media (max-width: 576px) {
  .page-btn[b-85hs81zlz7] {
    min-width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .row.g-4 > div[b-85hs81zlz7] {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* === Overlay de botones sobre la imagen === */
.image-actions[b-85hs81zlz7] {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.blog-img:hover .image-actions[b-85hs81zlz7] {
  opacity: 1;
}

.image-actions .btn[b-85hs81zlz7] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-actions .btn i[b-85hs81zlz7] {
  font-size: 1rem;
}

/* Opcional: mejora visual */
.image-actions .btn-warning i[b-85hs81zlz7] {
  color: #fff;
}

.image-actions .btn-danger i[b-85hs81zlz7] {
  color: #fff;
}
/* _content/TintaYGracia/Views/BlogPosts/Index.cshtml.rz.scp.css */
/* === CARD GENERAL === */
.modern-blog-card[b-sxuzianul2] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  min-height: 320px;
  height: 100%;
}

.modern-blog-card:hover[b-sxuzianul2] {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* === IMAGEN IZQUIERDA === */
.blog-img-wrapper[b-sxuzianul2] {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.blog-img[b-sxuzianul2] {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-img img[b-sxuzianul2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.blog-img:hover img[b-sxuzianul2] {
  transform: scale(1.05);
}

.badge[b-sxuzianul2] {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 1rem;
  padding: 0.3rem 0.6rem;
}

/* === CONTENIDO === */
.blog-content[b-sxuzianul2] {
  flex: 1;
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h4[b-sxuzianul2] {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.blog-content p[b-sxuzianul2] {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  overflow: visible;
  max-height: none;
}

/* === AUTOR === */
.blog-author[b-sxuzianul2] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-author img[b-sxuzianul2] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info[b-sxuzianul2] {
  line-height: 1.05;
}

.date[b-sxuzianul2] {
  font-size: 0.7rem;
  line-height: 1.25;
  color: #6c757d;
}

.icon-btn[b-sxuzianul2] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}
.icon-btn:hover[b-sxuzianul2] {
  background-color: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
}

/* === BOTÓN COMPARTIR EN LA IMAGEN === */
.share-btn-top[b-sxuzianul2] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f7e9b5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.share-btn-top:hover[b-sxuzianul2] {
  background-color: #f3d97b;
  transform: scale(1.1);
}

/* === CONTENEDOR DE BOTONES INFERIOR === */
.blog-actions[b-sxuzianul2] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* === BOTÓN LEER MÁS === */
.blog-actions .btn-primary[b-sxuzianul2] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .modern-blog-card[b-sxuzianul2] {
    flex-direction: column;
    min-height: auto;
  }

  .blog-img-wrapper[b-sxuzianul2] {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .blog-img[b-sxuzianul2] {
    border-radius: 0;
    aspect-ratio: 16 / 9;
  }

  .blog-content[b-sxuzianul2] {
    padding: 1.5rem;
  }
}

/* =====================================================
   🔹 Paginación estilo moderno minimalista (como imagen)
===================================================== */

.pagination-wrapper[b-sxuzianul2] {
  text-align: center;
}

.modern-pagination[b-sxuzianul2] {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* 🔸 Botones numéricos */
.page-btn[b-sxuzianul2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  padding: 0 0.5rem;
}

.page-btn:hover[b-sxuzianul2] {
  background-color: #eaeaea;
}

/* 🔸 Número activo */
.page-btn.active[b-sxuzianul2] {
  background-color: #000;
  color: #fff !important;
}

/* 🔸 Último número (ovalado) */
.page-btn.end-pill[b-sxuzianul2] {
  border-radius: 999px;
  padding: 0 14px;
}

/* 🔸 Texto “Anterior / Siguiente” */
.page-text[b-sxuzianul2] {
  color: #111;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.page-text:hover[b-sxuzianul2] {
  color: #555;
}

/* 🔸 Ellipsis */
.page-ellipsis[b-sxuzianul2] {
  color: #aaa;
  font-size: 1.2rem;
  user-select: none;
}

/* Responsive */
@media (max-width: 576px) {
  .page-btn[b-sxuzianul2] {
    min-width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .row.g-4 > div[b-sxuzianul2] {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* === Overlay de botones sobre la imagen === */
.image-actions[b-sxuzianul2] {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.blog-img:hover .image-actions[b-sxuzianul2] {
  opacity: 1;
}

.image-actions .btn[b-sxuzianul2] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-actions .btn i[b-sxuzianul2] {
  font-size: 1rem;
}

/* Opcional: mejora visual */
.image-actions .btn-warning i[b-sxuzianul2] {
  color: #fff;
}

.image-actions .btn-danger i[b-sxuzianul2] {
  color: #fff;
}
/* _content/TintaYGracia/Views/BlogPosts/Popular.cshtml.rz.scp.css */
/* === CARD GENERAL === */
.modern-blog-card[b-bn49jbsijq] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  min-height: 320px;
  height: 100%;
}

.modern-blog-card:hover[b-bn49jbsijq] {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* === IMAGEN IZQUIERDA === */
.blog-img-wrapper[b-bn49jbsijq] {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.blog-img[b-bn49jbsijq] {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-img img[b-bn49jbsijq] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.blog-img:hover img[b-bn49jbsijq] {
  transform: scale(1.05);
}

.badge[b-bn49jbsijq] {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 1rem;
  padding: 0.3rem 0.6rem;
}

/* === CONTENIDO === */
.blog-content[b-bn49jbsijq] {
  flex: 1;
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h4[b-bn49jbsijq] {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.blog-content p[b-bn49jbsijq] {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  overflow: visible;
  max-height: none;
}

/* === AUTOR === */
.blog-author[b-bn49jbsijq] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-author img[b-bn49jbsijq] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info[b-bn49jbsijq] {
  line-height: 1.05;
}

.date[b-bn49jbsijq] {
  font-size: 0.7rem;
  line-height: 1.25;
  color: #6c757d;
}

.icon-btn[b-bn49jbsijq] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}
.icon-btn:hover[b-bn49jbsijq] {
  background-color: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
}

/* === BOTÓN COMPARTIR EN LA IMAGEN === */
.share-btn-top[b-bn49jbsijq] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f7e9b5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.share-btn-top:hover[b-bn49jbsijq] {
  background-color: #f3d97b;
  transform: scale(1.1);
}

/* === CONTENEDOR DE BOTONES INFERIOR === */
.blog-actions[b-bn49jbsijq] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* === BOTÓN LEER MÁS === */
.blog-actions .btn-primary[b-bn49jbsijq] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .modern-blog-card[b-bn49jbsijq] {
    flex-direction: column;
    min-height: auto;
  }

  .blog-img-wrapper[b-bn49jbsijq] {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .blog-img[b-bn49jbsijq] {
    border-radius: 0;
    aspect-ratio: 16 / 9;
  }

  .blog-content[b-bn49jbsijq] {
    padding: 1.5rem;
  }
}

/* =====================================================
   🔹 Paginación estilo moderno minimalista (como imagen)
===================================================== */

.pagination-wrapper[b-bn49jbsijq] {
  text-align: center;
}

.modern-pagination[b-bn49jbsijq] {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* 🔸 Botones numéricos */
.page-btn[b-bn49jbsijq] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  padding: 0 0.5rem;
}

.page-btn:hover[b-bn49jbsijq] {
  background-color: #eaeaea;
}

/* 🔸 Número activo */
.page-btn.active[b-bn49jbsijq] {
  background-color: #000;
  color: #fff !important;
}

/* 🔸 Último número (ovalado) */
.page-btn.end-pill[b-bn49jbsijq] {
  border-radius: 999px;
  padding: 0 14px;
}

/* 🔸 Texto “Anterior / Siguiente” */
.page-text[b-bn49jbsijq] {
  color: #111;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.page-text:hover[b-bn49jbsijq] {
  color: #555;
}

/* 🔸 Ellipsis */
.page-ellipsis[b-bn49jbsijq] {
  color: #aaa;
  font-size: 1.2rem;
  user-select: none;
}

/* Responsive */
@media (max-width: 576px) {
  .page-btn[b-bn49jbsijq] {
    min-width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .row.g-4 > div[b-bn49jbsijq] {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* === Overlay de botones sobre la imagen === */
.image-actions[b-bn49jbsijq] {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.blog-img:hover .image-actions[b-bn49jbsijq] {
  opacity: 1;
}

.image-actions .btn[b-bn49jbsijq] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-actions .btn i[b-bn49jbsijq] {
  font-size: 1rem;
}

/* Opcional: mejora visual */
.image-actions .btn-warning i[b-bn49jbsijq] {
  color: #fff;
}

.image-actions .btn-danger i[b-bn49jbsijq] {
  color: #fff;
}
/* _content/TintaYGracia/Views/Home/Index.cshtml.rz.scp.css */

/* _content/TintaYGracia/Views/Home/_About.cshtml.rz.scp.css */

.section-custom[b-xn2hkseoqs] {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* _content/TintaYGracia/Views/Home/_BlogPreview.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# Featured Posts Section
--------------------------------------------------------------*/
.featured-posts[b-4877ir6ypl] {
  overflow: visible;
  position: relative;
}

.featured-posts .blog-posts-slider .swiper-wrapper[b-4877ir6ypl] {
  height: auto !important;
}

.featured-posts .blog-post-item[b-4877ir6ypl] {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 1200px) {
  .featured-posts .blog-post-item[b-4877ir6ypl] {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .featured-posts .blog-post-item[b-4877ir6ypl] {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .featured-posts .blog-post-item[b-4877ir6ypl] {
    height: 450px;
  }
}

.featured-posts .blog-post-item img[b-4877ir6ypl] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-posts .blog-post-item[b-4877ir6ypl]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.featured-posts .blog-post-content[b-4877ir6ypl] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: var(--gh-white-color);
  z-index: 2;
}

@media (max-width: 1200px) {
  .featured-posts .blog-post-content[b-4877ir6ypl] {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .featured-posts .blog-post-content[b-4877ir6ypl] {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .featured-posts .blog-post-content[b-4877ir6ypl] {
    padding: 30px;
  }
}

.featured-posts .blog-post-content .post-meta[b-4877ir6ypl] {
  margin-bottom: 15px;
  font-size: 14px;
}

.featured-posts .blog-post-content .post-meta span[b-4877ir6ypl] {
  display: inline-block;
  margin-right: 20px;
}

.featured-posts .blog-post-content .post-meta span i[b-4877ir6ypl] {
  margin-right: 5px;
  font-size: 16px;
}

.featured-posts .blog-post-content .post-meta span:last-child[b-4877ir6ypl] {
  margin-right: 0;
}

.featured-posts .blog-post-content h2[b-4877ir6ypl] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--gh-white-color);
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .featured-posts .blog-post-content h2[b-4877ir6ypl] {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .featured-posts .blog-post-content h2[b-4877ir6ypl] {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .featured-posts .blog-post-content h2[b-4877ir6ypl] {
    font-size: 22px;
  }
}

.featured-posts .blog-post-content h2 a[b-4877ir6ypl] {
  color: var(--gh-white-color);
  transition: 0.3s;
}

.featured-posts .blog-post-content h2 a:hover[b-4877ir6ypl] {
  color: color-mix(in srgb, var(--gh-white-color), transparent 20%);
}

.featured-posts .blog-post-content p[b-4877ir6ypl] {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .featured-posts .blog-post-content p[b-4877ir6ypl] {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}

.featured-posts .blog-post-content .read-more[b-4877ir6ypl] {
  display: inline-flex;
  align-items: center;
  color: var(--gh-white-color);
  font-weight: 500;
  transition: 0.3s;
}

.featured-posts .blog-post-content .read-more i[b-4877ir6ypl] {
  margin-left: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.featured-posts .blog-post-content .read-more:hover[b-4877ir6ypl] {
  color: color-mix(in srgb, var(--gh-white-color), transparent 20%);
}

.featured-posts .blog-post-content .read-more:hover i[b-4877ir6ypl] {
  transform: translateX(5px);
}
/* _content/TintaYGracia/Views/Home/_Hero.cshtml.rz.scp.css */
/* === HERO BASE === */
#hero[b-dv6ve20xfy],
.swiper[b-dv6ve20xfy],
.swiper-wrapper[b-dv6ve20xfy],
.swiper-slide[b-dv6ve20xfy] {
  height: 100vh !important;
  position: relative;
}

.hero-image[b-dv6ve20xfy] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay[b-dv6ve20xfy] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-caption[b-dv6ve20xfy] {
  z-index: 2;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 2rem;
}

.hero-caption h1[b-dv6ve20xfy] {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-caption p[b-dv6ve20xfy] {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 700px;
}

.author-info[b-dv6ve20xfy] {
  line-height: 1.1;
}


.author-hero[b-dv6ve20xfy] {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
}

.date-hero[b-dv6ve20xfy] {
  font-size: 1.1rem;
  line-height: 1.25;
  color: #fff;
}

.avatar-hero[b-dv6ve20xfy] {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border: 2px solid #f4d58d;
}

/* Ajuste responsive */
@media (max-width: 768px) {
  .hero-caption[b-dv6ve20xfy] {
    padding: 2rem 1.5rem;
  }
  .hero-caption h1[b-dv6ve20xfy] {
    font-size: 1.6rem;
  }
  .hero-caption p[b-dv6ve20xfy] {
    font-size: 0.95rem;
  }
}


/* Badge */
.badge-soft[b-dv6ve20xfy] {
  background-color: rgba(244, 213, 141, 0.4);
  backdrop-filter: blur(4px);
  color: #fff;
  border-radius: 50rem;
  padding: 0.4rem 0.9rem;
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: uppercase;
}


/* === Swiper Hero Pagination Fix === */
.hero-pagination[b-dv6ve20xfy] {
  position: absolute;
  bottom: 2rem;          
  left: 0;
  right: 0;
  z-index: 10;           
  text-align: center;   
}

/* _content/TintaYGracia/Views/Home/_Verse.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# Call To Action 2 Section
--------------------------------------------------------------*/
.call-to-action-2[b-uafeihnvct] {
  min-height: 60vh;
  position: relative;
  padding: 3rem;
  background-color: var(--primary-color);
  border-radius: 1rem;
  overflow: hidden;
}

.call-to-action-2 .badge[b-uafeihnvct] {
  background-color: color-mix(in srgb, var(--secondary-color), transparent 90%);
  color: var(--secondary-color);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 2rem;
}

.call-to-action-2 h2[b-uafeihnvct] {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.call-to-action-2 p[b-uafeihnvct] {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
}

.call-to-action-2 .features .feature-item[b-uafeihnvct] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--gh-white-color);
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.call-to-action-2 .features .feature-item:hover[b-uafeihnvct] {
  transform: translateY(-2px);
}

.call-to-action-2 .features .feature-item i[b-uafeihnvct] {
  color: var(--primary-color);
  font-size: 1.25rem;
}

.call-to-action-2 .features .feature-item span[b-uafeihnvct] {
  font-weight: 500;
}

.call-to-action-2 .cta-buttons .btn[b-uafeihnvct] {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.call-to-action-2 .content-right[b-uafeihnvct] {
  flex-shrink: 0;
  max-width: 100%;
  width: 450px;
}

.call-to-action-2 .content-right img[b-uafeihnvct] {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.call-to-action-2 .content-right .floating-card[b-uafeihnvct] {
  position: absolute;
  bottom: 2rem;
  left: -1rem;
  background: var(--gh-white-color);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: float-b-uafeihnvct 3s ease-in-out infinite;
}

.call-to-action-2 .content-right .floating-card .card-icon[b-uafeihnvct] {
  width: 3rem;
  height: 3rem;
  background-color: color-mix(in srgb, var(--primary-color), transparent 90%);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-to-action-2 .content-right .floating-card .card-icon i[b-uafeihnvct] {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.call-to-action-2 .content-right .floating-card .card-content[b-uafeihnvct] {
  display: flex;
  flex-direction: column;
}

.call-to-action-2 .content-right .floating-card .card-content .stats-number[b-uafeihnvct] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-color);
}

.call-to-action-2 .content-right .floating-card .card-content .stats-text[b-uafeihnvct] {
  font-size: 0.875rem;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .call-to-action-2[b-uafeihnvct] {
    padding: 2rem;
  }

  .call-to-action-2 .content-right[b-uafeihnvct] {
    width: 75%;
    margin-top: 2rem;
  }

  .call-to-action-2 .content-right .floating-card[b-uafeihnvct] {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -3rem;
    margin-right: 1rem;
    z-index: 1;
  
  }
}



@keyframes float-b-uafeihnvct {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
/* _content/TintaYGracia/Views/Shared/_Layout.cshtml.rz.scp.css */
.navbar[b-v2fx3ywaha] {
  background-color: #ffffff;
}

/* Abrir dropdown al pasar el mouse */
.nav-item.dropdown:hover .dropdown-menu[b-v2fx3ywaha] {
  display: block;
}

/* Evitar que se cierre al mover un poco el mouse */
.nav-item .dropdown-menu[b-v2fx3ywaha] {
  margin-top: 0; /* Ajusta si se baja mucho */
}

/* Marca */
.brand-title[b-v2fx3ywaha] {
  font-family: "Bonheur Royale", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
}

/* Marca */
.brand-title-footer[b-v2fx3ywaha] {
  font-family: "Bonheur Royale", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .brand-title.brand-title-footer[b-v2fx3ywaha] {
    font-size: 2rem;
    font-weight: 500;
  }
}

.dropdown-menu[b-v2fx3ywaha] {
  border-radius: 16px;
}
