/* Banner component base styles (static rules extracted from views/banner/index.php) */
.banner-principal {
    width: 100%;
    min-height: 13.5rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 40px;
    height: 13.5rem;
}

.banner-modulo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
