/*filtro categorias*/
.filtro-categorias {position: relative;height: auto;cursor: pointer; }
.filtro-categorias:hover  ul {height: auto; opacity:1;}
.filtro-categorias:hover h5 { border-radius: 11px 11px 0 0;}
.filtro-categorias ul {min-width:200px; position: absolute; z-index:9; opacity:0; display: flex !important;margin: 0 0 37px 0;height: 0;overflow: hidden;flex-direction: column; }
.filtro-categorias ul li { padding: 0;  margin: 0;}
.filtro-categorias ul li:before { display: none;}
.filtro-categorias ul li {width: 100%;display: block;}
.filtro-categorias ul li a{width: 100%;display: block;text-align:left; font-size:12px}
.filtro-categorias h5 {
    display: inline-block;
    background-color: #00518e;
    padding: 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 11px;
}
.filtro-categorias h5:after {
    font-family: Ionicons;
    content:"\f104";
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin:0 7px 0 11px
}
@media screen and (max-width: 700px) {

    .filtro-categorias {margin:22px 0px;padding:0}
    .filtro-categorias ul {padding: 0 !important;}
    .filtro-categorias ul li a {display: block; text-align:left}
    .single-noticias-container{
        flex-direction:column;
        padding: 0px;
    }
}
/**/

article#noticiascarrossel {
    padding: var(--padding-widgets);
    background-color: #f4f4f4;
    position: relative;
}
div#carrossel-noticias {
    width: 100%;
    max-width: 100%;
}
article#noticiascarrossel.single {
    background-color: #f1f1f1;
	margin-top:44px
}
article#noticiascarrossel .owl-stage-outer {
    /* justify-content: center; */
    /* display: flex; */
}
.w-noticias-bloco1 {
    margin: 0px 0 22px 0;
}

.single-noticias-container {
    display: flex;
    flex-direction: row;
    gap: 66px;
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    align-items: flex-start;
}
.single-noticias-container > div:nth-child(1),
.single-noticias-container > div:nth-child(2) {
}
.single-noticias-container > div:nth-child(1) {position: sticky;top: 88px;}
.single-noticias-container > div:nth-child(2) {
    padding: 44px 88px 0 0;
}

.areas_lista .bt {
    margin: 3px 3px 3px 0px !important;
    font-size: 10px;
    padding: 5px 14px;
    border-radius: 11px;
}
/*destacada do single*/
.destacada.single {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 33px;
}
.destacada.single img {height:100% !important;width: 100%;object-fit: contain;border-radius: 0;}
.destacada.index img { height:100% !important; width:100% !important; object-fit: cover ;}

h1.entry-title {
    font-size: 24px;
    margin: 0 0 17px 1px !important;
    text-transform: none;
    display: inline;
    width: auto;
}

.noticias-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 350px;
    left: 0;
    background-color: #7a1025;
    z-index: 0;
    opacity: 0;
}

/* PAGE NOTICIAS E CATEGORY */
/*------------------------------------------------------------ */
/* ------------------------- NOTICIAS --------------------------- */
/*------------------------------------------------------------ */

.noticia-itemvs3 {
	/* height: 405px; */
	/* position:relative; */
}

.noticia-itemvs3 a.item-foto {
    display: block;
    background-color: transparent;
    opacity: 1;
    overflow: hidden;
    height: 0;
}
.noticia-itemvs3 a.item-foto img {
	width:100% !important;
	height:100% !important;
	object-fit: cover !important;
	display: block;
	object-position: center;
	position: absolute !important;
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50% ); */
}
.noticia-itemvs3 a.item-foto.icone img {
	width: 50px !important;
	height: auto !important;
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	filter: invert(1);
}
.noticia-itemvs3 a.item-foto.equipe img {
    object-position: center 19% !important;
    object-fit: cover !important;
    width: 100% !important;
}
.category-item-tit {
    text-align: left;
    text-decoration: none !important;
    justify-content: flex-end;
    font-weight: 600;
    color: var(--cor-primaria);
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    line-height: 120%;
    /* font-family: 'Avenir Next LT Pro'; */
    /* font-style: italic; */
}
.category-item-tit .date {padding-bottom: 0px; font-size:11px; color: #777 !important}
.noticiacarrossel-cat {
    position: relative;
    color: #fff;
    background-color: #a78d59;
    z-index: 2;
    left: 13px;
    top: -15px;
    width: fit-content;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 600;
}
.category-item-resumo {font-size:14px;position:absolute;bottom:-300px;opacity:0;padding: 20px;z-index: 1;text-align: left;background-color: #000000c7;height: 100%;width: 100%;display: none;}
.category-item-resumo a {color:#FFF !important;text-decoration: none;margin: 22px 0;float: left;}
.noticia-itemvs3-content:hover > .noticias-overlay {top:0;opacity: 0.8;}
.noticia-itemvs3-content:hover > .item-texto {bottom: 40%; background-color:transparent;}
.noticia-itemvs3-content:hover > .category-item-resumo { bottom:0px; opacity:1;}
.noticia-itemvs3-content:hover  img {  }
.noticia-itemvs3-content:hover .noticiacarrossel-cat {
    position: absolute;
    top: 0px;
	z-index:2
}
.noticia-itemvs3-content:hover .category-item-tit span.date,
.noticia-itemvs3-content:hover .category-item-tit {}
.veiculo {
    background-color: #a17f2f;
    padding: 7px 11px;
    width: fit-content;
    margin: 0 0 22px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: none;
}
.noticia-itemvs3 {
    margin: 0 0 33px 0;
    padding: 13px;
    width: 100%;
    float: left;
}
.page .noticia-itemvs3,
.single .noticia-itemvs3 {
    margin: 0 0 33px 0;
    padding: 13px;
    /* width: 25%; */
    float: left;
    height: 455px;
}
.page .noticia-itemvs3 {
    width: 25%;
}
#carrossel-noticias .noticia-itemvs3 { width: 100% !important; margin-bottom:0}

.noticia-itemvs3 div.noticia-itemvs3-content {float: left;width: 100%;height: 100%;position: relative;overflow: hidden;background-color: #f3f3f3;/* padding-bottom: 47%; */box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);border-radius: 0;}
.widget .noticia-itemvs3 div.noticia-itemvs3-content {width: 100%;height: 100%;position: relative;overflow: hidden;background-color: transparent;}
.single .noticia-itemvs3 div.noticia-itemvs3-content {padding-bottom: 86%;}
.noticiacarrossel-cat {
    display: NONE;
    position: absolute;
    background: #325e7b;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    top: 0px;
    left: 7px;
    width: fit-content;
}
 .noticia-itemvs3 div.noticia-itemvs3-content:hover > a  {/* transform: scale(1.01); */}
 .noticia-itemvs3 span.entry-date {
	font-size: 13px;
	color: #afafaf;
	margin-bottom: -8px;
	width: 100%;
	font-weight: 400;
	}
 .noticia-itemvs3 div.noticia-itemvs3-content .item-texto {padding: 7px 22px;position: absolute;bottom: 0;z-index: 0;background-color: #FFF;width: 100%;height: 50%;}
.single .noticia-itemvs3 div.noticia-itemvs3-content .item-texto {background-color: transparent;padding: 5px;}
 .noticia-itemvs3 h1 {float: left;width: 100%;font-size: 12px;line-height: 18px;text-transform: none;text-align: left !important;}
 .noticia-itemvs3 a {text-decoration: none !important} 
a.itemvs3-resumo {
    position: absolute;
    top: 433px;
    background-color: var(--cor-primaria);
    width: 100%;
    height: 100%;
    padding: 33px;
    color: #fff;
    opacity:0;
	 text-decoration: none !important;
	 font-size: 12px !important;
}

.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;
}
 .noticia-itemvs3 .categorias {
    position: absolute;
    color: var(--cor-primaria);
    background-color: #fff;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    height: 33px;
    border-radius: 0;
    border-bottom: 2px solid var(--cor-secundaria);
}

/* As DUAS linhas do triângulo (bordas em V) */
 .noticia-itemvs3 .categorias::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid var(--cor-secundaria);
    border-right: 2px solid var(--cor-secundaria);
}

/* A LINHA central inclinada */
 .noticia-itemvs3 .categorias::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: var(--cor-secundaria);
    right: 19px; /* posicione de acordo com a seta */
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.itemvs3-tit {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 11px 0;
}

.itemvs3-date {
    font-size: 12px;
    margin-bottom: 11px;
}
.itemvs3-texto {
    width: 100%;
    padding: 11px 14px;
    display: flex;
    z-index: 1;
}
.noticia-itemvs3 .itemvs3-texto a {color: var(--cor-primaria) !important;left: 0;}
.noticia-itemvs3 .itemvs3-texto a span.bt {
	font-weight: 700;
	margin: 11px 0;
	display: inline-block;
	background-color: var(--cor-secundaria);
	color: #fff !important;
	padding: 7px 17px;
	border-radius: 22px;
	}
.noticiacarrossel-cat {
    position: absolute;
    color: #fff;
    background-color: #586E77;
    z-index: 2;
    left: 27px;
    top: 9px;
    width: fit-content;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 600;
    /* display: none; */
}
a.itemvs3-resumo {
    position: absolute;
    top: 433px;
    background-color: var(--cor-primaria);
    width: 100%;
    height: 100%;
    padding: 33px;
    color: #fff;
    opacity:0;
}
a.itemvs3-foto {
    flex: 0 0 auto;
    display: block;
    background-color: #fff;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 0.92;
}
a.itemvs3-foto img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center 30%;
    position: absolute !important;
    inset: 0;
}
.noticia-itemvs3-content > a.itemvs3-foto,
.noticia-itemvs3-content > div {
    flex: 0 0 auto;
}
.noticia-itemvs3-content:hover a.itemvs3-foto img {transform: scale(1.01); opacity: 0.5;}
.noticia-itemvs3-content:hover a.itemvs3-foto {background-color: var(--cor-primaria);}
.noticia-itemvs3-content:hover  span.bt {color #fff !important}
.noticia-itemvs3:hover .itemvs3-texto {  padding: 11px 11px;}
a.itemvs3-foto::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -211%, 0);
    opacity: 0.3;
    z-index: 1;
}
.noticia-itemvs3-content:hover a.itemvs3-foto::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 184%, 0);
}
.itemvs3-texto.sem-destacada {
    padding-top: 33px;
}
.itemvs3-texto.sem-destacada i {font-size: 33px;text-align: center;margin: 0 auto;display:inline-block;float: none;width: 100%;margin: 11px 0;}
.itemvs3-texto {/* position: relative; */overflow: hidden;}
.itemvs3-texto::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cor-secundaria);
    content: '';
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -223%, 0);
    opacity: 0.3;
    z-index: 1;
}
.noticia-itemvs3-content:hover .itemvs3-texto::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 111%, 0);
}
.noticia-itemvs3-content:hover {background-color: var(--cor-primaria) !important;padding-top: 0px;}
.noticia-itemvs3-content:hover .itemvs3-texto * {color: #fff !important;text-align: left !important;}
.noticia-itemvs3-content:hover .categorias {height: 39px;}

.noticia-itemvs3-content.sem-foto {
    justify-content: flex-start;
    background-color: var(--cor-primaria);
    padding: 52px 33px 44px;
}
.noticia-itemvs3-content.sem-foto .categorias {
    display: flex;
}
.noticia-itemvs3-content.sem-foto .itemvs3-texto {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
}
.noticia-itemvs3-content.sem-foto .texto-content,
.noticia-itemvs3-content.sem-foto .texto-content a {
    color: #666 !important;
    text-align: left !important;
    text-decoration: none !important;
}
.noticia-itemvs3-content.sem-foto .itemvs3-date {
    margin: 0 0 16px;
    color: #666;
}
.noticia-itemvs3-content.sem-foto .itemvs3-tit {
    margin: 0 0 18px;
    color: #666;
    font-size: 22px;
    line-height: 115%;
}
.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%;
}
.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: #ffffff !important;padding: 44px 7%;}
.single .itemvs3-texto,
.single a.itemvs3-foto {/* background-color: #f3f3f3 !important; */}
/**/
/*single*/
.tag-list {}.tag-list {
    font-size: 13px;
    margin: 22px 0;
    background-color: #33333312;
    padding: 22px;
}
.single-content { padding: 40px 10px;}
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
.single-content { padding: 0px 20px;}
.noticia-itemvs3,
.page .noticia-itemvs3,
.single .noticia-itemvs3 {
    margin: 0 0 11px 0;
    padding: 0px;
    width: 100%;
    
}
#carrossel-noticias .noticia-itemvs3 { padding: 13px;}
	.noticia-itemvs3 a.item-foto {
    padding-bottom: 64%;
}
.single-noticias-container{
    flex-direction:column;
    padding: 0px 22px;
}
.single-noticias-container > div:nth-child(2) {
    padding: 0 0 0 0px;
}  
h1.entry-title {
    padding: 0 !important;
}
	article#noticiascarrossel .owl-stage-outer { display: block;}
	article#noticiascarrossel {/* padding: 22px 0; */}
	.w-noticias-bloco1 {/* margin: 44px 0px; */}
	#noticiascarrossel .widget-descricao  strong {font-size: 22px !important;margin: 0 !important;}
	.noticia-itemvs3 a.resumo { text-align: justify !important;}
	.single-noticias-container > div:nth-child(1) {position: initial;top: unset;}
}

