body {
    font-family: 'Noto Serif', serif;
    color: #8A6248;
}

/* Noto Serif – Regular 400 */
@font-face {
    font-family: 'Noto Serif';
    src: url('../tipografia-Noto-Serif/NotoSerif-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*light*/
@font-face {
    font-family: 'Noto Serif';
    src: url('../tipografia-Noto-Serif/NotoSerif-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../tipografia-Noto-Serif/NotoSerif-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

/* Noto Serif – Light 300 Italic */
@font-face {
    font-family: 'Noto Serif';
    src: url('../tipografia-Noto-Serif/NotoSerif-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* COLORES FIJOS */
.naranja {
    color: #EF9E56;
}

.bg-naranja {
    background-color: #EF9E56;
}

.marron {
    color: #8A6248;
}

/* BLOQUE PORTADA */
#portada {
    width: 100vw;
    /* ocupa todo el ancho visible */
    min-height: 100vh;
    /* alto completo de pantalla */

    /* IMAGEN DE FONDO */
    background-image: url('../img/home/portada-celulares-estandar-360.webp');
    background-size: cover;
    /* cubre todo */
    background-position: center;
    background-repeat: no-repeat;
    /* IMPORTANTE */
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;

    /* esto elimina el padding lateral de bootstrap */
    max-width: 100%;
}

.portada-margin-top {
    padding-top: calc(var(--navbar-height) - 1rem) !important;
}

h1 {
    font-size: 2rem;
    margin-top: 3rem;
    font-weight: bold;
}

#bajada {
    font-style: italic;
    margin: 1rem 0rem 1.7rem 0rem;
}

/* Estilo general del botón */
.ver-productos {
    background-color: #EF9E56;
    font-size: 1rem;
    /* tamaño chico */
    padding: 0.6rem 1.7rem 0.6rem 1.7rem;
    /* botón compacto */
    border: 0.1rem solid #EF9E56;
    border-radius: 0.8rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.01rem;
    cursor: pointer;
}

/* Hover */
.ver-productos:hover,
.ver-productos:focus {
    background-color: transparent;
    color: #ff9857;
    border: 0.1rem solid #ff9857;
}
/* h2 */
.Explora{
    font-size: 1.3rem;
}

/* SECCIONES SOBRE NOSOTROS */
.titulo-nosotros {
    font-size: 1.4rem;
    font-style: italic;
}

#sobre-nosotros {
    background-color: #fdfbf5;
    /*#fdfbf5; */
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.div-info-nosotros {
    background-color: #ffffff;
    padding: 2rem 3rem 2rem 3rem;
    margin: 2rem 1rem 0rem 1rem;
    border: 1px solid #ffffff;
    border-radius: 18px;
    text-align: center;
    justify-content: center;
    /* height: 100%; */
}


.seis-años {
    color: #eee;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #fabf92, #f88f4e);
    /* Hace que el fondo se vea sólo dentro de las letras */
    -webkit-background-clip: text;
    background-clip: text;
    /* Oculta el color original del texto */
    -webkit-text-fill-color: transparent;
}

.degradado {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #fabf92, #f88f4e);
    /* Hace que el fondo se vea sólo dentro de las letras */
    -webkit-background-clip: text;
    background-clip: text;
    /* Oculta el color original del texto */
    -webkit-text-fill-color: transparent;
}

.p-sin-degradado {
    color: #f5b17d;
    display: inline-block;
    margin-top: 0.3rem;
}


/* PRODUCTOS DESTACADOS */
#decoraciones-destacadas {
    background-color: #fdfbf5;
}

.PD-titulo {
    margin: 4rem 0 0.7rem 0;
    font-size: 1.4rem;
}

.contenedor-productos {
    margin: 0rem 0rem 4rem 0;
}

.nombre-producto {
    font-size: 0.9rem;
    margin: 0;
}

.precio-tarjeta {
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
}

.precio-trans {
    color: rgb(64, 159, 64);
    font-size: 1.3rem;
    font-weight: 600;

}

.descuento {
    background-color: rgb(122, 181, 122);
    padding: 0.3rem;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.efec-transfe {
    display: inline-block;
    font-size: 0.8rem;
    color: rgb(64, 159, 64);
    line-height: 1.7;
}


/* estilos de link ver mas cuotas */
.ver-cuotas {
    font-size: 0.8rem;
    opacity: 70%;
    display: inline-block;
    cursor: pointer;
    transition: color .2s ease;
    user-select: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.numeros-cuotas {
    color: dimgray;
    opacity: 80%;
    font-size: 0.8rem;
}

.ver-cuotas:hover {
    color: #e6791a !important;
    text-decoration: underline;
}

.stock {
    color: dimgray;
    opacity: 80%;
    font-size: 0.8rem;
}


/* seccion reseñas */
#testimonios {
    background: #f9f9f9;
    padding: 6rem 0;
    overflow: hidden;
}

#testimonios h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.linea {
    width: 80px;
    height: 2px;
    background: #E9A15B;
    margin: 0 auto 3rem;
}

.texto-final {
    font-style: italic;
    margin-top: 4rem;
    font-size: 1rem;
    margin-inline: auto;
}



/* SECCION LOCAL */
#fondo-local {
    width: 100vw;
    /* ocupa todo el ancho visible */
    min-height: 100vh;
    /* alto completo de pantalla */

    /* IMAGEN DE FONDO */
    background-image: url('../img/home/fondo-seccion-loca-mobile-final-2.webp');
    background-size: cover;
    /* cubre todo */
    background-position: center;
    background-repeat: no-repeat;

    /* IMPORTANTE */
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;

    /* esto elimina el padding lateral de bootstrap */
    max-width: 100%;
}

.icono-naranja {
    color: #8A6248;
}

.encabezado-local {
    font-size: 1.3rem;
    margin-top: 6.5rem;
    font-weight: 300;
    line-height: 1.5;

}

.bg-local {
    color: #eee;
    font-size: 1.3rem;
    padding: 0.1rem 0.6rem 0.2rem 0.6rem;
    font-style: italic;
}

.link-ver-ubi {
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 1rem;
    color: #ebe9e9e9;
}

.p-mapa {
    margin-top: 3rem;
    font-size: 1rem;
}

.textos-card-info {
    font-size: 0.9rem !important;
}

.p-mapa {
    font-size: 1rem;
}

.bloques-ubicacion {
    margin-top: 1.5rem;
}

/* CONTENEDOR GENERAL */
.info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0rem 1rem 0rem 1rem;
}

.margenes-info {
    margin-bottom: 0.4rem;
}

.titulo-info {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
}

.card-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: 1px solid #8A6248;
    border-radius: 25px;
    background: transparent;
}

.card-info i {
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* texto recuadros */
.card-info span {
    line-height: 1.3;
    font-size: 1rem;
}

/* UBICACION DESTACADA */
.destacado {
    background-color: #8A6248;
    /* background: #EF9E56; */
    color: white;
    border: 1px solid #8A6248;
}

.card-info:hover {
    background-color: #fdfaf8ee;
    transform: translateY(-3px);
    color: #8A6248;
}

/* mapa */
/* CONTENEDOR */
.mapa-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGEN */
.mapa-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */

.mapa-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(1px);
}

/* BOTON */

.btn-mapa {
    background-color: #EF9E56;
    color: white;
    font-size: 0.9rem;
    padding: 0.7rem 1.6rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Hover */
.btn-mapa:hover,
.btn-mapa:focus {
    background-color: #d1753c85;
    color: white;
    transform: translateY(-3px);
    border: 0.1rem solid #ff9857;
}

.btn-majahapa:hover {
    background-color: #6e4e3b;
    transform: translateY(-3px);
    color: white;
}

/* PREGUNTAS FRECUENTES */
.PF-fondo {
    padding: 4rem 0rem 5rem 0rem;
    background-color: #cab8ad;
}

.PF-titulo {
    margin: 1rem 0 1.5rem 0;
    font-size: 1.4rem;
    font-style: italic;
}

.ancho-acordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .menu-mobile {
        display: none !important;
    }

    #portada {
        background-image: url('../img/home/portada-tablets-ultima.webp');
    }

    h1 {
        font-size: 2.8rem;
        margin-top: 4rem;
    }

    #bajada {
        font-size: 1.5rem;
        margin-top: 1.3rem;
        margin-bottom: 2.4rem;
    }

    /* Estilo general del botón */
    .ver-productos {
        font-size: 1.4rem;
        padding: 0.7rem 1.9rem 0.7rem 1.9rem;
    }

    /* SECCIONES SOBRE NOSOTROS */
    #sobre-nosotros {
        padding-top: 7rem;
        padding-bottom: 10rem;
    }

    .titulo-nosotros {
        font-size: 1.8rem;
    }


    .degradado {
        font-size: 2rem;
        line-height: 1.2;
    }

    .p-sin-degradado {
        margin-top: 0.3rem;
        font-size: 1rem;
    }

    .seis-años {
        font-size: 3rem;
    }


    /* DESTACADOS */
    .PD-titulo {
        font-size: 1.8rem;
    }

    .precio-tarjeta {
        font-size: 1.2rem;
    }

    .precio-trans {
        font-size: 1.4rem;
    }

    .descuento {
        font-size: 0.9rem;
    }

    .efec-transfe {
        font-size: 0.8rem;
    }

    /* seccion testimonios */
    /* #testimonios{
    background: linear-gradient(120deg, #fde1b7, #f8aa62);
} */
    #testimonios h2 {
        margin-top: 4rem;
        font-size: 2.3rem;
    }

    .texto-final {
        font-size: 1.rem;
        margin: 6rem 0 4rem 0;
    }

    /* SECCION LOCAL */
    #fondo-local {
        /* IMAGEN DE FONDO */
        background-image: url('../img/home/fondo-seccion-local-tablet.jpg');

    }

    .encabezado-local {
        font-size: 2.2rem;
        line-height: 1.7;
        margin-right: 6rem;
        margin-top: 6rem;
    }

    .bg-local {
        font-size: 2.3rem;
        padding: 0, 5rem 1rem;
    }

    .link-ver-ubi {
        font-size: 1.6rem;
    }

    .textos-card-info {
        font-size: 0.9rem !important;
    }

    .titulo-info {
        font-size: 1.2rem;
    }

    .p-mapa {
        margin-top: 0rem;
        font-size: 1.2rem;
    }

}

/* PORTADA SOLO FALTA BOTON */
@media (min-width: 992px) {

    /* BLOQUE PORTADA */
    #portada {
        /* IMAGEN DE FONDO */
        background-image: url('../img/home/portada-notebook-1100.webp');
    }


    h1 {
        font-size: 3.4rem;
        margin-top: 6rem;
    }

    #bajada {
        font-size: 1.2rem;
        margin: 1rem 32rem 2rem 0rem;
    }

    /* Estilo general del botón */
    .ver-productos {
        font-size: 1.3rem;
        padding: 0.7rem 2rem 0.7rem 2rem;
        margin-top: 0.2rem;
    }

    /* SECCIONES SOBRE NOSOTROS */
    .titulo-nosotros {
        font-size: 1.8rem;
    }

    .div-info-nosotros {
        padding: 2rem 0rem 0rem 0rem;
        height: 100%;
    }

    .seis-años {
        font-size: 1.7rem;
        display: inline-block;
        padding-top: 0.4rem;
    }

    .negocio-familiar {
        display: inline-block;
        padding-top: 0.6rem;
    }

    #sobre-nosotros {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .degradado {
        font-size: 1.5rem;
    }

    .p-sin-degradado {
        margin-top: 0.3rem;
        font-size: 1.1rem;
    }

    /* tstimonios */
    #testimonios h2 {
        margin-top: 3rem;
        font-size: 2rem;
    }

    .texto-final {
        font-size: 1.5rem;
        margin: 6rem 0 4rem 0;
    }


    .descuento {
        font-size: 0.8rem;
    }

    .numeros-cuotas {
        font-size: 0.9rem;
    }

    /* SECCION LOCAL */
    #fondo-local {
        /* IMAGEN DE FONDO */
        background-image: url('../img/home/fondo-seccion-local-notebook-chicas.jpg');

    }

    .encabezado-local {
        font-size: 2.2rem;
        margin-top: 9rem;
        margin-right: 23rem;
        line-height: 1.5;
    }


    .bg-local {
        font-size: 2.3rem;
    }

    .link-ver-ubi {
        font-size: 1.2rem;
    }

    .p-mapa {
        font-size: 1rem;
    }


}

/* ESCRITORIOS */
@media (min-width: 1200px) {

    #portada {
        background-image: url('../img/home/escritorios-final-1920-2.webp');
    }


    .ver-productos {
        font-size: 1.2rem;
    }

    /* SOBRE NOSOTROS */
    #sobre-nosotros {
        padding-top: 6rem;
        padding-bottom: 9rem;
    }

    .div-info-nosotros {
        padding: 2rem 3rem 0rem 3rem;
        height: 100%;
    }

    .degradado {
        font-size: 1.8rem;
    }

    .seis-años {
        font-size: 1.7rem;
        margin-top: 0.6rem;
    }

    .p-sin-degradado {
        font-size: 1.2rem;
    }

    /* tstimonios */
    #testimonios h2 {
        margin-top: 3rem;
        font-size: 2rem;
    }

    .texto-final {
        font-size: 1.5rem;
        margin: 6rem 0 4rem 0;
    }

    /* SECCION LOCAL */
    #fondo-local {
        /* IMAGEN DE FONDO */
        background-image: url('../img/home/fondo-seccion-local-1600.webp');

    }

    .encabezado-local {
        font-size: 2.4rem;
        margin-right: 30rem;
        line-height: 1.5;
    }


    .bg-local {
        font-size: 2.6rem;
    }

    .link-ver-ubi {
        font-size: 1.4rem;
    }

    .titulo-info {
        font-size: 1rem;
    }

    .p-mapa {
        font-size: 1.2rem;
    }

}


@media (min-width:1400px) {

    /* PORTADA */
    h1 {
        font-size: 3.8rem;
        margin-left: 2rem;
    }

    #bajada {
        font-size: 1.3rem;
        margin-left: 2rem;
        margin-right: 45rem;
        margin-top: 1.3rem;
    }


    /* Estilo general del botón */
    .ver-productos {
        margin-left: 2rem;
        font-size: 1.3rem;
        padding: 0.6rem 1.9rem 0.6rem 1.9rem;
        margin-top: 0.2rem;
        border-radius: 1.2rem;
    }

    .nombre-producto {
        font-size: 1rem;
    }

    .precio-tarjeta {
        font-size: 1.3rem;
    }

    .precio-trans {
        font-size: 1.6rem;
    }

    .descuento {
        font-size: 1rem;
    }

    .efec-transfe {
        font-size: 0.9rem;
    }

    .ver-cuotas {
        font-size: 0.9rem;

    }

    .stock {
        font-size: 0.9rem;

    }

    .numeros-cuotas {
        font-size: 1.1rem;
    }

}

/* ESCRITORIO MEDIANO, EL MAS IMPORTANTE */
@media (min-width: 1600px) {
    .encabezado-local {
        font-size: 2.7rem;
        margin-right: 40rem;
    }


    .bg-local {
        font-size: 2.9rem;
    }
}

@media (min-width: 1800px) {

    /* PORTADA */
    h1 {
        font-size: 5rem;
        margin-top: 7.2rem;
        margin-left: 0rem;
    }

    #bajada {
        font-size: 1.7rem;
        margin: 1.5rem 42rem 2rem 0rem;
        /* margin-left: 2rem;
        margin-right: 45rem;
        margin-top: 1.3rem; */
    }

    /* Estilo general del botón */
    .ver-productos {
        margin-left: 0rem;
        font-size: 1.8rem;
        padding: 0.7rem 2rem 0.7rem 2rem;
        margin-top: 0.8rem;
        border-radius: 1rem;
    }

    /* reseñas */
    #testimonios h2 {
        font-size: 2.7rem;
        margin-top: 4rem;
    }

    .texto-final {
        font-size: 1.9rem;
        margin-top: 8rem;
    }

    /* INFO LOCAL */
    .encabezado-local {
        font-size: 3.4rem;
        margin-right: 29rem;
        margin-top: 13rem;
    }


    .bg-local {
        font-size: 3.6rem;
    }

    /* destacados */
    .PD-titulo {
        font-size: 2.7rem;
    }

    .nombre-producto {
        font-size: 1.2rem;
    }

    .precio-tarjeta {
        font-size: 1.6rem;
    }

    .precio-trans {
        font-size: 2rem;
    }

    .descuento {
        font-size: 1.1rem;
    }

    .efec-transfe {
        font-size: 1.1rem;
    }


    .numeros-cuotas {
        font-size: 1.2rem;
    }
}