/* ===================================================================================== */
.card {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.card-img {
}

.modulo-item-listagem .card-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

/*.modulo-item-listagem .card:hover .card-img {
    background-size: 105% auto;
    opacity: 0.75;
}
.modulo-item-listagem .card-img, .modulo-item-listagem .card:hover .card-img {
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}*/
.modulo-item-listagem .card-img img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.modulo-item-listagem a.card-link:before {
    content: '';
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

/* ----- */
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: var(--vnumlines);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ----- */
.modulo-item-listagem {
}

.modulo-item-listagem .card-header, .modulo-item-listagem .card-body, .modulo-item-listagem .card-footer {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* ----- */
.card-noticia {
}

.card-noticia.card {
    border: solid 0.1rem #e9e9e9;
    width: 100%;
    margin-bottom: 3rem;
}

.card-noticia .card-img {
    position: relative;
    z-index: 0;
}

.card-noticia.img-filtro .card-img:before {
    content: '';
    background-color: rgba(var(--cor-site-rgb-1),0.40);
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
}

.card-noticia.img-filtro .card-img:after {
    content: '';
    background-color: inherit;
    display: block;
    position: absolute;
    z-index: 0;
    inset: 0;
    mix-blend-mode: color;
    opacity: 0.8;
}


.card-noticia .card-img:before .img {
    content: '';
    background-color: inherit;
    position: absolute;
    z-index: 1;
    inset: 0;
    mix-blend-mode: overlay;
    opacity: 0.25;
}

.card-noticia .card-img .img-mask {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.card-noticia .card-img .img {
    background-color: rgb(var(--cor-site-rgb-1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 1;
}

.card-noticia.img-filtro .card-img .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}    

.card-noticia .card-img .card-title {
    color: rgb(var(--cor-site-rgb-branco));
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-noticia .card-title {
    color: rgb(var(--cor-geral-site-rgb));
    text-align: center;
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: bold;
    text-transform: uppercase;
}

.card-noticia .card-data {
    text-align: center;
}

.card-noticia .card-data, .pagina-conteudo .pagina-data {
    color: rgb(var(--cor-site-rgb-1));
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.card-noticia .card-text {
    color: rgb(var(--cor-site-rgb-4));
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}

.card-noticia .card-body {
    background-color: rgb(var(--cor-site-rgb-branco));
    padding: 1.75rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

.card-noticia .btn {
    min-width: 35rem;
    max-width: none;
    margin-top: auto;
}

@media (min-width: 1200px) AND (max-width: 1350px) {
.card-noticia .btn {
    min-width: 28rem;
}
}

@media (min-width: 992px) AND (max-width: 1200px) {
.card-noticia .btn {
    min-width: 100%;
}
}

@media (max-width: 375px) {
.card-noticia .btn {
    min-width: 100%;
}
}

/* ----- */
.card-info {
    background-color: rgb(var(--cor-site-rgb-branco));
    padding: 4.5rem 4rem 3.5rem 4rem;
}

.card-info .card-title {
    display: none;
}

.card-info .card-img {
    margin-bottom: 1.5rem;
}

.card-info .card-text {
    margin-bottom: 2rem;
}

.card-info .card-body {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
    padding: 0;
}

.card-info .btn {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
}

/* ----- */
.card-info-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(var(--cor-site-rgb-branco), 1);
    text-align: center;
    height: 100%;
    padding: 2.5rem 4rem 3.5rem 4rem;
    display: flex;
    justify-content: center;
}

.card-info-bg:before {
    content: '';
    background-image: url(../images/mask-card-info-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    inset: 0;
}

.card-info-bg .card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-info-bg .card-title {
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
    text-transform: uppercase;
    font-weight: bold;
}

.card-info-bg .card-body {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.25);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.card-info-bg .card-text {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3rem;
}

.card-info-bg .card-img {
    margin-bottom: auto;
    position: relative;
    z-index: 0;
}

.card-info-bg .card-img img {
    margin-bottom: 0.5rem;
}

.card-info-bg .btn {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
}

.row-sub-paginas {
}

.row-sub-paginas .card {
    margin-bottom: 3rem
}

.row-sub-paginas .card-link {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.row-sub-paginas .card-title {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
    margin: 0
}

.row-sub-paginas .card-link, .row-sub-paginas .card-title {
    color: rgb(var(--cor-site-rgb-4));
}

.row-sub-paginas .btn {
    background-color: transparent;
    color: rgb(var(--cor-site-rgb-4));
    border: 0;
    border-radius: 0;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    left: 0
}

.row-sub-paginas .card:hover .card-link {
    background-color: rgb(var(--cor-geral-site-rgb))
}

.row-sub-paginas .card:hover .card-link, .row-sub-paginas .card:hover .card-title, .row-sub-paginas .card:hover .btn {
    color: rgb(255,255,255)
}

.row-sub-paginas .card:hover .btn {
    left: 1rem
}

.row-sub-paginas .card .card-link, .row-sub-paginas .card .card-title, .row-sub-paginas .card .btn, .row-sub-paginas .card:hover .card-link, .row-sub-paginas .card:hover .card-title, .row-sub-paginas .card:hover .btn {
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}