body {
    background: #FFFFFF;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121 !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.100)!important;
}

.wrapper {}

.logo {
    width: 230px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.logo-mercadopublico {
    width: 150px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.card-img-top {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.border-top-none {
    border-top: none;
}

/*
.bg-secondary-2 {
    background-color: #F1F1F1;
    background-image: linear-gradient(
    0deg,
    hsl(0deg 0% 95%) 0%,
    hsl(344deg 0% 95%) 11%,
    hsl(344deg 0% 95%) 22%,
    hsl(344deg 0% 94%) 33%,
    hsl(344deg 0% 95%) 44%,
    hsl(344deg 0% 96%) 56%,
    hsl(344deg 0% 97%) 67%,
    hsl(344deg 0% 98%) 78%,
    hsl(344deg 0% 99%) 89%,
    hsl(0deg 0% 100%) 100%
    );
}
*/

.bg-secondary-2 {
    background-color: #FFFFFF;
}

.btn-primary {
    background: #006ab9 !important;
    border-color: #006ab9 !important;
}

.btn-primary:hover {
    background: #1057a3 !important;
    border-color: #1057a3 !important;
}

.line-corporate-red {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ee293d;
    display: none;
}

.line-corporate-blue {
    position: absolute;
    width: 35%;
    height: 100%;
    background: #1964b6;
    display: none;
}

.line-corporate-mt {
    margin-top: 170px;
}

.title-page {
    border-bottom: solid 1px #a6a6a6;
    margin-bottom: 30px;
}

.bg-corporate-dark {
    background: #0a132d !important;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 576px) {}