.blog {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}
.blogTags {
    gap: 30px;
}
.blogTags h3 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: #fafafa;
    background-color: #ABACBF;
}
.blogTags p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ABACBF;
    font-weight: 700;
}
.imagenBlog {
    max-width: 880px;
    max-height: 490px;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 40px;
    border: 1px solid white;
    box-shadow: 0px 10px 70px rgb(253 89 84 / 15%);
}
.imagenBlog img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s;
}
.cuerpoBlog {
    max-width: 700px;
}
.cuerpoBlog h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
.cuerpoBlog h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0;
    font-weight: 700;
    text-align: center;
}
.cuerpoBlog p {
    margin-bottom: 30px;
}
.quoteBlog {
    font-style: italic;
    color: #7E7F80;
}
.autorBlog {
    gap: 30px;
    margin: 30px 0;
}
.autorBlog img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.autorBlog div {
    align-items: flex-start;
}
.autorBlog h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.autorBlog p {
    font-size: 12px;
    color: #7E7F80;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.bannerBlog {
    width: 100%;
    position: relative;
    padding-top: 130px;
    padding-bottom: 40px;
    align-items: flex-start;
}
.fondoBlog {
    width: 100%;
    height: 330px;
    position: absolute;
    background: url(../img/acercaNosotros.png) no-repeat center center;
    background-size: cover;
}
.bannerBlog .iconosBox {
    right: 30px;
    top: 100px;
}
.iconBlog img {
    width: 35px;
    height: auto;
}

.Blogs {
    height: 600px;
    align-items: flex-start;
}
.bannerBlog h1 {
    font-size: 52px;
    line-height: 60px;
}
.logo::after {
    content: "BLOG";
    height: 16px;
    line-height: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 12px;
    background-color: #FFEAE9;
    color: #FD5954;
    padding: 2px 6px;
    border-radius: 6px;
    position: absolute;
    right: -55px;
}

.blogCategory {
    width: 100%;
    gap: 0 24px;
    padding-top: 30px;
    padding-bottom: 40px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.blogCategory a {
    color: #FD5954;
    font-size: 16px;
    line-height: 18px;
    padding: 13px 0px 9px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .1s;
}
.blogCategory a:hover {
    border-bottom: 2px solid #FD5954;
}

.blogPromo {
    width: 100%;
    gap: 44px;
    padding: 0 10px 40px 10px;
}
.blogPImg {
    max-width: calc(100% - 38%);
    width: 100%;
    height: 260px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blogPImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s;
}
.blogPBody {
    max-width: calc(38% - 44px);
    width: 100%;
}
.blogPTitulo {
    height: 80px;
}
.blogPTitulo a {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 28px;
    transition: all .2s;
}
.blogPTitulo a:hover {
    color: #FD5954;
}
.blogPDescription {
    font-size: 16px;
    line-height: 1.5;
    color: #7E7F80;
    margin: 10px 0;
}

.blogs {
    padding-bottom: 40px;
    gap: 64px 44px;
    justify-content: flex-start;
}
.blogArticle {
    max-width: calc(33.3% - 44px);
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.blogAImg {
    width: 100%;
    height: 200px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blogAImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s;
}
.blogAUp {
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}
.blogACategory {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 16px;
    color: #FD5954;
    font-weight: 700;
}
.blogADate {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
}
.blogADate::before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    background: #dee2e6;
}
.blogATitulo {
    min-height: 80px;
}
.blogATitulo a {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 26px;
    transition: all .2s;
}
.blogATitulo a:hover {
    color: #FD5954;
}
.blogABy {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px;
}
.blogABy span {
    font-weight: 700;
}
.blogBorder::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -22px;
    background: #dee2e6;
}

.blogNav {
    width: 100%;
    padding-bottom: 140px;
}
.blogNav a {
    padding: 0 15px;
    height: 40px;
}
.blogPrev .arrow-red, .blogNext .arrow-red {
    height: 10px;
    opacity: 1;
}
.blogPrev {
    transform: rotate(180deg);
}
.blogPage {
    color: #FD5954;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.blogPage:hover {
    color: red;
}
.blogArticle:hover .blogAImg img {
    transform: scale(1.1);
}
.blogPromo:hover .blogPImg img {
    transform: scale(1.1);
}

/*----------------------Responsive 990----------------------*/
@media screen and (max-width: 990px) {
    .blogs {
        justify-content: center;
    }
    .blogArticle {
        max-width: 510px;
    }
    .blogBorder::after {
        height: 1px;
        width: 100%;
        top: initial;
        bottom: -26px;
        right: 0;
    }
    .blogPImg {
        max-width: 510px;
    }
    .blogPBody {
        max-width: 510px;
    }
    .blogPromo {
        gap: 0;
    }
}

/*----------------------Responsive 480----------------------*/
@media screen and (max-width: 480px) {
    .cuerpoBlog h1 {
        font-size: 26px;
        line-height: 32px;
    }
}