.elementor-1149 .elementor-element.elementor-element-5994b64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-1149 .elementor-element.elementor-element-6476bc3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-8008a27 */.listagem-cards {
    display: flex;
    color: #304B5D;
    flex-wrap: wrap;
    gap: 2%;
}

.anuncio-card a {
    color: #304B5D;
    font-weight: 700;
}
.header-listagem {
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column-reverse;
    gap: 10px;
}
.links {
    display: flex;
    gap: 20px;
}
.links a {
        color: #304B5D;
        font-size: 18px;
        font-weight: 600;
}
.header-listagem h1 {
        font-family: "Bebas Neue", Sans-Serif;
        color: #304B5D;
        font-size: 42px;
        
}

.text-hero {
        font-family: "Inter", Sans-Serif;
        color: #304B5D;
        font-size: 18px;
        
}


.anuncio-card {
    width: 48%;
    margin-bottom: 50px;
    border: 1px solid #FAFAFA;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,10,0.3);
}

@media (max-width: 768px) {
    .anuncio-card {
    width: 100%;
}

.links {
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

.header-listagem {
    flex-direction: column;
}

.text-hero {
    text-align: center;
}
}
.listagem-cards p {
    font-family: "Inter", Sans-Serif;
}
.listagem-cards h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px !important;
}
.listagem-cards h1, .listagem-cards h2, .listagem-cards h3 {
    font-family: "Bebas Neue", Sans-Serif; 
    margin: 0;
}

.campo h3 {
    font-size: 24px;
}

.anuncio-info .anuncio-titulo {
    font-size: 28px;
}

.header-listagem h1 {
    font-size: 32px;
    margin: 0;
}/* End custom CSS */