#recientes {
    max-width: 1266px;
    display: flex;
    flex-direction: column;
    gap: 65px;
    box-sizing: content-box;
    padding-right: 24px;
    margin-bottom: 72px;
    width: 100%;
}

#recientes .swiper-recientes { overflow: hidden; }

#recientes .header__h1 {
  color: #1C2639;
  font-family: var(--font-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 2px solid #D2D1D1;
  margin: 0;
}

#recientes .swiper-slide {
    max-width: 1266px;
    display: flex;
    flex-direction: column;
    padding-right: 2px;
}

#recientes .recientes__article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#recientes a {
    display: flex;
    justify-content: space-between;
}

#recientes .infoblog {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 862px;
}

#recientes .infoblog__h2 {
    color: var(--color05);
    font-family: var(--font-regular);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#recientes .infoblog__h3 {
    color: var(--color05);
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
}

#recientes .section {
    display: flex;
    gap: 24px;
    padding: 8px 0;
}

#recientes .section__span {
    color: var(--color06);
    text-align: center;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
    height: 30px;
    background-color: var(--color07);
    border-radius: 40px;
}

#recientes .section__h3 {
    color: var(--color05);
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
}

#recientes .recientes__separador {
    width: 100%;
    height: 2px;
    background-color: var(--color08);
    margin: 32px 0;
}

#recientes picture .picture__img { width: 100%; }

#recientes .picture__img--mobile { display: none; }

/* Paginación */
#recientes .swiper__pagination {
    display: flex;
    gap: 16px;
    align-items: center;
}

#recientes .swiper-wrapper {
    height: auto;
}

#recientes .swiper__pagination > button {
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color09);
    border-radius: 4px;
}

#recientes .swiper-button-next, .swiper-button-prev {
    position: initial;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#recientes .swiper-pagination {
    position: initial;
    color: var(--color10);
    font-family: var(--font-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.6px;
    width: auto;
}

#recientes button.swiper-button-disabled {
    filter: invert(92%) sepia(8%) saturate(15%) hue-rotate(326deg) brightness(95%) contrast(83%);
    opacity: .35 !important;
    border: 1px solid var(--color08);
}

#recientes .swiper-button-first,
#recientes .swiper-button-last {
    border: 1px solid var(--color25);
}

#recientes .paginacion h3 {
    color: var(--color09);
    font-family: var(--font-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
}

#recientes
/**************/

@media (max-width: 1366px) {
    
    #recientes { gap: 53.72px; }
    
    #recientes .header__h1 {
        font-size: 24px;
        padding-bottom: 11.56px;
    }
    
    #recientes .infoblog { gap: 8px; }
    
    #recientes .infoblog__h2 { font-size: 28px; }
    
    #recientes .infoblog__h3 { 
        font-size: 16px; 
        line-height: 22.4px;
    }
    
    #recientes .section { gap: 16px }
    
    #recientes .section__h3 { 
        font-size: 14px; 
        line-height: 19.6px;
    }
}

@media (max-width: 768px) {
    
    #recientes { 
        gap: 24px; 
        padding-right: 0;
    } 
    
    #recientes .header__h1 {
        font-size: 18px;
        padding-bottom: 16px;
    }
    
    #recientes .recientes__article {
        gap: 0;
        justify-content: space-between;
    }
    
    #recientes .infoblog__h2 { font-size: 15px; }
    
    #recientes .infoblog__h3 { display: none; }
    
    #recientes .section { gap: 8px; }
    
    #recientes .section__span {
        font-size: 12px;
        line-height: 10.8px;
        letter-spacing: 0.24px;
        width: 92px;
        height: 24px;
    }
    
    #recientes .section__h3 {
        font-size: 12px;
        line-height: normal;
    }

    #recientes picture { max-width: 64px;}
    
    #recientes .recientes__separador { margin: 24px 0; }
}

@media (max-width: 320px) {
    
        #recientes .infoblog { max-width: 184px; }
        
        #recientes .picture__img { display: none; }

        #recientes .picture__img--mobile { display: block; }
}
