<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrump-single {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 9;
    color: #fff;
}
.breadcrump-single a {
    color: #6fccdc;
}
section.featured_posts {
    margin-top: 60px;
    margin-bottom: 60px;
}
.featured_posts__content {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
section.featured_posts h2 {
    text-align: center;
    color: #ff671b;
}
.featured_posts__item h3 {
    font-size: 20px;
    margin: 10px 0;
}
a.btn_post_destacado {
    color: #fff !important;
    padding: 10px 25px;
    background-color: #ff671b;
    text-align: center;
    border: none;
    border-radius: 0;
}
.featured_posts__item h2 {
    max-width: 320px;
}
.featured_posts__item p {
    max-width: 370px;
}
@media (max-width: 639px) {
    .btn_post_destacado {
        width: 100%;
    }
}

section.posts_search {
    border-top: solid 1px #ff671b;
    padding-top: 50px;
    margin-top: 120px;
}
.posts_search__content {
    background: #ebebeb;
    width: 90%;
    margin: 10px auto;
    border-radius: 50px;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
}
.posts_search__content select {
    border: none;
    background: transparent;
    height: 45px;
}
.posts_search__item1,
.posts_search__item2,
.posts_search__item3 {
    border-right: solid 2px #ff681a;
}
.posts_search__item1,
.posts_search__item2,
.posts_search__item3,
.posts_search__item5,
.posts_search__item4 {
    flex: 1;
    text-align: center;
}
button.btn_search_post {
    width: 100%;
    background: #ff671b;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
}
.posts_search__item1 span {
    font-size: 30px;
    font-family: 'Sensation Bold';
}
section.result-post {
    margin-top: 60px;
}
.result-post__item {
    box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.26);
    padding: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.result-post__item img, .result-post__item a {
    width: 200px;
    display: block;
}
.result-post__item h4 {
    font-family: 'Sensation Bold';
    font-size: 19px;
    margin-right: 20px;
    border-right: solid 2px #a0a0a0;
    padding: 20px;
    margin-bottom: 0;
    flex: 1;
}
.result-post__item p {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
}
@media (max-width: 639px) {
    .posts_search__content {
        flex-flow: column;
    }
    .posts_search__item1, .posts_search__item2, .posts_search__item3 {
        border-right: none;
    }
    .posts_search__item1, .posts_search__item2, .posts_search__item3, .posts_search__item5, .posts_search__item4 {
        width: 100%;
    }
    button.btn_search_post {
        border-radius: 0;
    }
    .posts_search__content {
        border-radius: 0;
        padding: 0;
    }
    .posts_search__item1 {
        background: #fff;
        display: block;
        padding-bottom: 20px;
    }
    section.posts_search {
        margin-top: 40px;
    }
    .result-post__item {
        flex-flow: column;
        align-items: flex-start;
    }
    .result-post__item h4 {
        margin: 0;
        padding: 10px 0;
        border: none;
    }
    .result-post__item img, .result-post__item a {
        width: 100%;
        display: block;
        max-width: 400px;
    }
    a.btn_post_destacado {
        margin-top: 20px;
    }
    .contactWidget a {
        font-size: 20px;
    }
}</pre></body></html>