.ofcanvus-menu {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: auto;
    width: min(570px, calc(100vw - 32px));
    height: auto;
    overflow: hidden;
    transform: translateX(calc(100% + 32px));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.ofcanvus-menu.active {
    right: 16px;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ofcanvus-menu .close-canvus,
.mobile-menu .close-menu {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #06165c;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.ofcanvus-menu .megamenu {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}

.ofcanvus-menu .megamenu::-webkit-scrollbar {
    display: block;
    width: 6px;
}

.ofcanvus-menu .megamenu::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 10px;
}

.hm2-pricing-single .pricing-feature-list {
    list-style: none;
    padding-left: 0;
}

.contacto-page .hero-area {
    padding-top: 80px;
    padding-bottom: 0;
}

.contacto-page .hero1-content-wrap {
    padding-bottom: 70px;
}

.contacto-page .hero-right {
    text-align: center;
}

.contacto-page .hero-right img {
    display: block;
    width: auto;
    max-height: 430px;
    margin: 0 auto;
}

.contacto-page .hm-contact-info {
    margin-top: -42px;
}

.contacto-page .hm-contact-info .row > [class*="col-"] {
    display: flex;
}

.contacto-page .hm-ct-info-wrapper {
    width: 100%;
    min-height: 208px;
}

.contacto-page .hm-ct-info-wrapper .icon-wrapper i {
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
}

.contacto-page .hm-ct-info-wrapper .icon-wrapper i::before {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.footer.pt-100 {
    padding-top: 80px;
}

.footer .footer-top.pb-60 {
    padding-bottom: 42px !important;
}

.vp-payment-method {
    max-width: 410px;
    padding: 10px;
    border-radius: 8px;
    background: radial-gradient(circle at 20% 0%, rgba(0, 153, 255, 0.18), transparent 38%), linear-gradient(135deg, rgba(0, 17, 68, 0.66), rgba(0, 8, 45, 0.28));
}

.vp-payment-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.footer-widget .ft-payment-method .vp-payment-grid li {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 5px 6px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(9, 35, 103, 0.92), rgba(4, 20, 70, 0.92));
    border: 1px solid rgba(0, 133, 255, 0.55);
    box-shadow: 0 0 0 1px rgba(49, 159, 255, 0.08) inset, 0 0 12px rgba(0, 118, 255, 0.26), 0 8px 15px rgba(0, 0, 0, 0.18);
}

.footer-widget .ft-payment-method .vp-payment-grid li + li {
    margin-left: 0;
}

.footer-widget .ft-payment-method .vp-payment-grid img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 38px;
    height: auto;
    object-fit: contain;
}

/* Ajustes individuales para que cada marca ocupe casi todo el recuadro sin deformarse. */
.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-visa {
    max-width: 74px;
    max-height: 36px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-mastercard {
    max-width: 76px;
    max-height: 38px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-paypal {
    max-width: 76px;
    max-height: 38px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-yape {
    max-width: 76px;
    max-height: 40px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bcp {
    max-width: 80px;
    max-height: 38px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-scotiabank {
    max-width: 82px;
    max-height: 34px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bbva {
    max-width: 80px;
    max-height: 34px;
}

.footer-widget .ft-payment-method .vp-payment-grid .vp-logo-interbank {
    max-width: 84px;
    max-height: 34px;
}

@media (max-width: 991px) {
    .vp-payment-method {
        max-width: 340px;
    }

    .vp-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid li {
        height: 54px;
        padding: 6px 8px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-visa {
        max-width: 102px;
        max-height: 40px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-mastercard {
        max-width: 108px;
        max-height: 42px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-paypal,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-yape {
        max-width: 112px;
        max-height: 44px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bcp,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-scotiabank,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bbva,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-interbank {
        max-width: 118px;
        max-height: 38px;
    }
}

.vp-complaints-book img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
}

.vp-visitor-ip {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    line-height: 1.4;
    word-break: break-word;
}

.vp-visitor-ip img {
    display: inline-block;
    width: 24px;
    height: 18px;
    object-fit: cover;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .footer.pt-100 {
        padding-top: 50px;
    }

    .footer .footer-top.pb-60 {
        padding-bottom: 32px !important;
    }

    .vp-payment-method {
        max-width: 330px;
        padding: 8px;
    }

    .vp-complaints-book img {
        width: 220px;
        margin: 0 auto;
    }

    .vp-visitor-ip {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .vp-payment-grid {
        gap: 6px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid li {
        height: 48px;
        padding: 4px 5px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid img {
        max-height: 31px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-visa {
        max-width: 92px;
        max-height: 36px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-mastercard {
        max-width: 96px;
        max-height: 38px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-paypal,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-yape {
        max-width: 100px;
        max-height: 39px;
    }

    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bcp,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-scotiabank,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-bbva,
    .footer-widget .ft-payment-method .vp-payment-grid .vp-logo-interbank {
        max-width: 106px;
        max-height: 34px;
    }

    .vp-complaints-book img {
        width: 200px;
    }

    .vp-visitor-ip img {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 991.98px) {
    .contacto-page .hero-area {
        padding-top: 65px;
        padding-bottom: 50px;
    }

    .contacto-page .hero1-content-wrap {
        padding-bottom: 0;
    }

    .contacto-page .hero-right {
        margin-top: 35px;
    }

    .contacto-page .hero-right img {
        max-height: 360px;
    }

    .contacto-page .hm-contact-info {
        margin-top: -32px;
    }

    .contacto-page .hm-ct-info-wrapper {
        min-height: 208px;
    }
}

@media (max-width: 575.98px) {
    .ofcanvus-menu {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        width: auto;
        padding: 54px 14px 24px;
        border-radius: 8px;
        transform: translateX(calc(100% + 20px));
    }

    .ofcanvus-menu.active {
        right: 10px;
        left: 10px;
        transform: translateX(0);
    }
}

.vp-payment-card,
.vp-bank-card,
.vp-form-wrapper,
.vp-side-box,
.vp-payment-alert {
    padding: 30px;
}

.vp-payment-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd, #1f46ff);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.vp-payment-card p,
.vp-payment-alert p,
.vp-side-box p {
    color: #5f6f8f;
    line-height: 1.7;
}

.vp-payment-alert {
    border-left: 4px solid #0d6efd;
}

.vp-alert-icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.vp-bank-name {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 20px;
}

.vp-bank-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vp-bank-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e7ecf5;
    color: #5f6f8f;
    line-height: 1.5;
}

.vp-bank-list li:last-child {
    border-bottom: 0;
}

.vp-yape-qr {
    max-width: 210px;
    padding: 14px;
    border-radius: 18px;
    background: #f6f9ff;
}

.vp-form-wrapper {
    padding: 40px;
}

.vp-form-block {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #e7ecf5;
}

.vp-form-block:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.vp-form-subtitle {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #001b4e;
}

.vp-payment-form .form-label {
    font-size: 14px;
    font-weight: 700;
    color: #001b4e;
    margin-bottom: 8px;
}

.vp-payment-form .form-label span {
    color: #ff4d4f;
}

.vp-payment-form .form-control,
.vp-payment-form .form-select {
    min-height: 52px;
    border-radius: 8px;
    border: 1px solid #e7ecf5;
    box-shadow: none;
}

.vp-payment-form textarea.form-control {
    min-height: 130px;
}

.vp-payment-form .form-control:focus,
.vp-payment-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.10);
}

.vp-check-list {
    padding: 22px;
    border-radius: 12px;
    background: #f6f9ff;
}

.vp-check-list .form-check {
    margin-bottom: 12px;
}

.vp-check-list .form-check:last-child {
    margin-bottom: 0;
}

.vp-check-list a {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: none;
}

.vp-payment-sidebar {
    position: sticky;
    top: 110px;
}

.vp-side-box {
    margin-bottom: 24px;
}

.vp-mail-link {
    display: block;
    margin-top: 15px;
    color: #0d6efd;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.vp-domain-form {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.vp-domain-form input {
    height: 50px;
}

.vp-domain-form button {
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    background: linear-gradient(135deg, #0d6efd, #1f46ff);
    color: #ffffff;
    font-weight: 800;
}

.vp-feature-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.vp-feature-list li {
    display: flex;
    gap: 10px;
    color: #5f6f8f;
    margin-bottom: 12px;
    line-height: 1.5;
}

.vp-feature-list i {
    color: #0d6efd;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .vp-payment-sidebar {
        position: static;
    }

    .vp-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .vp-payment-card,
    .vp-bank-card,
    .vp-form-wrapper,
    .vp-side-box,
    .vp-payment-alert {
        padding: 24px;
    }

    .vp-domain-form {
        flex-direction: column;
    }

    .vp-domain-form button {
        height: 50px;
    }
}
