.cck_module_list .more a{
 	background-color: rgb(12 56 63 / 75%);
    color: #3dd5ff;
    font-size: 1.0rem;
    letter-spacing: 0.5px;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
    margin: 0.25rem 0.25rem;
}

.ppg_unidade {
    clear: both;
    font-size: 2em;
    background: var(--teal);
    color: var(--color-white);
    padding: 5px 10px;
    width: fit-content;
}

.ppg_nivel {
    clear: both;
    font-size: 1.0em;
    background: var(--orange);
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    line-height: 1.3em !important;
}

.ppg_area {
    clear: both;
    font-size: 1.0em;
    background: var(--orange);
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    line-height: 1.3em !important;
}

.ppg_capes {
    clear: both;
    font-size: 2em !important;
    background: var(--teal);
    color: var(--yellow);
    padding: 0px 14px;
    width: fit-content;
    line-height: 1.3em !important;
}

.ppg_url {
    clear: both;
    font-size: 1.0em;
    background: #22cc99a8;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.3em !important;
}

.cck-even.cck-deepest-blog {
    background: #00968824;
    padding: 10px;
}

.cck-odd.cck-deepest-blog {
    background: hsl(36deg 100% 50% / 22%);
    padding: 10px;
}

.video{
	min-width: auto;
}

.ppg_sec_pos{
    background: #009688;
  	color:#fff;
    padding: 15px;
    font-size: 1.2em;
}

.ppg_sec_pos a{
    color:#ffc107;
}

.ppg_sec_pos h4{
    color:#ffc107;
  	font-size:1.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ppg_title h3 {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .ppg_url {
        font-size: 0.8em;
  }
}

button#link_to_content {
    background: #17707e36;
    color: #189ab7;
  	margin: 15px 0px;	
}

.btn.btn-primary {
    margin: 10px;
}

