﻿.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%;
    } 
}
/* Colores de marca Ngenla (migrados del tailwind.config viejo) */
.text-ngenla-morado-500{color:#292C5B}
.bg-ngenla-morado-400{background-color:#9865AF}
.border-ngenla-amarillo{border-color:#CFD300}
.shadow-ngenla-amarillo{box-shadow:0 1px 6px rgba(207,211,0,.5)}
