.big-banner{
    background: #000000;   
    background-image: url("../img/banner.webp"); /* Replace with your image path */
    background-repeat: no-repeat;
    background-position: center center;
    /*height: clamp(25rem, 22.606rem + 10.638vw, 31.25rem); */
    background-color: #000000;
    background-size: 100%;
    width: 1300px;
}

.big-banner h1{
    color: #fff;
}

.contenedor.big-banner {
    height: clamp(22.5rem, 21.543rem + 4.255vw, 25rem);
    text-align: left;
    justify-content: flex-start;
}

.contenedor.big-banner h1{
    color: #fff;
    text-align: left;
}

.big-banner img{
    /*width: clamp(22.5rem, 12.926rem + 42.553vw, 47.5rem);*/
    width: 100%;
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
    z-index: 1;
}

.container.banner{
    background: #000000;    
}

@media(max-width: 1299px){
    .contenedor.big-banner{
        width: 100%;
    }
    
    .contenedor.big-banner h1 {
        margin-left: 5%;
    }
}


/*@media(max-width: 767px){
    .big-banner{
        background-image: none;
    }
}*/