/* Estilos niveles - usa variables de css/clasico.css */
/* Solo se carga en plantillas que enlazan niveles.css; tipografía Lato en toda la página */
body {
    font-family: "Lato", sans-serif;
}

body.niveles-body {
    margin: 0;
    padding: 0;
}




.nivel-accent {
    color: var(--nivel-accent);
}

.nivel-text-dark {
    color: var(--nivel-text-dark);
}



.nivel-header-cta:hover {
    background: var(--nivel-accent-hover);
    color: var(--nivel-white) !important;
}

.nivel-hero {
    min-height: 750px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.nivel-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.nivel-breadcrumb {
    color: var(--nivel-text-dark) !important;
    font-size: 14px;
    padding-top: 24px;
    display: flex;
    align-items: center;
    gap: 4px;

}

.nivel-breadcrumb:hover {
    color: var(--nivel-accent) !important;
}



.nivel-brand-card {
    background: var(--nivel-white);
    border: 1px solid var(--nivel-border);
    border-radius: 16px;
    padding: 16px;
    text-decoration: none !important;
    display: flex;
    color: var(--nivel-text-dark);
    transition: box-shadow .2s;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.nivel-brand-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: var(--nivel-accent);
}

.nivel-brand-card img {
    max-height: 60px;
    object-fit: contain;
}

.nivel-brand-card h3 {
    margin-top: 10px;
    font-weight: 800;
    color: var(--nivel-text-dark);
    font-size: 24px;
    line-height: 1;
    margin: 0;
}




.nivel-footer {
    background: var(--nivel-footer-bg);
    color: var(--nivel-white);
    padding: 30px 0;
}







/* Footer estilo nivel 3 */
.niveles-footer.darkblue {
    background-color: var(--nivel-footer-bg) !important;
    color: #fff !important;
}

.niveles-footer .white {
    color: #fff;
}

.niveles-footer .o-65 {
    opacity: 0.65;
}


.niveles-footer .comp-cta-phone,
header .comp-cta-phone {

    padding: 15px 20px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
}

.niveles-footer .comp-cta-phone:hover,
header .comp-cta-phone:hover {
    background-color: var(--nivel-accent-hover) !important;
    color: #fff !important;
}



header .bed-logo img {
    max-width: 100%;
    height: 50px;
    width: auto;

}


/* Comienzo css original */

header.niveles-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;

    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: var(--nivel-white);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);

}

.logos-header-b {
    display: flex;
    align-items: center;
}

.logos-header-b .bed-logo-header-b {
    height: auto;
}

.logos-header-b .bed-logo-header-b img {
    height: auto;
    width: 120px;
    margin-left: 24px;
}

/* Header transparente arriba del scroll */
header.niveles-header.transparent {
    background-color: transparent;
}

/* Header sólido al hacer scroll - #FFFFFF 80% */
header.niveles-header.solid {
    background: rgba(255, 255, 255, 0.80);
}

/* Logos del header: blanco cuando transparent, normal cuando solid */
header.niveles-header .logo-transparent,
header.niveles-header .logo-solid {
    max-width: 100%;
    vertical-align: middle;
}

header.niveles-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
    width: 100%;
}

header.niveles-header.transparent .logo-transparent {
    display: block;
}

header.niveles-header.transparent .logo-solid {
    display: none;
}

header.niveles-header.solid .logo-transparent {
    display: none;
}

header.niveles-header.solid .logo-solid {
    display: block;
}

header.transparent .comp-cta-phone .cta-phone-icon.transparent {
    display: block;
}

header.transparent .comp-cta-phone .cta-phone-icon.solid {
    display: none !important;
}

header.solid .comp-cta-phone .cta-phone-icon.solid {
    display: block;
}

header.solid .comp-cta-phone .cta-phone-icon.transparent {
    display: none !important;
}

/* Icono teléfono CTA header (imagen SVG) */
header .comp-cta-phone .cta-phone-icon {
    vertical-align: middle;
    margin-right: 6px;
}

header .comp-cta-phone .cta-phone-icon.fa-flip-horizontal {
    transform: scaleX(-1);
}

header.niveles-header.transparent .comp-cta-phone {
    color: var(--nivel-accent);
    background-color: var(--nivel-white);
}

header.niveles-header.solid .comp-cta-phone {
    color: var(--nivel-white);
    background-color: var(--nivel-accent);
}

/* Separación texto «Atención inmediata» + número (evita &nbsp; con flex) */
header .comp-cta-phone .google_number {
    margin-left: 0.35em;
}


/* hero */

p.pretitulo {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
}

#nivel-0.nivel-hero {
    background-image:
        linear-gradient(90deg, rgba(51, 51, 51, 0.80) 40.16%, rgba(51, 51, 51, 0.00) 100%),
        url("/images/hero-bg-nivel-0.jpg");

    background-position: 0 0, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
}

.nivel-hero-overlay h1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--nivel-accent);
}


.nivel-hero-overlay h1 .nivel-accent {
    font-weight: 800;
    line-height: 1.2;
}

.nivel-hero-overlay .small-title {
    font-size: clamp(26px, 5vw, 45px);
    color: var(--nivel-white);
    display: block;
    margin-bottom: 30px;
    line-height: 1.2;
    ;
}



.nivel-hero-overlay .small-title span.nombre-marca,
.nivel-hero-overlay .small-title span.nombre-ciudad {
    font-weight: 800;
}


.nivel-header-cta {
    background: var(--nivel-accent);
    color: var(--nivel-white);
    padding: 16px 24px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* hero 1 */

#nivel-1.nivel-hero {
    background-image:
        linear-gradient(90deg, rgba(51, 51, 51, 0.80) 40.16%, rgba(51, 51, 51, 0.00) 100%),
        url("/images/hero-bg-nivel-1.jpg");

    background-position: 0 0, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
}

/* hero 2 */
#nivel-2.nivel-hero {
    background-image:
        linear-gradient(90deg, rgba(51, 51, 51, 0.80) 40.16%, rgba(51, 51, 51, 0.00) 100%),
        url("/images/hero-bg-nivel-1.jpg");

    background-position: 0 0, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
}

section.img-texto {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.img-texto .col-lg-7 {
    padding-left: 40px;
}

section.img-texto .nivel-section-title {
    color: var(--nivel-accent);
    font-weight: 800;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.1;
    margin-bottom: 16px;
}

section.img-texto .nivel-divider {
    width: 60px;
    height: 6px;
    background: var(--nivel-accent);
    margin-bottom: 24px;
}

section.img-texto p {
    font-size: 28px;
    color: var(--nivel-text-dark) !important;
    margin-bottom: 30px;
    line-height: 1.4;
}

section.img-texto ul {
    margin-bottom: 40px;
}

section.img-texto li i.fa-check:before {
    content: "\f00c";
    font-size: 14px;
    background: var(--nivel-accent);
    padding: 4px;
    border-radius: 99px;
    color: var(--nivel-white);
    font-weight: 600;
}

section.img-texto li {
    font-size: 22px;
    color: var(--nivel-text-dark);
    margin-bottom: 20px;
    line-height: 1.4;
}

section.img-texto .nivel-offer-box {
    border: 2px solid var(--nivel-accent);
    border-radius: 24px;
    padding: 24px 16px;
}

.nivel-offer-box i.fas.fa-phone.mr-2 {
    transform: scaleX(-1);
}

section.img-texto .nivel-offer-box p {
    font-size: 20px;
    color: #535353;
    margin-bottom: 20px;

}

section.img-texto .nivel-offer-box p strong {
    color: var(--nivel-accent);
    text-transform: uppercase;
    font-weight: 700;

}

section.img-texto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 16px 37.1px 0 rgba(0, 0, 0, 0.25);

}

section.seleccion {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #EDEDED 0%, #FFF 24.55%), linear-gradient(0deg, rgba(51, 51, 51, 0.60) 0%, rgba(51, 51, 51, 0.60) 100%), url(<path-to-image>) lightgray -961.424px -457.724px / 187.377% 182.172% no-repeat;

}

section.seleccion .nivel-section-title {
    font-size: clamp(32px, 5vw, 56px);
    color: var(--nivel-text-dark);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

section.seleccion h2.bold {
    font-weight: 900;
    font-size: clamp(24px, 5vw, 30px);
    color: var(--nivel-text-dark);
    line-height: 1.1;
    margin-bottom: 12px;
    line-height: 1.1;
}

section.seleccion .nivel-section-title span {
    font-weight: 500;
}

section.seleccion .nivel-divider {
    height: 6px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    background: var(--nivel-text-dark);
    margin-bottom: 24px;
}

section.seleccion p {
    font-size: 28px;
    color: var(--nivel-text-dark);
    line-height: 1.4;
}

section#electrodomesticos-principal p {
    font-size: 18px;
    color: #737373;
}

.section.boxes {
    padding-top: 60px;
}

.section.boxes .box {
    padding: 16px;
    background: var(--nivel-white);
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 40.2px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 16px;
    height: 100%;
}

.section.boxes .box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

.section.boxes .box h3 {
    font-size: 28px;
    color: var(--nivel-accent);
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.section.boxes .box span {
    color: #808080;
    font-weight: 500;
    font-size: 22px;
}

.section.boxes .col-lg-3 {
    padding: 15px;
}

/* nivel electrodomesticos */

.section.boxes .nivel-ed-card,
.electro-box {
    display: flex;
    align-items: center;
    justify-content: start;
    background: var(--nivel-white);
    border: 1px solid var(--nivel-border);
    border-radius: 8px;
    padding: 16px;
    height: 100%;
    gap: 12px;
}



.section.boxes .nivel-ed-card div {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-flow: column;
    gap: 2px;
}

.nivel-ed-card .nivel-ed-icon,
.nivel-ed-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: grayscale(100%);
    /* para <img> */
}

.nivel-ed-card:hover .nivel-ed-icon {
    filter: none;
}

.nivel-ed-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nivel-ed-card span,
#electrodomesticos-principal .electro-text span {
    font-size: 18px;
    color: #737373;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}

#electrodomesticos-principal .electro-text h3 {
    display: flex;
    flex-flow: column;
    align-items: start;
}

.nivel-ed-card h3,
#electrodomesticos-principal .electro-text span.bold {
    font-size: 16px;
    font-weight: 700;
    color: var(--nivel-text-dark);
    margin: 0;
    line-height: 1.3;
}

.nivel-ed-card:hover span,
.nivel-ed-card:hover h3 {
    color: var(--nivel-accent);
}

/* nivel 3 */
.section.boxes .col-lg-4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* variant b */

.wrapper-b {
    background-image: url("/images/background-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px !important;

}

.hero-b h1 {
    font-size: clamp(30px, 5vw, 48px);

}

/* Subrayado decorativo detrás del nombre del electrodoméstico (images/subrayado.svg) */
.hero-b h1 .electrodomestico {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: baseline;
    isolation: isolate;
    background: linear-gradient(to bottom,
            transparent calc(100% - 16px),
            rgba(234, 0, 22, 0.3) calc(100% - 16px));
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
}

/* .hero-b h1 .electrodomestico::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.14em;
    width: calc(100% + 0.28em);
    height: 16px;
    transform: translateX(-50%);
    background: url("/images/subrayado.svg") no-repeat center center;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
} */

.hero-b h1 span.text-grey {
    color: #737373;
    font-size: 36px;
    line-height: 1.2;
    display: inline-flex;
    width: 80%;
}

.hero-b .mod-claim ul li.h4 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.hero-b .mod-claim ul li.h4 span {
    line-height: 1.3;
}

.hero-b .mod-claim .hero-b-list-check {
    flex-shrink: 0;
}

.hero-b .beneficios-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 1rem 0 1.25rem;
}

.hero-b .box-bnf {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #F3F5F7;
    border: 1px solid #e6e6e6;
    color: var(--nivel-text-dark, #1a1a1a);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-b .box-bnf__icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: block;
}

.hero-b .box-bnf .box-bnf__text {
    font-size: 14px;
    font-weight: 600;
}

.hero-b ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 8px;
}

.hero-b ul {
    margin-bottom: 40px;
}

.hero-b p#mensaje-horario {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.hero-b p#mensaje-horario span.text-grey {
    font-size: 14px;
    color: #737373;
    margin-top: 5px;
}

.hero-b .comp-cta-phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px -8px rgba(234, 0, 22, 0.53);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px;
    width: fit-content;
}

.hero-b .comp-cta-phone .hero-b-cta-llama {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-b .comp-cta-phone .hero-b-cta-llama small {
    font-weight: 500;
}

.hero-b .comp-cta-phone .hero-b-cta-llama span {
    font-weight: 900;
}

.hero-b .comp-cta-phone .hero-b-cta-phone-icon {
    font-size: 20px;
    flex-shrink: 0;
    color: #fff;
}

.hero-b .comp-cta-phone .hero-b-cta-phone-num {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.hero-b .comp-cta-phone:hover {
    box-shadow: 0 8px 30px -8px rgba(234, 0, 22, 0.30);
    opacity: 0.8;
}

/* Barra de 4 beneficios (debajo del hero, template-b) */
.hero-b-beneficios-barra {
    background: #f5f7f9;
    padding: 2.5rem 0 3rem;
}

.hero-b-beneficio-item {
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.hero-b-beneficio-icon-wrap {
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-b-beneficio-icon {
    display: block;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.hero-b-beneficio-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--nivel-text-dark, #1a1a1a);
    line-height: 1.3;
    margin-bottom: 4px;
}

.hero-b-beneficio-text {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: 1.45;
    margin: 0;
}

.hero-b .col-lg-img {
    position: relative;
}

.hero-b img.img-hero {
    position: absolute;
    bottom: -1rem;
    height: 800px;
    max-width: fit-content;
    width: fit-content;
}

/* Cómo funciona — 3 pasos (template-b, debajo de beneficios) */
.hero-b-como-funciona {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}

.hero-b-como-funciona__head {
    margin-bottom: 2.5rem;
}

.hero-b-como-funciona__eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
}

.hero-b-como-funciona__title {
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 800;
    color: var(--nivel-text-dark, #1a1a1a);
    line-height: 1.15;
    margin-bottom: 8px;
    text-align: center;
}

.hero-b-como-funciona__subtitle {
    font-size: 18px;
    color: #737373;
    line-height: 1.45;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.row.hero-b-como-funciona__grid {
    margin-top: 50px;
}

.hero-b-como-funciona__grid::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 52px;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
    pointer-events: none;
}

.hero-b-paso {
    position: relative;
    z-index: 1;
}

.hero-b-paso__visual {
    position: relative;
    z-index: 1;
    max-width: 80px;
    margin-bottom: 5px;
}

.hero-b-paso__visual img {
    display: block;
    width: 80px;
    height: 80px;
}

.hero-b-paso__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--nivel-text-dark, #1a1a1a);
    line-height: 1.3;
    margin: 0 0 0.5rem;
}

.hero-b-paso__text {
    font-size: 16px;
    color: #737373;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 280px;
}

@media (max-width: 991.98px) {
    .hero-b-como-funciona__grid::before {
        display: none;
    }

    /* Flecha entre pasos en lugar de la línea horizontal */
    .hero-b-como-funciona__grid>[class*="col-"]:not(:last-child) .hero-b-paso__visual::after {
        content: "";
        display: block;
        width: 100%;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 0.25rem;
        background: no-repeat center center;
        background-size: 1.5rem auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M6 15l6 6 6-6'/%3E%3C/svg%3E");
    }
}

@keyframes heroPretituloLivePulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 32, 32, 0.55);
    }

    45% {
        transform: scale(1.2);
        box-shadow: 0 0 0 6px rgba(223, 32, 32, 0);
    }

    55% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 32, 32, 0.35);
    }

    70% {
        transform: scale(1.12);
        box-shadow: 0 0 0 4px rgba(223, 32, 32, 0);
    }
}

.hero-b .pretitulo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #df2020;
    font-weight: 800;
    line-height: 1.4;
    padding: 8px 18px 8px 14px;
    border-radius: 999px;
    background: #fff0f0;
    border: 1px solid #df2020;
    margin-bottom: 24px;
}

.hero-b .pretitulo::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #df2020;
    animation: heroPretituloLivePulse 1.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .hero-b .pretitulo::before {
        animation: none;
    }
}


/* testimonios */

section.testimonios {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F7F9;
}

section.testimonios h2 {
    font-weight: 900;
    font-size: clamp(24px, 5vw, 30px);
    color: var(--nivel-text-dark);
    line-height: 1.1;
    margin-bottom: 12px;

}

section.testimonios p {
    font-size: 18px;
    color: #737373;

}

section.testimonios .row-testimonios {
    padding-top: 40px;
    align-items: stretch;
}

section.testimonios .testimonial-box {
    padding: 24px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background: var(--nivel-white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
}

.testimonial-box .testimonial-text {
    display: flex;
    flex-flow: column;
    align-items: start;

}

.testimonial-box .testimonial-icon {

    display: inline-block;
    margin-right: 12px;

}

.testimonial-box .header-box {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 12px;
}

.testimonial-box .header-box p.bold {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: var(--nivel-text-dark);
}

.testimonial-box .header-box span.autor {
    font-size: 12px;
    color: #737373;
    font-weight: 400;
    line-height: 1.2;
}

.testimonial-box .body-box {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
}

.testimonial-box .body-box img {
    margin-bottom: 12px;
}

.testimonial-box .body-box p {
    font-size: 14px;
    line-height: 1.3;
    color: #737373;
}

/* FAQ */

section.faq-section {
    background: #f1f3f5;
    padding-top: 56px;
    padding-bottom: 56px;
}

section.faq-section .faq-title {
    font-size: clamp(24px, 5vw, 30px);
    color: var(--nivel-text-dark);
    margin-bottom: 20px;
    font-weight: 900;
}

.faq-accordion .faq-card {
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.faq-accordion .faq-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    border-color: #73737342;

}

.faq-accordion .faq-question {
    width: 100%;
    text-align: left;
    color: var(--nivel-text-dark);
    text-decoration: none;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.faq-accordion .faq-question:hover,
.faq-accordion .faq-question:focus {
    text-decoration: none;
    color: #737373;
    box-shadow: none;
}

.faq-accordion .faq-question i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.faq-accordion .faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.faq-accordion .faq-question[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-accordion .faq-answer {
    padding: 0 18px 14px;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
}

/* FAQ acordeon */
.faq-accordion .faq-collapse {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.faq-accordion .faq-collapse.is-open {
    opacity: 1;
}

/* footer */

footer.niveles-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer.niveles-footer p.white.o-65 {
    font-size: 18px;
}

footer.niveles-footer small.white {
    font-size: 16px;
    line-height: 1.4;
}

footer.niveles-footer .texto-legal {
    font-size: 16px;
    margin-top: 40px;
}

footer.niveles-footer .lista-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0.5em;
}

footer.niveles-footer .lista-legal li+li::before {
    content: "|";
    margin-right: 0.5em;
    opacity: 0.8;
}

footer.niveles-footer .logotipo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

footer.niveles-footer .lista-legal li a:hover {
    color: var(--nivel-accent);
}

footer small {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #B3B3B3;

}

/* parte superior landing principal */

.footer-principal {
    padding-bottom: 40px;
}

.footer-cta-block {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--footer-degradado, linear-gradient(0deg, var(--color-grey-5, #0D0D0D) 0%, #777 100%));


}

.footer-cta-block h2 {
    color: #fff;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}

.footer-cta-block .footer-cta-subtitle {
    color: var(--nivel-white);
    font-size: 16px;
    margin-bottom: 24px;
}

.footer-cta-block .footer-cta-phone-wrap {
    margin-bottom: 24px;
}

.footer-cta-block .footer-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: var(--nivel-white);
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid var(--nivel-white);
}

.footer-cta-block .footer-cta-phone:hover {
    opacity: 0.8;
}

.footer-cta-block .footer-cta-note {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 1400px) {
    .wrapper-b {
        background-position: right;
    }
}

@media screen and (max-width: 991.98px) {
    .hero-b img.img-hero {
        position: static;
        margin-top: 40px;
        height: 400px;
    }

    .hero-b .col-lg-img {
        display: flex;
        justify-content: center;
    }

    .wrapper-b {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {

    header.niveles-header .bed-logo .logo-transparent,
    header.niveles-header .bed-logo .logo-solid {
        width: 130px;
        height: auto;
    }

    header.niveles-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logos-header-b .bed-logo-header-b {
        height: auto;
    }

    .logos-header-b .bed-logo-header-b img {
        width: 80px;
    }

    header .comp-cta-phone {

        min-width: fit-content;
    }

    header .comp-cta-phone span {
        font-size: 14px;
    }


    .nivel-hero-overlay p.pretitulo {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .nivel-hero-overlay h1 {
        line-height: 1.3;
        margin-bottom: 8px;

    }
	
	.nivel-hero-overlay .small-title{
		margin-bottom: 40px;
	}

    .nivel-hero {
        min-height: 550px;
    }

    #nivel-0.nivel-hero {
        background-image:
            linear-gradient(#00000099, #00000099),
            url("/images/hero-bg-nivel-0.jpg");

    }

    #nivel-1.nivel-hero {
        background-image:
            linear-gradient(#00000099, #00000099),
            url("/images/hero-bg-nivel-1.jpg");

    }

    #nivel-2.nivel-hero {
        background-image:
            linear-gradient(#00000099, #00000099),
            url("/images/hero-bg-nivel-1.jpg");

    }



    .nivel-hero-overlay {
        padding-top: 50px;
    }

    .nivel-header-cta {
        font-size: 16px;
        width: 100%;
        padding: 12px 16px;
        text-align: center;
    }

    section.img-texto {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.img-texto.marcas {
        padding-top: 40px;

    }

    section.img-texto .row {
        flex-flow: column-reverse;
    }

    section.img-texto .col-lg-7 {
        padding-left: 15px;
        margin-bottom: 40px;
    }

    section.img-texto p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    section.img-texto li {
        font-size: 16px;
    }

    section.img-texto li i.fa-check:before {
        font-size: 12px;
        font-weight: 500;
    }

    section.img-texto .nivel-offer-box {
        margin-top: 30px;
        padding: 16px;
    }

    section.img-texto .nivel-offer-box p {
        font-size: 16px;
    }

    section.img-texto img {
        height: 290px;
        width: 100%;
    }

    section.seleccion {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.seleccion .nivel-section-title {
        width: 100%;
        margin-bottom: 16px;
    }

    section.seleccion p {
        font-size: 18px;
        color: var(--nivel-text-dark);
    }

    .section.boxes {
        padding-top: 30px;
    }

    .nivel-brand-card h3 {
        font-size: 16px;

    }

    .section.boxes .col-lg-3,
    .section.boxes .col-lg-4 {
        padding: 6px;
    }



    .nivel-ed-card h3,
    #electrodomesticos-principal .electro-text span.bold {
        font-size: 14px;
    }

    .nivel-ed-card span,
    #electrodomesticos-principal .electro-text span {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .section.boxes .box {
        padding: 16px;
        gap: 8px;
    }

    .section.boxes .box h3 {
        font-size: 18px;
    }

    .section.boxes .box span {
        font-size: 16px;
    }

    .footer-cta-block .footer-cta-phone {
        display: none;
    }

    .footer-cta-block {
        padding-top: 30px;
        padding-bottom: 24px;
    }

    .footer-cta-block .footer-cta-subtitle {
        font-size: 16px;
    }

    .footer-principal {
        padding-bottom: 150px;
        padding-right: 16px;
        padding-left: 16px;
    }

    footer small {
        width: 100%;
    }

    /* footer */

    footer.niveles-footer .lista-legal {
        flex-flow: column;
    }

    footer.niveles-footer .lista-legal li {
        margin-bottom: 16px;
        ;
    }

    footer.niveles-footer small.white {
        font-size: 14px;
    }

    /* variante b */


    .hero-b {
        padding-top: 10px;
    }

    .hero-b .pretitulo {
        margin-bottom: 16px;
    }

    .wrapper-b {
        background: none;
        padding-top: 110px !important;
    }

    .hero-b h1 {
        text-align: center;
        line-height: 1.2;
    }



    .hero-b h1 span.text-grey {
        font-size: 24px;
        text-align: center;
    }

    .hero-b p.btn {
        position: fixed;
        bottom: -2px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #e0e0e0;
        z-index: 1000;
        margin: 0;
    }

    .hero-b p.btn a {
        box-shadow: none;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .hero-b h1 .electrodomestico::after {
        bottom: 0;
    }

    .hero-b .comp-cta-phone {
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .hero-b .comp-cta-phone .hero-b-cta-phone-num {
        font-size: 22px;
    }


    .hero-b h1 .electrodomestico {
        background: linear-gradient(to bottom, transparent calc(100% - 10px), rgba(234, 0, 22, 0.3) calc(100% - 16px));
    }

    .hero-b .beneficios-hero {
        flex-flow: column;
    }

    .hero-b p#mensaje-horario {
        text-align: center;
    }

    .hero-b-beneficios-barra {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-b-como-funciona {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-b-como-funciona__subtitle {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    section#electrodomesticos-principal p,

    section.testimonios p {
        font-size: 14px;
        text-align: center;

        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .nivel-ed-card span,
    #electrodomesticos-principal .electro-text h3,
    #electrodomesticos-principal .electro-text span {
        text-align: left;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    section.testimonios {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.testimonios h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    .testimonial-box .header-box p.bold {
        text-align: left;
        margin: 0 0 8px 0;
        width: 100%;
    }

    .testimonial-box .body-box p {
        text-align: left;
        margin: 0;
        width: 100%;
    }

    section.faq-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	
	.faq-accordion .faq-question h3{
		font-size: 16px;
	}

}


@media screen and (max-width: 550px) {
    header .comp-cta-phone span {
        display: none;
    }

    header .comp-cta-phone .cta-phone-icon {
        margin: 0;
        width: 30px;
        height: auto;
    }



    header .comp-cta-phone {
        border-radius: 999px;
        padding: 12px;
        margin: 0;
    }


}