
.blog-block{
    background: var(--Secondary-50, #F1EFED);
    display: flex; 
    padding: 48px 48px 56px 48px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.title-blog{
    display: flex;
    padding-right: 900px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.blog-tit{
    color: var(--Neutral-500, #55595A);
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 134px;
    letter-spacing: -3.5px;
    align-self: stretch;
}

.welcome-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
    color: var(--Neutral-500, #55595A);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.blog-posts{
    display: flex;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.main-post{
    display: flex;
    align-items: center;
    align-self: stretch;
}


.image-main-post{
    /* background: url(../img/home/equipo.webp) lightgray -133.018px -12px / 128.004% 104.8% no-repeat; */
    /*align-self: stretch;
    width: 50%;
    padding: 0px;*/
    align-self: stretch;
    background-size: cover;
}


.text-main-post{
    background: var(--Secondary-500, #D7D1CA);
    display: flex;
    padding: 32px 165px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 50%;
}
/*.no-padding{
    padding: 0px;
}*/

.blog-tit-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: var(--Neutral-500, #55595A);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.75px;
}

.description-main-post{
    align-self: stretch;
    color: var(--Neutral-500, #55595A);
    /*leading-trim: both;/*revisar*/
    /*text-edge: cap;/*revisar*/
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.see-more-button.description-main-post{
    display: flex;
    padding: 18px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Error-300, #D19668);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-weight: 600;
    width: 176px;
    height: 60px;
}

.right-arrow{
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5.25px 3.75px;
    justify-content: center;
    align-items: center;
    /* width: 16.5px;
    height: 13.5px;*/
    flex-shrink: 0;
}

.more-posts-button{
    display: flex;
    padding: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Error-300, #D19668);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    /*leading-trim: both;
    text-edge: cap;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 313px;
    height: 61px;
}

.other-posts{
    display: flex;
    padding: 0px 48px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.post-card{
    background: var(--Secondary-300, #E1DDD7);
    display: flex;
    /* height: 400px; */
    padding: 32px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.post-card-reverse{
    flex-direction: row-reverse;
}

.post-info{
    display: flex;
    padding: 0px 96px;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: flex-start;
    align-self: stretch;
    width: 50%;
    gap: 40px;
}

.post-image{
    width: 50%;
}

.blog-img{
    width: 100%;
}

.title-description{
    display: flex;
    /* height: 249.667px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.blog-tit-3{
    display: flex;
    align-items: center;
    align-self: stretch;
    color: var(--Neutral-500, #55595A);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
}

.description-post{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    /* height: 100px; */
    color: var(--Neutral-500, #55595A);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1400px) and (max-width: 1760px) {
    .title-blog{
        padding: 0px 800px 0px 0px;
    }
    .text-main-post{
        padding: 32px 60px;
    }
    .blog-tit-2{
        font-size: 40px;
        line-height: 40px;
    }
    .description-main-post{
        font-size: 19px;
        line-height: 20px;
    }
    .other-posts{
        padding: 0px 32px;
    }
    .post-info{
        padding: 0px 60px;
    }
    .blog-tit-3{
        font-size: 30px;
        line-height: 30px;
    }
    .description-post{
        font-size: 18px;
        line-height: 20px;
    }
    .margin-post{
        margin: 0px 20px 0px 0px;
    }
    .title-description{
        padding: 20px;
        gap: 34px;
    }
    .blog-tit{
        font-size: 100px;
        line-height: 100px;
    }
    .welcome-text{
        font-size: 19px;
        line-height: 19px;
    }
}

@media screen and (min-width: 701px) and (max-width: 1399px) {
    .blog-block{
        padding: 30px 150px 34px 60px;
    }
    .title-blog{
        padding-right: 150px;
        gap: 15px;
    }
    .welcome-text{
        font-size: 18px;
        line-height: 20px;
    }
    .blog-tit{
        letter-spacing: -0.5px;
        font-size: 80px;
        line-height: 100px;
    }
    .post-image{
        width: 50%;
        align-self: center;
    }
    .text-main-post{
        width: 50%;
        gap: 10px;
        padding: 0px 20px 0px 0px;
    }
    .description-main-post{
        font-size: 17px;
        line-height: 17px;
    }
    .margin-post{
        margin: 0px 20px;
    }
    .see-more-button.description-main-post{
        padding: 14px;
        font-size: 22px;
        line-height: 21px;
    }
    .other-posts{
        padding: 0px 15px;
    }
    .blog-tit-2{
        font-size: 24px;
        line-height: 24px;
        margin: 0px 20px;
    }
    .blog-posts{
        gap: 28px;
    }
    .post-info{
        width: 50%;
        gap: 15px;
        padding: 20px 30px;
    }
    .blog-tit-3{
        font-size: 24px;
        line-height: 24px;
        margin: 0px 20px 0px 0px;
    }
    .description-post{
        font-size: 17px;
        line-height: 17px;
        margin: 0px 20px 0px 0px;
    }
    .title-description{
        justify-content: initial;
        /* height: auto; */
        gap: 10px;
        padding: 20px 15px;
    }
    .post-card{
        padding: 20px 0px;
    }
    .post-card-reverse{
        flex-direction: row-reverse;
        
    }
}

@media screen and (min-width: 60px) and (max-width: 700px) {
    /*.blog {
        flex-direction: column;
        display: flex;
        align-items: center;
        padding: 0px 25px 25px;
        gap:20px;
    }*/

    .blog-block{
        padding: 30px 20px 30px;
    }
    .title-blog{
        padding-right: 0px;
    }
    .blog-tit{
        font-size: 50px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }
    .welcome-text{
        font-size: 16px;
        line-height: 20px;
    }
    .main-post{
        flex-direction: column;
    }
    .post-image{
        width: 100%;
    }
    .text-main-post{
        width: 100%;
        padding: 20px 40px;
        gap: 20px;
    }
    .description-main-post{
        font-size: 16px;
        line-height: 16px;
    }
    .see-more-button.description-main-post{
        padding: 14px;
        font-size: 20px;
        line-height: 20px;
    }
    .other-posts{
        gap: 15px;
        padding: 0px 15px;
    }
    .blog-tit-2{
        font-size: 24px;
        line-height: 24px;
    }
    .post-card{
        /* flex-direction: column; */
        flex-flow: row wrap-reverse;
        padding: 0px;
    }
    .blog-posts{
        gap: 28px;
    }
    .post-info{
        padding: 20px 40px;
        width: 100%;
        gap: 35px;
    }
    .blog-tit-3{
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 0px;
    }
    .description-post{
        font-size: 16px;
        line-height: 16px;
    }
    .title-description{
        justify-content: initial;
        /* height: auto; */
    }
}