﻿.header-01 {
    clear: both;
    color: #000;
    height: 45px;
    line-height: 60px;
    position: relative;
    z-index: 1051;
    background-color: #d9d9d9;
    margin-bottom: 145px;
}

.primeiro-header {
    display: flex;
    justify-content: space-between;
    padding-top: 1px;
}

    .primeiro-header .header-redes-sociais {
        display: flex;
        width: 160px;
        justify-content: space-between;
        gap: 10px;
    }

    .primeiro-header .header-telefones {
        display: flex;
        width: 600px;
        justify-content: space-between;
        margin-top: -9px;
        padding-left: 5px;
    }

        .primeiro-header .header-telefones .header-telefones-item {
            display: flex;
            
            justify-content: space-between;
        }

            .primeiro-header .header-telefones .header-telefones-item img {
                width: 20px;
                margin-right: 5px;
            }

            .primeiro-header .header-telefones .header-telefones-item .numero-telefone {
                font-size: 16px;
                font-family: 'GilRoy-Medium';
                vertical-align: super;
            }

                .primeiro-header .header-telefones .header-telefones-item .numero-telefone .ddd {
                    font-family: 'GilRoy-Regular';
                }

.header-04 {
    height: 45px;
    background-color: #354462;
    color: #fff;
    font-weight: 600;
    transition: all 0.8s ease;
    position: fixed;
    top: 145px;
    width: 100%;    
}

    .header-04 a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        border-bottom: 2px solid transparent;
        font-family: "GilRoy-Medium" !important;
    }

        .header-04 a:hover {
            color: #fff;
            text-decoration: none;
            border-bottom: 2px solid #EB403D;
        }

    .header-04 .selecionado {
        border-bottom: 2px solid;
        color: #fff;
    }

    .header-04 .header-linhas {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 15px;
    }

.header-02 {
    height: 100px !important;
}

    .header-02 .header-menu {
        display: flex;
        justify-content: space-between;
        height: 79px;
    }

    .header-02 .div-search:not(.logado) {
        width: 60%;
        display: inline-grid;
        padding-left: 20px;
    }

    .header-02 .div-search.logado {
        width: inherit;
        display: inline-grid;
        padding-left: 1px;
    }

    .header-02 .header-div-entrar:not(.logado) {
        display: flex;
        justify-content: flex-end;
        width: 200px;
    }

    .header-02 .header-div-entrar.logado {
        display: flex;
        justify-content: flex-end;
        width: 230px;
    }

    .header-02 .header-div-entrar img.img-acesso,
    .header-02 .header-div-entrar img.img-acesso-logado,
    .header-02 .header-div-entrar img.img-carrinho {
        width: 50px;
        object-fit: contain;
        margin-top: -30px;
        padding-right: 10px;
    }

    .header-02 .header-div-entrar img.img-acesso-logado{
        margin-top: -45px;
    }

    .header-02 .header-div-entrar img.img-carrinho {
        margin-top: 5px;
        margin-right: 10px;
    }
    .header-02 .header-div-entrar .div-carrinho span {
        display: inline-block;
        width: 10px;
        height: 10px;
        padding-left: 14px;
        position: absolute;
        margin-left: 17px;
        font-size: 15px !important;
        font-family: 'GilRoy-Regular';
        margin-top: 0px;
    }

    .header-02 .header-div-entrar span {
        font-family: 'GilRoy-Regular';
        font-size: 16px;
        margin-top: 15px;
    }

    .header-02 .header-div-entrar.logado span {
        font-size: 14px;
        float: right;
        text-align: right;
    }

    .header-02 .header-div-entrar span b {
        font-family: 'GilRoy-Semibold';
        color: #354462;
    }

    .header-02 .header-div-entrar .btn-sair {
        font-family: 'GilRoy-Regular';
        background: #354462;
        color: #fff;
        padding: 3px 15px;
        position: absolute;
        bottom: 5px;
        font-size: 14px;
    }

#search {
    clear: both
}

    #search .search-header {
        position: relative;
        clear: both;
        width: 100%
    }

    #search .icon {
        position: absolute;
        top: 6px;
        right: 20px;
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("../images/2024/lupa.png?d=0001");
        background-repeat: no-repeat;
        background-size: contain;
    }


    #search.search-mobile input {
        padding: 0 65px 0 15px
    }

    #search button[type="submit"]:hover {
        background: #EB403D
    }

    #search input {
        border: none;
        padding: 0 105px 0 25px;
        line-height: 32px;
        height: 32px;
        width: 100%;
        font-size: 16px;
        /*font-weight: 600;*/
        background-color: #e5e5e5;
        color: #848587;
        border-radius: 25px;
        font-family: 'GilRoy-Medium';
    }


        #search input::-webkit-input-placeholder {
            color: #848587
        }

        #search input::-ms-input-placeholder {
            color: #848587
        }

        #search input::placeholder {
            color: #848587
        }

.language-form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f1;
    padding: 6px 12px;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.language-label {
    font-size: 1.2rem;
    margin-right: 4px;
    cursor: default;
}

.language-select {
    border: none;
    background: transparent;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    padding: 4px 8px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
}

    .language-select:hover {
        background-color: #e0e0e0;
        border-radius: 6px;
    }

    .language-select option {
        font-size: 1rem;
    }

@media screen and (max-width: 1199px) {
    .header-02 .header-div-entrar {
        width: 130px;
    }

        .header-02 .header-div-entrar img.img-acesso {
            width: 35px;
            margin-top: -35px;
        }

        .header-02 .header-div-entrar span {
            font-size: 12px;
        }

    .header-02 .div-search {
        width: 60%;
        padding-left: 0px;
    }

    .header-04 a {
        font-size: 13px;
				text-shadow: 2px 0px 0px rgba(0,0,0,1);
    } 
}

@media screen and (max-width: 991px) {
    .header-02 .header-div-entrar .div-carrinho span {
        font-size: 12px !important;
        margin-top: -6px !important;
        margin-left: 5px !important;
    }
    .header-02 .header-div-entrar.logado {
        width: 180px;
    }
    .header-02 .header-div-entrar.logado span {
        font-size: 11px;
        margin-top: 5px;
    }
        .header-02 .header-div-entrar.logado .btn-sair {
            bottom: 15px;
        }
        
    .header-02 .header-div-entrar img.img-acesso {
        width: 35px;
        margin-top: -35px;
    }

    .header-02 .header-div-entrar img.img-acesso-logado {
        margin-top: -60px;
        width: 37px;
    }

    .header-02 .header-div-entrar img.img-carrinho {
        width: 40px;
        margin-top: 0px;
        margin-right: 10px;
    }

    .header-04 a {
        font-size: 12px;
    }
}
/*para celular na horizontal*/
@media screen and (max-width: 850px) {
    .header-04 {
        display: none !important;
    }
}
@media screen and (max-width: 768px){
    .header-02{
        height: 115px !important;
    }
}