.seccion-promociones{
    width: 100%;
    margin: auto;
}
.promociones{
    width: 100%;
    height: 100%;
}
.imagen-promociones{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imagen-promociones::before{
    content: "";
    background: url("/imagenes_carpeta/DisenoPrincipal/imagenSecundario.jpeg") fixed no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index:-10;
}
.filtro-negro{
    display: flex;
    height: 100%;
    width: 100%;
    background-color: var(--color-negro-transparente);
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.hotsale{
    display: block;
    font-family: "NotoSerif";
    color: var(--color-blanco);
    font-size: var(--tamaño-letra-hotsale);
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.lo-mas-nuevo{
    width: var(--ancho-contenido-visible);
    margin: auto;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.ver-mas{
    width: var(--ancho-contenido-visible);
    margin: auto;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    cursor: pointer;
    background-color: var(--color-fondo-principal-transparente);
    transform: scale(1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.subtitulo-lo-mas-nuevo{
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.contenedor-producto-ver-mas{
    height: 34em;
    width: 18em;
    border-radius: 5px;
    color: var(--color-letra-principal);
    overflow: hidden;
    font-size: .8em;
    position: relative;
}
.subtitulo-seccion{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1em;
}
.precio-sin-descuento-ver-mas{
    color: var(--color-naranja-brillante);
}
#seccionVerMas{
    color: var(--color-letra-principal);
}
@media(max-width: 1826px){
    .ver-mas{
        width: 90%;
    }
}
@media(max-width: 1715px){
    .ver-mas{
        width: 95%;
    }
}
@media(max-width: 1622px){
    .contenedor-productos-ver-mas{
        grid-template-columns: repeat(auto-fill, minmax(14.2em, 1fr));
    }
}
@media(max-width: 1300px){
    .contenedor-productos-ver-mas{
        grid-template-columns: repeat(auto-fill, minmax(14.2em, 1fr));
    }
    .ver-mas{
        width: 85%;
    }
}
@media(max-width: 1280px){
    .ver-mas{
        padding: 7px;
    }
}
@media(max-width: 1080px){
    .ver-mas{
        width: 95%;
    }
}
@media(max-width: 1024px){
    .contenedor-producto-ver-mas {
        font-size: 0.7em;
        /*margin-bottom: 0.8em;*/
    }
}
@media(max-width: 635px){
    .contenedor-producto-ver-mas {
        font-size: 0.6em;
    }
    .contenedor-productos-ver-mas{
        grid-template-columns: repeat(auto-fill, minmax(12.2em, 1fr));
    }
}
@media(max-width: 415px){
    .contenedor-productos-ver-mas{
        grid-template-columns: repeat(auto-fill, minmax(10.2em, 1fr));
    }
}