/* Figma Styles of your File */
:root {
    /* Colors */
    /* Fonts */
    --h1-font-family: Poppins-SemiBold, sans-serif;
    --h1-font-size: 48px;
    --h1-line-height: 58px;
    --h1-font-weight: 600;
    --h1-font-style: normal;
    --h2-font-family: Poppins-Bold, sans-serif;
    --h2-font-size: 36px;
    --h2-line-height: 46px;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --p-font-family: Poppins-Regular, sans-serif;
    --p-font-size: 16px;
    --p-line-height: 26px;
    --p-font-weight: 400;
    --p-font-style: normal;
    --p2-font-family: Poppins-Bold, sans-serif;
    --p2-font-size: 16px;
    --p2-line-height: 26px;
    --p2-font-weight: 400;
    --p2-font-style: bold;
    --note-1-font-family: Poppins-Regular, sans-serif;
    --note-1-font-size: 14px;
    --note-1-line-height: 24px;
    --note-1-font-weight: 400;
    --note-1-font-style: normal;
    --note2-1-font-family: Poppins-Bold, sans-serif;
    --note2-1-font-size: 14px;
    --note2-1-line-height: 24px;
    --note2-1-font-weight: 700;
    --note2-1-font-style: normal;
    --note-2-font-family: Poppins-Regular, sans-serif;
    --note-2-font-size: 12px;
    --note-2-line-height: 22px;
    --note-2-font-weight: 400;
    --note-2-font-style: normal;
    --h3-font-family: Poppins-Regular, sans-serif;
    --h3-font-size: 24px;
    --h3-line-height: 34px;
    --h3-font-weight: 400;
    --h3-font-style: normal;

    /* Effects */
}
/* Figma Color Variables of your File */

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #212121;
}

.content{
    width: 100%;
}

.bg-nav  {
    border-radius: 5px;
    background-color: #212121; /* Ajuste a cor do fundo */
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}
/* Responsividade para a logo */
.navbar-brand img {
    max-height: 50px;
    width: auto;
}
/* Links do menu */
.nav-link {
    color: #f8f9fa !important; /* Texto branco */
    /*font-size: 1rem;*/
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 700);
}

.nav-link:hover {
    color: #f8d210; /* Cor dourada ao passar o mouse */
}
.navbar-toggler {
    border: none; /* Remove a borda do botão do menu colapsado */
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    center/contain no-repeat;
    width: 30px;
    height: 30px;
}

/* Ícones */
.user,
.carrinho img {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}
/* Melhora alinhamento em dispositivos menores */
@media (max-width: 768px) {
    .nav-link {
        text-align: center;
        /*font-size: 0.9rem;*/
        font-family: var(--p-font-family, "-", sans-serif);
        font-size: var(--p-font-size, 16px);
        font-weight: var(--p-font-weight, 400);
    }

    .d-flex .nav-link img {
        margin: 0 auto;
        display: block;
    }
}

/* Espaçamento do texto ao lado do login */
.fa-a-o-login-ou-cadastre-se {
    color: #e1e1e1;
    text-align: left;
    font-family: var(--p-font-family, "-", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    position: relative;

}

.fa-a-o-login-ou-cadastre-se-span {
    font-family: var(--p-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p-font-size, 16px);
    font-weight: var(--p-font-weight, 700);

    white-space: nowrap; /* Impede quebra de linha */
}
.fa-a-o-login-ou-cadastre-se span2 {
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);

    white-space: nowrap; /* Impede quebra de linha */
}

.menu-btn {
    color: var(--site-color);
    font-size: 23px;
    cursor: pointer;
    display: none;
}
@media (max-width: 947px) {
    .menu-btn {
        display: block;
        z-index: 999;
    }
    #menu-icon.active::before {
        content: "\f00d";
    }
    #menu-site.active {
        left: 0;
    }
}

/* Responsividade adicional */
@media (max-width: 767.98px) {
    .fa-a-o-login-ou-cadastre-se {
        display: none; /* Esconde o texto em telas pequenas */
    }

    .icon-cadastre,
    .carrinho {
        margin-right: 10px;
    }
}

.img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.menu_header {
    width: 347px;
    height: 11px;
    position: static;
}
.menu_header_nav {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 528px;
    top: 10.63px;
}
.text_menu_header {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.login {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 1068px;
    top: 2.63px;
}
/*.icon-cadastre {*/
/*    background: #39b54a;*/
/*    border-radius: 4px;*/
/*    padding: 4px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0px;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-shrink: 0;*/
/*    position: relative;*/
/*}*/
/*.user {*/
/*    flex-shrink: 0;*/
/*    width: 18px;*/
/*    height: 20px;*/
/*    position: relative;*/
/*    overflow: visible;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se {*/
/*    color: #ffffff;*/
/*    text-align: left;*/
/*    font-family: sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*    position: relative;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se-span {*/
/*    color: #ffffff;*/
/*    font-family: "Poppins-Bold", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*}*/
/*.fa-a-o-login-ou-cadastre-se-span2 {*/
/*    color: #ffffff;*/
/*    font-family: "Poppins-Regular", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 26px;*/
/*    font-weight: 400;*/
/*}*/

.checkout {
    width: 52px;
    height: 50.63px;
    position: static;
}
/*.carrinho {*/
/*    background: #ecf8ed;*/
/*    border-radius: 4px;*/
/*    padding: 6px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 0px;*/
/*    align-items: flex-end;*/
/*    justify-content: flex-start;*/
/*    position: absolute;*/
/*    !*left: 1830px;*!*/
/*    top: 8.63px;*/
/*}*/
.shopping-cart {
    flex-shrink: 0;
    width: 18px;
    height: 20px;
    position: relative;
    overflow: visible;
}
/*.frame-1171275538 {*/
/*    background: #f76a1e;*/
/*    border-radius: 12px;*/
/*    padding: 6px 4px 6px 4px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    position: absolute;*/
/*    !*left: 1850px;*!*/
/*    top: 2px;*/
/*}*/
/*.itens_car {*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    font-family: "Geist-Regular", sans-serif;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    position: relative;*/
/*}*/

/* Responsividade */
/* Ajustes adicionais para telas pequenas */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 50px; /* Ajuste do logo em telas menores */
    }
}

.frame-tit-login {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    /*position: relative;*/
    margin-bottom: 40px;
}
.tit-login-entrar {
    margin-top: 180px;
    color: #e1e1e1;
    text-align: center;
    font-family: var(--h3-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--h3-font-size, 24px);
    line-height: var(--h3-line-height, 34px);
    letter-spacing: var(--h3-letter-spacing, -0.02em);
    font-weight: var(--h3-font-weight, 700);
    /*position: relative;*/
    align-self: stretch;
}
.tit-login-acesso {
    color: #e1e1e1;
    text-align: center;
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    /*position: relative;*/
    align-self: stretch;
}

/*.group-email-cpf {*/
/*    background-color: #4B0082;*/
/*    position: relative;*/
/*}*/
.container-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
label {
    display: block;
    margin-bottom: 5px;
}
.email-cpf-2 {
    color: #e1e1e1;
    text-align: center;
    font-family: var(--p2-font-family, 'Poppins-Bold', sans-serif);
    font-size: var(--p2-font-size, 16px);
    line-height: var(--p2-line-height, 26px);
    font-weight: var(--p2-font-weight, 700);
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.frame-email-cpf-2 {
    background: #212121;
    border-radius: 4px;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0.5px;
    padding: 5px;
    color: white;
    /*display: flex;*/
    /*flex-direction: row;*/
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 454px;
}
.esqueci-minha-senha-login {
    color: #f7941e;
    text-align: center;
    font-family: var(--p2-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--p2-font-size, 16px);
    line-height: var(--p2-line-height, 26px);
    font-weight: var(--p2-font-weight, 700);
    position: relative;
}
.esqueci-minha-senha-login a {
    text-decoration: none;
    color: #f7941e;
    font-family: var(--p2-font-family, "Poppins-Bold", sans-serif);
    font-weight: var(--p2-font-weight, 700);
}
/* Efeito ao passar o mouse */
.esqueci-minha-senha-login:hover {
    color: #e1e1e1;
}
.botao-acessar-conta {
    display: block;
    background-color: #39b54a; /* Cor do botão */
    color: #fff; /* Cor do texto */
    font-size: 16px;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    max-width: 450px; /* Largura máxima */
    width: 100%; /* Responsividade */
    text-align: center;
    cursor: pointer;
    text-decoration: none; /* Remove qualquer sublinhado */
    /*box-shadow: 0px 4px 6px rgba(57, 181, 74, 0.5); !* Sombreamento verde *!*/
    margin: 33px auto 0; /* Distância de 33px acima */
    transition: all 0.3s ease-in-out; /* Suaviza interações */
}
.botao-acessar-conta a {
    /*color: #fff; !* Cor do texto *!*/
    text-decoration: none;
    color: #e1e1e1;
    /*text-align: left;*/
    font-family: var(--note2-1-font-family, 'Poppins-Bold', sans-serif);
    font-size: var(--note2-1-font-size, 14px);
    line-height: var(--note2-1-line-height, 24px);
    font-weight: var(--note2-1-font-weight, 700);
}
input.btn {
    color: #ffffff !important;
    font-weight: bold !important;}
.botao-acessar-conta btn {
    /*color: #fff; !* Cor do texto *!*/
    text-decoration: none;
    color: #e1e1e1;
    /*text-align: left;*/
    font-family: var(--note2-1-font-family, 'Poppins-Bold', sans-serif);
    font-size: var(--note2-1-font-size, 14px);
    line-height: var(--note2-1-line-height, 24px);
    font-weight: var(--note2-1-font-weight, 700);
}
/* Efeito ao passar o mouse */
.botao-acessar-conta:hover {
    box-shadow: 0px 0px 30px 0px rgba(57, 181, 74, 1);
}
@media screen and (max-width: 600px) {
    .botao-acessar-conta {
        font-size: 14px; /* Reduz o tamanho da fonte em telas menores */
        padding: 10px 16px; /* Ajusta o tamanho do botão */
    }
}
.frame-criar-minha-conta {
    text-align: center;
    font-family: var(--p-font-family, "-", sans-serif);
    font-size: var(--p-font-size, 16px);
    line-height: var(--p-line-height, 26px);
    font-weight: var(--p-font-weight, 400);
    position: absolute;
    left: 50%;
    translate: -50%;
    margin-top: 35px;
}
.criar-conta-text-span {
    color: #e1e1e1;
    font-family: var(--p-font-family, "Poppins-Regular", sans-serif);
}
.criar-conta-text-span2 {
    color: #f7941e;
    font-family: var(--p2-font-family, "Poppins-Bold", sans-serif);
    font-weight: var(--p2-font-weight, 700);
}

.criar-conta-text-span2 a {
    text-decoration: none;
    /*color: #e1e1e1;*/
    color: #f7941e;
    font-family: var(--p2-font-family, "Poppins-Bold", sans-serif);
    /*font-size: var(--note2-1-font-size, 14px);*/
    /*line-height: var(--note2-1-line-height, 24px);*/
    font-weight: var(--p2-font-weight, 700);
}
/* Efeito ao passar o mouse */
.criar-conta-text-span2:hover {
    color: #e1e1e1;
}
