/*Contrata Online*/

.vfms-banner-rate-offer-info-price-button-content {
    margin: 15px 0;
}

.vfms-banner-rate-offer-info-price-button-content>a {
    color: #fff;
}


/*.item-cta-tx:hover
{
  background: #990000;
*/

.vfms-device__more-info.item-cta-tx:hover {
    background: transparent;
}

.item-cta-tx:active,
.item-cta-tx:focus {
    outline: solid 2px #007C92;
}

.item-cta-tx:not(.vfms-device__more-info)>a:hover {
    text-decoration: none;
    background: #990000;
    border-radius: 6px;
}

.item-cta-tx.button-tx-promo:hover {
    background: #990000;
}

.item-cta-tx.button-tx-promo:hover>a {
    background: #990000;
}

.vfms-device__more-info.item-cta-tx>a:hover {
    text-decoration: underline;
}

.vfms-banner-rate-offer-info-price-button-content.marginTop {
    margin-top: 0;
}

.vfes-button--primary {
    background-color: #E60000;
    color: #fff;
    border-radius: 6px;
}

.vfms-banner-rate-offer-info-price-button-content {
    width: 213px;
    background: #E60000;
    border-radius: 6px;
    text-align: center;
}

.banner-rate-box-vc-features__content .vfms-banner-rate-offer-info-price-button-content {
    margin-bottom: 10px;
}

.rate-box .vfms-banner-rate-offer-info-price-button-content {
    margin-top: 8px;
    margin-bottom: 10px;
}

.vfes-button {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3;
    width: auto;
}


/*Revamp*/

.vfms-banner-rate-offer-info-price-button-content {
    width: 100%;
    background-color: #E60000;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.vfms-offer-details-contract {
    display: block;
}


/*Voz Terminales*/

.vfms-device-cta {
    background-color: #e60000;
    width: 90%;
    border-radius: 6px;
    margin: 20px auto 0;
}

.vfms-device-cta__link {
    color: #fff;
    font-size: 18px;
    display: block;
}

@media screen and (min-width: 360px) {
    .vfms-device-cta {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .vfes-button {
        padding: 10px 18px;
        font-size: 20px;
        line-height: 1.3;
        width: auto;
    }
    .vfms-device-cta {
        width: auto;
        margin: 0 auto;
    }
    .vfms-device-cta:hover {
        background: #fff;
    }
    .vfms-device-cta:active,
    .vfms-device-cta:focus {
        outline: solid 2px #007C92;
    }
    .vfms-device-cta:hover>a {
        text-decoration: none;
    }
    .vfms-banner-rate-offer-info-price-button-content {
        width: auto;
        display: inline-flex;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .vfms-banner-rate-offer-info-price-button-content.marginTop {
        margin-top: 25px;
    }
    .main-fb .vfes-button {
        padding: 10px;
    }
    .vfes-button {
        padding: 10px 16px;
    }
    .rate-box .vfms-banner-rate-offer-info-price-button-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .vfms-device-cta {
        margin-top: auto;
        background: #fff;
        margin-bottom: 12px;
    }
    .vfms-device-cta__link {
        background: #e60000;
        border-radius: 6px;
        font-size: 20px;
        display: inline-flex;
    }
    .main-fb .vfes-button {
        padding: 10px 22px;
    }
}