/* RECEITAS */
.post-type-archive-receitas_portal .sub-header-receitas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: var(--receitas_primaria);
}

.post-type-archive-receitas_portal .sub-header-receitas h1 {
    font-family: "Lato", sans-serif;
    color: var(--receitas_branco);
    font-size: 28px;
    font-weight: normal;
}

.post-type-archive-receitas_portal .block-title {
	display: none;
}

.category-list-receitas .informacoes-nutricionais {
	display: inline-grid;
    text-align: left;
    font: normal normal normal 14px / 25px Lato;
    letter-spacing: 0px;
    color: #1f1f1f;
    position: relative;
    left: 9px;
}

.category-list-receitas .informacoes-nutricionais .icon-attributes img {
	padding-right: 5px;
}

.post-type-archive-receitas_portal .block.tres-destaques .category{
	background: #EB3B5A;
	color: #FFF;
	padding: 5px 10px !important;
}

.category-list-receitas .card {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.post-type-archive-receitas_portal .sub-header-receitas { 
		margin-bottom: 32px;
	}

	.category-list-receitas .list-header {
	    position: relative;
	    float: left;
	    margin: 24px 0;
	    padding-bottom: 5px;
	    border-bottom: 4px solid #EB3B5A;
	    width: 100%;
	}

	.category-list-receitas .list-header::after {display: none;}

	.category-list-receitas .list-header h2 {
		font: bold 20px/24px 'Lato',sans-serif;
		color: #EB3B5A;
		text-transform: uppercase;
	}

	.category-list-receitas .card a .media img {
		float: left;
		margin-right: 24px;
		width: 300px;
		height: 200px;
		object-fit: cover;
	}

	.category-list-receitas .card .category {
		font: normal normal bold 13px/18px 'Lato',sans-serif;
		letter-spacing: 0px;
		color: #EB3B5A;
		text-transform: uppercase;
	}

	.category-list-receitas .card .title {
		text-align: left;
		font: normal normal bold 32px/34px 'Lato',sans-serif;
		letter-spacing: 0px;
		color: #1F1F1F;
	}
}

@media (max-width: 991px) {
	.category-list-receitas .list-header {
	    position: relative;
	    float: left;
	    margin: 24px 0;
	    padding-bottom: 5px;
	    border-bottom: 4px solid #EB3B5A;
	    width: 100%;
	}

	.category-list-receitas .list-header::after {display: none;}

	.category-list-receitas .list-header h2 {
		font: bold 20px/24px 'Lato',sans-serif;
		color: #EB3B5A;
		text-transform: uppercase;
	}

	.category-list-receitas .card a .media img {
		float: left;
		margin-right: 12px;
		width: 120px;
		height: 120px;
		object-fit: cover;
	}

	.category-list-receitas .card .category {
		font: normal normal bold 13px/18px 'Lato',sans-serif;
		letter-spacing: 0px;
		color: #EB3B5A;
		text-transform: uppercase;
	}

	.category-list-receitas .card .title {
		text-align: left;
		font: normal normal bold 18px/22px 'Lato',sans-serif;
		letter-spacing: 0px;
		color: #1F1F1F;
	}

	/*	BLOCOS */
	.post-type-archive-receitas_portal .block.tres-destaques {
		padding-top: 0;
	}

	.post-type-archive-receitas_portal .block.tres-destaques .card {
		max-width: 307px;
	}
	.post-type-archive-receitas_portal .block.tres-destaques .card:nth-child(1) {
		margin-left: 0;
	}
}