@charset "utf-8";

header .padrao {
      background: linear-gradient(45deg, #ff1c1b, #ff1c1b);
    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: #2ca44e; 
    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; }
}

/* Menu mobile premium */
@media only screen and (max-width: 1000px) {
    header .padrao .mobmen {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        width: 100%;
        min-height: calc(64px + env(safe-area-inset-bottom));
        padding: 6px 8px calc(7px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(255, 255, 255, .08);
        background: linear-gradient(180deg, rgba(24, 24, 24, .98), rgba(5, 5, 5, .99));
        box-shadow: 0 -18px 40px rgba(0, 0, 0, .34);
        backdrop-filter: blur(14px);
        z-index: 220;
    }

    header .padrao .mobmen .um {
        box-sizing: border-box;
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        min-width: 0;
        min-height: 51px;
        padding: 0;
        border: 0;
        border-radius: 14px;
        background-color: transparent;
        background-position: 50% 8px;
        background-repeat: no-repeat;
        background-size: 24px;
        color: rgba(255, 255, 255, .78);
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
        transition: background-color .18s ease, color .18s ease, transform .18s ease;
    }

    header .padrao .mobmen .um::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-color: currentColor;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 24px 24px;
        mask-size: 24px 24px;
    }

    header .padrao .mobmen .um.mb_home,
    header .padrao .mobmen .um.mb_busca,
    header .padrao .mobmen .um.mb_perfil,
    header .padrao .mobmen .um.mb_mais {
        background-image: none;
    }

    header .padrao .mobmen .um.mb_home::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.7 12 3l9 7.7V21h-6v-6H9v6H3V10.7Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.7 12 3l9 7.7V21h-6v-6H9v6H3V10.7Z'/%3E%3C/svg%3E");
    }

    header .padrao .mobmen .um.mb_busca::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.7 19.3-4.2-4.2a7.5 7.5 0 1 0-1.4 1.4l4.2 4.2 1.4-1.4ZM5 10.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.7 19.3-4.2-4.2a7.5 7.5 0 1 0-1.4 1.4l4.2 4.2 1.4-1.4ZM5 10.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z'/%3E%3C/svg%3E");
    }

    header .padrao .mobmen .um.mb_perfil::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-8 9a8 8 0 1 1 16 0H4Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-8 9a8 8 0 1 1 16 0H4Z'/%3E%3C/svg%3E");
    }

    header .padrao .mobmen .um.mb_mais::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16v2H4V6Zm0 5h16v2H4v-2Zm0 5h16v2H4v-2Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16v2H4V6Zm0 5h16v2H4v-2Zm0 5h16v2H4v-2Z'/%3E%3C/svg%3E");
    }

    header .padrao .mobmen .um:hover,
    header .padrao .mobmen .um:focus,
    header .padrao .mobmen .um.ativo,
    header .padrao .mobmen .um.fechar {
        background-color: rgba(255, 29, 92, .12);
        color: #ff1d5f;
        transform: translateY(-1px);
    }
}

/* Barra mobile final: visual de app musical */
@media only screen and (max-width: 1000px) {
    html body header .padrao .mobmen {
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        align-items: center !important;
        width: 100% !important;
        min-height: calc(58px + env(safe-area-inset-bottom)) !important;
        padding: 5px 10px calc(6px + env(safe-area-inset-bottom)) !important;
        border-top: 1px solid rgba(255,255,255,.07) !important;
        background:
            linear-gradient(180deg, rgba(26,26,29,.98), rgba(4,4,5,.99)) !important;
        box-shadow: 0 -16px 36px rgba(0,0,0,.35) !important;
        backdrop-filter: blur(16px);
        z-index: 300 !important;
    }

    html body header .padrao .mobmen .um {
        position: relative !important;
        float: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        width: 100% !important;
        min-height: 47px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        background-image: none !important;
        color: rgba(255,255,255,.68) !important;
        font-size: 9px !important;
        font-weight: 850 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        transition: color .18s ease, transform .18s ease !important;
    }

    html body header .padrao .mobmen .um::before {
        display: none !important;
    }

    html body header .padrao .mobmen .um::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 50%;
        width: 4px;
        height: 4px;
        border-radius: 999px;
        background: #ff1d5f;
        opacity: 0;
        transform: translateX(-50%);
        transition: opacity .18s ease, width .18s ease;
    }

    html body header .padrao .mobmen .mc-nav-icon {
        display: block !important;
        width: 23px !important;
        height: 23px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2.15 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    html body header .padrao .mobmen .um span {
        display: block !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    html body header .padrao .mobmen .um:hover,
    html body header .padrao .mobmen .um:focus,
    html body header .padrao .mobmen .um.ativo,
    html body header .padrao .mobmen .um.fechar {
        background: transparent !important;
        color: #ff1d5f !important;
        transform: none !important;
    }

    html body header .padrao .mobmen .um.ativo::after,
    html body header .padrao .mobmen .um.fechar::after {
        width: 18px;
        opacity: 1;
    }
}

/* Barra mobile: padrao app musical */
@media only screen and (max-width: 1000px) {
    html body header .padrao .mobmen {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        min-height: calc(66px + env(safe-area-inset-bottom)) !important;
        padding: 7px 10px calc(8px + env(safe-area-inset-bottom)) !important;
        border-top: 1px solid rgba(255, 255, 255, .08) !important;
        background:
            radial-gradient(circle at 18% 0%, rgba(255, 29, 95, .12), transparent 34%),
            linear-gradient(180deg, #160b10 0%, #070708 72%, #020203 100%) !important;
        box-shadow: 0 -18px 38px rgba(0, 0, 0, .42) !important;
    }

    html body header .padrao .mobmen .um {
        min-height: 50px !important;
        gap: 5px !important;
        color: rgba(255, 255, 255, .72) !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        text-transform: none !important;
    }

    html body header .padrao .mobmen .mc-nav-icon {
        width: 25px !important;
        height: 25px !important;
        stroke-width: 2.05 !important;
    }

    html body header .padrao .mobmen .um.ativo,
    html body header .padrao .mobmen .um:hover,
    html body header .padrao .mobmen .um:focus {
        color: #ff1d5f !important;
    }

    html body header .padrao .mobmen .um.ativo .mc-nav-icon {
        filter: drop-shadow(0 8px 16px rgba(255, 29, 95, .3));
    }

    html body header .padrao .mobmen .um::after {
        top: auto !important;
        bottom: -2px !important;
        width: 0 !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #ff1d5f !important;
    }

    html body header .padrao .mobmen .um.ativo::after {
        width: 24px !important;
        opacity: 1 !important;
    }
}
