.big-banner{
    background: #fff;   
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: clamp(25rem, 22.606rem + 10.638vw, 31.25rem); 
    background-color: #D69B1D;
}

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

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

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