@charset "UTF-8";

/*-------------------------- Geral -----------------------------*/

    * {
        margin: 0px;
        padding: 0px;
        color: rgb(29, 28, 28);
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    }

    a {
        color: inherit;
        text-decoration: inherit; 
    }
    
    textarea ,button, select:focus {
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
        background-color: transparent;
    } 

    body {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ffffff;
    } 

    /*-------------------------- Cabeçalho -------------------------*/


        header {
            background-color: rgb(255, 255, 255);
            position: relative;
            display: grid;
            width: 100%;
            grid-template-columns: 1fr 2fr 1fr;
            height: auto;
        }


        /* -------------- Aqui é onde fica a logo -------------------- */

            div.cabecalho-do-header {
                background-color: rgb(255, 255, 255);
                width: 100%;
                height: 100%;
                float: left;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            img#logo-do-site{
                width: 220px;
            }

        /* ------------------------------------------------------------ */





        /* ------------------ Aqui fica o menu principal ------------------ */

            div#box-menu {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 150px;
            }

            nav#menu {
                width: 600px;
                background-color: white;
            }

            nav#menu ul#opmenu {
                width: 600px;
                text-align: center;
                height: auto;
                list-style: none;
                display: inline-block;
            }

            nav#menu ul#opmenu a {
                display: inline-block;
            }

            nav#menu ul#opmenu li{
                display: inline-block;
                width: auto;
                height: 20px;
                padding: 5px 5px 9px 5px;
                border-radius: 2px;
                cursor: pointer;
                overflow: hidden;
            }nav#menu ul#opmenu li:hover{
                background-color: #f0efef;
            }
            
            .icon-menu-nav {
                float: left;
                width: 20px;
            }

            nav#menu ul#opmenu li h4{
                float: right;
            }


            /* Marca com cor diferente o li da pagina atual */

                nav#menu ul#opmenu li#pagina-atual {
                    background: linear-gradient(150deg, #941EDD 35%, #0022D4);
                }nav#menu ul#opmenu li#pagina-atual:hover {
                    background: linear-gradient(150deg, #821bc2 35%, #001fb9);
                }
                nav#menu ul#opmenu li#pagina-atual h4 {
                    color: white;
                }

                nav#menu ul#opmenu li h4{
                    width: auto;
                    font-weight: 500;
                }

            /* --------------------------------------------- */





            /* ---------- config li home ----------------- */

                nav#menu ul#opmenu li.home img.home-icon {
                    margin-right: 5px;
                    width: 17px;
                    margin-top: 1px;
                    margin-bottom: 5px;
                }

                nav#menu ul#opmenu li.home img#home-icon-branco {
                    display: none;
                }
                   
            /* --------------------------------------------- */





            /* ------------- Submenu de categorias --------- */

                nav#menu ul#submenu-produtos{
                    display: none;
                    position: absolute;
                    background-color: white;
                    z-index: 1000;
                    max-height: 0;
                    width: 700px;
                    height: auto; 
                    padding: 10px;
                    top: 140px;
                    left: auto;
                    right: auto;
                    border-radius: 5px;
                    box-shadow: -2px 6px 10px rgba(66, 66, 66, 0.521);
                    overflow:hidden;
                    max-height: 1000px;
                    transition: max-height 3s ease-in-out;
                    text-align: center;
                }

                nav#menu ul#submenu-produtos li{
                    min-width: 50px;
                    margin-top: 10px;
                    margin: 5px 2.5px ;
                    width: auto;
                    background-color: rgb(255, 255, 255);
                    border-radius: 5px;
                    display: inline-block;
                    padding: 5px;
                    cursor: pointer;
                }#menu ul#submenu-produtos li:hover {background-color: #f0efef;}

            /* ---------------------------------------------- */





            /* ----------- Aqui é a barra de busca ---------- */

                #menu #opmenu li.busca a{ 
                    float: right;
                }
            
                #menu #opmenu li.busca img#btnBusca { 
                    float: right;
                    width: 24px;
                }
            
                #menu #opmenu li.busca { 
                    background-color: white;
                    height: 31px;
                    border-bottom: 3px solid rgb(29, 28, 28);
                    cursor: auto;
                    position: relative;
                    width: 25%;
                    padding: 0px 0px !important;
                }


                #menu #opmenu li.busca form.searchbox { 
                    display: flex;
                }


                
                #menu #opmenu li.busca input#boxBusca{ 
                    width: 120px;
                    height: 31px;
                    border: none;
                    background-color: transparent;
                    float: left;
                    padding-left: 5px;
                    font-size: 16px;
                    font-weight: 500;
                }

                #menu #opmenu li.busca button{ 
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                #menu input#boxBusca:focus {
                    box-shadow: 0 0 0 0;
                    border: 0 none;
                    outline: 0;
                }

                ::-webkit-input-placeholder {
                    color:  rgb(29, 28, 28);
                    font-size: 16px;
                    font-weight: 500;
                }:-moz-placeholder {
                    color:  rgb(29, 28, 28);
                    font-weight: 500;
                    font-size: 16px;
                }::-moz-placeholder {
                    color:  rgb(29, 28, 28);
                    font-weight: 500;
                    font-size: 16px; 
                }:-ms-input-placeholder {  
                    color:  rgb(29, 28, 28); 
                    font-weight: 500;
                    font-size: 16px; 
                }

            /* ----------------------------------------------- */

                


            /* ----------- Aqui é o li do carrinho ---------- */

                nav#menu ul#opmenu a#a-carrinho{
                    position: relative;
                }

                nav#menu ul#opmenu li.Carrinho div#N-box-circle{
                    position: absolute;
                    background: red;
                    right: 0px;
                    top: -10px;
                    width: 20px;
                    height: 19px;
                    border-radius: 50% 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                nav#menu ul#opmenu li.Carrinho div#N-box-circle h6{
                    color: white;
                }

                nav#menu ul#opmenu li.Carrinho {
                    margin-right: 5px;
                }

                nav#menu ul#opmenu li.Carrinho img.icon-car {
                    width: 23px;
                    margin-top: -1px;
                    margin-right: 5px;
                }

                nav#menu ul#opmenu li.Carrinho img#icon-carrinho-preto{
                   display: none;
                }

            /* ----------------------------------------------- */





            /* ----------- Aqui é o li da empresa ---------- */

            nav#menu ul#opmenu li.empresa img#icon-empresa {
                width: 24px;
                margin-bottom: 10px;
                margin-right: 5px;
            }

            /* ----------------------------------------------- */


        /* ------------------------------------------------------------------- */







        /* ------------- Aqui fica os li Login e Cadastro --------------------- */

            nav#Login-Cadastro{
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #ffffff;
                width: 90%;
                height: 60px;
                margin-top: 37px;
                margin-right: 2%;
                float: right;
            }

            nav#Login-Cadastro #ul-login-cadastro{
                background-color: rgb(255, 255, 255);
                display: block;
                width: 250px;
                list-style: none;
                float: right;
            }

            nav#Login-Cadastro #ul-login-cadastro li {
                text-align: center;
                background-color: lightseagreen;
                display: inline-block;
                width: 80px; 
                height: 30px;
                padding: 10px 5px 0px 5px;
                border-radius: 2px;
            }

            @media (max-width: 1490px){

                @media (max-width: 1250px){
                    nav#Login-Cadastro{
                        width: 110px;
                        height: 80px;
                    }

                    nav#menu{ 
                        left: 28%;
                    }
                }

                nav#menu{ 
                    left: 26%;
                }

            }

        /* ----------------------------------------------------------------- */


        /* ---------------------- Aqui é o li Login -------------------- */

            nav#Login-Cadastro #ul-login-cadastro li#li-login {
                width: 100px;
                margin-right: 5%;
                background-color: white;
            }nav#Login-Cadastro #ul-login-cadastro li#li-login:hover {
                background-color: #f0efef;
            }
            nav#Login-Cadastro #ul-login-cadastro li#li-login h4 {
                color:  rgb(29, 28, 28);
            }
            nav#Login-Cadastro #ul-login-cadastro a {
                text-decoration: none;
            }

            nav#Login-Cadastro #ul-login-cadastro li#li-cadastro h4{
                color: white;
            }
            nav#Login-Cadastro #ul-login-cadastro li#li-cadastro{
                width: 100px; 
            }
            nav#Login-Cadastro #ul-login-cadastro li#li-cadastro:hover {
                background-color: rgb(30, 151, 145);
            }

        /* -------------------------------------------------------------- */





        /* --------------- Aqui é o usuario logado ------------------- */

            nav#nav-logado{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                /* background-color: #1d83e2; */
                width: 100%;
                height: 100%;
            }

            /* --------------- UL do usuario ------------------- */

                nav#nav-logado ul#ul-logado {
                    /* background-color: rgb(179, 25, 25); */
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-top: 45px;
                    width: 70%;
                    min-width: 215px;
                    list-style: none;
                }

                nav#nav-logado ul#ul-logado li#usuario{
                    display: flex;
                    align-items: center;
                    text-align: center;
                    width: 90%; 
                    min-width: 215px;
                    height: 40px;
                    border-radius: 2px;
                    background-color: rgb(29, 28, 28);
                    position: relative;
                }
                nav#nav-logado ul#ul-logado li#usuario:hover {
                    background-color: rgb(17, 16, 16);
                    cursor: pointer;
                }

                nav#nav-logado ul#ul-logado li#usuario h4{
                    color: white;
                    margin-left: 20px;
                }

                nav#nav-logado ul#ul-logado li#usuario img#mais-menos-info{
                    width: 20px;
                    position: absolute;
                    right: 10%;
                }

            /* ------------------------------------------------- */


            /* ---------- UL de opções para o usuario ---------- */

                nav#nav-logado ul#ul-option{
                    /* background-color: blueviolet; */
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 70%;
                    margin-top: 5px;
                    list-style: none;
                    visibility: hidden;
                    min-width: 215px;
                }

                nav#nav-logado ul#ul-option a{
                    width: 45%;
                    /* background-color: brown; */
                }

                nav#nav-logado ul#ul-option a li{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 40px;
                    border-radius: 2px;
                    min-width: 107px;
                }
                nav#nav-logado ul#ul-option a li#Sair:hover{
                    background-color: #f0efef;
                }
                nav#nav-logado ul#ul-option a li#config:hover{
                    background-color: #f0efef;
                }

                nav#nav-logado ul#ul-option a li#Sair img#img-sair {
                    width: 21px;
                    margin-left: 10px;
                }

                nav#nav-logado ul#ul-option a li img {
                    width: 30px;
                    margin-left: 3%;
                }


            /* ------------------------------------------------- */



        /* ------------------------------------------------------------ */



    /* -------------------------------------------------------------------------------------------- */



    /* --------------------------------------------- Section -------------------------------------------------- */

        section{
            margin-bottom: 80px;
            width: 100%;
        }

        section #orcamento{
            display: grid;
            grid-template-columns: 3fr 1.3fr;
        }

        /* -------------------------------------- Table -------------------------------------------- */
                
            section div#Box-table {
                display: flex;
                align-items: flex-start;
                justify-content: center;
            } 

            section table#table-prods-car {
                width: 90%;
                border-collapse: separate;
                border-spacing: 20px 50px;
                margin-right: 20px;
                position: relative;
            }

            /* ----------------------------- Cabeçalho ---------------------------------- */

                section table#table-prods-car thead#line-title {
                    text-align: center;
                    -moz-user-select: none;
                    -webkit-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    margin-bottom: 20px;
                }

                section table#table-prods-car thead#line-title tr td.colum-fotos {
                    width: 170px;
                }
                
                section table#table-prods-car thead#line-title tr td.colum-nome {
                    width: 150px;
                }
                
                section table#table-prods-car thead#line-title tr td.colum-referencia {
                    width: 150px;
                }
                
                section table#table-prods-car thead#line-title tr td.colum-cor {
                    width: 100px;
                }
                
                section table#table-prods-car thead#line-title tr td.colum-quantidade {
                    width: 120px;
                }

                section table#table-prods-car thead#line-title tr td.colum-logo-gravacao {
                    width: 200px;
                }
                

            /* -------------------------------------------------------------------------- */



            /* -------------------------------- Corpo ----------------------------------- */

                section table#table-prods-car tbody tr td {
                    border-bottom: 1px solid rgb(119, 119, 119);
                    padding-bottom: 20px;
                    text-align: center;
                }

            
                section table#table-prods-car tbody tr td.colum-fotos img{
                    height: 100px;
                }
            
                section table#table-prods-car tbody tr td.colum-quantidade input {
                    width: 80px;
                    text-align: center;
                    border: solid 2px black;
                    font-weight: bolder;
                    border-radius: 5px;
                }

                section table#table-prods-car tbody tr td.colum-logo-gravacao input {
                    width: 200px;
                    height: 70px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                /*------------------------------------------Foto-----------------------------------------*/

                    div.input-fotos{
                        width: 200px;
                        height: 70px;
                        border-radius: 10px;
                        border: dashed 1px black;
                        position: relative;
                        padding: 5px;
                        cursor: pointer;
                        margin: 10px;
                        display: flex;
                        align-items: center;
                        justify-items: center;
                    }

                    div.input-fotos input.img-input {
                        position: absolute;
                        z-index: 5;
                        opacity: 0;
                    }

                    div.input-fotos span.file-name-span-class {
                        width: 200px;
                        height: 100px;
                        position: absolute;
                        z-index: 2;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }




                    
                    div.input-fotos h4.remove-span-class {
                        width: 200px;
                        height: 70px;
                        position: absolute;
                        z-index: 6;
                        align-items: center;
                        justify-content: center;
                        display: flex;
                        background-color: rgba(0, 0, 0, 0.507);
                        color: white;
                        transition: 0.5s;
                        visibility: hidden;



                        
                    }
                                
                /*---------------------------------------------------------------------------------------*/

                
                section table#table-prods-car tbody tr td.colum-remove{
                    border: none !important;
                }
                section table#table-prods-car tbody tr td.colum-remove button{
                    background-color: transparent; 
                    cursor: pointer;
                }
                section table#table-prods-car tbody tr td.colum-remove form input{
                    display: none;
                }
                section table#table-prods-car tbody tr td.colum-remove div img{
                    width: 30px;
                    height: 30px;
                    cursor: pointer;
                }


                section table#table-prods-car tbody tr td.colum-null {
                    width: 100%;
                    position: absolute;
                } 

            /* -------------------------------------------------------------------------- */



        /* ----------------------------------------------------------------------------------------- */


        /* -------------------------------------- Article -------------------------------------------- */

            article {
                padding: 10px 30px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: column;
            }

            
            article div#Titulo-orça h2{
                text-align: center;
            }


            article div#info-orça{
                margin-top: 20px;
            }
            article div#info-orça h4{
                margin-top: 20px;
                font-size: 15px;
                text-align: start;
            }

            article div#info-orça{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            article div#info-orça #orça-name{
                margin-top: 10px;
                width: 300px;
                height: 20px;
                font-weight: bolder;
                font-size: 17px;
                padding: 5px;
                resize: none;
                transition: 1s;
                border: 2px solid;
            }
            article div#info-orça #orça-tel{
                margin-top: 10px;
                width: 300px;
                height: 20px;
                font-weight: bolder;
                font-size: 17px;
                padding: 5px;
                resize: none;
                transition: 1s;
                border: 2px solid;
            }
            article div#info-orça #orça-email{
                margin-top: 10px;
                width: 300px;
                height: 20px;
                font-weight: bolder;
                font-size: 17px;
                padding: 5px;
                resize: none;
                transition: 1s;
                border: 2px solid;
            }

            article div#add-info-orça {
                margin-top: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            article div#add-info-orça textarea{
                width: 300px;
                height: 150px;
                font-weight: bolder;
                font-size: 17px;
                padding: 10px;
                resize: none;
                transition: 1s;
                border: 2px solid;
            }

            article div#budget {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 25px;
            }

            article div#budget div{
                cursor: pointer;
                width: 170px;
                height: 40px;
                padding: 10px 20px;
                background: linear-gradient( 140deg, #9C1FE6 5%, #2103ED );
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            article div#budget div h4{
                color: white;
                font-weight: 600;
                font-size: 18px;
            }



        /* ----------------------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------------------------------------- */




    /* --------------------------- Aqui fica o rodapé -------------------------*/

        footer{
            width: 100%;
            margin-top: 100px;
            background-color: rgb(29, 28, 28);    
            display: grid;
            grid-template-columns: 1fr 1fr;    
            grid-template-rows: 5fr 1fr;
            font-size: 100%;
        }



        div#FooterAboutUs{
            padding: 10% 20%;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        div#FooterAboutUs h2{
            color: white;
        }

        div#FooterAboutUs h4{
            color: white;
            margin-top: 20px;
        }



        footer div#FooterContact{
            padding: 10% 5%;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        footer div#FooterContact h2{
            color: white;
        }


        footer div#FooterContact div#footerdados{
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
            margin-top: 20px;
        }

        footer div#FooterContact div#footerdados div.footerboxinfo{
            display: flex;
            align-items: flex-start;
            justify-content: center;
            margin-top: 10px;
        }

        
        footer div#FooterContact div#footerdados h3{
            color: white;
        }

        footer div#FooterContact div#footerdados h3.info{
            font-weight: 400;
            color: white;
        }

        

        footer div#developer-div{
            grid-column-start: 1;
            grid-column-end: 3;
            width: 100%;
            background-color: rgb(53, 53, 53);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        footer div#developer-div div#dadosdeceloper{
            display: flex;
        }


        footer div#developer-div div#dadosdeceloper h4{
            color: white;
            font-weight: 300;
        }

        

    /* -------------------------------------------------------------------------- */
        

/* ------------------------------------------------------------------------------------------------------------------------- */



/*--------------------------------------------------- Aside para enviar orçamento ---------------------------------------------------------------*/

    Aside#Aside-budget{
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 1100;
        top: 0;
        background-color: rgba(0, 0, 0, 0.384);
        -webkit-box-shadow: 10px 10px 10px rgb(0, 0, 0) inset;
        -moz-box-shadow: 10px 10px 10px rgb(0, 0, 0) inset; 
        box-shadow: 10px 10px 100px rgb(0, 0, 0) inset;
    }

    Aside#Aside-budget div#Div-Box-budget{
        width: 40%;
        height: 200px;
        background-color: white;
        -webkit-box-shadow: -6px 10px 100px rgba(0, 0, 0, 0.699); 
        -moz-box-shadow: -6px 10px 100px rgba(0, 0, 0, 0.664);
        box-shadow: -6px 10px 100px rgba(0, 0, 0, 0.678);
        z-index: 1500;
        display: grid;
        grid-template-rows: 1fr 10fr;
        border-radius: 10px;
    }

    Aside#Aside-budget div#Div-Box-budget div#Div-Titulo-budget{
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(153deg, #9C1FC4 20%, #2106E2);
        margin-bottom: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px;
    }

    Aside#Aside-budget div#Div-Box-budget div#Div-Titulo-budget h2{
        color: white;
    }



    Aside#Aside-budget div#Div-Box-budget div#Div-info-Prod-budget{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    Aside#Aside-budget div#Div-Box-budget div#Alvo div#Div-info-Prod-budget img#IMG-Prod-cap{
        width: 150px;
    }



    Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }


    Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel div#Div-button-Cancel{
        width: 130px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 5px;
        transition: 0.5s;
        background: linear-gradient(153deg, rgb(156, 156, 156) 5%, #696969);
    }Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel div#Div-button-Cancel:hover{
        cursor: pointer;
        transition: 0.5s;
        background: linear-gradient(153deg, rgb(136, 136, 136) 5%, #5f5f5f);
    }

    Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel div#Div-button-Cancel h4{
        color: white;
        font-size: 20px;
    }





    Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel button#button-budget{
        width: 130px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 40px;
        border-radius: 5px;
        transition: 0.5s;
        background:lightseagreen;
    }Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel button#button-budget:hover{
        cursor: pointer;
        transition: 0.5s;
        background-color: rgb(30, 145, 139);
    }

    Aside#Aside-budget div#Div-Box-budget div#Div-buttons-budget-Cancel button#button-budget h4{
        color: white;
        font-size: 20px;
    }




    Aside#Aside-budget div#Div-Box-budget #Input-ID {
        display: none;
    }


/* ----------------------------------------------------------------------------------------------------*/



/* ----------------------------------- Aqui é o site mobile -------------------------------------------*/


    @media (max-width: 1024px) {
            
        /*-------------------------- Cabeçalho -------------------------*/

            header{
                min-height: 250px;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 2fr;
            }

            @media (max-width: 370px){

                header{
                    min-height: 250px;
                    grid-template-columns: 1fr;
                    grid-template-rows: 3fr;
                }

                div#box-menu-de-login-cadastro-e-logado {
                    grid-column-start: 1;
                    grid-column-end: 2;
                    grid-row-start: 2;
                }

                nav#nav-logado{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 50px;
                }

                nav#nav-logado ul#ul-logado {
                    height: 50px;
                    margin-top: 85px;
                }

                nav#nav-logado ul#ul-option{
                    flex-direction: unset;
                }

                div.cabecalho-do-header{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

            }

            /* -------------------- Aqui é onde fica a logo ------------------ */

                div.cabecalho-do-header {
                    background-color: rgb(255, 255, 255);
                    float: left;
                    width: 100%;
                    height: 100%;
                    padding-left: 20px;
                }
                img#logo-do-site{
                    width: 100%;
                    max-width: 250px;
                    float: left;
                }

                @media (max-width: 370px){

                    div.cabecalho-do-header {
                        background-color: rgb(255, 255, 255);
                        float: left;
                        width: 100%;
                        height: 100%;
                        padding-left: 0px;
                    }
                }
            /* ---------------------------------------------------------------- */



            /* ------------------ Aqui fica o menu principal ------------------ */

                div#box-menu {
                    grid-column-start: 1;
                    grid-column-end: 3;
                    grid-template-rows: 2;
                }

                nav#menu{ 
                    display: flex;
                    justify-content: center;
                    width: 100%;
                }

                nav#menu ul#opmenu li{
                    padding: 5px 5px 5px 5px;
                    margin-top: 20px;
                }


                /* ---------- config li home ----------------- */

                    @media (max-width: 680px){

                        /* ---------- config li home ----------------- */

                            nav#menu ul#opmenu li.home img.home-icon {
                                margin-right: 0px;
                                margin-top: 1px;
                                margin-bottom: 5px;
                            }

                            nav#menu ul#opmenu li.home h4 {
                                display: none;
                            }
                        
                        /* --------------------------------------------- */

                    }
                    
                /* ----------------------------------------------- */


                /* ------------- Submenu de categorias --------- */

                    nav#menu ul#submenu-produtos{
                        width: 80%;
                        max-width: 420px;
                        height: auto; 
                        padding: 10px;
                        top: 250px;
                        margin: 0 auto;
                    }

                /* ----------------------------------------------- */

                
                /* ----------- Aqui é a barra de busca ---------- */

                    #menu #opmenu li.busca { 
                        background-color: white;
                        max-width: 125px;
                        width: 40%;
                        border-bottom: 3px solid rgb(29, 28, 28);
                    }

                    #menu #opmenu li.busca input#boxBusca{ 
                        width: 75%;
                        border: none;
                        background-color: transparent;
                        float: left;
                        margin-top: 3px;
                    }
                
                /* ----------------------------------------------- */


                /* ----------- Aqui é o li do carrinho ---------- */

                    nav#menu ul#opmenu li.Carrinho img#icon-carrinho {
                        margin-top: -3px;
                    }

                /* ----------------------------------------------- */


                /* ----------- Aqui é o li da empresa ---------- */

                nav#menu ul#opmenu li.empresa img#icon-empresa {
                    margin-top: -3.5px;
                }

                /* ----------------------------------------------- */



            /* ------------------------------------------------------------------------------ */


            /* ---------------------- Aqui fica os li Login e Cadastro ----------------------- */

                #box-menu-de-login-cadastro-e-logado {
                    grid-column-start: 2;
                    grid-column-end: 3;
                    grid-row-start: 1 ;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                nav#Login-Cadastro #ul-login-cadastro{
                    width: 110px;
                }

            /* ------------------------------------------------------------------------------ */


            /* --------------- Aqui é o usuario logado ------------------- */


                @media (max-width: 670px){

                    nav#nav-logado ul#ul-logado li#usuario img#mais-menos-info{
                        width: 20px;
                        position: absolute;
                        right: 10px;
                    }

                }


                @media (max-width: 520px){

                    #box-menu-de-login-cadastro-e-logado {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }


                    nav#nav-logado ul#ul-logado {
                        width: 90%;
                    }

                    nav#nav-logado ul#ul-logado li#usuario{
                        width: 90%; 
                        height: 32px;
                    }

                    nav#nav-logado ul#ul-logado li h4{
                        font-size: 13px;
                    }
                    
                    nav#nav-logado ul#ul-logado li#usuario img#mais-menos-info {
                        width: 15px;
                    }


                    nav#nav-logado ul#ul-option{
                        width: 90%;
                    }

                    nav#nav-logado ul#ul-option a{
                        width: 45%;
                    }



                

                }

                @media (max-width: 350px){

                    nav#nav-logado ul#ul-option{
                        flex-direction: column;
                    }

                    nav#nav-logado ul#ul-option a {
                        width: 90% !important; 
                    }

                }

            /* -------------------------------------------------------------------------------- */


        /* ----------------------------------------------------------------------------------------- */


        /* ------------------- Aqui fica o banner -------------------- */

            img#banner {
            display: none;
            }

        /* ----------------------------------------------------------- */


        /*--------------------------- Aqui fica o conteudo -------------------------*/

            section{
                margin-top: 50px;
                margin-bottom: 80px;
                width: 100%;
                margin-bottom: 0px;
            }

            section #orcamento{
                display: grid;
                grid-template-rows: 2fr 4fr;
            }            


            section div#Box-table {
                grid-column-start: 1;
                grid-column-end: 3;
                grid-row-start: 1;
            } 
            
            section table#table-prods-car{
                border-spacing: 12px 30px;
                margin-right: 0px;
            }

            article {
                margin-top: 50px;
                grid-column-start: 1;
                grid-column-end: 3;
                grid-row-start: 2;
            }

            @media (max-width: 820px){

                section table#table-prods-car thead#line-title {
                    font-size: 15px;
                }


                section table#table-prods-car tbody tr td {
                    font-size: 12px;
                }




                section table#table-prods-car tbody tr td.colum-fotos img{
                    height: 80px;
                }


                section table#table-prods-car tbody tr td.colum-quantidade input {
                    width: 80%;
                    font-size: 10px;
                }



                /*----------------------------------------- Gravação -------------------------------------*/


                    section table#table-prods-car tbody tr td.colum-logo-gravacao input {
                        width: 150px;
                    }
                
                    div.input-fotos{
                        width: 150px
                    }

                    div.input-fotos span.file-name-span-class {
                        width: 150px;
                    }

                    div.input-fotos h4.remove-span-class {
                        width: 150px;
                    }
                                
  
                    section table#table-prods-car tbody tr td.colum-remove div img{
                        width: 30px;
                        height: 30px;
                    }

                /*---------------------------------------------------------------------------------------*/

                @media (max-width: 660px){
                
                    section table#table-prods-car thead#line-title {
                        font-size: 13px;
                    }
    
    
                    section table#table-prods-car tbody tr td {
                        font-size: 10px;
                    }
    
    
    
    
                    section table#table-prods-car tbody tr td.colum-fotos img{
                        height: 60px;
                    }
    
    
                    section table#table-prods-car tbody tr td.colum-quantidade input {
                        width: 60%;
                        font-size: 9px;
                    }
    
    
    
                    /*----------------------------------------- Gravação -------------------------------------*/
    
    
                        section table#table-prods-car tbody tr td.colum-logo-gravacao input {
                            width: 100px;
                        }
                    
                        div.input-fotos{
                            width: 100px
                        }
    
                        div.input-fotos span.file-name-span-class {
                            width: 100px;
                        }
    
                        div.input-fotos h4.remove-span-class {
                            width: 100px;
                        }
                                    
      
                        section table#table-prods-car tbody tr td.colum-remove div img{
                            width: 25px;
                            height: 25px;
                        }
    
                    /*---------------------------------------------------------------------------------------*/

                }

            }

        /* --------------------------------------------------------------------------- */



        /* --------------------------- Aqui fica o rodapé -------------------------*/
        
            footer{
                margin-top: 50px;
            }

            @media (max-width: 750px) {

                div#FooterAboutUs{
                    font-size: 10px;
                }

    
                footer div#FooterContact {
                    font-size: 10px;
                }


                footer div#developer-div div#dadosdeceloper h4{
                    font-size: 16px;
                }

            }


            @media (max-width: 520px) {

                div#FooterAboutUs{
                    font-size: 8px;
                }

    
                footer div#FooterContact {
                    font-size: 8px;
                }


                footer div#developer-div div#dadosdeceloper h4{
                    font-size: 14px;
                }

            }

            

        /* -------------------------------------------------------------------------- */



        
    } 
        

/* --------------------------------------------------------------------------------------------------- */
