.mmcustomfeaturednews {
	padding-left: 29px;
	padding-right: 42px;
    padding-top: 33px;
    padding-bottom: 40px;
	display: flex;
	flex-direction: column;
}
.mmcustomfeaturednews .tab-content {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: center;
}
.mmcustomfeaturednews .tab-pane > .row {
	height: 100%;
}
.mmcustomfeaturednews .others-wrapper {
	margin-top: auto;
	display: flex;
	align-items: center;
	margin-bottom: auto;
}
.module-name-mmcustomfeaturednews.module-layout-default {
    background: #2A2A2A;
}

.mmcustomfeaturednews .cat-type {
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mmcustomfeaturednews .cat-type .btn.btn-secondary {
	color: var(--yellow);
	font-weight: 700;
	font-size: 12px;
	
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5rem 0.75rem;
	margin-right: 1rem;
}

.mmcustomfeaturednews .cat-type .btn.btn-secondary:hover,
.mmcustomfeaturednews .cat-type .btn.btn-secondary:focus {
    background-color: var(--yellow) !important;
    color: #2A2A2A !important;
}

.mmcustomfeaturednews .card-title a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: Cera;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	
	letter-spacing: 0px;
	text-transform: uppercase;
}
.mmcustomfeaturednews .header-title .title {
	font-weight: 400;
	text-transform: none;
	color: #fff;
}

.mmcustomfeaturednews .header-title .title strong {
	font-weight: 700;
	text-transform: uppercase;
}
.mmcustomfeaturednews-item {
    padding: 1rem 0;
}

.mmcustomfeaturednews .mmcustomfeaturednews-item:not(:first-child) .cat-field .btn.btn-secondary,
.mmcustomfeaturednews .mmcustomfeaturednews-item:not(:first-child) .cat-field .btn.btn-secondary:focus {
    padding: 0.5rem 0;
    background-color: transparent !important;
}

.mmcustomfeaturednews .mmcustomfeaturednews-item:not(:first-child) {
    border-left: 3px solid var(--yellow);
}
.mmcustomfeaturednews .navtabs-footer {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	margin-top: auto;
}
/* Estilos para as tabs Bootstrap 5 */
.mmcustomfeaturednews .nav-tabs {
    border: 0px;
    justify-content: center;
    padding-top: 26px;

}

.mmcustomfeaturednews .nav-link {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0.5rem;
    font-family: Cera;
    font-weight: 700;
    font-size: 14px;
    
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fae100;
    background-color: #515353;
}

.mmcustomfeaturednews .nav-link:hover,
.mmcustomfeaturednews .nav-link:focus,
.mmcustomfeaturednews .nav-link.active {
    color: #515353 !important;
    background-color: #fae100 !important;
}

.mmcustomfeaturednews .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.mmcustomfeaturednews .card-title a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mmcustomfeaturednews .card-text {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
}
.mmcustomfeaturednews .card{
    padding: 1rem 0;
}
.mmcustomfeaturednews .article-one .card {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(206, 206, 206, 0.4);
}
.mmcustomfeaturednews .cat-type > div{
    display: inherit;
}
.mmcustomfeaturednews .card-footer {
    border-top: none;
    background-color: transparent !important;
}

.mmcustomfeaturednews .text-muted {
    color: #999 !important;
}

.mmcustomfeaturednews .card-body {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.mmcustomfeaturednews .item.others .card .card-body > .inner{
    border-left: 3px solid var(--yellow);
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.5rem;
}
.mmcustomfeaturednews .card-title{
    margin-bottom: 0;
}
.mmcustomfeaturednews .item.others .cat-type .btn.btn-secondary{
    padding: 0 !important;
    background-color: transparent !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    line-height: 1em;
    margin-right: 0.5rem;
    position: relative;
    padding-right: 0.5rem !important;
}
.mmcustomfeaturednews .item.others .cat-type .cat .btn.btn-secondary {
    border-right: 1px solid var(--yellow);
}



.mmcustomfeaturednews .item.others .cat-type .btn.btn-secondary > *{
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.mmcustomfeaturednews .item.others .cat-type .btn.btn-secondary:hover,
.mmcustomfeaturednews .item.others .cat-type .btn.btn-secondary:focus {
    background-color: transparent !important;
    color: #fff !important;
}
.mmcustomfeaturednews .navtabs-footer .footer-text {
	padding-top: 26px;
	font-family: Cera;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}
.mmcustomfeaturednews .navtabs-footer .footer-text strong {
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	display: inline-block;
}
@media all and (max-width: 991px) {
    .mmcustomfeaturednews {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}
    .mmcustomfeaturednews .nav-tabs {
        flex-wrap: wrap;
    }

   
    .mmcustomfeaturednews .nav-link {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}