/* CSS Feito pelo Júnior para São Luís 2021 */

.divisoria{
	background-image:url(/images/gestao/fundo_cores.png);
	background-position-x: center;
	background-size: contain;
	height:20px
}

.borda_azul_bottom h5{
    font-size:1.1rem	
}
.borda_azul_bottom p{
    margin-bottom:0;
    font-size:.7rem;
    color:#e5e9f8
}
.manchete_sem_foto{font-size: 2.2rem;}

.box-img-not img{
    transition: transform 0.3s ease-out;
}
.item_noticia:hover{
    background-color: #f1f1f19c;
    border-bottom: 1px solid #0071CE !important;
}
.titulo_ultimasnot{margin-bottom:0}
.data_ultnot {color: #9c9c9c;}

.image_multimidia_dtqs:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000000 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
}

.sessao_fotos a.veja_mais {
    border-color: #FFF !important;
    color: #FFF !important;
}
.sessao_fotos a.veja_mais:hover, .sessao_fotos a.veja_mais:focus {
    background: #FFF;
    border-color: #FFF;
    color: #0071ce !important
}



/*////////// Áudios ////////////*/
.area_audios{background-color: #f7f7f7;}
.area_audios .title_sessao {
    color: #234275; /*text-shadow: 1px 1px 0px #696969;*/
}


.item_audio {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    padding: 10px;
    background-color: #34558c
}
.item_audio:hover, .item_audio:focus {
    background-color: #066498
}
.item_audio .ico_play {
    display: none
}
.item_audio:hover .ico_mic, .item_audio:focus .ico_mic {
    display: none
}
.item_audio:hover .ico_play, .item_audio:focus .ico_play {
    display: block
}
.item_audio_icone {
    color: #FFF;
    /*text-shadow: #000 1px 1px 1px;*/
}
.item_audio_assunto {
    font-size: 0.65rem;
    color: #d8d8d8;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: #000 1px 1px 1px;*/
}
.item_audio_titulo {
    min-height: 63px;
    color: #fff;
    /*text-shadow: #000 1px 1px 1px;*/
}
.item_audio .published_date {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
    /*text-shadow: #000 1px 1px 1px;*/
}
.area_audios a.veja_mais {
    border-color: #0071ce;
    color: #0071ce;
}
.area_audios a.veja_mais:hover, .area_audios a.veja_mais:focus {
    background: #0071ce;
    border-color: #0071ce;
    color: #fff !important
}


@media (min-width: 768px) {
    .item_noticia{
        display:flex;
        min-height: 120px;		
    }
    .item_noticia_textos{flex:1;}
    .box-img-not {
        clip-path: inset(0px 0px 0px 0px);
        margin-bottom: -0px;
        width: 33%;
    }	
    .box-img-not img{ 
        max-height: 120px;
        object-fit: contain;
        background-color: #8a8a8a;
    }
    .item_noticia:hover img {
        transform: scale(1.05);
    }
}
@media (max-width: 767px) {
    .item_noticia{
        background-color: #f7f7f7;
        padding: 8px;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2) /*0 2px 2px 0 rgba(0,0,0,0.1)*/;
        border: 0;
        border-radius: 3px;
    }
    .item_noticia_textos {
        padding: 10px 0 0 0;
    }	
}
@media (min-width: 768px) {
    .box-img-not2 {
        height: 236px !important;
        background-color: #000;
        
        clip-path: inset(0px 0px 0px 0px);
        margin-bottom: -0px;
        width: 100%;	
    }
    
    .image_multimidia_dtqs{
        text-align:center;
		background-color:#666
    }
    
    .image_multimidia_dtqs img{
    object-fit: cover;
    height: 233.19px;
    }
    .titulo_multimidia_destaque{
        text-align:left;
		padding-bottom:10px
    }
    
}

/*  Manchete Crop Background */
.center-cropped-manchete {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 502px;
    width: 100%;
}

@media (max-width: 767px) {
    .center-cropped-manchete {
            height: calc(100vw - 30px);
    }
    .left-destaque-manchete h3{font-size:1.2rem !important}
    h2.manchete_sem_foto{font-size:1.4rem !important}
}

.back_area_banners {
    background-color: #f7f7f7;
}
.border-azul {
    border-color:#234275 !important;
}

/*///////////////////////////////////////*/

.sessao_destaques{
	background-color:#f7f7f7;
}
.ultimas_manchetes{
	padding-left:1.5rem;
}

.ultimas_manchetes .row{
	background-color:#FFF;
	padding:5px 8px;
	margin-bottom:7px;
	min-height:120.5px;
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}
.ultimas_manchetes .row span{font-size: 0.65rem}
.ultimas_manchetes .row h5{font-size: 1.05rem}
.ultimas_manchetes_cab{display:none}
@media (max-width: 767px) {
    .ultimas_manchetes{
		padding-left:15px;
	}
	.ultimas_manchetes .row{
		padding:5px 8px;
		margin-bottom:7px;
		min-height: inherit;
	}
	.ultimas_manchetes_cab {
		font-weight: bold;
		color: #4a4a4a;
		font-size: 0.9rem;
		border-left: 4px solid var(--blue);
		padding-left: 8px;
		line-height: 0.8;
		font-family: 'gotham_mediumregular';
		display: inline-block;
		width: 100%;
	}
}
.noticia_manchete{
	/*border:5px solid #FFF; */
	border-radius:0;
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}
.image_multimidia_dtqs {
    border: 5px solid #fff;
}
.title_sessao {
    margin-bottom: 40px;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 1.5rem;
    border-left: 4px solid var(--blue);
    padding-left: 8px;
    line-height: 0.8;
    font-family: 'gotham_mediumregular';
}
.area_noticias{
	padding-top:40px;
	padding-bottom:40px;
	/*background-color:#4AA394*/
}

.item_noticia{
	background-color: #fbfbfb;
    /* border: 5px solid #FFF; */
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}
.item_noticia_textos {
	padding-bottom:0
}

.veja_mais {
	text-align:right;
}
.veja_mais a{
    display: inline-block;
    border-right: 4px solid var(--blue);
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
    color: #4a4a4a;
	font-family: 'gotham_mediumregular';
}
.veja_mais a:hover{
    color: #2071B7;
	background-color:#FFF;
}
.box-img-not2{border:5px solid #FFF}

.sessao_notaspautas{
	/*background-color: #2071B7;*/
	padding-top:40px;
	padding-bottom:40px
}

.titulo_assuntoultnot{
	color:#8c8c8c;
}
.titulo_ultimasnot a {
	color:#333;
}
.titulo_ultimasnot a:hover {
	color:#666;
}

/*////////// FOTOS E VÍDEOS ///////////*/

.sessao_fotos{
	background-color: #e8e8e8;
	padding-top:40px;
	padding-bottom:40px
}

.tag_assunto {
    font-size: .75rem;
    color: #fff;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: var(--blue);
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px;
	margin-bottom:5px;
}
.media_text{
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 .75rem .75rem .75rem;
	text-shadow: 1px 1px 1px #222;	
}
.gradient {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg,transparent 36%,rgba(0,0,0,.9));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
a .media_text{color:#FFF}
.item_foto_menor{
	position:relative;
	overflow:hidden;
	display:block;
}
.carousel-item{height:390.59px}

@media (max-width: 767px) {
	.carousel-item{height:inherit}
}
.item_foto_menor{
	height:191.31px;
	background-color:#FFF
}
.item_foto_menor img, .carousel-item img{
	object-fit: cover;
    height: 100%;
	width:100%
}
.item_foto_menor h5 {
	font-size:1rem;
	font-weight:400;
	margin-bottom: 0;
}
.foto_icon {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
	background-color:#333;
	padding:10px;
}
.a_item_foto_menor{
	padding-left:4px;
	padding-right:4px;		
}

@media (max-width: 991px) {
	.item_foto_menor{height:240px}
	.a_item_foto_menor{
		padding-left:15px;
		padding-right:15px;		
	}
}
@media (max-width: 767px) {
	
	.item_foto_menor{
		display: flex;
		height: inherit;
	}
	.item_foto_menor img {
		flex: 0 0 33%;
		width: 33%;
		height: auto;
		max-height: 118px;
	}
	.item_foto_menor .media_text{
		position: inherit;
		color: #222 !important;
		text-shadow: none;
		flex: auto;
		padding-bottom: 5px;
    	padding-top: 5px;
	}
	.item_foto_menor h5 {
		font-size: 0.9rem;
		font-weight: 500;
		margin-bottom: 0;
		min-height: 76px;
	}	
	.item_foto_menor .tag_assunto {
		font-size: .70rem;
		color: #666;
		line-height: 1;
	}
	.item_foto_menor .gradient{display:none}
}

/*/////////// ACOMPANHE A PREFEITURA NAS REDES SOCIAIS //////////////*/

.area_redes {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f3f3f3;
    color: #007ac4;
}