﻿<style >


    /* Auto complete variant Outlied */
    .mud-input.mud-input-outlined .mud-input-outlined-border {
        border-color: var(--mud-palette-lines-inputs);
    }
    /* Cor do background do label do autocomplete */
    .mud-input-label-outlined {
        color: #3d3d3d;
        background-color: #fff;
    }
    .mud-input {
        background-color:#fff;
        border-radius:5px;
        margin-bottom:5px;
    }

        .normal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .persona-icon {
            display: flex;
            justify-content: start;
            align-items: center;
        }

        .logo {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .logo-img {
            max-width: 130px;
            max-height: 130px;
        }
        .logo-img:hover{
            cursor:pointer;
        }
        .desktop-only {
            display: none;
        }

        .mobile-only {
            display: flex;
            justify-content: end;
            align-items: center;
            margin-top: 3px;
        }

        .loginOption {
            display: none;
        }

        .loginOn {
            display: none;
        }
.btn-produtos{
    display:none;
}
.BtnPesquisarHeader {
    display: none;
    justify-content: end;
    margin-top: 3px;
}

.carrinho{
    display:none;
}


.info-header-black-main {
    background-color: #555555;
    color: #f7f7f7;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.info-header-green-main {
    background-color: #004200;
    color: #f7f7f7;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.info-header-black {
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}
.info-header-green {
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.info-header-back-icn-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 15px;
}

            .info-header-back-icn-box img {
                max-width: 20px;
                max-height: 20px;
                height: 100%;
                min-height: 20px;
                margin-right: 6px;
            }
       


        /*DRAWER*/
        .mud-drawer.mud-drawer-responsive, .mud-drawer.mud-drawer-persistent {
            height: auto;
        }

        .mud-main-content {
            padding-top: 0px;
        }
        /*SEGUNDO header para escolha de categoria*/
        .mud-appbar.mud-appbar-dense .mud-toolbar-appbar {
            height:40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
.segundo-header-on-off{
    display:none;
}
.segundo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
    .segundo-header-container:hover {
        background-color: #3d3d3d;
        padding: 7px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .tooltip-target {
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

    .custom-tooltip {
        width: 100%;
        min-width:400px;
        max-width:400px;
        height: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #3d3d3d;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        padding:40px 20px;
    }
    .segundo-header-categorias {
        width:50%;
        margin-bottom:20px;
    }

    .segundo-header-categorias p:hover{
        cursor:pointer;
        background-color:#004200;
        border-radius:10px;
        width:fit-content;
        padding:2px 8px;
    }

        .custom-tooltip.show {
            display: flex;
            flex-wrap: wrap;
            height: auto;
            justify-content: start;
            align-items: center;
        }

/*BTN-WHATSAPP*/
.link-whatsapp {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    position: fixed;
    top: 98%;
    left: 99%;
    transform: translate(-99%, -99%);
    z-index: 50;
}

    .link-whatsapp:hover {
        transform: translate(-95%, -95%) scale(1.1);
    }

    .link-whatsapp:active {
        transform: translate(-95%, -95%) scale(1);
    }

    .link-whatsapp img {
        height: 70%;
        width: 70%;
    }


@media screen and (min-width: 768px) {
    .link-whatsapp {
        height: 100px;
        width: 100px;
    }
}
/*BTN-instagram*/
.link-instagram {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    position: fixed;
    top: 89%;
    left: 99%;
    transform: translate(-99%, -99%);
    z-index: 50;
}

    .link-instagram:hover {
        transform: translate(-95%, -95%) scale(1.1);
    }

    .link-instagram:active {
        transform: translate(-95%, -95%) scale(1);
    }

    .link-instagram img {
        height: 70%;
        width: 70%;
    }


@media screen and (min-width: 768px) {
    .link-instagram {
        height: 100px;
        width: 100px;
    }
}

    /*FOOTER*/

    .container-footer-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        background-color: #004200;
    }

    .logo-footer {
        margin: 20px 0;
        max-width: 300px;
    }

.pages-redirecionamento{
    color:#fff;
    margin:15px 0;
    text-align:center;
}
.redirecionamento{
    text-align:center;
}
.redirecionamento-hover:hover {
    cursor: pointer;
    color: #25D366;
}

.container-footer-pagamento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

        .container-footer-pagamento p {
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
        }

        .container-footer-pagamento img {
            width: 100%;
            margin: 10px;
            max-height: 50px;
        }

    .container-footer-info {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        background-color: #3D3D3D;
        color:#fff;
        text-align:center;
    }
.container-footer-horarios-p1{
    margin-top:10px;
}
.container-footer-localizacao {
    display: flex;
    align-items: center;
}
.endereco-hover{
    color:#fff;
}
.footer-info-desenvolvimento {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 7px;
    background-color: #f7f7f7;
    font-weight: 300;
}

        .footer-info-desenvolvimento p {
            text-align: center;
            color: black;
        }

    .weblab {
        font-weight: bold;
        text-decoration: underline;
        cursor:pointer;
    }

        .weblab:hover {
            color: #004200;
        }

    @media screen and (min-width:1024px){
        .container-footer-logo{
            flex-direction:row;
            padding:10px 40px;
        }
    }

    @media screen and (max-width:768px) {
        .mobile-only {
                display: flex;
                align-items: center;
            }
    }

        @media screen and (min-width:1024px) {
            .normal-header {
                flex-direction: row;
            }
            .segundo-header-on-off {
                display: block;
            }
            .info-header-black-main {
                display: flex;
            }
            .info-header-green-main {
                display: flex;
            }

            .persona-icon {
                display: none;
            }

            .ArrowBack {
                display: none;
            }

            .loginOption, .logo, .desktop-only,.btn-produtos {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .loginOn {
                display: flex;
                align-items: center;
                flex-direction:column;
            }

            .carrinho{
                margin-top:15px;
                display:flex;
            }
            .carrinho:hover{
                cursor:pointer;
            }

            .desktop-only {
                width: 100%;
                max-width: 800px;
            }
            .normal-header .carrinho{
                order:5;
            }
            .normal-header .loginOption {
                order: 4;
            }
            .normal-header .loginOn {
                order: 4;
            }
            .normal-header .btn-produtos{
                order: 3;
            }

            .normal-header .logo {
                order: 1;
                justify-content: center;
                align-items: center;
            }

            .normal-header .desktop-only {
                order: 2;
                justify-content: center;
                align-items: center;
            }

            .desktop-only {
                display: inherit;
            }

            .mobile-only {
                display: none;
            }
            
            /*FOOTER*/
            .footer-info-desenvolvimento p{
                margin:0 10px;
            }
            
        }
    
</style>