.cards-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
    padding: 2rem 0;
}

.cards-items > .card-item {
    margin-bottom: 2rem;
}
.logient-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.5);
    box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.5);
    height: 100%;
}
.logient-card:not(.not-hover) {
    position: relative;
}
.cards-items > .card-item .logient-card {
    height: 100%;
}

.logient-card .logient-card-image {
    background-color: rgba(111, 111, 113, 0.2);
    height: 264px;
}

.logient-card .logient-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.logient-card .logient-card-content {
    padding: 24px 40px 60px 40px;
    -webkit-transition: 0.1s background-color, 0.3s -webkit-transform;
    transition: 0.1s background-color, 0.3s -webkit-transform;
    -o-transition: 0.1s background-color, 0.3s -o-transform;
    transition: 0.3s transform, 0.1s background-color;
    transition: 0.3s transform, 0.1s background-color, 0.3s -webkit-transform, 0.3s -o-transform;
}

.flex-column-16 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.logient-card .logient-card-content .logient-card-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 0 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xlargeText {
    font-family: "AM-Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
}

.logient-card .logient-card-content .logient-card-inner {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    overflow-x: hidden;
    overflow-y: auto;
}

.logient-card .logient-card-content .logient-card-content-link {
    margin-top: 24px;
}

.buttonTertiary {
    font-family: "Am-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    background: none;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    gap: 0 8px;
    color: currentColor;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.logient-card .logient-card-content .logient-card-content-link .a-button .icon {
    color: #fff;
}

.buttonTertiary svg {
    color: #000;
}

.logient-card:not(.not-hover) .over_link {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHJ4PSIzMiIgZmlsbD0id2hpdGUiIC8+CiAgPHBhdGgKICAgIGQ9Ik0zNy42MDM1IDI1LjM5NjVIMjUuNjAzNVYyNy4zOTY1SDM1LjE4OTJMMjUuMzk2NSAzNy4xODk0TDI2LjgxMDYgMzguNjAzNkwzNi42MDM1IDI4LjgxMDdWMzguMzk2NUgzOC42MDM1VjI2LjM5NjVWMjUuMzk2NUgzNy42MDM1WiIKICAgIGZpbGw9IiMxRDFEMUYiIC8+Cjwvc3ZnPg==) 32 32, auto;
}

@media (min-width: 576px) {
    .logient-card:not(.not-hover):hover .logient-card-content {
        -webkit-transform: translateY(-264px);
        -o-transform: translateY(-264px);
        transform: translateY(-264px);
        z-index: 2;
        position: relative;
        height: 100%;
        background-color: #000;
        color: #fff;
    }
        .logient-card:not(.not-hover):hover .logient-card-content .logient-card-c {
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
}
.section-hero-general{
    padding: 2rem 0;
}
.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
}

.section-header .subtitle {
    font-family: "AM-regular", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
}

.section-header-title .title {
    font-family: "AM-Bold", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}

@media (max-width: 576px) {
    .cards-items{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
        padding: 2rem 0;
    }
}

/* card post*/
.cards-posts{
    display: flex;
    flex-direction: column;
}

.cards-posts > .card-post {
    margin-bottom: 2rem;
}

.cards-posts .card-post .post-container {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.5);
    box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.5);
    height: 100%;
}

.card-post .top{
    background-color: rgba(111, 111, 113, 0.2);
    height: 450px;
    position: relative;
}

.card-post .top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card-post .top .tags-container{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000db;
    width: 100%;
}
.card-post .top .tags-container .title{
    color: #fff;
    padding: 1rem 1rem;
    
}
.card-post .top .tags-container .title h2{
    font-family: "AM-Bold";
    font-size: 39px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
}
.card-post .top .tags-container .clickable{
    position: relative;
}
.card-post .top .tags-container .clickable .over_link {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHJ4PSIzMiIgZmlsbD0id2hpdGUiIC8+CiAgPHBhdGgKICAgIGQ9Ik0zNy42MDM1IDI1LjM5NjVIMjUuNjAzNVYyNy4zOTY1SDM1LjE4OTJMMjUuMzk2NSAzNy4xODk0TDI2LjgxMDYgMzguNjAzNkwzNi42MDM1IDI4LjgxMDdWMzguMzk2NUgzOC42MDM1VjI2LjM5NjVWMjUuMzk2NUgzNy42MDM1WiIKICAgIGZpbGw9IiMxRDFEMUYiIC8+Cjwvc3ZnPg==) 32 32, auto;
}
.card-post .top .tags-container .summary{
    color: #fff;
    padding: 1rem 1rem;
    display: none;
}
.card-post .top .tags-container .tags{
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    -webkit-column-gap: 0.5rem;
    column-gap: 0.5rem;
    padding: 1rem 1rem;
    
}

.card-post .top .tags-container .tags .tag{
    background: #cecece;
    padding: 0.2rem 1rem;
    color: #000;
    border-radius: 20px;
}

.card-post .top:hover .tags-container .summary{
    display: block;
}

.card-post .top:hover .tags-container{
    bottom: inherit;
    top: 0;
    height: 450px;
    background-color: #000;
}

.card-post .content-main {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card-post .content-main .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
}

.card-post .content-main .meta .categ {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.card-post .content-main .meta .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #6f6f71;
}
