#thumbnail {
    padding: clamp(100px, calc(86.255px + 3.32vw), 150px) clamp(15px, calc(5.378px + 2.324vw), 50px) clamp(50px, calc(36.255px + 3.32vw), 100px);
    background-color: var(--gris-esparta);
    margin: 0 0 clamp(50px, calc(36.255px + 3.32vw), 100px);
}

h1 {
    text-transform: uppercase;
    font-size: clamp(2.5rem, 1.9846rem + 1.992vw, 4.375rem);
}

h2 {
    font-size: clamp(2.1875rem, 1.758rem + 1.66vw, 3.75rem);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 5px;
}

h3 {
    font-size: clamp(1.875rem, 1.7032rem + 0.664vw, 2.5rem);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 5px;
}

p, li {
    font-size: clamp(1.125rem, 1.0047rem + 0.4648vw, 1.5625rem);
    padding: 10px 0;
    line-height: 1.5;
}

#ultimas-noticias {
    background-color: var(--gris-esparta);
}

#thumbnail img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

#thumbnail .bg-thumbnail {
    height: 65vh;
    background-position: 0 -220px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

#post-title-content,
#post-content {
    background-color: var(--blanco-esparta);
    z-index: 1;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    #thumbnail .bg-thumbnail {
        height: 50vh;
        background-size: contain;
        background-position: center center;
        background-attachment: local;
    }
}

@media (max-width: 675px) {
    #thumbnail .bg-thumbnail {
        height: 25vh;
    }
}