﻿.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;
}

.vps-pricing-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vps-plan-selector {
    --active-position: 25%;
    position: relative;
    margin-inline: auto;
    margin-bottom: 38px;
    width: min(100%, 1080px);
}

.vps-active-plan-label {
    position: absolute;
    top: 0;
    left: var(--active-position);
    z-index: 2;
    transform: translateX(-50%);
    padding: 7px 13px;
    border-radius: 4px;
    background: #1c40f2;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: left 0.25s ease;
}

.vps-active-plan-label::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #1c40f2;
    content: "";
    transform: translateX(-50%);
}

.vps-plan-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(90px, 1fr));
    align-items: start;
    min-width: 680px;
    padding-top: 42px;
}

.vps-plan-line {
    position: absolute;
    top: 53px;
    right: 8.333333%;
    left: 8.333333%;
    height: 2px;
    background: #d7dce4;
}

.vps-plan-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #001042;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    transition: color 0.2s ease;
}

.vps-plan-dot {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #c7ccd5;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 16, 66, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vps-plan-step:hover,
.vps-plan-step.active {
    color: #1c40f2;
}

.vps-plan-step:hover .vps-plan-dot {
    border-color: #7891ff;
}

.vps-plan-step.active .vps-plan-dot {
    border: 7px solid #1c40f2;
    box-shadow: 0 0 0 3px rgba(28, 64, 242, 0.12);
}

.vps-plan-step:focus-visible {
    border-radius: 6px;
    outline: 3px solid rgba(28, 64, 242, 0.35);
    outline-offset: 4px;
}

.vps-native-range-control {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.vps-pricing-table table {
    min-width: 980px;
    table-layout: fixed;
}

.vps-pricing-table th:first-child,
.vps-pricing-table td:first-child {
    width: 190px;
    text-align: left;
}

.vps-pricing-table th:not(:first-child),
.vps-pricing-table td:not(:first-child) {
    width: 130px;
    text-align: center;
    white-space: nowrap;
}

.vps-pricing-table th span {
    display: block;
    line-height: 1.25;
}

.vps-pricing-table th .h6 {
    margin-bottom: 4px;
}

.vps-hero .wp-hero-right {
    width: 100%;
    max-width: 100%;
}

.vps-hero .wp-hero-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.vps-plan .section-title {
    overflow-wrap: anywhere;
}

body:has(.vps-hero) {
    overflow-x: hidden;
}

@media (max-width: 575px) {
    .vps-hero .container,
    .vps-price-slider .container,
    .vps-plan .container {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .vps-hero .wp-hero-right {
        width: 100% !important;
        max-width: 100%;
        overflow: hidden;
    }

    .vps-hero .wp-hero-right img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .vps-price-slider .price-slider-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .vps-plan-selector {
        width: calc(100% + 24px);
        margin-right: -12px;
        margin-left: -12px;
        overflow-x: auto;
        padding-right: 12px;
        padding-bottom: 8px;
        padding-left: 12px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
    }

    .vps-hero h1,
    .vps-price-slider h2,
    .vps-plan h2,
    .vps-hero li {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 991px) {
    .vps-plan-selector {
        margin-bottom: 32px;
    }

    .vps-plan-steps {
        min-width: 620px;
    }

    .vps-pricing-table {
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px 8px;
    }

    .vps-pricing-table table {
        min-width: 900px;
    }
}

@media (max-width: 575px) {
    .vps-plan-selector {
        margin-bottom: 28px;
    }

    .vps-plan-steps {
        min-width: 650px;
    }

    .vps-pricing-table table {
        min-width: 820px;
    }

    .vps-pricing-table th:first-child,
    .vps-pricing-table td:first-child {
        width: 160px;
    }

    .vps-pricing-table th:not(:first-child),
    .vps-pricing-table td:not(:first-child) {
        width: 110px;
    }
}

.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;
}

.vp-contact-phone-field {
    display: grid;
    grid-template-columns: 154px minmax(0, 1fr);
    align-items: stretch;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    overflow: visible;
    background: #fff;
}

.vp-contact-phone-field.has-custom-code {
    grid-template-columns: 154px 92px minmax(0, 1fr);
}

.vp-contact-phone-field.is-invalid,
.vp-contact-consents.is-invalid {
    border-color: #dc3545;
}

.hm-contact-form .vp-phone-input-field label {
    z-index: 2;
}

.vp-contact-phone-prefix {
    position: relative;
    border-right: 1px solid #e4e7ec;
    border-radius: 8px 0 0 8px;
    background: #f8fbff;
}

.vp-contact-phone-prefix::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #001042;
    border-bottom: 2px solid #001042;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.vp-contact-phone-toggle,
.vp-contact-phone-option {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #001042;
    font-weight: 700;
    text-align: left;
}

.vp-contact-phone-toggle {
    height: 64px;
    padding: 0 26px 0 12px;
    cursor: pointer;
}

.vp-contact-phone-toggle img,
.vp-contact-phone-option img {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
}

.vp-contact-phone-field input[type="text"] {
    width: 100%;
    height: 64px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent;
    color: #001042;
    outline: 0;
    margin: 0;
}

.vp-contact-phone-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 20;
    width: min(260px, calc(100vw - 32px));
    max-height: 260px;
    overflow-y: auto;
    display: none;
    padding: 6px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 16, 66, 0.16);
}

.vp-contact-phone-prefix.is-open .vp-contact-phone-options {
    display: grid;
    gap: 2px;
}

.vp-contact-phone-option {
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.vp-contact-phone-option:hover,
.vp-contact-phone-option[aria-selected="true"] {
    background: #f0f6ff;
}

.vp-contact-phone-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    color: #001042;
}

.vp-contact-phone-field input[type="text"] {
    padding: 0 16px;
}

.vp-contact-phone-custom {
    border-right: 1px solid #e4e7ec !important;
    background: #ffffff !important;
}

.vp-contact-status {
    max-width: 740px;
    margin: 0 auto 24px;
}

.vp-contact-success {
    max-width: 740px;
    margin: 0 auto;
    padding: 28px 30px;
    border: 1px solid rgba(20, 184, 116, 0.28);
    border-radius: 12px;
    background: #f2fbf7;
    color: #001042;
    text-align: center;
    box-shadow: 0 16px 40px rgba(0, 16, 66, 0.08);
}

.vp-contact-success i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #14b874;
    color: #fff;
    font-size: 24px;
}

.vp-contact-success p {
    max-width: 560px;
    margin: 0 auto;
    color: #001042;
    font-weight: 700;
    line-height: 1.55;
}

.vp-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.vp-turnstile-wrap {
    display: grid;
    justify-content: center;
    gap: 8px;
}

.hm-contact-form .invalid-feedback {
    margin-top: 7px;
    font-size: 13px;
    color: #dc3545;
}

@media (max-width: 575.98px) {
    .hm-contact-form .vp-phone-input-field label {
        left: 18px;
    }

    .vp-contact-phone-field {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .vp-contact-phone-field.has-custom-code {
        grid-template-columns: 132px minmax(74px, 86px) minmax(0, 1fr);
    }

    .vp-contact-phone-prefix {
        min-width: 0;
    }

    .vp-contact-phone-toggle,
    .vp-contact-phone-option {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 6px;
    }

    .vp-contact-phone-toggle {
        padding: 0 24px 0 9px;
    }

    .vp-contact-phone-toggle img,
    .vp-contact-phone-option img {
        width: 22px;
        height: 17px;
    }

    .vp-contact-phone-toggle span {
        font-size: 14px;
    }

    .vp-contact-phone-field input[type="text"] {
        padding: 0 12px;
    }

    .vp-contact-phone-custom {
        padding: 0 8px !important;
    }
}

.vp-contact-consents {
    display: grid;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #f8fbff;
}

.vp-contact-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    color: #59606c;
    font-size: 15px;
    line-height: 1.55;
    cursor: pointer;
}

.vp-contact-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #0066ff;
}

.vp-contact-consent a {
    color: #0057ff;
    font-weight: 700;
    text-decoration: none;
}

.vp-contact-consent a:hover {
    text-decoration: underline;
}

.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) {
    .footer .vp-footer-contact-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vp-payment-method {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .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 {
        margin: 0 auto;
    }
}

.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: 100%;
        padding: 8px;
    }

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

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

@media (max-width: 575.98px) {
    .footer .vp-footer-link-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer .vp-footer-link-col .widget-title {
        font-size: 16px;
        margin-bottom: 24px !important;
    }

    .footer .vp-footer-link-col .footer-nav li + li {
        margin-top: 10px;
    }
}

@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: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-inline: auto;
}

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

.vp-payment-card > h2 {
    text-align: center;
}

.vp-payment-card > p {
    max-width: 310px;
    margin-inline: auto;
    text-align: center;
}

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

.vp-exchange-rate-box {
    padding: 24px 30px;
    border-left: 4px solid #00a3ff;
}

.vp-exchange-rate-box p {
    color: #5f6f8f;
}

.vp-exchange-rate-box strong {
    color: #001b4e;
    font-size: 22px;
    white-space: nowrap;
}

.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;
    scroll-margin-top: 120px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vp-form-wrapper.vp-form-wrapper-focus {
    transform: translateY(-2px);
    box-shadow: 0 24px 70px rgba(0, 77, 255, 0.20) !important;
}

.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 .row > [class*="col-"] {
    position: relative;
}

.vp-payment-form .form-label {
    position: absolute;
    top: -12px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #001b4e;
}

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

.vp-payment-form .form-control,
.vp-payment-form .form-select {
    min-height: 64px;
    position: relative;
    z-index: 0;
    padding: 22px 20px 18px;
    border-radius: 8px;
    border: 1px solid #e7ecf5;
    box-shadow: none;
}

.vp-payment-form textarea.form-control {
    min-height: 150px;
    padding-top: 16px;
}

.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-payment-form > button[type="submit"] {
    margin-top: 24px;
}

@media (max-width: 575px) {
    .vp-payment-form .form-label {
        left: 18px;
    }
}

.vp-file-upload {
    padding: 18px;
    border: 1px dashed #cdd8ef;
    border-radius: 10px;
    background: #f8fbff;
}

.vp-file-upload .form-control[type="file"] {
    width: 100%;
    min-height: auto;
    padding: 10px;
    background: #ffffff;
    color: #5f6f8f;
    line-height: 1.4;
    cursor: pointer;
}

.vp-file-upload .form-control[type="file"]::file-selector-button {
    min-height: 40px;
    margin-right: 14px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: #eef4ff;
    color: #001b4e;
    font-weight: 700;
    cursor: pointer;
}

.vp-file-upload small {
    display: block;
    margin-top: 8px;
    color: #5f6f8f;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 575px) {
    .vp-file-upload {
        padding: 14px;
    }

    .vp-file-upload .form-control[type="file"] {
        font-size: 14px;
    }

    .vp-file-upload .form-control[type="file"]::file-selector-button {
        display: block;
        width: 100%;
        margin: 0 0 8px;
    }
}

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

.vp-check-list.is-invalid {
    border: 1px solid #dc3545;
}

.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;
    }
}

.hm2-blog-card .feature-img {
    aspect-ratio: 16 / 9;
    background: #eef3ff;
}

.hm2-blog-card .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Home: separaciones proporcionales entre dominio, planes y FAQs. */
.find-domain-section {
    padding-top: 138px !important;
    padding-bottom: 92px !important;
    background: linear-gradient(180deg, #07176a 0%, #081158 100%) !important;
}

.hero-style-1 .promo-area {
    padding-bottom: 56px;
}

.find-domain-section::after {
    display: none;
}

.find-domain-section .heading-3 {
    margin-bottom: 28px !important;
    line-height: 1.15;
    overflow-wrap: normal;
}

.find-domain-section form {
    margin-bottom: 26px !important;
}

.vp-whois-result {
    display: none;
    max-width: 800px;
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    text-align: left;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.vp-whois-result.is-visible {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.vp-whois-result strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.vp-whois-result span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.45;
}

.vp-whois-result.is-available {
    background: rgba(0, 209, 114, 0.14);
    border-color: rgba(0, 209, 114, 0.48);
}

.vp-whois-result.is-taken {
    background: rgba(255, 7, 102, 0.14);
    border-color: rgba(255, 7, 102, 0.48);
}

.vp-whois-result.is-warning,
.vp-whois-result.is-loading {
    background: rgba(255, 192, 45, 0.15);
    border-color: rgba(255, 192, 45, 0.48);
}

.vp-whois-form button:disabled {
    cursor: wait;
    opacity: 0.78;
}

.vp-whois-form button {
    background: linear-gradient(135deg, #008cff 0%, #185cff 45%, #7b2cff 100%) !important;
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(24, 92, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.vp-whois-form button:hover,
.vp-whois-form button:focus {
    filter: brightness(1.06);
    box-shadow: 0 18px 38px rgba(123, 44, 255, 0.34);
    transform: translateY(-1px);
}

#vpDomainSuggestions {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 10px !important;
    max-width: 1120px;
    margin-inline: auto;
}

#vpDomainSuggestions > li {
    border: 0 !important;
    margin-left: 0 !important;
    min-width: 0;
    padding-left: 0 !important;
    width: 100%;
}

#vpDomainSuggestions > li + li {
    border-left: 0 !important;
}

#vpDomainSuggestions > li::before,
#vpDomainSuggestions > li::after {
    display: none !important;
}

#vpDomainSuggestions > li > div {
    justify-content: center;
    gap: 7px !important;
    min-width: 0;
    white-space: nowrap;
}

#vpDomainSuggestions h5 {
    font-size: clamp(22px, 1.8vw, 28px);
}

#vpDomainSuggestions span {
    font-size: clamp(12px, 0.95vw, 14px);
}

#vpDomainSuggestions .vp-domain-status,
#vpDomainSuggestions .vp-domain-loading {
    grid-column: 1 / -1;
    text-align: center;
}

#vpDomainSuggestions .vp-domain-status span {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 14px;
}

.recent-post-widget .rs-news-list {
    display: grid;
    gap: 18px;
}

.recent-post-widget .rs-news-list .vp-recent-post-card {
    display: block;
    padding: 12px;
    border: 1px solid rgba(0, 16, 66, 0.08);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 16, 66, 0.06);
}

.vp-recent-post-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3ff;
}

.vp-recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-recent-post-content {
    margin-top: 12px;
}

.vp-recent-post-content h6 {
    line-height: 1.28;
}

.vp-recent-post-content span {
    display: block;
    margin-top: 6px;
    color: #667085;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .recent-post-widget .rs-news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .recent-post-widget .rs-news-list {
        grid-template-columns: 1fr;
    }
}

.hm2-pricing-section {
    padding-top: 88px !important;
    padding-bottom: 105px !important;
}

.hm2-pricing-tab .tab-content {
    margin-top: 42px !important;
}

.affiliate-faq {
    padding-top: 96px !important;
    padding-bottom: 110px !important;
    background: #ffffff !important;
}

.affiliate-faq .section-title {
    margin-bottom: 0;
}

.home4-feedback {
    padding-top: 108px !important;
}

@media (max-width: 991px) {
    .find-domain-section,
    .hm2-pricing-section,
    .affiliate-faq {
        padding-top: 92px !important;
        padding-bottom: 76px !important;
    }

    .hero-style-1 .promo-area {
        padding-bottom: 48px;
    }

    .home4-feedback {
        padding-top: 86px !important;
    }

    .hm2-pricing-tab .tab-content {
        margin-top: 34px !important;
    }

    #vpDomainSuggestions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 760px;
    }
}

@media (max-width: 575px) {
    .find-domain-section {
        padding-top: 84px !important;
        padding-bottom: 62px !important;
    }

    .hero-style-1 .promo-area {
        padding-bottom: 38px;
    }

    .home4-feedback {
        padding-top: 72px !important;
    }

    .find-domain-section .heading-3,
    .hm2-pricing-section .hm2-title {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        font-size: 26px;
        line-height: 1.18;
    }

    .vp-whois-form > .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .vp-whois-form > .d-flex > input,
    .vp-whois-form > .d-flex > button {
        width: 100%;
        border-radius: 8px !important;
    }

    .vp-whois-form > .d-flex > button {
        justify-content: center;
        gap: 10px !important;
    }

    .vp-whois-form > .d-flex > button .flex-grow-1 {
        flex-grow: 0 !important;
    }

    #vpDomainSuggestions {
        grid-template-columns: 1fr;
        gap: 12px !important;
        max-width: 320px;
    }

    #vpDomainSuggestions > li > div {
        justify-content: space-between;
        gap: 12px !important;
    }

    #vpDomainSuggestions h5 {
        min-width: 90px;
        font-size: 28px;
    }

    .hm2-pricing-section,
    .affiliate-faq {
        padding-top: 60px !important;
        padding-bottom: 66px !important;
    }

    .hm2-pricing-section {
        overflow: hidden;
    }
}

/* Home portada: slider y espaciados responsivos. */
.vp-home-hero .hero-area {
    min-height: 660px;
    display: flex;
    align-items: center;
    padding-bottom: 118px;
    background: radial-gradient(circle at 18% 18%, rgba(24, 140, 255, 0.22) 0, rgba(24, 140, 255, 0) 28%), linear-gradient(135deg, #07176a 0%, #081158 55%, #22106f 100%) !important;
}

.vp-home-hero .carousel-item {
    background: #081158;
}

.vp-home-hero .hero1-content-wrap {
    max-width: 620px;
}

.vp-home-hero .hero1-content-wrap h1,
.vp-home-hero .hero1-content-wrap p {
    color: #ffffff;
}

.vp-home-hero .hero1-content-wrap p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
}

.vp-home-hero .hero-right {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-home-hero .hero-right img {
    max-width: min(100%, 560px);
    max-height: 430px;
    object-fit: contain;
}

.vp-home-hero-indicators {
    bottom: 138px;
    gap: 8px;
    margin-bottom: 0;
}

.vp-home-hero-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    border: 0;
    opacity: 0.42;
}

.vp-home-hero-indicators .active {
    opacity: 1;
    background: #ffffff;
}

.vp-home-hero .promo-area {
    margin-top: -92px;
    padding-top: 0;
    padding-bottom: 72px;
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%) !important;
}

.vp-home-hero .promo-item {
    min-height: 168px;
    height: 100%;
}

.find-domain-section {
    margin-top: 0;
}

.migrate-hosting {
    padding-top: 96px;
    padding-bottom: 96px;
}

.home4-feedback {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

@media (max-width: 1199px) {
    .vp-home-hero .hero-area {
        min-height: 620px;
        padding-bottom: 110px;
    }

    .vp-home-hero .hero-right img {
        max-height: 380px;
    }
}

@media (max-width: 991px) {
    .vp-home-hero .hero-area {
        min-height: auto;
        padding-top: 118px !important;
        padding-bottom: 128px;
        text-align: center;
    }

    .vp-home-hero .hero1-content-wrap,
    .vp-home-hero .hero1-content-wrap p {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .vp-home-hero .hero-btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .vp-home-hero .hero-btns .template-btn {
        margin-right: 0 !important;
    }

    .vp-home-hero .hero-right {
        min-height: 300px;
        margin-top: 26px;
    }

    .vp-home-hero .hero-right img {
        max-height: 300px;
    }

    .vp-home-hero-indicators {
        bottom: 112px;
    }

    .vp-home-hero .promo-area {
        margin-top: -70px;
        padding-bottom: 58px;
    }

    .migrate-hosting {
        padding-top: 82px;
        padding-bottom: 82px;
    }
}

@media (max-width: 575px) {
    .vp-home-hero .hero-area {
        padding-top: 96px !important;
        padding-bottom: 104px;
    }

    .vp-home-hero .hero1-content-wrap h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .vp-home-hero .hero1-content-wrap p {
        font-size: 16px;
        line-height: 1.55;
    }

    .vp-home-hero .hero-btns {
        margin-top: 28px !important;
    }

    .vp-home-hero .hero-btns .template-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .vp-home-hero .hero-right {
        min-height: 230px;
        margin-top: 22px;
    }

    .vp-home-hero .hero-right img {
        max-height: 225px;
    }

    .vp-home-hero-indicators {
        bottom: 88px;
    }

    .vp-home-hero .promo-area {
        margin-top: -54px;
        padding-bottom: 48px;
    }

    .vp-home-hero .promo-item {
        min-height: auto;
    }

    .migrate-hosting {
        padding-top: 66px;
        padding-bottom: 66px;
    }
}

/* Home index: slider hm7 y separaciones homogeneas. */
.hm7-hero-section {
    background: #07176a;
}

.hm7-hero-section .slider-hero-single {
    min-height: 650px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.hm7-hero-section .slider-hero-single::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(4, 14, 77, 0.92) 0%, rgba(7, 23, 106, 0.72) 48%, rgba(34, 16, 111, 0.38) 100%);
}

.hm7-hero-section .hm7-hero-content {
    max-width: 620px;
    padding-top: 36px;
    padding-bottom: 54px;
}

.hm7-hero-section .hm7-hero-content p {
    max-width: 560px;
    line-height: 1.65;
}

.hm7-hero-section .hm7-hero-slide-control {
    z-index: 4;
}

.hm7-features {
    margin-top: -82px;
    padding-bottom: 74px;
    position: relative;
    z-index: 4;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%) !important;
}

.hm7-features .hm7-feature-box {
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(0, 16, 66, 0.12);
}

.find-domain-section {
    padding-top: 104px !important;
    padding-bottom: 98px !important;
}

.hm2-pricing-section {
    padding-top: 96px !important;
    padding-bottom: 108px !important;
}

.migrate-hosting {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.affiliate-faq {
    padding-top: 100px !important;
    padding-bottom: 108px !important;
}

.home4-feedback {
    padding-top: 104px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

/* Home index: solo se ajusta el fondo de esta seccion. Las cards conservan el CSS original. */
.hm7-application {
    background: #f7f9ff !important;
}

@media (max-width: 1199px) {
    .hm7-hero-section .slider-hero-single {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    .hm7-hero-section .slider-hero-single {
        min-height: 560px;
        text-align: center;
    }

    .hm7-hero-section .hm7-hero-content {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 62px;
        padding-bottom: 80px;
    }

    .hm7-hero-section .hm7-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hm7-hero-section .hm7-hero-btns {
        justify-content: center;
        gap: 12px;
    }

    .hm7-features {
        margin-top: -62px;
        padding-bottom: 62px;
    }

    .find-domain-section,
    .hm2-pricing-section,
    .migrate-hosting,
    .affiliate-faq {
        padding-top: 82px !important;
        padding-bottom: 78px !important;
    }

    .home4-feedback {
        padding-top: 84px !important;
    }
}

@media (max-width: 575px) {
    .hm7-hero-section .slider-hero-single {
        min-height: 540px;
    }

    .hm7-hero-section .hm7-hero-content {
        padding-top: 54px;
        padding-bottom: 82px;
    }

    .hm7-hero-section .hm7-hero-content h1 {
        font-size: 34px;
        line-height: 1.14;
    }

    .hm7-hero-section .hm7-hero-content p {
        font-size: 16px;
    }

    .hm7-hero-section .hm7-hero-btns .template-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hm7-hero-section .hm7-hero-slide-control,
    .hm7-hero-section .hero-social-2 {
        display: none !important;
    }

    .hm7-features {
        margin-top: -48px;
        padding-bottom: 48px;
    }

    .hm7-features .hm7-feature-box {
        padding: 28px 18px;
    }

    .find-domain-section,
    .hm2-pricing-section,
    .migrate-hosting,
    .affiliate-faq {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .home4-feedback {
        padding-top: 68px !important;
    }
}

.vp-hm7-hero .hm7-hero-content h1,
.vp-hm7-hero .hm7-hero-content p {
    color: #ffffff !important;
    opacity: 1 !important;
}

.vp-hm7-hero .hm7-hero-subtitle {
    color: #16d4ff !important;
}

.vp-hm7-hero-visual {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-hm7-hero-visual img {
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.24));
}

@media (max-width: 1199px) {
    .vp-hm7-hero-visual img {
        max-height: 360px;
    }
}

/* Home index: ajuste fino responsive. */
.find-domain-section {
    padding-top: 82px !important;
}

@media (max-width: 991px) {
    .hm7-hero-section .slider-hero-single {
        min-height: 500px;
    }

    .hm7-hero-section .hm7-hero-content {
        padding-top: 38px;
        padding-bottom: 54px;
    }

    .hm7-features {
        margin-top: -48px;
    }

    .find-domain-section {
        padding-top: 64px !important;
    }
}

@media (max-width: 575px) {
    .hm7-hero-section .slider-hero-single {
        min-height: 450px;
        overflow: hidden;
    }

    .hm7-hero-section .hm7-hero-content {
        width: 100%;
        max-width: 340px;
        padding: 24px 8px 46px;
    }

    .hm7-hero-section .hm7-hero-content h1 {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        line-height: 1.16;
        overflow-wrap: normal;
    }

    .hm7-hero-section .hm7-hero-content p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.55;
    }

    .hm7-features {
        margin-top: -36px;
    }

    .hm7-features .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hm7-features .hm7-feature-box {
        padding: 30px 16px !important;
        overflow: hidden;
    }

    .hm7-features .hm7-feature-single {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .find-domain-section {
        padding-top: 56px !important;
    }
}

/* Home index: evitar desborde horizontal mobile. */
@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .hm7-hero-section .container,
    .hm7-features .container,
    .find-domain-section .container {
        max-width: 100%;
    }

    .hm7-hero-section .hm7-hero-content {
        max-width: 300px;
    }

    .hm7-hero-section .hm7-hero-content h1 {
        max-width: 300px;
        font-size: 27px;
        line-height: 1.18;
    }

    .hm7-hero-section .hm7-hero-content p {
        max-width: 300px;
    }
}

/* Home index: pulido de textos mobile. */
.vp-hm7-hero .hm7-hero-subtitle {
    color: #23e7ff !important;
    opacity: 1 !important;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

@media (max-width: 575px) {
    .hm7-features .hm7-feature-box {
        width: 100%;
        max-width: 354px;
        margin-left: auto;
        margin-right: auto;
    }

    .hm7-features .hm7-feature-single h4,
    .hm7-features .hm7-feature-single p {
        max-width: 292px;
        margin-left: auto;
        margin-right: auto;
    }

    .hm7-features .hm7-feature-single p {
        font-size: 15px;
        line-height: 1.55;
    }
}

/* Home index: centrar tarjetas contra viewport mobile. */
@media (max-width: 575px) {
    .hm7-features .hm7-feature-box {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        margin-left: 50% !important;
        margin-right: 0 !important;
        transform: translateX(-50%);
    }
}

/* Home index: ancho seguro para textos de tarjetas mobile. */
@media (max-width: 575px) {
    .hm7-features .hm7-feature-single h4,
    .hm7-features .hm7-feature-single p {
        max-width: 250px !important;
    }
}

/* Home index: franja de beneficios justo despuÃ©s del hero. */
.vp-hm7-hero + .hm7-features {
    margin-top: -82px;
    padding-top: 0;
    padding-bottom: 144px;
    background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 100%) !important;
}

.vp-hm7-hero + .hm7-features .container {
    position: relative;
    z-index: 2;
}

.vp-hm7-hero + .hm7-features .hm7-feature-box {
    margin-top: 0;
    margin-bottom: 22px;
    padding: 36px 44px;
    border-radius: 10px;
    box-shadow: 0 24px 64px rgba(0, 16, 66, 0.14);
}

/* Slider: muestra solamente el contenido del slide activo. */
.vp-hm7-hero .swiper-slide:not(.swiper-slide-active) .hm7-hero-content {
    visibility: hidden;
    pointer-events: none;
}

.vp-hm7-hero .swiper-slide-active .hm7-hero-content {
    visibility: visible;
    pointer-events: auto;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single {
    height: 100%;
    padding-inline: 8px;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single h4 {
    margin-bottom: 12px !important;
    font-size: 22px;
    line-height: 1.18;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.62;
}

@media (max-width: 991px) {
    .vp-hm7-hero + .hm7-features {
        margin-top: -62px;
        padding-bottom: 124px;
        background: linear-gradient(180deg, #f6f8ff 0%, #ffffff 100%) !important;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-box {
        margin-top: 0;
        padding: 30px 24px;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-single {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .vp-hm7-hero + .hm7-features {
        margin-top: -46px;
        padding-bottom: 92px;
    }

    .vp-hm7-hero + .hm7-features .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-box {
        margin-top: 0;
        margin-bottom: 18px;
        padding: 24px 16px;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-single h4,
    .vp-hm7-hero + .hm7-features .hm7-feature-single p {
        max-width: 100%;
    }
}

.vp-hm7-hero + .hm7-features + .find-domain-section {
    margin-top: 48px !important;
    padding-top: 118px !important;
}

@media (max-width: 991px) {
    .vp-hm7-hero + .hm7-features + .find-domain-section {
        margin-top: 40px !important;
        padding-top: 96px !important;
    }
}

@media (max-width: 575px) {
    .vp-hm7-hero + .hm7-features + .find-domain-section {
        margin-top: 32px !important;
        padding-top: 72px !important;
    }
}

/* Home index: bloque original de beneficios montado sobre el slider. */
.vp-home-hero .hero-area,
.vp-home-hero .carousel-item {
    background: #07176a !important;
}

.vp-home-hero .promo-area {
    margin-top: -182px !important;
    padding-top: 0 !important;
    padding-bottom: 166px !important;
    position: relative;
    z-index: 3;
    background: transparent !important;
}

.vp-home-hero .promo-area .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 42px 42px 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 24px 64px rgba(0, 16, 66, 0.14);
}

.vp-home-hero .promo-area .promo-item {
    min-height: 158px;
    height: 100%;
    padding: 0 38px;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.vp-home-hero .promo-area .col-lg-4 + .col-lg-4 .promo-item {
    border-left: 1px solid #e4e7ef;
}

.vp-home-hero .promo-area .promo-top {
    margin-bottom: 20px !important;
}

.vp-home-hero .promo-area .promo-item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .vp-home-hero .promo-area {
        margin-top: -92px !important;
        padding-bottom: 132px !important;
    }

    .vp-home-hero .promo-area .row {
        padding: 32px 24px;
    }

    .vp-home-hero .promo-area .promo-item {
        padding: 0 18px;
    }

    .vp-home-hero .promo-area .col-lg-4 + .col-lg-4 .promo-item {
        border-left: 0;
    }
}

@media (max-width: 575px) {
    .vp-home-hero .promo-area {
        margin-top: -58px !important;
        padding-bottom: 96px !important;
    }

    .vp-home-hero .promo-area .row {
        padding: 26px 18px;
    }

    .vp-home-hero .promo-area .promo-item {
        min-height: 0;
        padding: 0;
    }

    .vp-home-hero .promo-area .col-lg-4 + .col-lg-4 .promo-item {
        border-top: 1px solid #e4e7ef;
        padding-top: 24px;
    }
}

/* Slider local: conserva la posicion original del diseÃ±o de referencia. */
.vp-hm7-hero .slider-hero-single {
    min-height: 0 !important;
    display: block !important;
    align-items: initial !important;
    padding: 148px 0 260px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: auto !important;
}

.vp-hm7-hero .slider-hero-single::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(85.83deg, #000e50 43.12%, rgba(0, 14, 80, 0.673076) 53.17%, rgba(0, 14, 80, 0) 83.05%);
}

.vp-hm7-hero + .hm7-features {
    margin-top: -80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

.vp-hm7-hero + .hm7-features .hm7-feature-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 40px 8px !important;
    border-radius: 0 !important;
    box-shadow: 12px 26px 50px rgba(90, 108, 234, 0.07) !important;
}

@media (max-width: 991px) {
    .vp-hm7-hero .slider-hero-single {
        padding: 120px 0 220px !important;
    }

    .vp-hm7-hero + .hm7-features {
        margin-top: -62px !important;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-box {
        padding: 30px 24px !important;
    }
}

@media (max-width: 575px) {
    .vp-hm7-hero .slider-hero-single {
        padding: 96px 0 160px !important;
    }

    .vp-hm7-hero + .hm7-features {
        margin-top: -46px !important;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-box {
        padding: 24px 16px !important;
    }
}

/* Slider y tarjetas: medidas oficiales del diseno de referencia. */
.vp-hm7-hero .slider-hero-single {
    height: 763.171875px !important;
}

.vp-hm7-hero + .hm7-features {
    margin-top: -80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

.vp-hm7-hero + .hm7-features .hm7-feature-box {
    padding: 40px 8px !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single {
    padding: 0 32px !important;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single img {
    display: block;
    width: 56px !important;
    height: 56px !important;
    margin-inline: auto;
    object-fit: contain;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single h4 {
    margin-bottom: 16px !important;
    font-size: 24px !important;
    text-align: center;
}

.vp-hm7-hero + .hm7-features .hm7-feature-single p {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.5 !important;
    text-align: center;
}

@media (max-width: 1199px) {
    .vp-hm7-hero .slider-hero-single {
        height: 751.15625px !important;
    }
}

@media (max-width: 991px) {
    .vp-hm7-hero .slider-hero-single {
        height: 733.640625px !important;
    }

    .vp-hm7-hero + .hm7-features .hm7-feature-single {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 575px) {
    .vp-hm7-hero .slider-hero-single {
        height: 726.25px !important;
    }
}

/* Portada: separaciones equilibradas entre aplicaciones, Sitejet, FAQ y guias. */
.hm7-application + section {
    margin-top: 56px !important;
    padding-bottom: 64px !important;
}

.hm7-application + section + .fp-faq-area {
    padding-top: 72px !important;
    padding-bottom: 96px !important;
}

.fp-faq-area + .h4-blog-section.h7-blog {
    margin-top: 0 !important;
    padding-top: 96px !important;
    padding-bottom: 120px !important;
}

@media (max-width: 991px) {
    .hm7-application + section {
        margin-top: 40px !important;
        padding-bottom: 56px !important;
    }

    .hm7-application + section + .fp-faq-area {
        padding-top: 64px !important;
        padding-bottom: 80px !important;
    }

    .fp-faq-area + .h4-blog-section.h7-blog {
        padding-top: 72px !important;
        padding-bottom: 96px !important;
    }
}

@media (max-width: 575px) {
    .hm7-application + section {
        margin-top: 32px !important;
        padding-bottom: 48px !important;
    }

    .hm7-application + section + .fp-faq-area {
        padding-top: 56px !important;
        padding-bottom: 72px !important;
    }

    .fp-faq-area + .h4-blog-section.h7-blog {
        padding-top: 64px !important;
        padding-bottom: 80px !important;
    }
}

/* Portada: respiro superior para el bloque de productos. */
.migrate-hosting + .hosting-product {
    padding-top: 72px !important;
}

@media (max-width: 991px) {
    .migrate-hosting + .hosting-product {
        padding-top: 56px !important;
    }
}

@media (max-width: 575px) {
    .migrate-hosting + .hosting-product {
        padding-top: 40px !important;
    }
}

/* Formularios VolPeru: etiquetas flotantes uniformes para contacto y formas de pago. */
.hm-contact-form .input-field,
.vp-payment-form .row > [class*="col-"] {
    position: relative;
}

.hm-contact-form .input-field > label,
.vp-payment-form .form-label {
    position: absolute;
    top: -11px;
    left: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 48px);
    min-height: 22px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    color: #001b4e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.hm-contact-form .input-field > input,
.hm-contact-form .input-field > textarea,
.vp-payment-form .form-control,
.vp-payment-form .form-select {
    min-height: 64px;
    width: 100%;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none;
}

.hm-contact-form .input-field > input,
.vp-payment-form .form-control,
.vp-payment-form .form-select {
    padding: 22px 20px 18px;
}

.hm-contact-form .input-field > textarea,
.vp-payment-form textarea.form-control {
    min-height: 150px;
    padding: 26px 20px 18px;
}

.hm-contact-form .input-field > input:focus,
.hm-contact-form .input-field > textarea:focus,
.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);
    outline: 0;
}

.hm-contact-form .vp-phone-input-field > label {
    left: 24px;
}

.hm-contact-form .vp-contact-phone-field {
    border-radius: 8px;
    background: #fff;
}

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

.vp-payment-form .vp-file-upload {
    position: relative;
    background: #ffffff;
}

.vp-payment-form .vp-file-upload small {
    display: block;
    background: #ffffff;
}

.vp-payment-form .vp-file-upload input[type="file"].form-control {
    min-height: 64px;
    padding: 0;
    overflow: hidden;
    border-color: #cfe0f5;
    background-color: #ffffff;
    color: #526786;
    line-height: 62px;
    cursor: pointer;
}

.vp-payment-form .vp-file-upload input[type="file"].form-control::file-selector-button {
    min-height: 62px;
    margin: 0 18px 0 0;
    padding: 0 22px;
    border: 0;
    border-right: 1px solid #cfe0f5;
    border-radius: 0;
    background: #dcecff;
    color: #0b3b78;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.vp-payment-form .vp-file-upload input[type="file"].form-control:hover::file-selector-button {
    background: #cfe4ff;
    color: #082f63;
}

.vp-payment-form .vp-file-upload input[type="file"].form-control:focus-visible {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.14);
    outline: 0;
}

.vp-payment-faq {
    padding-right: 18px;
    padding-left: 18px;
}

.vp-payment-faq > h3 {
    margin-bottom: 24px;
}

.vp-payment-faq-list {
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.vp-payment-faq-list .accordion-item {
    border: 0;
    border-bottom: 1px solid #e4e7ec;
    background: #ffffff;
}

.vp-payment-faq-list .accordion-item:last-child {
    border-bottom: 0;
}

.vp-payment-faq-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 15px 42px 15px 16px;
    border: 0;
    background: #ffffff;
    color: #001b4e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.vp-payment-faq-button::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    border: 1px solid #d8e2ef;
    border-radius: 50%;
    background: #ffffff;
    color: #0d6efd;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    transform: translateY(-50%);
}

.vp-payment-faq-button[aria-expanded="true"] {
    background: #ffffff;
    color: #0d6efd;
}

.vp-payment-faq-button[aria-expanded="true"]::after {
    border-color: #0d6efd;
    background: #ffffff;
    color: #0d6efd;
    content: "\f068";
}

.vp-payment-faq-button:hover,
.vp-payment-faq-button:focus {
    background: #ffffff;
}

.vp-payment-faq-button:focus-visible {
    z-index: 2;
    box-shadow: inset 0 0 0 3px rgba(13, 110, 253, 0.25);
    outline: 2px solid #0d6efd;
    outline-offset: -2px;
}

.vp-payment-faq-list .accordion-body {
    padding: 0 16px 18px;
    background: #ffffff;
}

.vp-payment-faq-list .accordion-body p {
    color: #5f6f8f;
    font-size: 14px;
    line-height: 1.65;
}

.vp-payment-form > button[type="submit"] {
    display: flex;
    width: fit-content;
    margin: 24px auto 0;
    border: 0 !important;
}

@media (max-width: 575.98px) {
    .hm-contact-form .input-field > label,
    .vp-payment-form .form-label,
    .hm-contact-form .vp-phone-input-field > label {
        left: 18px;
        max-width: calc(100% - 36px);
        font-size: 15px;
    }

    .hm-contact-form .input-field > input,
    .hm-contact-form .input-field > textarea,
    .vp-payment-form .form-control,
    .vp-payment-form .form-select {
        font-size: 15px;
    }
}

