/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*!
==========================================================
ARTIGOS
==========================================================
*/

.stbg-artigos{

    width:100%;

    max-width:1400px;

    margin:0 auto;

    padding:80px 20px;

}


/* ==========================================================
   TOPO
========================================================== */

.stbg-artigos-topo{

    max-width:900px;

    margin:0 auto 60px;

    text-align:center;

}

.stbg-artigos-sobretitulo{

    display:inline-block;

    margin-bottom:14px;

    color:#8f1519;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.stbg-artigos-topo h1{

    margin:0;

    color:#222;

    font-size:clamp(42px,5vw,60px);

    line-height:1.15;

}

.stbg-artigos-topo p{

    max-width:760px;

    margin:24px auto 0;

    color:#444;

    font-size:30px;

    font-weight:300;

    line-height:1.55;

    letter-spacing:-0.4px;

}


/* ==========================================================
   LISTA
========================================================== */

.stbg-artigos-lista{

    display:flex;

    flex-direction:column;

    gap:40px;

}


/* ==========================================================
   SEM RESULTADOS
========================================================== */

.stbg-sem-artigos{

    padding:80px 20px;

    text-align:center;

    color:#777;

    font-size:20px;

}


/* ==========================================================
   TABLET
========================================================== */

@media(max-width:1024px){

    .stbg-artigos{

        padding:60px 20px;

    }

    .stbg-artigos-topo p{

        font-size:24px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:767px){

    .stbg-artigos{

        padding:50px 16px;

    }

    .stbg-artigos-topo{

        margin-bottom:45px;

    }

    .stbg-artigos-topo h1{

        font-size:38px;

    }

    .stbg-artigos-topo p{

        font-size:18px;

        line-height:1.7;

    }

}