@charset "utf-8";
/* CSS Document */
/*----------WIDGET NOTÍCIAS carrossel---------*/
#noticiascarrossel * {-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}

#noticiascarrossel {
	background: #f2f2f2;
	padding: 80px 20px;
	margin: 0 auto;
	width: 100% !important;
	max-width: 100vw !important;
}
#noticiascarrossel > .content { max-width: 1920px; margin: 0 auto; float: none}
.noticiascarrossel-s-destacada {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

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

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

.carrossel-noticias-item {
    height: 370px;
    position:relative;
    overflow:hidden;
}
.carrossel-noticias-item:hover > .overlay {}
.carrossel-noticias-item:hover > .item-texto { height:40%}
.carrossel-noticias-item:hover > .noticiacarrossel-resumo { bottom:0; opacity:1;}
.carrossel-noticias-item:hover > .noticiacarrossel-cat {top: -30px;display: none;}
.overlay {display:block;width:100%;height:100%;position:absolute;top: 450px;left:0;background-color: #fff;z-index: 0;opacity: 0;}
.carrossel-noticias-item:hover > a img {transform: rotate(-3deg);}
.carrossel-noticias-item:hover > a  {transform: scale(1.1);
}
.carrossel-noticias-item:hover .noticiacarrossel-tit { }
.carrossel-noticias-item .item-texto {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #67fe00d9;
    height: 25%;
}
.noticiacarrossel-cat {
    position: relative;
    color: #fff;
    background-color: #ffb433;
    z-index: 2;
    left: 13px;
    top: -15px;
    width: fit-content;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 600;
    display: none;
}
div#carrossel-noticias {
    margin-top: 88px;
}
.carrossel-noticias-item .date {color: #333;font-size: 12px;padding-bottoM: 11px}
.noticiacarrossel-resumo {font-size:14px;bottom: 00px;opacity: 1;padding: 3px 0;z-index: 1;text-align: left;/* color: #fff; */}
.noticiacarrossel-resumo a { color:#000 !important;}
a.item-foto {
    height: 100%;
    display: block;
    background-color: #fff;
    opacity:1;
    overflow: hidden;
    padding: 0;
}
a.item-foto img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
ul.noticiacarrossel-vejamais {
}
ul.noticiacarrossel-vejamais li a {
	display:block;
	padding:10px;
	font-size:16px;
	text-align:left;
	text-decoration:none;
}
ul.noticiacarrossel-vejamais li a:hover {
	text-decoration: underline;
	padding-left:20px;
}
.notcar-resumo {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 120%;
    padding-top: 9px;
	opacity:1;
}
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
#noticiascarrossel {
	padding: 80px 20px;
}
.carrossel-noticias-item {
    height: 455px;
}
a.item-foto {/* height: 50% !important; */}
.item-texto {
    /* height: 50%; */
}
}