:root{--primary-color:#198754}
body{font-family:'Poppins',sans-serif;background:#f8f9fa}
.logo-text{font-size:1.8rem;font-weight:700;color:var(--primary-color)}
.navbar{padding:1rem 0}
.nav-link{font-weight:500;color:#333!important;margin:0 .5rem}
.nav-link:hover{color:var(--primary-color)!important}
.legal-section{min-height:70vh}
.legal-content{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}
.legal-content h1{color:var(--primary-color);font-weight:700}
.legal-content h3{color:#333;margin-top:2rem;margin-bottom:1rem;font-weight:600}
.legal-content p{line-height:1.8;color:#666}
.legal-content ul{margin-left:2rem;line-height:2}
.legal-content a{color:var(--primary-color);text-decoration:none}
.legal-content a:hover{text-decoration:underline}
/* Footer */
.footer {
    background: #1a1a1a !important;
}

    .footer h5 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-links a:hover {
        color: white;
    }

.footer-contact li {
    color: #adb5bd;
}

.footer-contact i {
    color: var(--primary-color);
    width: 20px;
}

.social-links a {
    transition: transform 0.3s ease;
    display: inline-block;
}

    .social-links a:hover {
        transform: translateY(-3px);
    }

.footer-payment-icons {
    color: rgba(255, 255, 255, 0.7);
}

    .footer-payment-icons i {
        transition: all 0.3s ease;
    }

        .footer-payment-icons i:hover {
            color: #ffffff;
            transform: translateY(-3px);
        }

.footer-badges .badge {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.instagram-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(225, 48, 108, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.instagram-button:hover {
   transform: scale(1.1);
   color: white;
   box-shadow: 0 6px 25px rgba(225, 48, 108, 0.6);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .instagram-button {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 80px;
        right: 20px;
    }
}

.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 5px 20px rgba(37,211,102,.4);z-index:1000;text-decoration:none}
.whatsapp-button:hover{transform:scale(1.1);color:#fff}
@media (max-width:768px)
{
    .legal-content{padding:1.5rem}
    .whatsapp-button{width:50px;height:50px;font-size:1.5rem;bottom:20px;right:20px}
    .footer .col-lg-3,.footer .col-lg-4,.footer 
    .col-md-6{text-align:center!important;margin-bottom:2rem}
    .footer .social-links{justify-content:center}
    .footer-links,.footer-contact{text-align:center!important}
    .footer-payment-icons,.footer-badges{justify-content:center}}
    .header-top{position:relative;overflow:hidden}
    .slogan-scroll-wrapper{overflow:hidden;width:100%;position:relative}
    .slogan-scroll{display:inline-flex;white-space:nowrap;animation:scroll-slogans 15s linear infinite;gap:4rem;align-items:center}
    .slogan-item{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}
    .slogan-item small{font-size:.875rem;font-weight:500;display:inline-flex;align-items:center}
    @keyframes scroll-slogans
    {
        0%{transform:translateX(0)

        }
        100%{transform:translateX(-50%)

        }

    }
    @media (min-width:768px)
    {
        .slogan-scroll-wrapper{display:none}

    }
    @media (max-width:767.98px)
    {
        .header-top .col-md-6:first-child{display:none}

    }
