.mod_pm_article_gallery_itemslist .nav-tabs .nav-link {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	border: 0;
	padding: 0.5rem 0;
	margin: 0;
}
.mod_pm_article_gallery_itemslist .nav-tabs .nav-item {
    padding: 0 calc(var(--bs-gutter-x)/2);
}
.mod_pm_article_gallery_itemslist .nav.nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 1.5rem;
}
.mod_pm_article_gallery_itemslist .module-title {
    text-align: center;
}
.mod_pm_article_gallery_itemslist .item-texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: calc(var(--bs-gutter-x)/2);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: transparent;
      transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.mod_pm_article_gallery_itemslist .item-title {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.mod_pm_article_gallery_itemslist .article-intro{
    position: relative;
    margin-bottom: calc(var(--bs-gutter-x));
}
.mod_pm_article_gallery_itemslist .article-intro:hover .item-texts{
    background: rgba(0,0,0,.5);
    z-index: 1;
}
.mod_pm_article_gallery_itemslist .article-intro:hover .item-title{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.mod_pm_article_gallery_itemslist .article-intro{
   overflow: hidden;
}
.mod_pm_article_gallery_itemslist .article-intro img{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.mod_pm_article_gallery_itemslist .article-intro:hover  img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* Classe para aplicar a transição de fade */
.mod_pm_article_gallery_itemslist .fade-in {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.mod_pm_article_gallery_itemslist .fade-in.show {
    opacity: 1;
}
.mod_pm_article_gallery_itemslist .modal-content {
	position: relative;
	overflow: hidden;
	background: #000;
}
/* loadingSpinner */
.mod_pm_article_gallery_itemslist .modal-content #loadingSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #000;
    text-shadow: 0 0 10px #fff;
    z-index: 1;
}
.mod_pm_article_gallery_itemslist .modal-content .modal-body {
    padding: 0;
}
.mod_pm_article_gallery_itemslist .modal-content .modal-body img {
    width: 100%;
    height: auto;
}
/* .modal-content .com-content-article__body */
.mod_pm_article_gallery_itemslist .modal-content .com-content-article__body {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: block;
	width: 100%;
	overflow: scroll;
	max-height: 100%;
}
.mod_pm_article_gallery_itemslist .modal-content .com-content-article__body > * {
    padding: 0 1rem;
}
.mod_pm_article_gallery_itemslist .modal-content .com-content-article__body > *:first-child {
    padding-top: 1rem;
}
.mod_pm_article_gallery_itemslist .modal-content .com-content-article__body > *:last-child {
    padding-bottom: 1rem;
}
/* .modal-header */
.mod_pm_article_gallery_itemslist .modal-header {
	border: 0;
	padding: 1rem margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
/* .modal-title */
.mod_pm_article_gallery_itemslist .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    margin-bottom: 0;
    border: 0;
}
/* .btn-close */
.mod_pm_article_gallery_itemslist .btn-close {
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
    border: 0;
    outline: 0;
    background: rgba(0,0,0,0.5);
    padding: 0.5rem;
    margin-right: 0;
}
/* hover, focus, active */
.mod_pm_article_gallery_itemslist .btn-close:hover,
.mod_pm_article_gallery_itemslist .btn-close:focus,
.mod_pm_article_gallery_itemslist .btn-close:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
/* figure */
.mod_pm_article_gallery_itemslist figure {
    margin: 0;
    padding: 0;
}

.mod_pm_article_gallery_itemslist .next-previous{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
    margin: 0;
}
.mod_pm_article_gallery_itemslist .next-previous .btn{
font-size: 2rem;
color: #fff;
background: rgba(0,0,0,0.5);
border: 0;
}
.mod_pm_article_gallery_itemslist .btn.btn-primary.btn-previous{
	
	position: absolute;
	left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.mod_pm_article_gallery_itemslist .btn.btn-primary.btn-next{
	
	position: absolute;
	right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mod_pm_article_gallery_itemslist .modal-caption {
	padding: 1rem;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	width: 100%;
    font-size: 0.875rem;
    color: #fff;
}
.mod_pm_article_gallery_itemslist .modal-caption .modal-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    margin-bottom: 0;
    border: 0;
}