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

.big-banner h1{
    color: var(--second-color);
}

.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: #C8A655;    
}

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

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