/* TEMPLATE SINGLE */

.post h1.entry-title {
    text-align: center;
    margin-bottom: 38px;
}

.post-articulo-text-desc {
    margin: 15px 0;
}

.post-articulo-image-main {
    margin-bottom: 20px;
}

.post-articulo-content-row {
    margin: 32px 0;
}

.post-articulo-indice-row {
    margin: 18px 0;
}

.post-articulo-button-wrap {
    text-align: center;
}

.post-articulo-button {
    width: 100%;
}

.post-articulo-badge {
    font-weight: 400 !important;
}

.post-articulo-social-buttons {
    margin-top: 18px;
    border-top: 1px #ccc solid;
    padding-top: 23px;
}

div#comments {
    max-width: 1024px;
    margin: 38px auto;
}

@media only screen and (max-width: 670px){
	.post-articulo-social-buttons {
		text-align:center;
	}
}


				
/* TEMPLATE ARCHIVE */

.category h1.page-title {
    text-align: center;
}

.category .taxonomy-description {
    text-align: center;
}

.archive .post {
    border-top: 1px #aaa dashed;
    padding: 30px 50px;
}

.archive .post h1.entry-title {
    text-align: left;
}

.archive-articulo-text-desc {
    margin: 10px 0;
}

.archive-articulo-badge {
    font-weight: 400 !important;
}


@media only screen and (max-width: 670px){

	.archive .post {
		padding: 30px 5px;
	}

	.archive .post h1.entry-title {
		text-align: center;
	}

	.archive-article-button {
		width: 100%;
	}


}

/* SHORTCODE GRILLA TAXONOMIAS*/

.grilla-articulo-tax-col {
    text-align: center;
    margin: 30px 0;
}

.grilla-articulo-tax-button {
    width: 100%;
}

.grilla-articulo-tax-nombre {
	margin: 10px auto;
}


/* SHORTCODE GRILLA*/

.grilla-articulo-col {
    text-align: center;
    margin: 30px 0;
}


.grilla-articulo-button {
    width: 100%;
}

.grilla-articulo-nombre {
	margin: 10px auto;
}

.grilla-articulo-desc {
    margin: 10px 0;
}

/* SHORTCODE LISTA*/

.lista-articulo-perfil-row {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lista-articulo-perfil-nombre {
    margin: 0 0 10px;
}

.lista-articulo-perfil-descripcion {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lista-articulo-perfil-button {
    margin: 5px;
}

@media only screen and (max-width: 670px){

	.lista-articulo-perfil-button {
		width: 100%;
	} 
	
	.lista-articulo-perfil-nombre {
		text-align: center;
	}

}


/* ------------------------------------------------------------------------------------------
Exclusive For screen -670px
   ------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 670px){

	.lista-articulo-perfil-button {
		width: 100%;
	} 
	
	.lista-articulo-perfil-nombre {
		text-align: center;
	}

	.post-articulo-button {
		width: 100%;
	}
	
	.archive .gestor-de-articulos {
		padding: 30px 5px;
	}

	.archive-articulo-text-titulo {
		text-align: center;
		margin: 12px 0;
	}

	.archive-articulo-button {
		width: 100%;
		margin: 5px 0;
	}

}

/* FILTROS DE IMAGEN DEL PLUGIN */

/* Zoom */  
.gestor-de-articulos-filter-zoom {
    overflow: hidden;
}

.gestor-de-articulos-filter-zoom img{
-webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
}

.gestor-de-articulos-filter-zoom:hover img{
  -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/* Rotar*/
.gestor-de-articulos-filter-rote {
    overflow: hidden;
}

.gestor-de-articulos-filter-rote img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.gestor-de-articulos-filter-rote img:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}


/* Flashing */
.gestor-de-articulos-filter-flash:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/*
 * Mktpgesart Catalogo Styles
 */
.mktpgesart-catalogo-wrapper {
    margin-top: 20px;
}

/* Sidebar Filters */
.mktpgesart-sidebar {
    padding-right: 20px;
}

.mktpgesart-sidebar h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a202c;
}

.mktpgesart-sidebar .small {
    color: #4a5568;
    margin-bottom: 1rem;
}

.mktpgesart-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.mktpgesart-sidebar li {
    margin-bottom: 10px;
}

.mktpgesart-sidebar label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #2d3748;
}

.mktpgesart-sidebar input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
}

/* Grid Items */
.mktpgesart-grid-items {
    margin-left: -15px;
    margin-right: -15px;
}

.mktpgesart-item {
    margin-bottom: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mktpgesart-item .mktpgesart-card {
    height: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.mktpgesart-item .mktpgesart-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.3), 0 10px 10px -5px rgba(59, 130, 246, 0.2);
}

.mktpgesart-item.filtered-out {
    display: none !important;
}

.mktpgesart-item.page-hidden {
    display: none !important;
}

/* Pagination */
.mktpgesart-pagination {
    margin-top: 40px;
    margin-bottom: 30px;
}

.mktpgesart-pagination .pagination {
    justify-content: center;
    gap: 5px;
}

.mktpgesart-pagination .page-item {
    margin: 0 3px;
}

.mktpgesart-pagination .page-link {
    color: #1a202c;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mktpgesart-pagination .page-link:hover {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #2d3748;
}

.mktpgesart-pagination .page-item.active .page-link {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
}

.mktpgesart-pagination .page-item.disabled .page-link {
    color: #cbd5e0;
    pointer-events: none;
    background-color: transparent;
}

/* Mobile Filter */
.mktpgesart-mobile-filter {
    margin-bottom: 20px;
}

.mktpgesart-mobile-filter .btn {
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mktpgesart-mobile-filter .card {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-top: 10px;
}

.mktpgesart-mobile-filter .card-body {
    padding: 1rem 2.25rem;
    background-color: #f8f9fa;
}

.mktpgesart-mobile-filter ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mktpgesart-mobile-filter li {
    margin-bottom: 12px;
}

.mktpgesart-mobile-filter li:last-child {
    margin-bottom: 0;
}

.mktpgesart-mobile-filter label {
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #2d3748;
    padding: 4px 0;
}

.mktpgesart-mobile-filter input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
}




