.ban .title{
    margin: 0;
}

.ban .subtit,
.publicitarios{
    display: none;
    display: -webkit-none;
}

.archive-blg>*{
    overflow: hidden;
    padding-top: 80px;
}

.archive-blg>*:last-child{
    padding-bottom: 80px;
}

.archive-blg>* .row{
    grid-gap: 2.5rem 0;
}

.archive-blg.cat_not>* .row{
    grid-gap: 4rem 0;
}

.archive-blg>* .row>*{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}

.archive-blg>* .row>*:first-child{
    position: relative;
}

.archive-blg:not(.cat_not)>* .row>*:first-child::before{
    content: '';
    position: absolute;
    inset: auto auto -1px 0;
    width: 50px;
    height: 1px;
    background-color: #0b2238;
}

.archive-blg:not(.cat_not)>* .row>*:not(:last-child){
    border-bottom: 1px solid #edeef1;
    padding-bottom: 2.5rem;
}

.archive-blg>* .title{
    color: var(--black);
    font-family: var(--nfs);
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
}

.archive-blg>* .dbtn{
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    padding: 12px 20px;
}

/* .archive-blg>* .dbtn:hover{
    color: var(--white);
} */

.archive-blg>* .box{
    max-width: 366px;
    margin: 0 auto;
}

.archive-blg>* .box .top{
    margin-bottom: 1rem;
}

.archive-blg>* .box .top .date{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    grid-gap: .25rem;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
}

.archive-blg>* .box .top .date span{
    color: var(--main);
    font-size: 30px;
    line-height: 32px;
}

.archive-blg>* .box .top .author{
    font-size: 14px;
    line-height: 21px;
}

.archive-blg>* .box .img{
    width: 100%;
    aspect-ratio: 1/.54644;
    margin-bottom: 2rem;
}

.archive-blg>* .box .img:not(:has(img)){
    background-color: #F2F2F2;
}

.archive-blg>* .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.archive-blg>* .box .title{
    color: var(--title);
    font-family: var(--avant);
    font-size: 21px;
    margin-bottom: 1.5rem;
}

.archive-blg>* .box .title::before{
    content: '';
    display: block;
    background: var(--main);
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
}

.archive-blg>* .box .lm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    text-transform: uppercase;
    color: var(--title);
    font-size: 15px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.archive-blg>* .box:hover .lm{
    color: var(--main);
}

.archive-blg>* .box .lm::after{
    content: url('data:image/svg+xml;utf8,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8799 1.12988L16.8799 7.12988L10.8799 13.1299" stroke="rgb(255,202,5)" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.8799 7.12988H1.12988" stroke="rgb(255,202,5)" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    height: 20px;
}

.archive-blg>* .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.archive-blg>* .owl-carousel .owl-nav{
    position: absolute;
    width: 120%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 0;
}

.archive-blg>* .owl-carousel .owl-nav>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 60px;
    aspect-ratio: 1/1;
    background-color: var(--main);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.archive-blg>* .owl-carousel .owl-nav>*.disabled{
    background-color: #F2F2F2;
}

@media(max-width:1200px){
    .archive-blg>* .owl-carousel .owl-nav{
        width: 105%;
    }
}

@media(max-width:992px){
    .archive-blg>*{
        padding: 2rem 0;
    }
    .archive-blg>* .row{
        grid-gap: 1.5rem 0;
    }
    .archive-blg:not(.cat_not)>* .row>*:nth-child(2){
        border: none;
        padding-bottom: 0;
    }
}

@media(max-width:768px){
    .archive-blg:not(.cat_not)>* .row>*:first-child{
        padding-bottom: 2rem !important;
    }
    .archive-blg>* .owl-carousel .owl-nav{
        width: 100%;
    }
}