body {
    font-family: 'Noto Serif', serif;
    color: #995b34;
    background-color: #fdf7ef;
}

/* Noto Serif – Light 300 */
@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;
}

/* 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;
}

/* 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;
}


/* Noto Serif – Bold 700 */
@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;
}


.navbar-brand {
    color: #995b34;
}

.navbar .nav-link,
.navbar {
    color: #434343 !important;
}

.navbar .nav-link:hover,
.navbar .navbar-brand:hover {
    color: #333 !important;
}

/* titulo */

#nuestraspiezas {
    font-size: 2rem;
    font-family: 'Noto Serif', serif !important;
    font-weight: 700;
    /* o bold */
}



#naranja {
    font-size: 1.7rem;
    color: #f78343;
    font-style: italic;
}

h2 {
    font-family: 'Noto Serif', serif !important;
    font-weight: 400;
}

/* Estilo general del botón */
.mi-btn-principal {
    font-size: 1.2rem;
    /* tamaño chico */
    padding: 0.4rem 1rem;
    /* botón compacto */
    background-color: #ff9857;
    border: 2px solid #ff9857;
    border-radius: 9px;
    color: #fff;
}

/* Hover */
.mi-btn-principal:hover,
.mi-btn-principal:focus {
    background-color: transparent;
    color: #ff9857;
    border: 2px solid #ff9857;
}

/* secundario */
.mi-btn-secundario {
    font-size: 1.2rem;
    /* tamaño chico */
    padding: 0.4rem 1rem;
    /* botón compacto */
    background-color: transparent;
    border: 2px solid #ff9857;
    border-radius: 9px;
    color: #ff9857;
}

.mi-btn-secundario:hover,
.mi-btn-secundario:focus {
    background-color: #995b34;
    color: #ffffff;
    border: 2px solid #995b34;
}



/* Opcional: en pantallas muy chicas, hacerlos un poco más grandes */
@media (max-width: 480px) {
    .my-btn {
        font-size: 1rem;
        padding: 0.5rem 1.2rem;
    }
}

/*BOTON VOLVER AL INICIO*/
/* Botón flotante */
.btn-flotante {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #976241;
    /* tu color arena-marrón */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform .25s ease, background-color .25s, box-shadow .25s;
}

/* Hover */
.btn-flotante:hover {
    background-color: #ff9857;
    /* tono más cálido en hover */
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}


/* Card categorias*/
.mi-link-card {
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}

.titulo-overlay {
    font-size: 1.3rem;
    font-weight: 400;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
}

/* Por si querés que el overlay no tenga padding */
.card-img-overlay {
    padding: 0;
}

/* BOTONES DE "VER TODOS ----->   Borde y texto marron, fondo transparente" 

.boton-filtro {
    display: block;                ancho completo dentro de su columna 
    width: 100%;
    text-align: center;
    padding: 0.8rem 1rem;
    background-color: transparent;
    color: #995b34 ;
     border: 2px solid #995b34 ;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.boton-filtro:hover {
    background-color: #995b34 ;
    color: white;
    transform: translateY(-2px);
}

 Opcional: para que no queden tan comprimidos en móvil 
#todos .row {
    margin-left: 0;
    margin-right: 0;
}*/

/* BOTONES DE "VER TODOS ----->   fondo marron" */

.boton-filtro {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1rem;
    background-color: #995b34;
    color: #ffffff;
    border: 2px solid #995b34;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.boton-filtro:hover {
    background-color: transparent;
    color: #995b34;
    transform: translateY(-2px);
}


#todos .row {
    margin-left: 0;
    margin-right: 0;
}


/*SECCION SIGNIFICADOS*/
/* Más espacio entre cada sección generada en el foreach */
section.significados {
    margin-bottom: 6rem;
    /* aumentá este valor como quieras */
}

h4 {
    font-weight: 400;
    font-size: 1.8rem;
    font-style: italic;
    text-align: center;
}

.seccion-4-productos {
    margin-top: 5rem;
}

/*FOOTER*/
.footer-custom {
    background: #f7f0e8;
    border-top: 1px solid #dbc8b5;
}

.footer-logo {
    max-width: 150px;
}

.footer-info-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-info-item {
    display: flex;
    align-items: center;
}

.footer-icon {
    font-size: 1.4rem;
    color: #976241;
    transition: 0.3s;
}

.footer-icon-link {
    text-decoration: none;
}

.footer-info-text {
    font-size: 1rem;
    color: #6f5a48;
    transition: 0.3s;
}

.footer-icon-link:hover .footer-icon,
.footer-icon-link:hover .footer-info-text {
    color: #ff9857;
}

.footer-text {
    color: #6f5a48;
    font-size: 0.9rem;
}




/*TABLETS*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* estilos solo para tablet vertical */
    /* titulo */

    #nuestraspiezas {
        font-size: 3.5rem;
    }


    #naranja {
        font-size: 2.7rem;
    }

    /* Estilo general del botón */
    .mi-btn-principal {
        font-size: 2rem;
        margin-bottom: 2.7rem;
    }

    /* secundario */
    .mi-btn-secundario {
        font-size: 2rem;
        margin-bottom: 2.7rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }

}


/* RESPONSIVE */
/* A PARTIR DE NOTEBOOK (LG ≥ 992px) */
/* DESDE 992px (notebook para arriba) MI NOTEBOOK*/
@media (min-width: 992px) {


    /* titulo */

    #nuestraspiezas {
        font-size: 5rem;

    }

    #naranja {
        font-size: 3rem;
    }

    /* Estilo general del botón */
    .mi-btn-principal {
        font-size: 2rem;
        margin-top: 0.2rem;
        margin-bottom: 2.5rem;
    }

    /* secundario */
    .mi-btn-secundario {
        font-size: 2rem;
        margin-top: 0.2rem;
        margin-bottom: 2.5rem;
    }

    /*botones de  que estas buscando*/
    .boton-filtro {
        font-size: 1rem;
    }


    /*RELACIONADO CON*/
    h2 {
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 1.3rem;
    }

    /*SECCION SIGNIFICADOS*/
    /* Más espacio entre cada sección generada en el foreach */
    section.significados {
        margin-bottom: 8rem;
        /* aumentá este valor como quieras */
    }

    .seccion-4-productos {
        margin-top: 7.5rem;
    }

    h4 {
        font-size: 3.3rem;
        margin-bottom: 1rem;
    }


    .subcat-container {
        overflow: visible;
        /* que ya no sea scroll */
        white-space: normal;
        /* permite que bajen de línea si hace falta */
    }


    .subcat-scroll {
        display: flex;
        /* botones alineados */
        flex-wrap: wrap;
        /* permitir que pasen a otra fila */
        justify-content: center;
        /* alineación a la izquierda */
        gap: 1rem;
    }

    .subcat-item {
        flex-shrink: 1;
        /* se pueden achicar un poquito si es necesario */

    }

    /* Card categorias*/
    .mi-link-card {
        font-size: 1.8rem;
    }

    .titulo-overlay {
        text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    }








}



/* ------------------------------
   XL — ≥ 1200px (desktops)  
------------------------------ */
@media (min-width: 1200px) {

    /* titulo */

    #nuestraspiezas {
        font-size: 5rem;
    }

    #naranja {
        font-size: 3.4rem;

    }

    #relacionado-con {
        font-size: 1.8rem;
        margin-left: 0.8rem;
    }

    .subcat-scroll {
        gap: 0.7rem;
    }

    .btn-dark {
        font-size: 2rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    .boton-filtro {
        font-size: 1.6rem;
    }

    section.significados {
        margin-bottom: 11rem;
        /* aumentá este valor como quieras */
    }

    h4 {
        font-size: 4rem;
        margin-bottom: 1.8rem;
    }
}