.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#00C2A1;--e-global-color-text:#000000;--e-global-color-accent:#FF7C1F;--e-global-color-adfc4c1:#FFFFFF;--e-global-color-79218a4:#555555;--e-global-color-bb687a9:#FFFFFF4A;--e-global-typography-primary-font-family:"Gabarito";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Gabarito";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:600;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;font-size:13px;font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-adfc4c1 );box-shadow:1px 1px 1px 1px rgba(0,0,0,0.5);border-style:none;border-radius:25px 25px 25px 25px;padding:10px 30px 10px 30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:10px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{border-radius:25px 25px 25px 25px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:100px;padding-inline-start:100px;}.site-header .site-branding .site-logo img{width:556px;max-width:556px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ============================================================
   ESTILO SOLUTE — Widget Posts do Elementor (página blog)
============================================================ */

/* Container do grid */
.elementor-posts-container.elementor-posts {
    gap: 24px !important;
}

/* Cada card */
.elementor-post {
    background: #ffffff;
    border-radius: 18px !important;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.elementor-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 56px rgba(0,0,0,0.06);
    border-color: rgba(255,102,0,0.3);
}

/* Imagem */
.elementor-post__thumbnail__link {
    margin: 0 !important;
    overflow: hidden;
}

.elementor-post__thumbnail {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin: 0 !important;
}

.elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.elementor-post:hover .elementor-post__thumbnail img {
    transform: scale(1.04);
}

/* Bloco de texto */
.elementor-post__text {
    padding: 28px 24px !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Categoria como tag flutuante (acima da imagem) */
.elementor-post__thumbnail__link {
    position: relative;
}

.elementor-post__categories {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: rgba(13,13,13,0.85);
    color: #FF8833 !important;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.elementor-post__categories a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Meta (data) */
.elementor-post__meta-data {
    font-size: 11px !important;
    color: #888 !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.3px;
    order: -1;
}

.elementor-post__meta-data span {
    color: #888 !important;
}

/* Título */
.elementor-post__title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 16px 0 !important;
    flex: 1;
}

.elementor-post__title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.elementor-post__title a:hover {
    color: #FF6600 !important;
}

/* Read More — vira CTA com divisor */
.elementor-post__read-more {
    color: #FF6600 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding-top: 16px !important;
    border-top: 1px solid #f0f0f0;
    margin-top: auto !important;
}

.elementor-post__read-more:hover {
    color: #e55a00 !important;
}

/* Esconde excerpt se aparecer */
.elementor-post__excerpt {
    display: none !important;
}

/* Mobile */
@media (max-width: 900px) {
    .elementor-posts-container.elementor-posts {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 600px) {
    .elementor-posts-container.elementor-posts {
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */