@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/*================================Inicio Modal================================= */
.modalFuncionalidade{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentFuncionalidade{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalFuncionalidade{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloFuncionalidade{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoFuncionalidade{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalFuncionalidade{
    color: #fff;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalMateriais{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentMateriais{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalMateriais{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloMateriais{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoMateriais{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalMateriais{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalProdutos{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentProdutos{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalProdutos{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloProdutos{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoProdutos{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalProdutos{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalPedorc{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentPedorc{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalPedorc{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloPedorc{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoPedorc{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalPedorc{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.btnConfirmaModalOrdser{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalOrdser{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentOrdser{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalOrdser{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloOrdser{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoOrdser{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalOrdser{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.btnConfirmaModalNota{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalNota{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentNota{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalNota{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloNota{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoNota{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalNota{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.btnConfirmaModalPagrec{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalPagrec{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentPagrec{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalPagrec{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloPagrec{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoPagrec{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalPagrec{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.btnConfirmaModalCaixa{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalCaixa{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentCaixa{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalCaixa{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloCaixa{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoCaixa{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalCaixa{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.btnConfirmaModalConfig{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

.modalConfig{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentConfig{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
}

span{
    float: right;
    width: 4%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
}

span:hover{
    background-color: darkgray;
}

.show-modalConfig{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.modalTituloConfig{
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}


.modalTextoConfig{
    font-size: 20px;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
}

.btnConfirmaModalConfig{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
    padding: 2%;
    width: 100%;
    cursor: pointer;
    
}

@media (max-width:1200px) {
    .modal-contentFuncionalidade, .modal-contentMateriais, .modal-contentProdutos, .modal-contentPedorc, .modal-contentOrdser, .modal-contentNota, .modal-contentPagrec, .modal-contentCaixa, .modal-contentConfig{
        background-color: lightgrey;
        padding: 2% 3%;
        width: 60%;
        border-radius: 0.5rem;
        height: auto;
    }

    .modalTituloFuncionalidade{
        font-size: 20px;
    }
    
    
    .modalTextoFuncionalidade,  .btnConfirmaModalConfig{
        font-size: 15px;
    }
    

    .menu{
        font-size: 15px;
    }

}

@media (max-width:500px) {
    .modal-contentFuncionalidade, .modal-contentMateriais, .modal-contentProdutos, .modal-contentPedorc, .modal-contentOrdser, .modal-contentNota, .modal-contentPagrec, .modal-contentCaixa, .modal-contentConfig{
        width: 80%;
    }

    .modalTituloFuncionalidade, .modalTituloMateriais, .modalTituloProdutos, .modalTituloPedorc, .modalTituloOrdser, .modalTituloNota, .modalTituloPagrec, .modalTituloCaixa, .modalTituloConfig  {
        font-size: 15px;
    }
    
    
    .modalTextoFuncionalidade, .modalTextoMateriais, .modalTextoProdutos, .modalTextoPedorc, .modalTextoOrdser, .modalTextoNota, .modalTextoPagrec, .modalTextoCaixa, .modalTextoConfig{
        font-size: 13px;
    }
    

    .menu{
        font-size: 13px;
    }

    .btnConfirmaModalFuncionalidade, .btnConfirmaModalMateriais, .btnConfirmaModalProdutos, .btnConfirmaModalPedorc, .btnConfirmaModalOrdser, .btnConfirmaModalNota, .btnConfirmaModalPagrec, .btnConfirmaModalCaixa, .btnConfirmaModalConfig{
        font-size: 13px;
    }

}

/*================================Inicio Apresentacao=============================== */

.erpApresentacao{
    display: flex;
    background-color: lightgrey;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 2%;
}

.erpApresentacao img{
    width: 60%;
}

.apresentacaoTitulo{
    padding-top: 50%;
    margin-bottom: 5%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}

.apresentacaoTexto{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    padding-bottom: 3%;
    font-size: 20px;
}

@media (max-width:1400px) {
    .apresentacaoTitulo{
        padding-top: 40%;
        font-size: 25px;

    }
    
    .apresentacaoTexto{
        font-size: 15px;
    }
}

@media (max-width:1000px) {
    .apresentacaoTitulo{
        padding-top: 30%;
        font-size: 20px;

    }
    
    .apresentacaoTexto{
        font-size: 15px;
    }
}

@media (max-width:800px) {
    .erpApresentacao{
        display: grid;
        background-color: lightgrey;
        width: 100%;
    }
    
    .erpApresentacao img{
        width: 100%;
    }
    
    .apresentacaoTitulo{
        padding-top: 3%;
        font-size: 20px;

    }
    
    .apresentacaoTexto{
        font-size: 15px;
    }
}
/*=================================Fim Apresentacao================================= */
/*==============================Inicio Funcionalidades============================== */
.erpFuncionalidades{
    width: 100%;
    background-color: #403f40;
}

.erpFuncionalidades img{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.erpFuncionalidades p{
    color: white;
    width: 80%;
    padding-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}

.erpFuncionalidades1{
    display: flex;
}

.erpFuncionalidades2{
    display: flex;
}

.erpFuncionalidades3{
    display: flex;
    padding-bottom: 1%;
}

.menu{
    background-color: lightgrey;
    width: 100%;
    margin: 2%;
    font-size: 25px;
    text-align: center;
    font-weight: bolder;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 20px;
    cursor: pointer;
}

.menu:hover{
    background-color: #1493ff;
    color: white;
}

@media (max-width:1000px) {
    .menu{
        font-size: 20px;
    }
}

@media (max-width:1000px) {
    .menu{
        font-size: 20px;
    }
}

@media (max-width:800px) {
    .menu{
        font-size: 20px;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
    .erpFuncionalidades1{
        display: grid;
    }
    
    .erpFuncionalidades2{
        display: grid;
    }
    
    .erpFuncionalidades3{
        display: grid;
        padding-bottom: 1%;
    }

}

@media (max-width:800px) {
    .erpFuncionalidades p{
        font-size: 20px;
    }
    .menu{
        font-size: 15px;
    }

}


/*================================Fim Funcionalidades=============================== */

.agende{
    background-color: lightgrey;
}