.content-blog {
    display: grid;
    grid-template-columns: 3fr 380px;
    grid-column-gap: 40px;
    padding-top: 4.25rem;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.posts > div {
    width: 32% !important;
    margin-bottom: 50px;
}

aside.sidebar .wp-block-search__label,
aside.sidebar .wp-block-heading {
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--secondary);
}

aside.sidebar .wp-block-search__label {
    margin-bottom: 15px;
}

aside.sidebar .wp-block-heading{
    position: relative;
    margin-bottom: 20px;
}

aside.sidebar .wp-block-heading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--gray-200);
    bottom: -10px;
    left: 0;
    right: 0;
}

aside.sidebar form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    width: 63px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
    display: flex;
    justify-content: center;
    border: 1px solid var(--secondary);
    align-items: center;
    transition: all .3s ease-in-out;
}

aside.sidebar .wp-block-search__input {
    box-shadow: none !important;
    height: auto !important;
    margin: 0;
    background-color: transparent !important;
}

aside.sidebar .wp-block-search__inside-wrapper {
    border: 1px solid var(--gray-200);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 38px;
    margin-bottom: 20px;
    background-color: transparent !important;
}

aside.sidebar .wp-block-search__button:hover {
    background-color: transparent !important;
}

aside.sidebar .wp-block-search__button:hover svg {
    fill: var(--secondary);
}

input[type="search"]:focus {
    border-width: 0px !important;
    border-color: none !important;
    box-shadow: none;
    outline: none;
}

.wp-block-categories-list.wp-block-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wp-block-categories-list.wp-block-categories a{
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--gray-500);
    transition: all .3s ease-in-out;
}

.wp-block-categories-list.wp-block-categories a:hover {
    cursor: pointer;
    color: var(--secondary);
}

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.wp-block-tag-cloud a:nth-child(even) {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 28px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--gray-500);
    align-items: end;    
}

.wp-block-tag-cloud a:nth-child(odd) {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--gray-500);
    display: inline-flex;
    align-items: flex-end; 
    text-decoration: none;
}

@media (max-width: 1440px) {
    .posts > div {
        width: 30% !important;
    }
}

@media (max-width: 1024px) {
    .posts > div {
        width: 48% !important;
    }
}

@media (max-width: 425px) {
    .date_card_noticies {
        width: auto;
    }

    .posts > div {
        width: 100% !important;
        max-height: 450px !important;
    }
}

.breadcrumbs_text {
    top: -100px;
}

.ingenius_title_hero {
    position: relative;
    top: -20px;
}

.posts .ingenius-pagination {
    width: 100% !important;
}