.inactives-modules {
    padding-top: 50px;
    background: rgba(205, 92, 92, 0.1) url('../application/images/plus.png') no-repeat;
    background-position: top center;
    background-size: 50px 50px;
}

.complementar-modules {
    padding-top: 50px;
    background: rgba(205, 92, 92, 0.1)
}

.actives-modules {
    padding-top: 50px;
    background: rgba(240, 255, 255, 0.58) url('../application/images/plus.png') no-repeat;
    background-position: top center;
    background-size: 50px 50px;
}
