﻿#cultural-materials ﻿.text-title {
    font-weight: 700;
    font-size: 55px;
    color: #323232;
}

#cultural-materials .text-blue {
    color: #0764BC;
}

#cultural-materials .image-folders {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    row-gap: 5rem;
    place-items: center;
}

#cultural-materials .image-folder {
    position: relative;
    width: 200px;
    cursor: pointer;
}

#cultural-materials .icon-folder-front {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#cultural-materials .icon-folder-text {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 85%;
    align-items: center;
    justify-content: center;
    display: flex;
}

#cultural-materials .icon-folder-text > span {
    font-weight: 600;
    font-size: 24px;
    line-height: 123%;
    color: #FFFFFF;
}

@media (max-width: 1400px) {
    #cultural-materials .image-folders {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media (max-width: 1200px) {
    #cultural-materials .image-folders {
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 992px) {
    #cultural-materials .image-folders {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
    #cultural-materials .image-folders {
        grid-template-columns: auto;
    }
    #cultural-materials .image-folder {
        width: 200px;
    }
}
