/**
 * Estilos CSS del FO
 *
 * @author Difadi.com	<soporte@difadi.com>
 * @author Laura Gutiérrez	<lgutierrez@difadi.com>
 * @license Comercial
 * @copyright 2025 Difadi.com
*/

#bannershome-section>div {
    display: flex;
    flex-wrap: wrap;
}

#bannershome-section>div,
#bannershome-section>div>div,
#bannershome-section>div>a {
    padding-left: 0;
    padding-right: 0;
}

#bannershome-section .banner img {
    width: 100%;
    height: fit-content;
}
