.boton-slider{
    background-color: #d38e1f;color:#fff !important;
    -webkit-border-radius:25px !important;
    -moz-border-radius:25px !important;
    border-radius:25px !important;
    width: 250px;
    z-index: 20;
    font-size: 20px;
}

.prueba-slide{
    width: 800px;
    z-index: 20;
}

.texto-slide-2{
    font-size: 28px !important;
}

@media only screen and (max-width: 1024px) {
    .boton-slider{
        width: 250px;
    }

}


@media only screen and (max-width: 767px) {
    .boton-slider{
        width: 150px;
        background-color: #d38e1f;
        font-size: 16px;
    }

    .texto-slide-2{
        font-size: 10px !important;
    }
}