.sb-top-bar .sb-right-side {
    width: auto !important;
    margin-left: auto;
}

.sb-top-bar .sb-right-side nav .sb-navigation {
    justify-content: flex-end;
}

.sb-top-bar .sb-right-side nav .sb-navigation li:last-child a {
    padding-right: 0;
}

.sb-banner-color {
    background: linear-gradient(180deg, #5a9cdf 0%, #b8d4ef 55%, #ffffff 100%) !important;
    background-image: linear-gradient(180deg, #5a9cdf 0%, #b8d4ef 55%, #ffffff 100%) !important;
    position: relative;
    overflow: hidden;
}

.sb-banner.sb-banner-color.sb-banner-sm .sb-main-title-frame,
.sb-banner.sb-banner-color.sb-banner-xs .sb-main-title-frame,
.sb-banner.sb-banner-color .sb-main-title-frame {
    min-height: 380px;
    padding: 200px 0 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sb-banner-color::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 80px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,32 C320,96 720,0 1080,32 C1260,48 1380,72 1440,64 L1440,80 L0,80 Z'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.sb-banner-color .sb-main-title-frame {
    position: relative;
    z-index: 1;
}

.sb-breadcrumbs {
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    padding: 0 !important;
    letter-spacing: 0.5px;
    font-size: 0.78rem;
    font-weight: 600;
}

.sb-breadcrumbs li:after {
    content: "\203A" !important;
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.sb-breadcrumbs li:last-child:after {
    content: none !important;
}

.sb-breadcrumbs li a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    opacity: 1 !important;
    padding: 0 4px !important;
    cursor: pointer !important;
    transition: color 0.2s ease;
}

.sb-breadcrumbs li a:hover {
    color: #fff !important;
}

.sb-breadcrumbs li:last-child a,
.sb-breadcrumbs li[aria-current] a {
    color: #fff !important;
    cursor: default !important;
    pointer-events: none;
}

.img-kosher {
    width: 80px !important;
    top: 70% !important;
    position: absolute !important;
    z-index: 2 !important;
    float: right !important;
    left: 73% !important;
    height: auto !important;
}

.redes-flotantes {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 20;
}

.redes-flotantes img {
    transition: transform 0.2s ease-in-out;
}

.redes-flotantes a:hover img {
    transform: scale(1.1) rotate(6deg);
}

.alert {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    color: #fff;
}

.alert-success {
    background-color: #4CAF50;
}

.alert-danger {
    background-color: #f44336;
}

.sb-btn {
    border-radius: 999px !important;
    text-align: center;
    padding: 0 32px;
    background-color: #0055b8 !important;
    color: #fff !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
    filter: none !important;
}

.sb-btn:hover,
.sb-btn:focus {
    background-color: #1a6dc7 !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 85, 184, 0.28);
    transform: translateY(-1px);
    filter: none !important;
}

.sb-btn,
.sb-btn span,
.sb-btn > span {
    color: #fff !important;
}

.sb-short-menu .sb-menu-item .sb-cover-frame,
.sb-menu-section .sb-menu-item .sb-cover-frame {
    margin-bottom: 24px;
}

.sb-short-menu .sb-menu-item .sb-card-tp,
.sb-menu-section .sb-menu-item .sb-card-tp,
.sb-menu-item .sb-card-tp {
    background-color: transparent !important;
    padding: 0 !important;
    justify-content: center !important;
    text-align: center;
}

.sb-short-menu .sb-menu-item .sb-card-tp .sb-card-title,
.sb-menu-section .sb-menu-item .sb-card-tp .sb-card-title,
.sb-menu-item .sb-card-tp .sb-card-title {
    width: 100% !important;
    text-align: center;
}

.sb-btn > span {
    text-align: center;
    width: auto;
    justify-content: center;
}

.contacto-canales .contacto-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 85, 184, 0.08);
    text-decoration: none;
    color: #231E41;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.contacto-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 85, 184, 0.18);
}

.contacto-card .contacto-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #0055b8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.contacto-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: #0055b8;
}

.contacto-card p {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.contacto-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}

.producto-lista {
    list-style: none;
    padding: 0;
}

.producto-lista li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #4a4a5a;
    line-height: 1.5;
}

.producto-lista li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 0;
    color: #0055b8;
    font-weight: 700;
}

.producto-kosher {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px;
    background: #f5f7fb;
    border-radius: 12px;
    font-weight: 600;
    color: #231E41;
}

.producto-galeria {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.producto-thumb {
    flex: 0 0 calc(25% - 9px);
    aspect-ratio: 1 / 1;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}

.producto-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.producto-thumb:hover {
    transform: translateY(-2px);
}

.producto-thumb.activo {
    border-color: #0055b8;
}

.beneficios-banner-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.beneficios-sidebar {
    background-color: #f5f7fb;
    padding: 32px;
    border-radius: 16px;
}

.beneficios-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beneficios-lista li {
    border-bottom: 1px solid #e5e9f2;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

.beneficios-lista li:last-child {
    border-bottom: none;
}

.beneficios-lista li a {
    display: block;
    padding: 14px 12px;
    color: #231E41;
    text-decoration: none;
}

.beneficios-lista li:hover {
    background-color: #e8f0fb;
    padding-left: 8px;
}

.beneficios-lista li.activo {
    background-color: #0055b8;
}

.beneficios-lista li.activo a,
.beneficios-lista li.activo a strong {
    color: #fff;
}

@media (max-width: 991px) {
    nav .sb-navigation li ul {
        background-color: #ffffff !important;
    }
    nav .sb-navigation li ul li a {
        color: #231E41 !important;
    }
    nav .sb-navigation li ul li a:hover {
        color: #0055b8 !important;
        background-color: #f5f7fb !important;
    }
}

.sb-faq .sb-question h4,
.sb-faq .sb-question h2 {
    font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
}

.sb-faq .sb-answer,
.sb-faq .sb-answer .sb-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .sb-reviews-slider .swiper-slide {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    nav .sb-navigation li.sb-has-children {
        padding-bottom: 12px;
        margin-bottom: -12px;
    }
    nav .sb-navigation li ul {
        top: 100% !important;
        padding-top: 20px !important;
    }
    nav .sb-navigation li ul:before {
        pointer-events: auto;
    }
}

.sb-blog-card .sb-cover-frame {
    border-radius: 18px;
    overflow: hidden;
}

.sb-blog-card .sb-cover-frame img {
    border-radius: 18px;
    transition: transform 0.4s ease;
}

.sb-blog-card:hover .sb-cover-frame img {
    transform: scale(1.03);
}

.sb-post-cover {
    border-radius: 20px;
    overflow: hidden;
}

.sb-post-cover img {
    border-radius: 20px;
}

.sb-group-input input:placeholder-shown ~ label,
.sb-group-input textarea:placeholder-shown ~ label {
    top: 15px !important;
    left: 20px !important;
    font-size: 14px !important;
    color: #6F6F87 !important;
}

.sb-group-input input:focus ~ label,
.sb-group-input input:not(:placeholder-shown) ~ label,
.sb-group-input textarea:focus ~ label,
.sb-group-input textarea:not(:placeholder-shown) ~ label {
    top: -25px !important;
    left: 0 !important;
    font-size: 12px !important;
    color: #231E41 !important;
}

.sb-group-input input:valid ~ label:after,
.sb-group-input textarea:valid ~ label:after {
    content: none !important;
}

@media (max-width: 768px) {
    .contacto-form-card {
        padding: 28px 20px;
    }
}
