/*
handler: ndmais-home-manchete-principal
deps: bootstrap-5,bootstrap-icons
version: 1.0.8
*/

#manchete-principal {
	margin-bottom: 30px;
    overflow: hidden;
}

#manchete-principal a:hover {
	color: var(--blue-dark);
}


#manchete-principal .img-principal {
	border-radius: 8px;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

#manchete-principal h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--blue);
	margin-bottom: 15px;
    line-height: 1.1;
}

#manchete-principal p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
    line-height: 1.5;
    color: var(--black);
}

#manchete-principal h2 a {
	color: var(--blue);
}


#manchete-principal .related-list li {
	margin-bottom: 20px;
	padding-left: 25px;
	line-height: 2.5;
}

#manchete-principal .related-list li:last-child{
    margin-bottom: 0;
}

#manchete-principal .related-list li i {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: var(--blue-dark);
}


#manchete-principal .related-list li h3 {
	font-size: 15px;
    line-height: 1.3;
	font-weight: 500;
}

#manchete-principal .related-list li h3 a{
    color: var(--black);
}

#manchete-principal .manchete-principal-item:last-child {
    margin-bottom: 0!important;
}

@media only screen and (min-width : 992px) {

	#manchete-principal {
		margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--gray-light);
	}

    #manchete-principal .img-principal {
        height: 300px;
        object-fit: cover;
    }

    #manchete-principal h2 {
		font-size: 40px;
	}

	#manchete-principal p {
		font-size: 18px;
	}

    #manchete-principal .related-list {
        gap: 20px;
    }

    #manchete-principal .related-list li {
        margin-bottom: 0;
    }

}