
#mainAgentes{
    /* padding-top: 2rem; */
    text-align: center;
    margin: 0;
    
}
.article-title {
    /* background:  linear-gradient(250deg, #03c0f3, #0192ef); */
    background-color: #0192ef;
    background: url(../images/fundo-do-conceito-de-tecnologia-digital-futurista-para-a-pesquisa-de-dados_1017-50874.jpg);
    background: url(../images/fundo.jpg);
    /*background: url(../images/fundo-do-conceito-de-tecnologia-digital-futurista-para-a-pesquisa-de-dados_1017-50874.jpg);*/
     /*background: url(../images/lindo-efeito-de-luz-colorida-fundo-abstrato-luz-neon-e-fundo-de-linha-abstrata_628838-3684.jpg);*/ 
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 4rem 0;
    /* background: url(../images/produtosPrecos.jpg);
    background-repeat: no-repeat;
    background-size: 100%; */
}
.article-agentes{
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    margin: 0;

    h1{
       border: 1px solid;
    }
}
.section-agentes{
    padding: 0;
    border-bottom: 5px solid #f6f7f8;
    border-radius: 5px 5px 5px 15px;
}

