
body.ar-landing {
    --my-verde: #00c7af;
    --my-rosa:  #ff2569;
    --my-azul:  #6c63ff;
    --my-gris:  #939393;
    --my-gris-c:#ececec;
}

.landing-navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.landing-navbar .navbar-brand img {
    width: 250px;
}
.landing-navbar .navbar-nav > li > a {
    padding: 22px 12px;
    font-size: 17px;
    font-weight: 400;
    color: #404040 !important;
    border-bottom: 2px solid transparent;
}
.landing-navbar .navbar-nav > li > a:hover,
.landing-navbar .navbar-nav > li > a.active {
    border-bottom-color: var(--my-rosa);
    color: var(--my-rosa) !important;
}
.landing-navbar .navbar-nav > li:last-child {
    padding: 13px;
}
.landing-navbar .navbar-nav > li > a.destacado {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff !important;
    border-bottom: transparent !important;
    font-weight: 600;
    background: var(--my-rosa) !important;
    text-align: center;
}
.landing-navbar .navbar-nav > li > a.destacado:hover {
    background-color: #bf1652 !important;
}
@media (max-width: 991.98px) {
    .landing-navbar {
        position: relative;
        z-index: 1030;
        align-items: flex-start;
    }
    .landing-navbar .navbar-collapse {
        background-color: #fff;
        padding: 12px 16px 16px;
        margin: 0 -12px;
        border-top: 1px solid #eee;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    }
    .landing-navbar .navbar-nav {
        padding-top: 4px;
        gap: 2px;
    }
    .landing-navbar .navbar-nav > li {
        padding: 0 !important;
    }
    .landing-navbar .navbar-nav > li > a {
        padding: 12px 4px;
        border-bottom: 1px solid #f4f4f4;
    }
    .landing-navbar .navbar-nav > li:last-child > a {
        border-bottom: 0;
    }
    .landing-navbar .navbar-nav > li > a.destacado {
        margin-top: 8px;
        display: inline-block;
        border-bottom: 0 !important;
    }
}

.landing-footer {
    background: var(--my-verde) url('/frontend/images/shapes.png') no-repeat 0 -20px;
    background-size: 450px;
    color: #fff;
    padding: 40px 0 40px;
    margin-top: 0;
}
.landing-footer .logo-blanco img {
    width: 250px;
    margin-bottom: 20px;
}
.landing-footer .copy {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}
.landing-footer .copy a,
.landing-footer a {
    color: #fff;
    text-decoration: none;
}
.landing-footer .copy a:hover {
    opacity: .8;
}

/* === Hero ===
   slider2019.webp es compartida con la landing /ar/landings/meli — vive en
   /landings/meli/. Si más landings AR la reusan, mover a /landings/shared/. --- */
.landing-tiendanube-header {
    padding: 140px 0 60px;
    background: #f0f0f2 url('/frontend/images/landings/meli/slider2019.webp') left bottom no-repeat;
    /* background-size: 45% auto; */
    min-height: 810px;
}
.landing-tiendanube-header h1,
.landing-tiendanube-header p {
    max-width: 540px;
}
.landing-tiendanube-header h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #404040;
    margin-bottom: 16px;
    font-family: 'WorkSans-Bold', sans-serif;
}
.landing-tiendanube-header .h-descripcion {
    margin-top: 24px;
}
.landing-tiendanube-header .h-descripcion p {
    color: #404040;
    font-size: 17px;
    line-height: 1.5;
}
.landing-tiendanube-header .h-destacado {
    margin-top: 16px;
}
.landing-tiendanube-header .h-destacado .link-lg {
    color: var(--my-rosa) !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.landing-tiendanube-header .h-destacado .link-lg:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .landing-tiendanube-header {
        background-size: 100% auto;
    }
}
@media (max-width: 991.98px) {
    .landing-tiendanube-header {
        padding: 60px 0 50px;
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .landing-tiendanube-header {
        background-image: none;
        padding: 40px 0 40px;
        text-align: center;
        min-height: 0;
    }
    .landing-tiendanube-header h1 {
        font-size: 28px;
        margin: 0 auto 12px;
    }
    .landing-tiendanube-header h1,
    .landing-tiendanube-header p {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .landing-tiendanube-header h1 {font-size: 32px!important;line-height: 1.2!important;}
}

/* === Form card  === */
.cardbox {
    background: #fff;
    border-radius: 5px;
    color: #404040;
    padding: 30px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.form-registro h3 {
    color: #131313;
    font-family: 'WorkSans-SemiBold', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}
.form-registro .registrate {
    color: #131313;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}
.form-registro .form-control {
    border-radius: 3px;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    height: 45px;
    font-size: 15px;
    background: #fff !important;
    color: #404040 !important;
    line-height: 17.6px;
}
.form-registro .form-control:focus {
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.form-registro .iti {
    width: 100%;
    display: block;
}
.form-registro #lnkRegistrarme {
    background-color: var(--my-rosa) !important;
    border-color: var(--my-rosa);
    color: #fff !important;
    font-weight: 600;
    width: 100%;
    border-radius: 0.9rem;
}
.form-registro #lnkRegistrarme:hover {
    background-color: #bf1652 !important;
    border-color: #bf1652;
}
.form-registro small a,
.form-registro #lblUsuarioExistente a {
    color: var(--my-rosa);
}
.form-registro .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin-bottom: 0;
    font-size: 14px;
}
.form-registro .form-tyc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}
.form-registro .form-tyc a {
    color: var(--my-rosa) !important;
}
.form-registro .iti__flag {
    background-image: url('/images/flags.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form-registro .iti__flag {
        background-image: url('/images/flags@2x.png');
    }
}

@media (max-width: 767.98px) {
    .cardbox {
        padding: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    #divRegistroForm {
        padding: 20px !important;
        max-width: 100% !important;
        padding-top: 0 !important;
    }

    .form-registro h3 {font-size: 22px!important;}

}

/* === Funcionalidades (skills layout, igual que CL erp) === */
section#funcionalidades {padding-top: 60px!important;}
.funcionalidades-landing {
    background-color: #fff;
}
.funcionalidades-landing h2 {
    font-weight: 700;
    color: #404040;
}
.funcionalidades-landing .cont-skills {
    padding: 2.5rem 1rem;
    gap: 1.5rem 3rem;
    justify-content: center !important;
    margin-bottom: 30px;
}
.funcionalidades-landing .skills-funct {
    flex: 0 1 200px;
    text-align: center;
    margin-bottom: 0.5rem;
    max-width: 100%;
}
.funcionalidades-landing .skills-funct img {
    height: 90px;
    margin-bottom: 1rem;
    object-fit: contain;
}
.funcionalidades-landing .skills-funct p {
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}
.funcionalidades-landing .skills-funct b {
    color: #131313;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .funcionalidades-landing .skills-funct {
        flex: 0 1 220px;
    }
}
@media (max-width: 575px) {
    .funcionalidades-landing .skills-funct {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .funcionalidades-landing h2 {
        font-size: 26px !important;
        line-height: 1 !important;
        text-wrap: pretty;
    }
}

/* === Clientes === */
.planes-clientes .cliente-det {
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.planes-clientes .cliente-det img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* === Integraciones — Owl Carousel === */
#integraciones {
    padding: 30px 0;
    background: #fff;
}
#integraciones hr {
    border: 0;
    border-top: 1px solid #e8e8e8;
}
#integraciones .integraciones-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    min-height: 90px;
}
#integraciones .integraciones-carousel .item img {
    max-width: 80%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}
#integraciones .owl-dots {
    margin-top: 10px;
}
#integraciones .owl-dots .owl-dot.active span,
#integraciones .owl-dots .owl-dot:hover span {
    background: var(--my-rosa);
}
#integraciones .link-lg {
    color: var(--my-rosa) !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 575px) {
    #integraciones h2 {
        font-size: 26px !important;
        line-height: 1 !important;
    }
}

/* === Planes === */
.planes {
    background: whitesmoke;
}
.planes .nav-pills {
    background: #ccc;
    width: 300px;
    margin: 0 auto;
    border-radius: 1.5rem;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.planes .nav-item {
    width: 50%;
    text-align: center;
    margin: 0 !important;
}
.planes .nav-link {
    display: block;
    width: 100%;
    color: #000;
    background: transparent;
    border: 0;
    padding: 0.6rem;
    border-radius: 1.5rem;
    font-weight: 500;
}
.planes .nav-link.active,
.planes .nav-pills .nav-link.active {
    color: #fff;
    background: var(--my-verde);
    border: 0;
}
.planes .nav-link:hover:not(.active) {
    color: #000;
}

/* Banner "Recomendado" */
.planes .recomendado {
    text-align: center;
    background: var(--my-verde);
    padding: .7rem;
    color: #fff;
    border-radius: .6rem .6rem 0 0;
    font-weight: 700;
    margin-bottom: 0;
}
.planes .card.reco {
    border-radius: 0 0 .6rem .6rem;
    margin-top: 0;
}


@media (max-width: 575px) {
    .planes h2 {
        font-size: 26px !important;
        line-height: 1 !important;
        text-wrap: balance;
    }
}