/* video */
.image-container {
    position: relative;
    background: url('../img/manresa.png');
    padding: 200px 30px 90px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83vh;
    object-fit: cover;
}

section.rodatges {
    background: #111111;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.destacats .item-llistat {
    border-radius: 10px;
    overflow: hidden;
}

.directes .fills .item-fills {
    width: 25%;
    background: #ddd;
}
.directes .fills .item-fills .text-fills{
    width: 100%;
}
.noticies .item-llistat {
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    color: black !important;

}
.noticies .item-llistat .img-llistat{
    height: 200px !important;
}
.noticies .text-llistat {
    position: relative !important;
    height: auto !important;
}
.text-image {
    position: relative;
    text-align: center;
    background: white;
    padding: 50px 100px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 50%;
}

.noticies .llistat a {
    color: black;
    text-transform: none;
}

.titol-llistat,
.resum-llistat,
.text-llistat {
    color: black !important;
}
.resum-llistat {
    font-size: 0.8rem !important;
}
.resum-llistat p {
    text-align: left !important;
}

main .marges {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.plato-cinema {
    background-image: url('../img/fons_manresa.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}


.marquee {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index:2
}
.marquee-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(135, 27, 27, 0.8); /* Vermell amb transparència */
    z-index: 1;
}
.marquee-inner {
    display: flex;
    width: 98vw;
    /*justify-content: center;*/
    animation: scrollMarquee 15s linear infinite;
    will-change: transform;
    color: white;
}

.marquee-inner span {
    display: inline-block;
    font-size: 3vw;
    white-space: nowrap;
    margin-left: 0.5vw;
}

.plato-cinema .boto-localitzacions {
    z-index: 2;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.plato-cinema .btn {
    background: black;
    padding-right: 10px;
}
.plato-cinema .btn:hover {
    background: black;
}
.btn-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
}
.boto-localitzacions .material-symbols-outlined {
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.plato-cinema .btn {
    background: black;

}
@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-36vw);
    }
}

@media only screen and (min-width: 576px)
{ /*Mida S */

}
@media only screen and (min-width: 768px)
{ /*Mida M */


}
@media only screen and (min-width: 992px)
{ /*Mida L */

}

@media only screen and (min-width: 1201px) /* Mida XL*/
{

}