.botonCotizacionBottom {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 10px;
    text-align: center;
    z-index: 9999;
    box-sizing: border-box;
}

.botonCotizacionBottomtop {
    position: fixed;
    top: 15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 30px;
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
}

.botonCotizacionBottom.leftPromocion {
    text-align: left;
    bottom: 40px;
}

a.btncotizacion, button.btncotizacion {
    display: inline-block;
    border-radius: 100px;
    padding: 12px 70px;
    outline: none;
    color: #FFF;
    font-size: 1.1em;
    box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
    background-color: #28b138;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

a.btncotizaciontop, button.btncotizaciontop {
    display: inline-block;
    border-radius: 100px;
    padding: 12px 70px;
    outline: none;
    color: #FFF;
    font-size: 1.1em;
    box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
    background-color: #28b138;
    border: none;
    cursor: pointer;
    text-decoration: none;
}