.elementor-1697 .elementor-element.elementor-element-135a46d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1697 .elementor-element.elementor-element-dd5ff74{padding:0px 0px 0120px 0px;}.elementor-1697 .elementor-element.elementor-element-12ad2a4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:080px;--padding-bottom:80px;--padding-left:144px;--padding-right:0144px;}.elementor-1697 .elementor-element.elementor-element-12ad2a4:not(.elementor-motion-effects-element-type-background), .elementor-1697 .elementor-element.elementor-element-12ad2a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A2A2A;}.elementor-1697 .elementor-element.elementor-element-64ee8ed{text-align:center;font-size:36px;font-weight:700;color:#FFFFFF;}.elementor-1697 .elementor-element.elementor-element-810a7d7 .elementor-button{background-color:#00FFA7;font-size:20px;font-weight:800;fill:#2A2A2A;color:#2A2A2A;border-radius:8px 8px 8px 8px;padding:20px 24px 20px 24px;}.elementor-1697 .elementor-element.elementor-element-810a7d7{padding:0px 0px 0px 0px;}.elementor-1697 .elementor-element.elementor-element-810a7d7 .elementor-button-content-wrapper{flex-direction:row;}.elementor-1697 .elementor-element.elementor-element-810a7d7 .elementor-button .elementor-button-content-wrapper{gap:12px;}@media(max-width:1024px){.elementor-1697 .elementor-element.elementor-element-12ad2a4{--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-1697 .elementor-element.elementor-element-12ad2a4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-1697 .elementor-element.elementor-element-64ee8ed{font-size:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-dd5ff74 */.posts-hero-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.posts-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 2rem;
    width: 100%;
    max-width: 1200px; 
    margin: 4rem auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.post-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    height: 320px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.post-card img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    transition: 200ms;
    z-index: 1;
}

.post-card:hover img {
    width: 110%;
    height: 110%;
    transition: 200ms;
}

.post-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    box-sizing: border-box;
}

.post-card-title {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.post-card-excerpt {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 4px;
    width: fit-content;
}

.card-principal {
    min-height: 520px;
    height: auto;        
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: none;
}

.card-principal .post-card-content {
    position: relative; 
    height: auto;
    padding-top: 192px;  
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-principal .post-card-content > div {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.card-principal .post-card-title {
    font-size: 36px; 
}

.card-principal .post-card-excerpt {
    font-size: 24px; 
}

.card-principal .post-card-link {
    background-color: rgba(138, 11, 252, 1);
    padding: 16px 32px;  
    border-radius: 8px;
    border-bottom: none;
    font-weight: 800;
    font-size: 20px;
    transition: background 0.2s ease;
}

.card-principal .post-card-link:hover {
    background-color: #5200a4; 
}

.card-meio {
    grid-column: 1 / -1; 
    height: 380px;       
}

@media (max-width: 768px) {
    .posts-grid-container {
        grid-template-columns: 1fr; 
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .card-meio {
        grid-column: auto;
    }

    .card-principal {
        min-height: 600px;
    }
    
    .card-principal .post-card-content {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .card-principal .post-card-title {
        font-size: 1.75rem;
    }
    
    .card-principal .post-card-excerpt {
        font-size: 1.1rem;
    }
}/* End custom CSS */