.secondary_banner {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
}
.secondary_banner--cnt {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secondary_banner--cnt .secondary_banner--image {
    width: 100%;
    position: relative;
    display: block;
}
.secondary_banner--cnt .secondary_banner--image::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}
.secondary_banner--cnt .secondary_banner--image picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 1440/204;
    overflow: hidden;
}
@media (max-width: 768px) {
    .secondary_banner--cnt .secondary_banner--image picture {
        aspect-ratio: 1440/400;
    }
}
@media (max-width: 575px) {
    .secondary_banner--cnt .secondary_banner--image picture {
        aspect-ratio: 1440/900;
    }
}
.secondary_banner--cnt .secondary_banner--image picture img {
    height: 100%;
}
.secondary_banner--cnt .secondary_banner--text {
    width: 90%;
    max-width: 1215px;
    position: absolute;
    display: block;
    z-index: 2;
}
.secondary_banner--cnt .secondary_banner--text h1,
.secondary_banner--cnt .secondary_banner--text h2,
.secondary_banner--cnt .secondary_banner--text h3 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 3em;
    color: #fff;
}
@media (max-width: 575px) {
    .secondary_banner--cnt .secondary_banner--text h1,
    .secondary_banner--cnt .secondary_banner--text h2,
    .secondary_banner--cnt .secondary_banner--text h3 {
        font-size: 2.5em;
    }
}
.articles_list {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .articles_list {
        padding: 1.5625em 0;
    }
}
.articles_list--cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .articles_list--cnt {
        width: 90%;
    }
}
.articles_list--cnt .articles_list--categories {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    gap: 8px;
}
.articles_list--cnt .articles_list--categories > button {
    width: 27px;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 2px;
}
@media (max-width: 575px) {
    .articles_list--cnt .articles_list--categories > button {
        display: none;
    }
}
.articles_list--cnt .articles_list--categories > button svg {
    width: 7px;
    position: relative;
    display: block;
}
.articles_list--cnt .articles_list--categories > button svg path {
    fill: #fff;
}
.articles_list--cnt .articles_list--categories .article_categories--wrapper {
    width: calc(100% - 70px);
    position: relative;
    display: block;
}
.articles_list--cnt
    .articles_list--categories
    .article_categories--wrapper
    > button {
    display: none;
}
.articles_list--cnt
    .articles_list--categories
    .article_categories--wrapper
    .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 575px) {
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        .swiper-slide {
        width: 100%;
        margin-bottom: 8px;
    }
}
.articles_list--cnt
    .articles_list--categories
    .article_categories--wrapper
    .swiper-slide
    a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px;
    font-size: 1.0625em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #f7f7f7;
}
@media (max-width: 575px) {
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        .swiper-slide
        a {
        width: 100%;
        position: relative;
        display: block;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        text-align: center;
        font-weight: 400;
        border-radius: 50px;
    }
}
@media not all and (pointer: coarse) {
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        .swiper-slide
        a:hover {
        background: #000;
        color: #fff;
    }
}
.articles_list--cnt
    .articles_list--categories
    .article_categories--wrapper
    .swiper-slide
    a.active {
    background: #676766;
    color: #fff;
}
@media (max-width: 575px) {
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        .swiper-slide
        a.active {
        color: #fff;
        background: #c20000;
    }
}
@media (max-width: 575px) {
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper {
        width: 75%;
        position: fixed;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 5;
        overflow: unset;
        padding: 12px;
        background: #000;
        border-radius: 50px;
        transition: 0.4s ease-in-out;
    }
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        > button {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        display: block;
        padding: 12px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        border-radius: 50px;
        font-size: 1em;
        transition: 0.4s ease-in-out;
        gap: 5px;
        background: #c20000;
        border: 2px solid #c20000;
    }
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper
        .swiper-wrapper {
        display: block;
        overflow: auto;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out !important;
    }
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper.show {
        border-radius: 20px;
    }
    .articles_list--cnt
        .articles_list--categories
        .article_categories--wrapper.show
        .swiper-wrapper {
        height: 220px;
        opacity: 1;
        visibility: visible;
    }
}
.articles_list--cnt .articles_list--content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
}
.articles_list--cnt .articles_list--content .article_item {
    width: calc(33.3333333333% - 13.3333333333px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .articles_list--cnt .articles_list--content .article_item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 575px) {
    .articles_list--cnt .articles_list--content .article_item {
        width: 100%;
    }
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 5px;
    background: #f7f7f7;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .articles_list--cnt
        .articles_list--content
        .article_item
        .article_item--wrapper:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--image {
    width: 100%;
    position: relative;
    display: block;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--image
    picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 393/165;
    overflow: hidden;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--image
    picture
    img {
    height: 100%;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--text {
    width: 100%;
    position: relative;
    display: block;
    padding: 16px;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--text
    small {
    width: 100%;
    position: relative;
    display: block;
    color: #c20000;
    font-size: 0.8125em;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--text
    h6 {
    width: 100%;
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--text
    p {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.8125em;
    color: #676766;
    line-height: 1;
    gap: 4px;
}
.articles_list--cnt
    .articles_list--content
    .article_item
    .article_item--wrapper
    .article_item--text
    p::before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/icons/calendar.svg) no-repeat center;
    background-size: contain;
}
.articles_list--cnt .articles_list--pagination {
    width: 100%;
    position: relative;
    display: block;
}
.articles_list--cnt .articles_list--pagination ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.articles_list--cnt .articles_list--pagination ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    line-height: 1;
}
.articles_list--cnt .articles_list--pagination ul li button,
.articles_list--cnt .articles_list--pagination ul li a {
    width: 37px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .articles_list--cnt .articles_list--pagination ul li button:hover,
    .articles_list--cnt .articles_list--pagination ul li a:hover {
        background: #f7f7f7;
    }
}
.articles_list--cnt .articles_list--pagination ul li button.active,
.articles_list--cnt .articles_list--pagination ul li a.active {
    background: #c20000;
    color: #fff;
}
.articles_list--cnt .articles_list--pagination ul li button svg,
.articles_list--cnt .articles_list--pagination ul li a svg {
    width: 7px;
    position: relative;
    display: block;
}
.articles_list--cnt .articles_list--pagination ul li button svg path,
.articles_list--cnt .articles_list--pagination ul li a svg path {
    fill: #000;
}
.articles_list--cnt
    .articles_list--pagination
    ul
    li
    button:where(button):disabled,
.articles_list--cnt .articles_list--pagination ul li a:where(button):disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.suggested_products {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #f7f7f7;
}
@media (max-width: 575px) {
    .suggested_products {
        padding: 1.5625em 0;
    }
}
.suggested_products--cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .suggested_products--cnt {
        width: 90%;
    }
}
.suggested_products--cnt .suggested_products--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.suggested_products--cnt .suggested_products--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.suggested_products--cnt .suggested_products--list {
    width: 100%;
    position: relative;
    display: block;
}
.suggested_products--cnt .suggested_products--list .product_item {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0745098039);
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt .suggested_products--list .product_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.suggested_products--cnt .suggested_products--list .product_item ._tags {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 0;
    right: 0;
    z-index: 2;
}
.suggested_products--cnt .suggested_products--list .product_item ._tags p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 6px 12px;
    background: #c20000;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1;
    font-weight: 500;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image
    picture {
    width: 100%;
    position: relative;
    max-width: 262px;
    display: block;
    aspect-ratio: 262/226;
    overflow: hidden;
    margin: 0 auto;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_image
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title
    h6 {
    width: 100%;
    position: relative;
    max-width: 240px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto 8px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_title
    p {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #c20000;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_description {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_description
    p {
    width: 100%;
    position: relative;
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #676766;
    font-size: 1.125em;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media (max-width: 1366px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button{
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button{
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons{
        gap: 5px;
    }

    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    button{
        width: 58%;
    }
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt
        .suggested_products--list
        .product_item
        .product_buttons
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #000;
    border: 2px solid #000;
    line-height: 1;
}

@media (max-width: 1366px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a{
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a{
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
    .suggested_products--cnt
    .suggested_products--list
    .product_item
    .product_buttons
    a{
        width: 38%;
    }
}
@media not all and (pointer: coarse) {
    .suggested_products--cnt
        .suggested_products--list
        .product_item
        .product_buttons
        a:hover {
        background: #fff;
        color: #000;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
    bottom: unset;
    top: unset;
    left: unset;
}
@media (max-width: 575px) {
    .suggested_products--cnt
        .suggested_products--list
        .suggested_products--pagination {
        margin-top: 32px;
    }
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination
    span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    opacity: 1;
    background: #d9d9d9 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.suggested_products--cnt
    .suggested_products--list
    .suggested_products--pagination
    span.swiper-pagination-bullet-active {
    background: #c20000 !important;
}
.article {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .article {
        padding: 1.5625em 0;
    }
}
.article_cnt {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px) {
    .article_cnt {
        width: 90%;
    }
}
.article_cnt .article_content {
    width: 100%;
    position: relative;
    display: block;
}
.article_cnt .article_content h1,
.article_cnt .article_content h2,
.article_cnt .article_content h3,
.article_cnt .article_content h4,
.article_cnt .article_content h5,
.article_cnt .article_content h6 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 2.5em;
    padding: 0 32px;
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    .article_cnt .article_content h1,
    .article_cnt .article_content h2,
    .article_cnt .article_content h3,
    .article_cnt .article_content h4,
    .article_cnt .article_content h5,
    .article_cnt .article_content h6 {
        font-size: 2em;
        padding: 0;
    }
}
.article_cnt .article_content p, .article_cnt .article_content p span {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 32px;
    color: #676766;
    margin-bottom: 16px;
}
@media (max-width: 575px) {
    .article_cnt .article_content p {
        padding: 0;
    }
}
.article_cnt .article_content img {
    border-style: none;
    max-width: 100%; /* La imagen nunca será más ancha que su contenedor padre */
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;    
    margin: auto;
}
