.carousel-item {
    height: 450px;
    background: black;
    overflow: hidden;    
}

.carousel-image-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/carousel_1.webp");
    background-size: cover;
}

.carousel-image-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/carousel_2.webp');
    background-size: cover;
}

.carousel-image-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/carousel_3.webp');
    background-size: cover;
}

.texto-forxon {
    color: #ffac00;
}

.sobre {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/sobre.jpg") left center;
    background-size: cover;
    background-position: 0 -50px;
    background-attachment: fixed;
}