@charset "utf-8";
/* CSS Document */
/*----------WIDGET NOTÍCIAS carrossel---------*/
#noticiascarrosselvs3 {
	background: #fff;
	padding: var(--padding-widgets);
	position: relative;
}
#noticiascarrosselvs3 .widget-title {
    color: var(--cor-secundaria) !important;
    /* width: fit-content; */
    /* margin: 0 auto; */
}
#noticiascarrosselvs3 .widget-title::before {
    background-color: var(--cor-terciaria);
}
.bt-todos-wrap.bg-branco .bt {
    background-color: #fff !important;
    color: var(--cor-primaria) !important;
}
#noticiascarrosselvs3 > .content {padding: 0 0 0 0px;}
.noticiascarrosselvs3-s-destacada {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.noticiacarrossel-tit {
    font-weight: 600;
    color: #e3e2dd;
    font-size: 14px;
    text-align: left;
}

.itemvs3-texto.noticiacarrossel .texto-content {width: 100%;}

.noticia-itemvs3 {
    height: 455px;
    position: relative !important;
    overflow: hidden !important;
    padding: 11px;
}
.noticia-itemvs3-content {
    display: flex;
    align-items: stretch; /* este é o segredo! */
    flex-direction: column;
    background-color: #fff;
    height: 100%;
}
.noticia-itemvs3-content > a,
.noticia-itemvs3-content > div {
    flex: 1; /* opcional: distribui espaço igualmente */
}


.itemvs3-tit {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 11px 0;
    text-align: left;
}

.itemvs3-date {
    font-size: 12px;
    margin-bottom: 11px;
}
.itemvs3-texto {
    width: 100%;
    padding: 11px 0px;
    display: flex;
    z-index: 1;
}

a.itemvs3-resumo {
    position: absolute;
    top: 433px;
    background-color: var(--cor-primaria);
    width: 100%;
    height: 100%;
    padding: 33px;
    color: #fff;
    opacity:0;
}

.noticia-itemvs3-content:hover a.itemvs3-resumo {
    top: 0;
    opacity: 1;
    z-index: 99;
}

a.itemvs3-resumo .bt {
    background-color: #f0b117;
    padding: 7px 11px;
    border-radius: 22px;
    margin: 7px 0 0 0;
    display: inline-block;
    color: #0d2b40;
    font-size: 12px;
    font-weight: 700;
}


#noticiascarrosselvs3 a.itemvs3-foto {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 0.92;
}
#noticiascarrosselvs3 a.itemvs3-foto img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center 30%;
    position: absolute !important;
    inset: 0;
}
#noticiascarrosselvs3 .noticia-itemvs3-content > a.itemvs3-foto,
#noticiascarrosselvs3 .noticia-itemvs3-content > div {
    flex: 0 0 auto;
}

#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto {
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 52px 33px 44px;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .categorias {
    display: flex;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .itemvs3-texto {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .texto-content,
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .texto-content a {
    color: #666 !important;
    text-align: left !important;
    text-decoration: none !important;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .itemvs3-date {
    margin: 0 0 16px;
    color: #666;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto .itemvs3-tit {
    margin: 0 0 18px;
    color: #666;
    font-size: 22px;
    line-height: 115%;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto a.itemvs3-resumo {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    color: #666 !important;
    opacity: 1;
    font-size: 16px;
    line-height: 130%;
}
#noticiascarrosselvs3 .noticia-itemvs3-content.sem-foto a.itemvs3-resumo .bt {
    background-color: var(--cor-secundaria);
    color: #fff !important;
    margin: 20px 0 0;
}
/*INTERNAS*/
.single #noticiascarrosselvs3 { background-color: #E4E3DF !important }
.single .itemvs3-texto,
.single a.itemvs3-foto { background-color: #E4E3DF !important }
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
#noticiascarrosselvs3 {
	padding: 60px 0px;		
}
.noticia-itemvs3 { height: 503px;}
.itemvs3-texto {justify-content: center;}
a.itemvs3-foto {/* height: 50% !important; */}
div#carrossel-noticias-vs3 .owl-nav {
    max-width: 100vw;
    overflow: hidden;
}
}