/* ===================================
   DOBRA ESTOQUE
=================================== */

.secao-estoque{
    background: #f5f7fa;
    padding: 90px 0;
}

.box-estoque{
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

.estoque-img img{
    width: 100%;
    border-radius: 12px;
}

.estoque-content{
    padding: 20px 10px 20px 35px;
}

.estoque-tag{
    display: inline-block;
    background: #eef5ff;
    color: #1e88e5;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.estoque-content h2{
    font-size: 34px;
    font-weight: 700;
    color: #071A35;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

.texto-intro{
    font-size: 16px;
    color: #6f7785;
    line-height: 1.8;
}

.lista-estoque{
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.lista-estoque li{
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 500;
}

.lista-estoque li i{
    color: #28a745;
    margin-right: 10px;
}

.texto-final{
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #5f6773;
}

/* RESPONSIVO */

@media(max-width:991px){

    .estoque-content{
        padding: 35px 0 0 0;
    }

    .estoque-content h2{
        font-size: 28px;
    }

}

/* ==================================
   DOBRA VENDAS CEASA
================================== */

.secao-vendas-ceasa{
    background: url('../img/ceasa.webp')
    center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.overlay-dark{
    background: rgba(7, 26, 53, 0.78);
    padding: 110px 0;
}

.tag-vendas{
    display: inline-block;
    background: rgba(255,255,255,.12);
    color: #7db8ff;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.titulo-vendas{
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 25px;
}

.subtitulo-vendas{
    color: rgba(255,255,255,.82);
    font-size: 19px;
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto 50px;
}

.lista-vendas{
    margin-top: 40px;
}

.item-venda{
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    padding: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-size: 15px;
    min-height: 95px;
    transition: .3s;
}

.item-venda:hover{
    transform: translateY(-4px);
    background: rgba(255,255,255,.12);
}

.item-venda i{
    display: block;
    font-size: 28px;
    color: #3ea2ff;
    margin-bottom: 12px;
}

.texto-final-vendas{
    margin-top: 30px;
    font-size: 22px;
    color: #fff;
    opacity: .95;
}

/* RESPONSIVO */

@media(max-width:991px){

    .titulo-vendas{
        font-size: 34px;
    }

    .subtitulo-vendas{
        font-size: 17px;
    }

    .overlay-dark{
        padding: 80px 0;
    }

}

@media(max-width:768px){

    .secao-vendas-ceasa{
        background-attachment: scroll;
    }

    .titulo-vendas{
        font-size: 28px;
    }

}

/* ===================================
   DOBRA FINANCEIRO
=================================== */

.secao-financeiro{
    background: #f5f7fa;
    padding: 90px 0;
}

.box-financeiro{
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

.financeiro-content{
    padding: 20px 35px 20px 10px;
}

.financeiro-tag{
    display: inline-block;
    background: #eef5ff;
    color: #1e88e5;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.financeiro-content h2{
    font-size: 34px;
    font-weight: 700;
    color: #071A35;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

.texto-intro{
    font-size: 16px;
    color: #6f7785;
    line-height: 1.8;
}

.lista-financeiro{
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.lista-financeiro li{
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 500;
}

.lista-financeiro li i{
    color: #28a745;
    margin-right: 10px;
}

.financeiro-img img{
    width: 100%;
    border-radius: 14px;
    display: block;
}

.texto-final{
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #5f6773;
}

/* RESPONSIVO */

@media(max-width:991px){

    .financeiro-content{
        padding: 0 0 35px 0;
        text-align: center;
    }

    .financeiro-content h2{
        font-size: 28px;
    }

}

/* ==============================
   RECURSOS AVANÇADOS
============================== */

.secao-recursos{
    background: #f7f9fc;
    padding: 90px 0;
}

.tag-recursos{
    display: inline-block;
    background: #eef5ff;
    color: #1e88e5;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.titulo-recursos{
    font-size: 42px;
    font-weight: 700;
    color: #071A35;
    margin-bottom: 20px;
}

.subtitulo-recursos{
    font-size: 18px;
    color: #6f7785;
    line-height: 1.8;
    margin-bottom: 50px;
}

.card-recurso{
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    height: 100%;
    transition: .3s;
    margin-bottom: 30px;
}

.card-recurso:hover{
    transform: translateY(-8px);
}

.icone-recurso{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #eef5ff;
    margin-bottom: 25px;
}

.icone-recurso i{
    font-size: 28px;
    color: #1e88e5;
}

.card-recurso h3{
    font-size: 24px;
    font-weight: 700;
    color: #071A35;
    margin-bottom: 18px;
    line-height: 1.5;
}

.card-recurso p{
    color: #6f7785;
    line-height: 1.8;
}

.card-recurso ul{
    padding-left: 20px;
    margin-top: 20px;
}

.card-recurso ul li{
    margin-bottom: 12px;
    color: #2d3748;
}

.frase-final{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #1e88e5;
    font-weight: 600;
}

/* ====================================
   PAINEL GERENCIAL / FECHAMENTO
==================================== */

.secao-painel-gerencial{
    background: url('../img/banca_frutas.webp')
    center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.overlay-painel{
    background: rgba(7,26,53,.90);
    padding: 110px 0;
}

.tag-painel{
    display: inline-block;
    background: rgba(255,255,255,.10);
    color: #7db8ff;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.titulo-painel{
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitulo-painel{
    color: rgba(255,255,255,.82);
    font-size: 19px;
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto 60px;
}

.box-painel{
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    padding: 40px;
    color: #fff;
    min-height: 580px;
    backdrop-filter: blur(6px);
    transition: .3s;
    margin-bottom: 30px;
}

.box-painel:hover{
    transform: translateY(-5px);
}

.icon-painel{
    font-size: 42px;
    color: #3ea2ff;
    margin-bottom: 25px;
}

.box-painel h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.box-painel p{
    color: rgba(255,255,255,.80);
    line-height: 1.9;
    margin-bottom: 25px;
}

.box-painel ul{
    padding-left: 20px;
}

.box-painel ul li{
    margin-bottom: 14px;
    color: rgba(255,255,255,.92);
}

.frase-box{
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 20px;
    color: #7db8ff;
    font-size: 18px;
    font-weight: 600;
}

/* RESPONSIVO */

@media(max-width:991px){

    .titulo-painel{
        font-size: 34px;
    }

    .box-painel{
        min-height: auto;
    }

    .overlay-painel{
        padding: 80px 0;
    }

}

@media(max-width:768px){

    .secao-painel-gerencial{
        background-attachment: scroll;
    }

    .titulo-painel{
        font-size: 28px;
    }

}