﻿.ctnNgenla{
    background-image: url("../img/fondo-mov-landing-ngela.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.productoNgenla .producto .addProducto{
    display: none;
}
.productoNgenla .producto .nombreProducto{
    color: #292C5B;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.productoNgenla .producto  .precio{
    color: #292C5B;
    font-size: 25px;
}
.productoNgenla .producto  .precios{
    justify-content: center;
}
.productoNgenla .producto .marca{
    display: none;
}
.textoAplicacionSemanal::after{
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    background: #CFD300;
    position: absolute;
    margin-left: 190px;
    margin-top: -15px;
}
.textoAplicacionSemanal::before{
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    background: #CFD300;
    position: absolute;
    
    left: 0;
    margin-left: 18%;
    margin-top: 15px;
} 

@media (max-width: 1536px) {
    .textoAplicacionSemanal::before{
        
        margin-left: 17%;
    } 
}
@media (max-width: 1280px) {
    .textoAplicacionSemanal::before{
        
        margin-left: 15%;
    } 
}
@media (max-width: 1280px) {
    .textoAplicacionSemanal::after{
        width: calc(50% - 110px);
        margin-left: 0px;
        right: 0;
    }
    .textoAplicacionSemanal::before{
        width: calc(50% - 110px);
        margin-left: 0%;
    } 
}