.sfondo {
    background-image: url('../img/unplash.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 1px 20px;
}

.card-custom {
background: rgba(255, 255, 255, 0.818); 
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.icone-social a {
    color: #1d2628;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.icone-social a:hover {
    color: #678b99;
    transform: translateY(-3px);
}

.poster {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.poster:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4) !important;
    z-index: 10;
}

.list-group-item {
    transition: padding-left 0.3s ease, color 0.3s ease;
}

.list-group-item:hover {
    padding-left: 15px !important;
    color: #678b99 !important;
}