body#module-canariasprime-hubstore,
body#module-canariasprime-hubstore #wrapper,
body#module-canariasprime-hubstore main#page {
    background: #f8fafc;
}

body#module-canariasprime-hubstore .breadcrumb {
    display: none;
}

body#module-canariasprime-hubstore #wrapper {
    padding-top: 18px;
}

body#module-canariasprime-hubstore #wrapper > .container {
    max-width: none !important;
}

body#module-canariasprime-hubstore #content-wrapper,
body#module-canariasprime-hubstore #main {
    width: 100%;
}

@media (min-width: 992px) {
    body#module-canariasprime-hubstore #footer {
        display: none;
    }
}

.banango-hubstore,
.banango-hubstore * {
    box-sizing: border-box;
    font-family: 'Arial Rounded MT Pro', 'ArialRounded', Arial, sans-serif !important;
}

.banango-hubstore {
    color: #111827;
    margin: 0 auto;
    max-width: 1880px;
    padding: 0 22px 0;
}

.banango-hubstore a {
    color: inherit;
    text-decoration: none !important;
}

.banango-hubstore__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 1.1fr) minmax(300px, .95fr);
}

.banango-hubstore__card {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .06);
}

.banango-hubstore__intro,
.banango-hubstore__address,
.banango-hubstore__help,
.banango-hubstore__included {
    padding: 24px;
}

.banango-hubstore__brand-logo {
    display: block;
    height: 38px;
    margin-bottom: 14px;
    object-fit: contain;
    object-position: left center;
    width: 120px;
}

.banango-hubstore h1 {
    color: #0b1220;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 12px;
    max-width: 450px;
}

.banango-hubstore h1 span {
    color: #f5a000;
    display: inline;
}

.banango-hubstore p {
    color: #48556a;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.banango-hubstore__steps {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 20px 0 22px;
    padding: 0;
}

.banango-hubstore__steps li {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 48px 22px 1fr;
    min-width: 0;
}

.banango-hubstore__step-icon {
    align-items: center;
    background: #fff6df;
    border-radius: 50%;
    color: #111827;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.banango-hubstore__step-icon svg {
    display: block;
    height: 24px;
    width: 24px;
}

.banango-hubstore__step-number {
    align-items: center;
    background: #ffb000;
    border-radius: 50%;
    color: #111827;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700 !important;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.banango-hubstore__steps strong {
    color: #111827;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.banango-hubstore__steps span:not(.banango-hubstore__step-icon):not(.banango-hubstore__step-number) {
    color: #48556a;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 4px;
}

.banango-hubstore__actions {
    display: grid;
    gap: 10px;
}

.banango-hubstore__button {
    align-items: center;
    border-radius: 22px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    min-height: 46px;
    padding: 0 48px;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.banango-hubstore__button svg {
    height: 22px;
    width: 22px;
}

.banango-hubstore__button i {
    color: currentColor;
    flex: 0 0 auto;
    font-family: FontAwesome !important;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 88px;
}

.banango-hubstore__button img {
    height: 28px;
    object-fit: contain;
    width: 76px;
}

.banango-hubstore__button--primary {
    background: #ffb000;
    border: 1px solid #ffb000;
    box-shadow: 0 14px 30px rgba(236, 155, 0, .22);
    color: #fff !important;
}

.banango-hubstore__button--outline {
    background: #fff;
    border: 1px solid #bfc8d6;
    color: #111827 !important;
}

.banango-hubstore__button:hover {
    transform: translateY(-1px);
}

.banango-hubstore__address > header,
.banango-hubstore__help > header {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.banango-hubstore__address > header > span,
.banango-hubstore__help > header > span {
    align-items: center;
    border-radius: 14px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.banango-hubstore__address > header > span {
    background: #fff2d2;
    color: #ffb000;
}

.banango-hubstore__help > header > span {
    background: #c8f7d8;
    color: #08b964;
}

.banango-hubstore__address svg,
.banango-hubstore__help svg {
    height: 28px;
    width: 28px;
}

.banango-hubstore h2 {
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 6px;
}

.banango-hubstore__address-card {
    border: 1px solid #d6dee9;
    border-radius: 14px;
    padding: 20px;
}

.banango-hubstore__address-card > div {
    align-items: center;
    border-bottom: 1px solid #d6dee9;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 32px;
    padding: 0 0 14px;
}

.banango-hubstore__address-card > div + div {
    padding-top: 14px;
}

.banango-hubstore__address-card > div:last-of-type {
    border-bottom: 0;
}

.banango-hubstore__address-card small {
    color: #75839a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.banango-hubstore__address-card strong {
    color: #111827;
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.banango-hubstore__address-icon {
    align-items: center;
    background: transparent;
    box-shadow: none;
    color: #111827;
    display: inline-flex;
    justify-content: center;
    justify-self: end;
}

.banango-hubstore__address-icon svg {
    height: 24px;
    width: 24px;
}

.banango-hubstore__warning {
    align-items: flex-start;
    background: #fff2d2;
    border-radius: 10px;
    color: #bd4b00 !important;
    display: flex;
    font-size: 15px !important;
    font-weight: 800 !important;
    gap: 12px;
    line-height: 1.5 !important;
    margin: 16px 0 18px !important;
    padding: 16px;
}

.banango-hubstore__warning span {
    color: #ffb000;
    flex: 0 0 auto;
}

.banango-hubstore__copy {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d6dee9;
    border-radius: 22px;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 14px;
    justify-content: center;
    min-height: 48px;
    width: 100%;
}

.banango-hubstore__copy svg {
    height: 24px;
    width: 24px;
}

.banango-hubstore__copy.is-copied {
    border-color: #10b981;
    color: #047857;
}

.banango-hubstore__side {
    display: grid;
    gap: 18px;
}

.banango-hubstore__help {
    background: linear-gradient(180deg, #f3fff7 0%, #fff 100%);
}

.banango-hubstore__help dl {
    display: grid;
    gap: 0;
    margin: 0 0 16px;
}

.banango-hubstore__help dl > div {
    align-items: center;
    border-bottom: 1px solid #dce5df;
    display: grid;
    gap: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px 0;
}

.banango-hubstore__help-row-icon {
    color: #111827;
    display: inline-flex;
}

.banango-hubstore__help-row-icon svg {
    height: 26px;
    width: 26px;
}

.banango-hubstore__help dt {
    color: #374151;
    font-size: 14px;
}

.banango-hubstore__help dd {
    color: #526176;
    font-size: 15px;
    font-weight: 700;
    margin: 4px 0 0;
}

.banango-hubstore__whatsapp {
    align-items: center;
    background: #10bf68;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(16, 185, 129, .22);
    color: #fff !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 14px;
    justify-content: center;
    min-height: 48px;
    width: 100%;
}

.banango-hubstore__whatsapp svg {
    height: 28px;
    width: 28px;
}

.banango-hubstore__included h2 {
    margin-bottom: 16px;
}

.banango-hubstore__included ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.banango-hubstore__included li {
    align-items: center;
    color: #111827;
    display: flex;
    font-size: 15px;
    gap: 14px;
}

.banango-hubstore__included li::before {
    align-items: center;
    background: #10b981;
    border-radius: 50%;
    color: #fff;
    content: "✓";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.banango-hubstore__included > div {
    align-items: center;
    border-top: 1px solid #d6dee9;
    display: flex;
    gap: 16px;
    padding-top: 18px;
}

.banango-hubstore__included-icon {
    color: #10b981 !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    margin-top: 0 !important;
}

.banango-hubstore__included-icon svg {
    height: 32px;
    width: 32px;
}

.banango-hubstore__included > div > span:not(.banango-hubstore__included-icon) {
    margin-top: 0;
}

.banango-hubstore__included strong,
.banango-hubstore__included span {
    display: block;
}

.banango-hubstore__included strong {
    color: #111827;
    font-size: 17px;
}

.banango-hubstore__included span {
    color: #526176;
    font-size: 15px;
    margin-top: 4px;
}

.banango-hubstore__benefits {
    background: #fff;
    border: 1px solid #dfe5ee;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .05);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 18px;
    padding: 18px 24px;
}

.banango-hubstore__benefits div {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-width: 0;
}

.banango-hubstore__benefit-icon {
    align-items: center;
    color: #111827;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-top: 0;
    width: 32px;
}

.banango-hubstore__benefit-icon svg[fill="none"] {
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.banango-hubstore__benefits strong {
    color: #111827;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.banango-hubstore__benefit-copy {
    display: block;
    margin-top: 0;
}

.banango-hubstore__benefit-copy > span {
    color: #526176;
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 1280px) {
    .banango-hubstore__grid {
        grid-template-columns: 1fr 1fr;
    }

    .banango-hubstore__side {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
    }

    .banango-hubstore__benefits {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    body#module-canariasprime-hubstore #wrapper {
        padding-top: 18px;
    }

    .banango-hubstore {
        padding: 0 14px 28px;
    }

    .banango-hubstore__grid,
    .banango-hubstore__side,
    .banango-hubstore__benefits {
        grid-template-columns: 1fr;
    }

    .banango-hubstore__intro,
    .banango-hubstore__address,
    .banango-hubstore__help,
    .banango-hubstore__included {
        padding: 22px;
    }

    .banango-hubstore h1 {
        font-size: 32px;
    }

    .banango-hubstore h2 {
        font-size: 24px;
    }

    .banango-hubstore__steps li {
        grid-template-columns: 50px 22px 1fr;
    }

    .banango-hubstore__step-icon {
        height: 50px;
        width: 50px;
    }

    .banango-hubstore__address-card {
        padding: 20px;
    }

    .banango-hubstore__address-card strong {
        font-size: 19px;
    }
}
