/* Carousel da Home */
.carousel-control-prev, .carousel-control-next {
	width: 5%;
}

#manchetes .carousel-caption, #manchetesLaterais .carousel-caption {
	padding: 1rem 1.5rem;
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	/* 	text-shadow: 0 1px 3px rgba(0, 0, 0, .8); */
	/* 	ge.globo.com */
	background: rgba(0, 0, 0, 0.25);
}

#manchetes .carousel-caption a, #manchetesLaterais .carousel-caption a {
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	/* 	text-shadow: 1px 1px 1px #999; */
}

#manchetes .retranca, #manchetesLaterais .retranca {
	font-weight: bolder;
	color: #0fa !important;
	/* 	text-shadow: 1px 1px 1px #090; */
}

#manchetes-deputados .carousel-caption {
	/* 	padding: 2rem; */
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	/* 	text-shadow: 0 1px 3px #fff; */
	/* 	ge.globo.com */
	/* 	background: rgba(0, 0, 0, 0.25); */
}

#manchetes-deputados .carousel-caption a {
	font-weight: bold;
	text-decoration: none;
	color: #000 !important;
	/* 	text-shadow: 1px 1px 1px #999; */
}

#manchetes-deputados .retranca {
	font-weight: bolder;
	/* 	text-shadow: 1px 1px 1px #090; */
}

.data-noticia {    
	font-weight: bold;
    font-size: .666rem;
}

.foto-noticia {
	object-fit: cover; /* Do not scale the image  */
	object-position: center; /* Center the image within the element */
	width: 100%;
}

.foto-noticia-pequena {
	height: 12.5rem;
}

#manchetes, #manchetesLaterais {
	padding: 0;
}

.destaque-icone{
	width: 5.5rem;
	height: 5.5rem;
}

/* .destaque-icone:hover{ */
/*     transform: scale(1.01); */
/* } */

.destaque-icone img{
	width: 3.3rem;
	height: 3.3rem;
}


/* Telas pequenas */
/* Bootstrap: 576px, 768px, 992px, and 1200px */
/* @media screen and (max-width:480px) {	 */
@media screen and (max-width:576px) {
	
	#manchetes .carousel-caption, #manchetesLaterais .carousel-caption {
		top: 0;
		padding-top:30%;
		line-height:1.5rem;
	}	
	#manchetes {
		width: 100%;
	}
	#manchetesLaterais {
		display: none !important;
	}
	#manchetes .carousel-caption a {
		font-size: 1.25rem;
		line-height: .5rem;
	}
	#manchetes .retranca {
		font-size: .75rem;
	}
	#manchetes .foto-noticia {
		min-height: 16rem;
	}	
	#foto1{
		display: none !important;
	}
	
	
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#manchetes {
		width: 100%;
	}
	#manchetesLaterais {
		display: none !important;
	}
	#manchetes .carousel-caption a {
		font-size: 1.75rem;
	}
	#manchetes .retranca {
		font-size: .75rem;
	}
	#midias-icones{
		margin:0!important;	
		flex-direction: row !important;	
	}
}

@media screen and (min-width : 1200px) {
	#row-noticias {
		width: 105%;
		padding: 1rem;
	}
	
	#manchetes {
		width:64.5%;
	}
	
	#manchetes .foto-noticia {
		height: 34rem;
	}
	#manchetesLaterais .foto-noticia {
		height: 17rem;
		width: 22.15rem;
	}
	#manchetesLaterais-deputados .texto-noticia {
		display: -webkit-box;
		max-height: 2.5rem;;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 1.25rem;
		text-overflow: ellipsis;
	}
	#manchetes .carousel-caption {
		height: 40%;
	}
	#manchetes .carousel-caption a {
		font-size: 2rem;
	}
	
/* 	#manchetes .carousel-caption, #manchetesLaterais .carousel-caption { */
/* 		padding: 1rem 1.5rem; */
/* 	} */
	
	#manchetes .retranca {
		font-size: 1rem;
	}
	#manchetesLaterais .carousel-caption {
		padding: 1.5rem;
		padding-top: 5rem;
	}
	#manchetesLaterais .carousel-caption a {
		font-size: 1.25rem;
		line-height: .5rem;
	}
	#manchetesLaterais .retranca {
		font-size: .85rem;
	}
	#manchetes-deputados .foto-noticia {
		height: 26rem;
	}
	#manchetes-deputados .carousel-caption {
		position: relative;
	}
	#manchetes-deputados .carousel-caption a {
		font-size: 1.5rem;
		line-height: .5rem;
	}
	#midias-icones{
		margin-left: 1.5rem;
		flex-direction: column !important;	
	}
	
	.titulo-noticia {
		font-size: .95rem !important;
		line-height: 1.25rem;
	}
	#ultimas .card {
		min-height: 22rem;
	}
	#ultimas .card-body {
		display: -webkit-box;
		max-height: 8.25rem;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 1.25rem;
		text-overflow: ellipsis;
	}
	.noticias-deputados .card-body{
		padding: 0.5rem;
	}
}