@import url(/global/colors.css);
@import url(/empresa/css/empresa.css);

.bg-lg {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(9, 140, 215, .7)), url(/empresa/img/image/bg-lg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
    position: inherit;
    padding: 8px;
}

.bg-yellow-lg {
    background: #F2AB00;
}
