section.fondocoloresblogs:before {
    content: '';
    background: url(../images/color-01rosa.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 41%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
}
section.fondocoloresblogs:after {
    content: '';
    background: url(../images/color-02verde.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 591px;
    display: block;
    position: absolute;
    left: -148px;
    bottom: 255px;
    z-index: -1;
}
.fondocoloresblogs > div:before {
    content: '';
    background: url(../images/hoja-blur.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    left: -242px;
    z-index: 1;
    top: -1px;
}

.articleinfo {
    display: flex;
    column-gap: 33px;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 5%;
    border-radius: 21px;
    
}
/* .articleinfo:first-child .contimg img {
    margin-bottom: 0;
    margin-top: -60px;
    max-width: 401px !important;
    border-radius: 0 !important;
} */
.contimg img {
    max-width: 242px!important;
    min-height: 284px;
    object-fit: cover;
    object-position: center;
    margin-top: -30px;
    margin-bottom: -30px;
    border-radius: 0 0 110px 110px!important;
}

.articleinfo:nth-child(even) .contimg {
    order: 2;
}
.articleinfo:nth-child(3n+1) {
/*    background-color: #f4fbf3;*/
    background-color: rgb(244 261 249 / 85%);
}

.articleinfo:nth-child(3n+2) {
/*    background-color: #faf5ef;*/
    background-color: rgb(255 245 239 / 85%);
}

.articleinfo:nth-child(3n+3) {
/*    background-color: #f2f8f8;*/
    background-color: rgb(240 250 248 / 85%);
}

.blogsmasvistos {
    display: flex;
    gap: 43px;
}

.blogview {
    flex-grow: 1;
    width: 290px;
    border-radius: 53px;
    background: #eff9ee;
    overflow: hidden;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    padding-bottom: 22px;
}

.blogview img {aspect-ratio: 1 / 1;object-fit: cover;}

.blogview a {background: #34d8bb;font-style: italic;color: #fff;padding: 8px 21px;border-radius: 13px;margin: 0 auto;}

.blogview span {
    display: block;
    color: #707070;
    font-weight: 100;
    padding: 3px 20px;
    text-align: center;
}
.btnmore {
    display: flex;
    justify-content: center;
    margin-top: -23px;
}
.contentcategorialistblog.container {
    margin-bottom: 95px;
    margin-top: 77px;
}

.btnmore a:hover {
    text-decoration: none;
    background: #0f4c81;
    color: #fff;
}
ul.pagination.container.blog-pag li {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

ul.pagination.container.blog-pag {}

span.page-numbers.current {}

span.page-numbers.current {
    display: flex;
    width: 30px;
    height: 30px;
    background: #18D8B2;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

ul.pagination.container.blog-pag li a:hover {
    text-decoration: none;
}
.contdesc p {
    margin: 0;
    font-size: 21px;
    font-weight: 100;
}

.contdesc h2 {
    font-weight: 100!important;
}
.contdesc h3 {
    color: #2d1d6c;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}
@media (max-width: 991px) {
    .contentcategorialistblog.container {
        margin-bottom: 95px;
        margin-top: 77px;
    }

    .articleinfo {
        display: flex;
        flex-direction: column;
    }

    .contimg {
        order: 1!important;
    }

    .contdesc {
        order: 2;
    }

    .articleinfo .contimg img {
        margin: 0;
        width: 100%;
        height: auto;
        border-radius: 12px!important;
        max-width: 100%!important;
    }
    .blogsmasvistos {
        display: none;
    }
}