.lcdct-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.livros-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    text-decoration: none;
    max-width: 1440px;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
}

.lthumbs {
    max-width: 300px;
    height: 300px;
    pointer-events: none;
    object-fit: cover;
    text-decoration: none;
}


.livros-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    text-decoration: none;
}

.livros-thumbs a {
    text-decoration: none;
    text-align: center;
    color: #0d0d0d;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.livros-thumbs p {
    text-align: center;
    max-width: 400px;
    margin: auto;
    text-decoration: none;
}

.livros-thumbs:hover .lthumbs {
    transform: scale(1.05);
    transition: all 400ms;
}

.faixas_mp3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


/*Vídeos do Youtube*/

/* .livros-thumbs p p iframe {
    width: 400px !important;
    height: 280px !important;
}

iframe{
    width: 400px !important;
    height: 280px !important;
} */

iframe.__youtube_prefs__ {
    border-width: 0;
    width: 100% !important;
    max-width: 320px !important;
    height: 240px !important;
}