.carousel-item .custom-carousel-content {
    width: 50%;
    transform: translate(0%, -10%);
}

.custom-carousel-content {
    text-align: start;
}

.custom-carousel-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.custom-carousel-content h1 span {
    color: #fbff00;
}

.custom-carousel-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.custom-carousel-content .btn-slider {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.3s, color 0.3s;
}

.custom-carousel-content .btn-slider:hover {
    background: #fff;
    color: #000;
}

.custom-carousel-image {
    max-height: 600px;          /* Se limita la altura */
    width: 100%;                /* Que siempre ocupe el ancho */
    object-fit: contain;        /* Mantiene proporciones, sin recortar */
    background: #000;           /* Fondo negro para rellenar las barras */
}
