.centrado_vertical
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gform_wrapper span.ginput_product_price {
    color: #333;
}

.precio_desglose span.ginput_product_price_label, .precio_desglose2 span.ginput_product_price_label {
    display: none;
}

.precio_desglose .ginput_product_price {
    color: #4a90e2 !important;
}

.precio_desglose2 .ginput_product_price {
    color: #018c21 !important;
    font-weight: bold;
}

.woocommerce .col-2 {
    display: none;
}

.woocommerce .col-1 {
    width: 100% !important;
}