
.terms_conditions {
    padding: 0px;
    margin-bottom: 25px
}

.terms_conditions div {
    text-align: left;
}

.bt_float {
    position: absolute;
    width: 115px;
    padding: 5px;
    font-size: 13px;
    background-color: #ffffff;
    color: #009FDA;
    border-radius: 20px;
    border: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s all;
    left: 6%;
    bottom: 12%;
    font-weight: bold;
    z-index: 1;
}

.bt_float_movil {
    position: absolute;
    width: 115px;
    padding: 5px;
    font-size: 13px;
    background-color: #ffffff;
    color: #009FDA;
    border-radius: 20px;
    border: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s all;
    right: 16%;
    bottom: 16%;
    font-weight: bold;
}

.col-padding [class*="col-"] {
    padding: 8px !important;
}

.img_detalle {
    padding: 0px;
    margin-bottom: 25px;
}

.cont_bt_descuento {
    display: flex;
}

.detalle_promo_content {
    padding-top: 15%;
}

@media (max-width: 768px) {
    .porcentaje {
        display: none;
    }

    .img_detalle {
        padding: 0px;
        margin-bottom: 0;
    }

    .detalle_promo_content {
        padding-top: 0;
        margin: 25px 0;
    }

}