* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-neutral-0: #000000;
    /*nav-bar e footer*/
    --color-neutral-1: #141414;
    /*fundo do site*/
    --color-neutral-2: #080533;
    /*botoes do site*/
    --color-neutral-3: #ffffff;
}

button {
    cursor: pointer;
}

:root {
    --padding-mobile: 1rem; /* Facilita ajustes rápidos para mobile */
}

/*Inicio da nav-bar*/
header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: var(--color-neutral-0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 111;
    text-decoration: none;
}

.logo {
    font-size: 28px;
    color: #a8a29e;
}


.logo img {
    width: 430px;
}

@media screen and (max-width: 1100px) {
    .logo img {
        width: 230px;
    }
}

@media screen and (max-width: 938px) {
    .logo img {
        padding-right: 20px;
        width: 270px;
    }
}

.hamburguer {
    display: none;
}

.nav-bar ul {
    display: flex;
}

.nav-bar ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    transition: 0.2s;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
}

.nav-bar ul li a:hover {
    color: #585656;
    transition: 0.4s;
}



.nav-bar button {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: var(--color-neutral-2);
    border-radius: 18px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

button:hover {
    transition: 0.5s;
    transform: scale(1.1);
}


@media only screen and (max-width:1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1100px) {
    header {
        padding: 0 30px;
    }
}

@media only screen and (max-width:950px) {
    .hamburguer {
        display: block;
        cursor: pointer;
    }

    .hamburguer .line {
        width: 30px;
        height: 3px;
        background: #fff;
        margin: 6px 0;
    }

    .nav-bar {

        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: black;
        transition: 0.2s;
        z-index: 99;
        overflow: hidden;
    }

    .nav-bar.active {
        height: 450px;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }


    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a {
        margin-bottom: 12px;
    }
}

/*fim da navbar*/



body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
    background-color: #0e0d0d;
}

main {
    padding-top: 160px;
}

.inicio {
    margin-top: -80px;
    width: 100%;

    font-size: 30px;
    text-align: center;
    color: white;
    position: relative;
    display: inline-block;
}

.inicio h1 {
    position: absolute;
    top: 100px;
    right: 1100px;
    font-size: 40px;
    color: white;
    text-shadow: 0 px 0 px 5px black;
}


.nome-loja {
    position: absolute;
    top: 5%;
    /* Mais próximo do topo */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    /* Texto branco */
    font-size: 2.3rem;
    /* Tamanho da fonte inicial */
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    /* Sombra para destaque */
    text-align: center;
    z-index: 10;
    /* Garante que fique acima de outros elementos */
}

@media (max-width: 498px) {
    .nome-loja {
        font-size: 40px;
    }
}

.inicio img {
    width: 100vw;
    padding-top: -100px;

}

.img-bg {
    display: none;
    height: 60vw;
}

.img-mb {
    display: block;
    height: 100vw;
}

@media (min-width: 498px) {
    .img-bg {
        display: block;
    }

    .img-mb {
        display: none;
    }
}

.counters-section {
    position: absolute;
    top: 45%;
    /* Ajuste de altura relativo à imagem */
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 25rem;
    text-align: center;

}



.counter {
    background-color: rgba(0, 0, 0, 0.6);
    /* Fundo semi-transparente */
    padding: 1.5rem 2rem;
    /* Espaçamento interno */
    border: 3px solid #000000;
    /* Borda branca */
    border-radius: 15px;
    /* Bordas arredondadas */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    /* Sombra para destaque */
    color: #fff;
    /* Texto em branco */
    width: 150px;
    /* Largura fixa para uniformidade */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter .number {
    font-size: 2.5rem;
    font-weight: bold;
}

.counter p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

/* Responsividade */

@media only screen and (max-width:1320px) {
    .nome-loja {
        font-size: 2.8rem;
        /* Reduz tamanho do texto em tablets */
        top: 4%;
        /* Mais próximo do topo para telas médias */
    }

    .counters-section {
        display: flex;
        /* Ajusta para coluna em telas pequenas */
        gap: 1rem;
        /* Reduz o espaçamento entre os contadores */
        padding-bottom: 00px;
    }
}


@media only screen and (max-width:1100px) {
    .nome-loja {
        font-size: 2.8rem;
        /* Reduz tamanho do texto em tablets */
        top: 4%;
        /* Mais próximo do topo para telas médias */
    }

    .counters-section {
        display: flex;
        /* Ajusta para coluna em telas pequenas */
        gap: 1rem;
        /* Reduz o espaçamento entre os contadores */

    }
}

@media (max-width: 768px) {

    .nome-loja {
        font-size: 1.9rem;
        /* Reduz tamanho do texto em tablets */
        top: 4%;
        /* Mais próximo do topo para telas médias */
    }

    .counters-section {
        flex-direction: column;
        /* Ajusta para coluna em telas pequenas */
        gap: 1rem;
        /* Reduz o espaçamento entre os contadores */

    }

    .counter {
        width: 90%;
        /* Ajusta a largura para ocupar quase toda a tela */
        max-width: 280px;
        /* Limita o tamanho máximo */
        padding: 0.4rem 0.5rem;
        /* Reduz o espaço interno para caber melhor */
    }

    .counter .number {
        font-size: 1rem;
        /* Diminui o tamanho da fonte */
    }

    .counter p {
        font-size: 0.9rem;
        /* Texto menor para descrição */
    }
}

@media (max-width: 480px) {

    .nome-loja {
        font-size: 1.4rem;
        top: 5%;
        /* Mais próximo do topo para telas muito pequenas */
    }

    .counter {
        width: 95%;
        /* Ocupa quase toda a largura da tela */
        padding: 0.4rem 0.5rem;
        /* Reduz ainda mais o espaço interno */
    }

    .counter .number {
        font-size: 1rem;
        /* Ajusta o tamanho da fonte para telas muito pequenas */
    }

    .counter p {
        font-size: 0.8rem;
        /* Reduz o texto descritivo */
    }
}

.sobre {
    color: rgb(255, 255, 255);
    text-align: justify;

    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    position: flex;
    background-color: var(--color-neutral-2);
    margin-left: -3px;
    margin-top: 79px;

}

.sobre h1 {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;

    margin-left: -3px;
    margin-top: 7px;

    margin-top: -84px;

}

.sobre h3 {
    text-align: justify;
    height: 150px;
}

.historia {
    text-align: justify;
    color: white;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;

}

.historia h1 {
    padding-bottom: 20px;
    padding-top: 8px;
    text-align: center;
}

.fundo {
    position: relative;
    background-color: var(--color-neutral-2);
    height: 550px;
    padding-left: 20px;
    line-height: 30px;
}


.missao {
    padding-top: 30px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

.visao {
    padding-top: 30px;
    color: var(--color-neutral-3);
}

.valores {
    color: var(--color-neutral-3);
    line-height: 40px;
    padding-top: 30px;
}

.contact button{
    justify-content: center;
    align-items: center;
    margin-left: 740px;
    position: absolute;
    top: 100%;
    /* Ajuste de altura relativo à imagem */
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: var(--color-neutral-1);
    text-decoration: none;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 20px;
}

.contact button a{
    text-decoration: none;
    color: var(--color-neutral-3);
    font-size: 16px;
    
}

@media screen and (max-width: 480px) {

    .fundo {
        height: 1200px;
        line-height: 30px;
    }

    .missao {
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
        padding-top: 30px;
    }

    .visao {
        padding-top: 10px;
        

        padding-left: 20px;
        padding-right: 20px;
    }

    .valores {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;

    }

}

.valores img {
    position: absolute;
    right: 5%;
    bottom: 65%;
    height: 20vw;
    max-width: 30%;
    z-index: 1;
    object-fit: contain;
    top: -50%;
}

/* Responsividade */

@media (min-width: 1280px){}

@media (max-width: 1024px) {
    .valores img {
        height: 25vw;
        right: 3%;
    }
}

@media (max-width: 768px) {
    .valores img {
        top: 110%;
        height: 30vw;
        max-width: 40%;
        right: 2%;
    }
}

@media (max-width: 480px) {
    .valores img {
        height: 80vw;
        /* Imagem maior em telas pequenas */
        max-width: 50%;
        /* O tamanho da largura também aumenta */
        right: 1%;
        /* Quase encostado na borda */
        flex-direction: column;
        margin-right: 105px;
        
        position: absolute;
        bottom: -50px;
        
    }
}

footer {
    width: 100%;
    color: white;
    text-decoration: none;
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: var(--color-neutral-1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
    gap: 80px;
}

#footer_contacts img {
    margin-bottom: 0.75rem;
    width: 300px;
    margin-top: -120px;
    margin-bottom: -100px;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#footer_social_media .footer-link {
    height: 2.5rem;
    width: 2.5rem;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list i {
    cursor: pointer;
    background-color: white;
    color: var(--color-neutral-2);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;

}

.footer-list i:hover {
    transform: scale(1.2);
}

.footer-list .footer-link {
    color: white;
    transition: all 0.4s;
}

.footer-list .footer-link:hover {
    color: #979797;
}

@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .main {
        display: block;
        background-image: none;
    }
}

.showcase_content p {
    width: 50vw;
    text-align: center;
    justify-content: center;
}

.showcase_content h1 {
    width: 50vw;

}

.btn-whatsapp img{
    max-width: 74px;
    transition: transform 0.4s;
}

.btn-whatsapp{
    position: fixed;
    bottom: 14px;
    right: 24px;
    z-index: 99;
}

.btn-whatsapp img:hover{
    transform: scale(1.1);
}

.btn-whatsapp .texto-btn{
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 8px;
    left: -144px;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    background-color: #313131;
    color: white;
    opacity: 0;
    transition: opacity 0.4s;
}

.btn-whatsapp:hover .texto-btn{
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 768px){
    .btn-whatsapp img{
        max-width: 54px;
    }
}