.elementor-kit-2111{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6edcd2a:#A1702B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 a{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 h1{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 h2{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 h4{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 h5{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 button,.elementor-kit-2111 input[type="button"],.elementor-kit-2111 input[type="submit"],.elementor-kit-2111 .elementor-button{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 label{font-family:"Albert Sans", Sans-serif;}.elementor-kit-2111 input:not([type="button"]):not([type="submit"]),.elementor-kit-2111 textarea,.elementor-kit-2111 .elementor-field-textual{font-family:"Albert Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-2111 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:100%;padding-inline-start:100%;}.site-footer{padding-inline-end:100%;padding-inline-start:100%;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
FUNDO DA PÁGINA
========================= */

body.archive.category{
    background:#555148;
    color:#f2f2f2;
}


/* =========================
HEADER DA CATEGORIA
========================= */

.archive.category .page-header{
    max-width:1200px;
    margin:60px auto 40px auto;
    padding:0 20px;
}

.archive.category .page-header h1{
    font-size:34px;
    font-weight:600;
    color:#ffffff;
}

.archive.category .page-header span{
    color:#A1702B;
}


/* =========================
GRID DOS POSTS
========================= */

.archive.category .page-content{
    max-width:1200px;
    margin:auto;
    padding:20px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}


/* =========================
CARD DO POST
========================= */

.archive.category article.post{
    background:#6A655C;
    border-radius:10px;
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:14px;
    transition:none;

    /* sombra suave */
    box-shadow:0 6px 18px rgba(0,0,0,0.18);
}


/* =========================
IMAGEM DO POST
========================= */

.archive.category article.post img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:6px;
}


/* =========================
TÍTULO DO POST
========================= */

.archive.category article.post h2{
    font-size:20px;
    margin:0;
    line-height:1.3;
}

.archive.category article.post h2 a{
    text-decoration:none;
    color:#A1702B;
    font-weight:600;
}


/* =========================
RESUMO
========================= */

.archive.category article.post p{
    font-size:14px;
    line-height:1.6;
    color:#e6e6e6;
}


/* =========================
RESPONSIVO
========================= */

@media (max-width:768px){

.archive.category .page-content{
    grid-template-columns:1fr;
}

.archive.category article.post img{
    height:200px;
}

.archive.category .page-header h1{
    font-size:26px;
}

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://indor.devfrontend.com.br/wp-content/uploads/2026/02/AlbertSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://indor.devfrontend.com.br/wp-content/uploads/2026/02/AlbertSans-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */