.archive-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.grid-cao {
    width: 31.533333%;
    background: #ffffff52;
    backdrop-filter: blur(30px);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ffffff00;
}

.wrapper-fotos {
    aspect-ratio: 375/233!important;
}

.wrapper-fotos {
    background: #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapper-fotos img.no-photo {
    height: 200px;
    opacity: 0.1;
}

.tit-cao {
    text-align: center;
    padding: 10px 15px 52px;
}

.tit-cao h2 {
    font-size: 25px;
    color: var(--e-global-color-568b29c);
    font-weight: 900;
    text-shadow: 1px 1px 0 #00000075;
}

.tit-cao p {
    margin: 0;
    color: #FFF;
}

.tit-cao h2 {
    margin: 0 0 10px 0;
}

.wrapper-fotos:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff57;
    backdrop-filter: blur(7px);
    z-index: 0;
    top: 0;
    right: 0;
}

.img-cao {
    overflow:hidden;
}

.wrapper-fotos img {
    position: relative;
    z-index: 1;
    max-height: 232px;
    width: auto;
    max-width: 100%;
}

.tit-cao button {
    width: 100%;
    background: var(--e-global-color-accent);
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-numbers {
    padding: 10px 15px;
    background: #FFF;
    color: #090b34;
    font-weight: 900;
    border-radius: 10px;
}

nav.navigation.pagination {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.page-numbers.current {
    background:  #fbe4a1a3;
}

header.page-header {
    text-align: center;
    color: #FFF;
    padding: 20px;
    background: #0000003d;
    margin-bottom: 20px;
    border: 1px dashed #fbe4a15e;
    border-left: 0;
    border-right: 0;
}


@media only screen and (max-width:797px) {

.archive-grid {
    gap: 20px 0;
}

.grid-cao {
    width: 90%;
}

header.page-header h1 {
    font-size: 7vw;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.page-numbers {
    padding: 10px;
}

}