@charset "utf-8";

header .padrao {
      background: linear-gradient(45deg, #f3f1f6, #fdfbff);
    float: left;
    width: 100%;
    padding: 10px 0;
    border-color: var(--tempo-colors-divider-main);
    
    top: 0;
    z-index: 1000;
}

header .padrao .logo { float: left; margin: 0 0 0 4%; font-size: 0; }
header .padrao .logo img { height: 40px; }

header .padrao .busca { position: absolute; width: 40%; top: 40%; left: 30%; margin: -18px 0 0; }
header .padrao .busca .c1 { float: left; width: 100%; position: relative; }
header .padrao .busca .c1 .campo { float: left; width: 100%; height: 46px; padding: 0 20px; background-color: rgb(217, 227, 231); }
header .padrao .busca .c1 .campo:focus { outline: 0 !important; }
header .padrao .busca .c1 .ico { position: absolute; width: 36px; height: 36px; top: 50%; right: 5px; margin: -18px 0 0; background-size: 30px; background-image: url('../../imagens/site/header-busca-ico.png'); background-position: 50% 3px; background-repeat: no-repeat; }
/* Ajustando o estilo e o tamanho da fonte */
header .padrao .busca .resultado {
    position: absolute;
    width: 100%;
    max-height: 400px;
    min-height: 50px;
    top: 60px;
    left: 0;
    padding: 15px;
    outline: 1px solid rgba(90, 90, 90, 0.2);
    outline-offset: -1px;
    background-color: rgba(250, 250, 250, 0.95); /* Fundo translúcido */
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9em; /* Fonte ligeiramente aumentada */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: auto;
}

header .padrao .busca .resultado .tab {
    float: left;
    width: 100%;
    position: relative;
}

header .padrao .busca .resultado .oque {
    position: absolute;
    width: 90px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em; /* Tamanho de fonte ajustado */
    color: #333;
}

header .padrao .busca .resultado .itens {
    float: left;
    width: 100%;
    padding: 0 0 0 100px;
}

header .padrao .busca .resultado .itens .item {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden;
    padding: 10px; /* Espaçamento ajustado */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header .padrao .busca .resultado .itens .item .imagem {
    position: absolute;
    width: 48px; /* Imagem ligeiramente maior */
    height: 48px;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

header .padrao .busca .resultado .itens .item .imagem img {
    float: left;
    width: 100%;
    border-radius: 50%;
}

header .padrao .busca .resultado .itens .item .nome {
    float: left;
    min-height: 48px; /* Altura ajustada */
    margin: 0 0 0 60px;
    font-size: 0.85em; /* Fonte levemente maior para itens */
    color: #444;
}

header .padrao .busca .resultado .fechar {
    position: absolute;
    width: 20px; /* Botão um pouco maior */
    top: 5px;
    right: 5px;
    z-index: 1;
    padding: 8px 0 10px;
    background-color: rgb(200, 40, 40);
    text-align: center;
    font-weight: bold;
    color: rgb(250, 250, 250);
    line-height: 0;
    border-radius: 50%;
    font-size: 0.75em; /* Texto ligeiramente maior no botão de fechar */
    cursor: pointer;
}

header .padrao .busca .resultado .fechar:hover {
    background-color: rgb(200, 0, 0);
}


header .padrao .upload { 
    float: right; 
    padding: 16px 17px; 
    margin: 2px 1% 0 0; 
    background-color: #d63162; 
    text-transform: uppercase; 
    font-weight: bold; 
    color: rgb(250, 250, 250); 
}

header .padrao .upload:hover { background-color: rgb(219, 139, 0); }

header .padrao .usuario { float: right; margin: 0 2% 0 0; outline: 0px solid rgb(28, 28, 28); outline-offset: -1px; line-height: 0; }
header .padrao .usuario .f38 { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; position: relative; object-fit: cover; overflow: auto;}
header .padrao .usuario .f38 .com { position: absolute; width: 100%; height: 100%; top: 0; left: 0;}

.custom-button {
    background: linear-gradient(90deg, #EF5466, #CA2A36);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 10px; /* Espa���o entre os bot���es */
}

.custom-button:hover {
    background-color: #128032;
}

header .padrao .usuario .um.bor { border-left: 1px solid rgb(217, 227, 231); }
header .padrao .usuario .um:hover { background-color: rgb(220, 220, 220); }

header .padrao .lupa { position: absolute; width: 30px; height: 30px; top: 15px; right: 2%; background-size: 30px; background-color: rgb(250, 250, 250); background-image: url('../../imagens/site/header-busca-ico.png'); background-position: 50% 100%; background-repeat: no-repeat; display: none; }

header .padrao .mobmen { position: fixed; width: 100%; bottom: 0; left: 0; background-color: rgb(5, 5, 5); display: none; }
header .padrao .mobmen .um { float: left; width: 25%; padding: 40px 0 15px; background-position: 50% 10px; background-repeat: no-repeat; font-size: 0.9em; color: rgb(250, 250, 250); line-height: 0; }
header .padrao .mobmen .um.mb_home { background-image: url('../../imagens/site/header-mb_home.png'); }
header .padrao .mobmen .um.mb_busca { background-image: url('../../imagens/site/header-mb_busca.png'); }
header .padrao .mobmen .um.mb_perfil { background-image: url('../../imagens/site/header-mb_perfil.png'); }
header .padrao .mobmen .um.mb_mais { background-image: url('../../imagens/site/header-mb_mais.png'); }

@media only screen and (max-width: 1000px) {
    header .padrao { padding: 0; }
    header .padrao .logo { margin: 10px 0 10px 2%; }
    header .padrao .busca { position: relative; top: auto; left: auto; float: left; width: 96%; margin: 0 2% 11px; }
    header .padrao .busca .c1 .campo { height: 50px; }
    header .padrao .upload { position: absolute; top: 14px; right: 2%; margin: 0 40px 0 0; }
    header .padrao .usuario { width: 100%; margin: 0; outline: 0; }
    button.um {
        background-color: #1C1C1C; /* Cor de fundo do bot���o (verde) */
        color: #fff; /* Cor do texto */
        border: none;
        border-radius: 1px; /* Cantos arredondados */
        padding: 10px 20px;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    button.um:hover {
        background-color: #1C1C1C; /* Cor de fundo do bot���o ao passar o mouse (azul) */
    }

    div.profile-button {
        display: flex;
        align-items: center;
    }

    div.profile-button img {
        width: 30px;
        height: 30px;
        border-radius: 80%; /* Tornar a imagem de perfil circular */
        margin-right: 10px;
    }

    div.profile-button span {
        font-weight: bold;
    }

    header .padrao .usuario .um.bor { border-top: 0px solid rgb(5, 5, 5, 30%); border-left: 0; }

    header .padrao .busca { display: none; }
    header .padrao .usuario { display: none; }

    header .padrao .lupa { display: block; }
    header .padrao .mobmen { display: block; }
}
