.ban,
.publicitarios{
    display: none;
    display: -webkit-none;
}

.archive-port{
    padding: 1rem 0 3rem;
}

.archive-port .row{
    grid-gap: 1.5rem 0;
}

.archive-port .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.archive-port .fil{
    color: var(--main);
    font-size: .8rem;
    margin-bottom: .5rem;
}

.archive-port .selectt{
    position: relative;
}

.archive-port .selectt .current{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 1rem;
    border-bottom: 1px solid var(--black);
    padding: 10px 0;
    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-port .selectt.active .current{
    border-bottom-width: 2px;
    border-bottom-color: var(--main);
}

.archive-port .selectt .options{
    position: absolute;
    top: calc(100% + .5rem);
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f,0 3px 1px -2px #00000033;
    overflow: hidden;
    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-port .selectt .options>*{
    display: block;
    display: -webkit-block;
    color: #26a69a;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 16px;
}

.archive-port .search{
    position: relative;
}

.archive-port .search .ipts{
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    background-color: transparent;
    padding: 10px 0;
}

.archive-port .search label{
    position: absolute;
    z-index: -1;
    bottom: 10px;
    font-size: 1rem;
    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-port .search:has(.ipts:focus-visible) label,
.archive-port .search.valued label{
    bottom: 100%;
    color: var(--main);
    font-size: .8rem;
}

.archive-port .mosaic{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    width: fit-content;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--nfs);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: var(--main);
    margin: 0 auto;
    padding: .375rem .75rem;
    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-port .mosaic:hover{
    color: var(--title);
}

.archive-port .mosaic::before{
    content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="5.33" height="5.33" fill="white"/><rect x="7" width="5.33" height="5.33" fill="white"/><rect x="14" width="5.33" height="5.33" fill="white"/><rect y="7" width="5.33" height="5.33" fill="white"/><rect x="7" y="7" width="5.33" height="5.33" fill="white"/><rect x="14" y="7" width="5.33" height="5.33" fill="white"/><rect y="14" width="5.33" height="5.33" fill="white"/><rect x="7" y="14" width="5.33" height="5.33" fill="white"/><rect x="14" y="14" width="5.33" height="5.33" fill="white"/></svg>');
    height: 20px;
    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-port .mosaic:hover::before{
    content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="5.33" height="5.33" fill="black"/><rect x="7" width="5.33" height="5.33" fill="black"/><rect x="14" width="5.33" height="5.33" fill="black"/><rect y="7" width="5.33" height="5.33" fill="black"/><rect x="7" y="7" width="5.33" height="5.33" fill="black"/><rect x="14" y="7" width="5.33" height="5.33" fill="black"/><rect y="14" width="5.33" height="5.33" fill="black"/><rect x="7" y="14" width="5.33" height="5.33" fill="black"/><rect x="14" y="14" width="5.33" height="5.33" fill="black"/></svg>');
}

.archive-port .row.portss{
    grid-gap: 1rem 0;
}

.archive-port .row.portss>*{
    /* padding: 0 25px; */
    padding: 0 40px;
}

.archive-port .box{
    width: clamp(10px,100%,338px);
    margin: 0 auto;
}

.archive-port .box .img{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    height: 300px;
}

.archive-port .box .img:not(:has(img)){
    background-color: #F2F2F2;
}

.archive-port .box .img img{
    width: 100%;
    aspect-ratio: 1/.68047;
    max-height: 300px;
    object-fit: contain;
    -o-object-fit: contain;
}

.archive-port .box .title{
    text-align: center;
    font-family: var(--nfs);
    color: var(--black);
    font-size: 20px;
}