body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Ajustes generales */
.mini-font {
    font-size: 10px;
    letter-spacing: 1px;
}

.object-fit-cover {
    object-fit: cover;
}

/* Sección 2 Swiper */
.tickerSwiper {
    width: 100%;
    height: 100%;
}

/* Gradientes para textos sobre imágenes */
.gradient-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}

.main-hero {
    height: 600px;
}

/* Sombras y cards */
.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Banner Publicidad Section 4 */
.banner-appliance {
    min-height: 250px;
}

/* Footer border */
footer .border-secondary {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Pagination activa */
.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
#offcanvasRight .offcanvas-body {
    scrollbar-width: thin; /* Para Firefox */
}

#offcanvasRight .recent-posts h6 a:hover {
    color: #0d6efd !important; /* Color azul de tu logo */
    transition: 0.3s;
}

#offcanvasRight .contact-info a:hover {
    color: #0d6efd !important;
}

/* Efecto suave al pasar el mouse por la imagen */
#offcanvasRight .recent-posts img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.breadcrumb-item + .breadcrumb-item::before { content: "›"; }
    .hover-blue:hover { color: #0d6efd !important; transition: 0.3s; }
    .card { transition: transform 0.3s ease; }
    .card:hover { transform: translateY(-5px); }
    .pagination .page-item.active .page-link {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }
    .pagination .page-link {
        color: #333;
        padding: 10px 18px;
        margin: 0 3px;
        border-radius: 5px !important;
    }


/* --- ESTILOS GENERALES Y LECTURA --- */
.detalle-nota {
    font-family: 'Georgia', serif; /* Tipografía serif para mejor lectura en cuerpo */
    font-size: 1.15rem;
    line-height: 1.8;
    color: #333;
}

/* Estilo para la Letra Capital (Drop Cap) */
.has-drop-cap-fluid::first-letter {
    float: left;
    font-size: 5.5rem;
    line-height: 0.7;
    margin: 0.1em 0.1em 0.1em 0;
    font-weight: 800;
    color: #0d6efd; /* Color primario de Axis */
    text-transform: uppercase;
}

/* --- TÍTULOS --- */
.wrap__article-detail-title h1 {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 15px;
    line-height: 1.1;
}

.wrap__article-detail-title h3 {
    font-weight: 400;
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 25px;
}

/* --- ANIMACIÓN DE REDES SOCIALES (Sticky Side) --- */
.social__media__animation {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.menu.topLeft {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share.bottom {
    position: relative;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #eee;
}

.share.bottom:hover {
    background: #0d6efd;
    color: #fff;
}

.list__submenu {
    position: absolute;
    top: 50px;
    left: 0;
    list-style: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.share.bottom:hover .list__submenu {
    opacity: 1;
    visibility: visible;
}

.list__submenu li {
    margin-bottom: 10px;
}

.list__submenu a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.facebook { background: #3b5998; }
.twitter { background: #000; }
.instagram { background: #e4405f; }
.googlePlus { background: #25d366; } /* WhatsApp color */

/* --- CAJA DE AUTOR --- */
.wrap__profile {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    margin: 40px 0;
    border-left: 5px solid #0d6efd;
}

.image-profile img, .rounded-circle {
    object-fit: cover;
}

/* --- NAVEGACIÓN (Anterior/Siguiente) --- */
.single_navigation-next {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.single_navigation-next:hover {
    background: #0d6efd;
}

.single_navigation-next a {
    text-decoration: none;
    color: #222;
    display: block;
}

.single_navigation-next span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 5px;
}

.single_navigation-next:hover a, 
.single_navigation-next:hover span {
    color: #fff !important;
}

/* --- SIDEBAR WIDGETS --- */
.border_section {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.border_section::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #0d6efd;
}

.blog-tags a {
    background: #f1f1f1;
    color: #555;
    padding: 5px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.blog-tags a:hover {
    background: #0d6efd;
    color: #fff;
}

/* --- IMAGEN PRINCIPAL --- */
.wrap__article-detail-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
