/* Reset and Base Styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-drag: none;
    user-drag: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fixed-top-bar {
    position: fixed;
    top: [altura-do-header]px; /* Ajuste conforme necessário */
    width: 100%;
    z-index: 999;
    background: #f8f8f8;
}

select {
    padding: 0.5vh 2vw 0.5vh 2vw;
    font-size: 10px;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: color(--primary-color);
    font-family: 'Inter', sans-serif;
    background-color: color(--default-background);
}

.main {
    flex-grow: 1;
    position: relative;
    margin-top: 42px;
    max-width: 100%;
    display: grid;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.btn {
    display: inline-block;
    background-color: var(--button-color);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 4px var(--primary-color);
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    border: var(--primary-color) 2px solid;
    padding: 0.5vh 2vw 0.5vh 2vw;
    border-radius: 1.1vw;
    transform-origin: center;
}
.btn:hover {
        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        transform: translateY(-0.5vw);
        text-shadow: 2px 2px 4px rgba(41, 41, 41, 0.5);
}

.btn-consulta {
    display: inline-block;
    background-color: var(--secondary-color-hover);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 4px var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    border: var(--primary-color) 2px solid;
    padding: 0.5vh 1.5vw 0.5vh 1.5vw;
    border-radius: 0.5vw;
    color: black;
}
.btn-consulta:hover {
        background-color: var(--secondary-color);
        color: black;
        transform: translateY(-0.5vw);
        text-shadow: 2px 2px 4px rgba(41, 41, 41, 0.5);
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.google-button {
    background-color: #4285F4; /* Cor do Google Blue */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.google-button:hover {
    background-color: #357ae8; /* Tom mais escuro no hover */
}
.google-button i {
    font-size: 1.25rem; /* Tamanho do ícone */
}

:root {
    --button-color: #ffd200;
    --button-color-hover: #1A5276;
    --primary-color: #484845;
    --secondary-color: #ffd200;
    --secondary-color-hover: #f3c706;
    --light-gray: #f4f4f4;
    --background-description:#efefef;
    --medium-gray: #ccc;
    --dark-gray: #555;
    --font-precos: #000;
    --title-font-color: #1d12b9;
    --subtitle-font-color: #0f0958;
    --font-product-pack: #fff;
    --white: #fff;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --text-shadow-color: #aca8a8;
    --default-background: #f5f5f5;
    --bg:#0b1220;
    --card:#fff;
    --accent:#0b84ff;
}

.footer-placeholder {
    align-items: center;
    bottom: 0
}
/* Header Styles */
.header {
    display: inline-grid;
    position: fixed;
    background: linear-gradient(90deg, #BFBFBF 0%, #ECECEC 68%);
    box-shadow: 0px 4px 11px rgb(203 186 96);
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
}

    .header-container {
        display: none;
        padding: 1vh 2vw 1vh 0vw;
    }

    .header-content {
        display: flex;
        align-items: flex-start;
        position: sticky;
        justify-content: space-between;
    }
        .logo {
            flex: 0 0 auto;
            margin-top: 1.1vh;
        }
            .logo-header-img {
                height: 25px;
                width: auto;
                margin-left: 2vw;
                transition: all 0.3s ease;
                transform-origin: center;
            }
                .logo-header-img:hover,
                .logo-header-img.active {
                    color: #000;
                    transform: scale(1.05);
                    box-shadow: 0px 4px 11px rgba(235, 198, 1, 5.3);
                }

        .menu-toggle {
            display: flex;
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
            color: #2c3e50;
            position: absolute;
            right: 2vw;
            z-index: 1001;
            transition: transform 0.3s;
            padding: 5px;
        }
        
        .menu-toggle:hover {
            color: #e74c3c;
        }
        
        .nav-desktop {
            padding: 0 20px;
            display: flex;
            justify-content: center;
            text-wrap-mode: nowrap;
            width: 0;
        }
            .nav-list {
                display: contents;
                list-style: none;
                gap: 40px;
            }
                .nav-link {
                    text-decoration: none;
                    color: #333;
                    font-weight: 600;
                    font-size: 14px;
                    padding: 7px 2vw;
                    border-radius: 25px;
                    transition: all 0.3s ease;
                    position: relative;
                    text-shadow: 0px 1px 0px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 7px;
                }
                    .nav-link:hover,
                    .nav-link.active {
                        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
                        color: #000;
                        transform: translateY(-2px);
                        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
                    }

        .nav-mobile {
            background: linear-gradient(90deg, #BFBFBF 0%, #ECECEC 68%);
            position: sticky;
            top: 0;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0px 3px 0px;
            border-top: 1px solid #eee;
        }
            .logo-mobile {
                flex: 0 0 auto;
                margin-top: 0.2vh;
            }

            .nav-mobile-list {
                display: none; /* começa escondido */
                position: fixed;
                top: 43px;
                right: 2px;
                width: 50%;
                max-height: 0;
                overflow: hidden;
                flex-direction: column;
                background: #444;
                transition: max-height 0.5s ease-out;
            }
        
                .nav-mobile-list.active {
                    display: flex;
                    max-height: 500px;
                    border-radius: 0 0 15px 15px;
                    transition: max-height 0.5s ease-in;
                }
                .nav-mobile-link {
                    display: block;
                    padding: 9px 20px;
                    text-decoration: none;
                    color: #fff;
                    font-weight: 600;
                    border-bottom: 1px solid #eee;
                    transition: all 0.3s ease;
                }
                    .nav-mobile-link:hover,
                    .nav-mobile-link.active {
                        background-color: #FFD700;
                        color: #000;
                    }

.hero {
    display: flex;
    background-repeat: no-repeat;
    flex-direction: column;
    text-align: center;
    background-position: initial;
    justify-content: space-between;
    align-items: center;
}
        .logo-home-image {
            display: none;
            width: auto;
            text-align: center;
        }
            .logo-home-img {
                height: 9vw;
            }

        .hero-content h1 {
            color: var(--title-font-color);
            margin: 1vw auto 2vw 1vw;
            line-height: 1.2;
            text-align: center;
        }

        .hero-content p {
            font-size: 2.5vw;
            text-align: center;
            color: var(--subtitle-font-color);
            margin: 1vw auto auto 1vw;
            font-weight: 400;
            text-shadow: 0px 2px 160px, rgba(255, 255, 255, 0.9) 5px 7px 13px, rgba(223, 223, 223, 0.9) 3px 3px 2px;
        }


        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

.hero-image {
    position: relative;
}

.hero-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Footer */
.footer-placeholder {
    bottom: 0;
}
.footer {
    background-image: url("../images/footer-background.png");
    background-size: cover;
    background-position: center;
    bottom: 0;
    color: #fff;
    font-size: 1.5vw;
    position: relative;
    margin-top: 5px;
    box-shadow: 0px -3px 11px rgb(203 186 96);
    width: 100vw;

}
    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)); /* Darker overlay for better text readability and a more pronounced gradient */
        z-index: 1;
    }

    .footer .container {
        position: relative;
        z-index: 2;
    }
        .footer-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 1.5vh 0vw 0.5vh 0vw;
        }
            .footer-card {
                background-color: #FFD700;
                flex-direction: column;
                color: #000;
                padding: 20px 7px 2px 20px;
                border-radius: 8px;
                width: 100%;
                max-width: 96vw; 
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                margin-bottom: -30px;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
                position: relative;
                z-index: 4;
            }

                .footer-card-logo {
                    display: flex;
                    align-self: flex-end;
                    flex-shrink: 0;
                    margin: -20px -4px -52px 0vw;
                }
                    .footer-card-logo img {
                        height: 60px;
                        width: auto;
                    }

                .footer-card-info {
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;
                    font-size: 3vw;
                    text-align: left;
                    padding: 1vh 0vw 1vh 0vw;
                }

                    .footer-card-section.contacts {
                        display: block;
                        position: relative;
                    }
                    .footer-card-section.contact-link {
                        padding-left: 1vh;
                        display: ruby;
                    }

                    .footer-contact {
                        display: inline-block;
                        position: relative;
                        font-size: 2.8vw;
                        transition: all 0.3s ease;
                        transform-origin: center;
                    }

                    .footer-support-contact {
                        display: flex;
                        font-size: 2.8vw;
                        position: relative;
                        padding: 4px 1vh;
                        transition: all 0.3s ease;
                        transform-origin: center;
                    }

                .footer-card-section.address {
                    position: relative;
                    text-align: start;
                    align-self: flex-start;
                    padding: 0.8vh 2vw 0vh 0vw;
                    font-size: 0.7rem;
                    transform-origin: center;
                }
                    .footer-card-section.address:hover {
                        text-shadow: var(--text-shadow-color) 1px 3px 2px;
                        transform: scale(1.005);
                        letter-spacing: 0.5px;
                    }


                .footer-card-section.address:hover {
                    text-shadow: 1px 5px 5px color(--text-shadow-color);
                }

                .footer-contact:hover,
                .footer-support-contact:hover {
                    font-weight: 500;
                }

                .footer-card-section.address::after,
                .footer-support-contact::after,
                .footer-contact::after {
                    content: attr(data-name);
                    position: absolute;
                    bottom: 120%; /* acima do número */
                    left: 50%;
                    transform: translateX(-50%);
                    background: #333;
                    color: #fff;
                    padding: 5px 8px;
                    border-radius: 6px;
                    white-space: nowrap;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.3s;
                    font-size: 12px;
                    z-index: 10;
                }

                /* Triângulo do balão */
                .footer-card-section.address::before,
                .footer-support-contact::before,
                .footer-contact::before {
                    content: "";
                    position: absolute;
                    bottom: 110%;
                    left: 50%;
                    transform: translateX(-50%);
                    border-width: 6px;
                    border-style: solid;
                    border-color: #333 transparent transparent transparent;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.3s;
                }

                /* Mostrar no hover */
                .footer-card-section.address:hover::after,
                .footer-card-section.address:hover::before,
                .footer-support-contact:hover::after,
                .footer-support-contact:hover::before,
                .footer-contact:hover::after,
                .footer-contact:hover::before {
                    opacity: 1;
                    visibility: visible;
                }

                .footer-card-info.contact-info p {
                    position: relative;
                    text-shadow: var(--text-shadow-color) 1px 3px 2px;
                }

                .footer-card-section.contact-link p {
                    position: relative;
                }

.footer-card-section p {
    line-height: 1.2;
    color: #000;
}

.footer-card-section.contact-titles {
    margin-bottom: 5px;
}

.footer-card-section strong {
    font-weight: 700;
    color: #454040;
}

.footer-card-section.hours {
    display: block;
    position: static;
    font-size: 0.75rem;
    padding: 0px 0px 20px 0px;
    text-align: start;
    text-shadow: var(--text-shadow-color) 1px 3px 2px;
    margin: 0 49px 0 0;
}

.footer-card-section.companyid {
    font-weight: 600;
    font-size: 0.75rem;
    text-align: left;
    text-shadow: var(--text-shadow-color) 1px 3px 2px;
}

.footer-bottom {
    display: flex;
    position: relative;
    flex-direction: row;
    align-self: baseline;
    justify-content: space-between;
    width: 100%;
    bottom: -12px;
}
    .footer-last-line {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        margin-top: 3px;
    }
        .trabalhe-conosco {
            font-size: 0.7rem;
            display: inline-flex;
            justify-content: flex-end;
            align-items: end;
            flex-direction: column;
            transform-origin: center;
        }
            .trabalhe-conosco:hover {
                text-shadow: var(--text-shadow-color) 1px 3px 2px;
                transform: scale(1.05);
            }

        .social-media {
            display: inline-flex;
            justify-content: flex-end;
            align-items: end;
            flex-direction: column;
        }

            .small {
                margin-left: 8px;
                font-size: 0.3rem;
            }
            .footer-bomvink-insta {
                width: 5.2vw;
                height: 5.2vw;
                text-decoration: none;
                color: inherit;
                transition: transform 0.3s ease;
                transform-origin: center;
            }
                .footer-bomvink-insta:hover {
                    box-shadow: var(--text-shadow-color) 1px 3px 2px;
                    transform: scale(1.2);
                }

            .footer-bomvink-insta img {
                width: 100%;
                height: 100%;
                object-fit: fill;
            }

.footer-bottom-bar {
    position: relative;
    width: 100%;
    max-width: 96vw; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #e0e0e0, #c0c0c0); /* Grey gradient background */
    padding:30px 5px 4px 5px;
    color: #333; /* Darker text color for better contrast */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 3;
    flex-direction: row;
}

    .footer-bottom-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 0.5vh;
    }

    .footer-akirafn {
        display: flex;
        align-items: center;
        width: 100%;
        left: 0.5vw;
    }

        .footer-akirafn-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: inherit;
            transition: transform 0.2s ease;
        }
            .footer-akirafn-link:hover {
                transform: translateY(-2px);
            }

    .footer-akirafn-dev {
        display: flex;
        align-items: center;
        width: 100%;
        right: 0.5vw;
        justify-content: flex-end;
    }

        .footer-akirafn img,
        .footer-akirafn-dev img {
            width: 1vw;
            height: 1vw;
            object-fit: contain;
            margin-left: 0.5vw;
        }

        .footer-akirafn p,
        .footer-akirafn-dev p {
            margin: 0;
            font-size: 0.7rem;
            white-space: nowrap;
        }

        .privacy-link {
            color: #333;
            margin: 8px 0px 13px 0px;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 0.5rem;
            font-weight: 700;
            align-self: flex-end;
            white-space: nowrap;
        }
            .privacy-link:hover {
                transform: scale(1.05);
                box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
                color: #000;
            }
    .cookie-banner{
        flex-direction:column;
        align-items:stretch;
        position:fixed;
        left:0;
        right:0;
        bottom:18px;
        margin:0 auto;
        max-width:980px;
        background:var(--card);
        box-shadow:0 6px 24px rgba(3,10,18,.15);
        border-radius:12px;
        padding:18px;
        display:none;
        gap:12px;
        z-index:9999
    }
        .cookie-banner.show {
            display: flex;
            opacity: 1;
            transform: translateY(0);
        }
        .cookie-text{flex:1;color:#0b1220}
        .cookie-actions{display:flex;gap:8px}
        .btn{padding:10px 14px;border-radius:10px;border:1px solid rgba(11,18,32,.08);cursor:pointer;font-weight:600}
        .btn:focus{outline:3px solid rgba(11,132,255,.18)}
        .btn-primary{background:var(--accent);color:#fff;border:0}
        .btn-ghost{background:transparent;color:var(--bg)}
        .small{font-size:13px}
        .cookie-settings{color:#555;font-size:13px;margin-top:6px}

.nav-mobile .soundToggle {
    right : 9vw;
}
.nav-desktop .soundToggle {
    justify-content: right;
}
#soundToggleDesktop, #soundToggleMobile {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: #333;
    padding: 0;
    transition: transform 0.2s;
    transform-origin: center;
}

#soundToggle:hover {
    transform: scale(1.1);
}
#soundToggle:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sound-hint {
  background: rgba(34, 34, 34, 0.95);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(8px);
  text-align: center;
  line-height: 1.3;
  pointer-events: none;
  backdrop-filter: blur(4px);
  white-space: normal;
  word-break: break-word;
}

.sound-hint::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: rgba(34, 34, 34, 0.95) transparent transparent transparent;
}

.modal-image-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 8000;
}
    .modal-image-content {
        align-items: center;
        text-align: center;
        max-width: 90vw;
        max-height: 90vh;
    }
        .image-viewer-img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }


@media (min-width: 450px) {
    .main,
    .nav-mobile-list {
        top: 39px;
    }
        .nav-mobile-link {
            padding: 11px 20px;
        }
        .logo-header-img {
            height: 21px;
        }
            .logo-header-img:hover,
            .logo-header-img.active {
                box-shadow: 0px 2px 8px rgba(235, 198, 1, 5.3);
            }

        .menu-toggle {
            font-size: 26px;
        }

        .footer-card-section.hours {
            margin-bottom: 0;
            padding: 0;
            text-align: center;
        }

            .small {
                margin-left: 8px;
                font-size: 0.7rem;
            }
            .footer-bomvink-insta {
                width: 4.2vw;
                height: 4.2vw;
            }
}

@media (min-width: 575px) {
    .hero {
        height: 80vw;
    }
    .hero-content {
        padding: 0px 15px 0vh 1px;
    }

    .menu-toggle {
        font-size: 31px;
    }
    #soundToggleDesktop, #soundToggleMobile {
        justify-content: end;
    }
    .main,
    .nav-mobile-list {
        top: 42px;
    }

    .footer-card {
        flex-direction: row-reverse;
        justify-content: left;
        align-items: center;
        padding: 1vh 0.5vw 2vh 3vw;
    }

    .footer-card-logo {
        align-self: baseline;
        position: absolute;
        right: 14px;
        top: 16px;
    }

    .footer-card-info {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 2.3vw;
        flex-grow: 1;
        text-shadow: var(--text-shadow-color) 1px 3px 2px;
        margin-right: 1vw;
    }

    .footer-card-section {
        min-width: 17vw;
        font-size: 0.8rem;
    }

    .footer-card-without-icons {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-card-icon {
        font-size: 2.5rem;
    }

    .footer-card-section.contact-info {
        margin-bottom: 5px;
    }

    .footer-card-section.contact-titles,
    .footer-support {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-card-section.contact-link {
        max-width: 60vw;
        padding-left: 50px;
    }
    
    .assistencia.footer-support-contact {
        padding-left: 30px;
    }
    .footer-card-section p {
        line-height: 1.4;
    }
    .footer-contact,
    .footer-support-contact {
        font-size: 14px;
    }
    .footer-card-section.hours {
        right: auto;
        margin-bottom: 0;
        padding: 0;
        text-align: center;
        bottom: 3px;
        left: 8px;
    }

    .trabalhe-conosco {
        font-size: 0.85rem;
    }
    .social-media {
            flex-direction: row;
            /*margin: 15px 3px 4px 0px;*/
            align-items: center;
        }
            .small {
                margin-left: 3px;
            }
            .footer-bomvink-insta {
                width: 18px;
                height: 18px;
            }
                .footer-bomvink-insta:hover {
                    transform: scale(1.19);
                }

    .footer-card-section.address {
        padding: 6px 0px 0vh 9px;
    }
    .privacy-link {
        position: absolute;
        right: 5px;
        margin: 8px 0px 0px 0px;
        bottom: 0;
    }

    .footer-bottom-bar {
        padding: 0.6vh 0.8vw;
        margin-top: 24px;
    }
        .footer-bottom-content {
            flex-direction: row;
        }

    .cookie-banner{
        flex-direction:row;
        align-items:center;
        bottom:18px;
        margin:0 auto;
        max-width:980px;
        background:var(--card);
        box-shadow:0 6px 24px rgba(3,10,18,.15);
        border-radius:12px;
        padding:18px;
        gap:12px;
        align-items:center;
        z-index:9999
    }

}

@media (min-width: 768px) {

    .nav-mobile {
        display: none;
    }
    .header-container {
        display: flex;
        flex-direction: column;
    }
        .logo-mobile {
            margin-top: 5px;
        }

        .logo {
            margin-top: 0.2vh;
        }
            .logo-header-img {
                height: 24px;
            }
                .logo-header-img:hover,
                .logo-header-img.active {
                    box-shadow: 0px 4px 11px rgba(235, 198, 1, 5.3);
                }
        
    .hero {
        flex-direction: row;
        height: 37vw;
    }
        .hero-content {
            padding: 10px;
        }
            .logo-home-image {
                display: grid;
            }
            .hero-content h1 {
                text-align: start;
                margin: 0;
            }
            .hero-content p {
                font-size: 0.8rem;
                text-align: start;
                margin: 1vw auto auto 1vw;
                line-height: 1.3;
            }

    .footer-card-section.contact-link {
        max-width: 65vw;
        padding-left: 50px;
    }

    .footer-card-section.hours {
        right: auto;
        margin-bottom: 0;
        padding: 0;
        text-align: end;
        position: absolute;
        right: -42px;
        bottom: 60px;
    }

    .assistencia.footer-support-contact {
        padding-left: 24px;
    }

}

@media (min-width: 850px) {
    .assistencia.footer-support-contact {
        padding-left: 25px;
    }
}

@media (min-width: 943px) {
        .icon-img {
            width: 35px;
            height: 35px;
        }
}