/* BUILD_ID:2025-07-23T10:24:24.173273+00:00-917f71e7-eeea-4204-831a-b70fa89bf4ea SHA256:7ca026f0f38555824d4aac3e1631a6d667a796e8461f34057f607c92aa0c3bbc */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}
h1 {
  color: #333;
}
hr {
    border: none;
    border-top: 1px solid #777;
    width: 80%;
}
a:link {
    text-decoration :none
}
a:visited {
    color: #fff;
    text-decoration :none
}
.top-warning {
    background-color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 16px;
}
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000;
    padding: 20px 0;
    color: #fff;
    margin: 0 auto;
}
.navbar-logo img {
    height: auto;
    max-width: 25vh;
}
.navbar-nav {
    display: flex;
    gap: 13vh;
}
.navbar-nav a {
    color: #fff;
    text-decoration: none;
}
.navbar-nav a:hover {
    color: #ffe610;
}
.navbar-nav a.active {
    color: #ffe610;
}
.navbar-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.banner {
    width: 100%;
    display: block;
}
.footer {
    background-color: #000;
    color: #fff;
    height: auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-content {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00000042;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-to-top:hover {
    background-color: #00000087;
}
@media (max-width: 768px) {
    .navbar {
        width: 100%;
    }
    .navbar-nav {
        display: none;
        flex-direction: column;
        background-color: #000;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        padding: 10%;
        gap: 25px;
    }
    .top-warning {
        padding: 10px;
        font-size: 12px;
    }
    .navbar-toggle {
        display: block;
    }
    .footer-content {
        flex-direction: column;
        text-align: left;
        gap: 0;
    }
    .footer {
        height: auto;
        padding: 20px 0;
    }
    .footer a{
        color: #fff;
    }
}
/* honey */
.eskobarvape-hny-fa3c12ff{display:none!important;}
