/* SinEmbargo Widgets CSS */
.sinembargo-secciones-widget {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Header */
.secciones-header {
    margin-bottom: 20px;
}

.secciones-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.secciones-icon {
    width: 20px;
    height: 20px;
    background: #dc3545;
    color: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.secciones-text {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
}

.secciones-category-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}

.secciones-category-title a {
    color: #212529;
    text-decoration: none;
}

.secciones-category-title a:hover {
    color: #dc3545;
}

/* Carrusel Container */
.secciones-carousel-container {
    position: relative;
}

.secciones-carousel {
    margin: 0 -10px;
}

/* Items del carrusel */
.secciones-item {
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
}

.secciones-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.secciones-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Imagen */
.secciones-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}

.secciones-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.secciones-link:hover .secciones-image img {
    transform: scale(1.05);
}

.secciones-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 2rem;
}

/* Título */
.secciones-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #212529;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Navegación */
.secciones-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.secciones-prev,
.secciones-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d5cacb;
    color: #d5cacb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secciones-prev:hover,
.secciones-next:hover {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

/* Responsive */
@media (max-width: 768px) {
    .secciones-item {
        width: 100%;
    }
    
    .secciones-image {
        height: 160px;
    }
    
    .secciones-category-title {
        font-size: 1.5rem;
    }
    
    .secciones-item-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .secciones-item {
        width: 100%;
    }
    
    .secciones-image {
        height: 140px;
    }
}

/* AGREGAR al final de assets/style.css */

/* Widget Opinión en Video */
.sinembargo-opinion-widget {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Header */
.opinion-header {
    margin-bottom: 20px;
}

.opinion-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.opinion-icon {
    width: 20px;
    height: 20px;
    background: #dc3545;
    color: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.opinion-text {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

/* Carrusel Container */
.opinion-carousel-container {
    position: relative;
}

.opinion-carousel {
    margin: 0 -10px;
}

/* Items del carrusel */
.opinion-item {
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
}

.opinion-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.opinion-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Imagen */
.opinion-image {
    width: 100%;
    
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}

.opinion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.opinion-link:hover .opinion-image img {
    transform: scale(1.05);
}

.opinion-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 2rem;
}

/* Autor */
.opinion-author {
    color: #dc3545;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Título */
.opinion-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #212529;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Navegación */
.opinion-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.opinion-prev,
.opinion-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d5cacb;
    color: #d5cacb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.opinion-prev:hover,
.opinion-next:hover {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

/* Ver sección */
.opinion-ver-seccion {
    text-align: center;
}

.opinion-ver-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #dc3545;
    font-weight: 500;
    font-size: 0.9rem;
}

.opinion-ver-link i {
    font-size: 1.2rem;
}

.opinion-ver-link:hover {
    color: #b02a37;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .opinion-item {
        width: 100%;
    }
    
    .opinion-image {
        height: 160px;
    }
    
    .opinion-item-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .opinion-item {
        width: 100%;
    }
    
    .opinion-image {
        height: 140px;
    }
}

/* AGREGAR al final de assets/style.css */

/* Widget Opinión General */
.sinembargo-opinion-general-widget {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Header */
.opinion-general-header {
    margin-bottom: 20px;
}

.opinion-general-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.opinion-general-icon {
    width: 20px;
    height: 20px;
    background: #dc3545;
    color: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.opinion-general-text {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
}

/* Carrusel Container */
.opinion-general-carousel-container {
    position: relative;
}

.opinion-general-carousel {
    margin: 0 -10px;
}

/* Items del carrusel */
.opinion-general-item {
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
}

.opinion-general-link {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.opinion-general-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Avatar */
.opinion-general-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.opinion-general-avatar img.avatar-circular {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opinion-general-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.5rem;
}

/* Título */
.opinion-general-item-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Cita */
.opinion-general-cita {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 20px;
    font-style: italic;
}

/* Autor */
.opinion-general-author {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Navegación */
.opinion-general-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.opinion-general-prev,
.opinion-general-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d5cacb;
    color: #d5cacb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.opinion-general-prev:hover,
.opinion-general-next:hover {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

/* Ver sección */
.opinion-general-ver-seccion {
    text-align: center;
}

.opinion-general-ver-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #dc3545;
    font-weight: 500;
    font-size: 0.9rem;
}

.opinion-general-ver-link i {
    font-size: 1.2rem;
}

.opinion-general-ver-link:hover {
    color: #b02a37;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .opinion-general-item {
        width: 100%;
    }
    
    .opinion-general-avatar {
        width: 70px;
        height: 70px;
    }
    
    .opinion-general-item-title {
        font-size: 1.1rem;
    }
    
    .opinion-general-cita {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .opinion-general-item {
        width: 100%;
    }
    
    .opinion-general-avatar {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
} 