#shortcode_proyecto > div{
	width: 100%;
}
.with-fade .item {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}
.with-fade .item.visible {
	opacity: 1;
}
.gapspace{
	gap: 15px;
	z-index: 2;
}
.lblfiltro_proyecto{
	color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
}
.sltc_pmfiltro{
	color: #333333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #D8DBDE;
    width: 230px;
}
.sltc_pmfiltro:focus{
	outline: none;
}

/*******CARD RPOYECTO*******/
.cont_estimg{
    position: relative;
}
.status_procard{
    position: absolute;
    top: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    left: 0;
    border-radius: 4px 4px 4px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
    padding: 7px 10px;
}
.img_procard{
    width: 100%;
    object-fit: cover;
    height: 350px !important;
	border-radius: 10px 10px 0 0 !important;
    transition: .3s all;
}
.cont_lognomb{

}
.dvcont_logciu{
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
.imglog_card{
    width: 50px;
    height: 50px !important;
    object-fit: contain;
    border-radius: 100px !important;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 5px;
    margin-right: 10px;
}
.nombre_procard{
    color: #121212;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.ciudad_procard{
    color: #E20E18;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.direccion_procard{
    color: #333333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.ico_procard{
    width: 40px;
    height: 40px !important;
}
.txt_suvtit_procard{
    color: #333333;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.txt_ingo_procard{
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.txt_precio_procard{
    color: #121212;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.contenido_cardinfo{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background: #FFFFFF;
    display: block;
}
.btnproefct{
    padding: 15px 15px 0;
    height: 0px;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
}
.btn_link_procard{
    color: #FFFFFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    background: #333333;
    display: block;
    padding: 12px 0;
	transition: .3s all;
}
.btn_link_procard:hover{
	background: #262626;
}

.contenido_cardinfo:hover .img_procard{
    height: 305px !important;
}
.contenido_cardinfo:hover .btnproefct{
    height: 60px;
    opacity: 1;
}

#filtro-proyectos{
    margin-top: -112px;
}
.items-grid{
    margin-top: 70px;
}

#lista-proyectos-pagination .status {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
}
#lista-proyectos-pagination .spnact_pag {
    color: #333333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-left: 10px;
}
#lista-proyectos-pagination .space_pag {
    display: inline-block;
    background: #808A93;
    width: 50px;
    height: 1px;
    margin: 0 5px;
}
#lista-proyectos-pagination .next, #lista-proyectos-pagination .prev {
    padding: 2px 11px 6px 12px;
    border: none;
    border-radius: 4px;
    background: #121212 !important;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 50%;
}

#lista-proyectos-pagination .next:disabled, #lista-proyectos-pagination .prev:disabled {
    background: #ccc !important;
    cursor: not-allowed;
}
#lista-proyectos-pagination{
    display: flex;
    border: none;
    gap: 10px;
    justify-content: end;
}


.item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease;
}

.item.visible {
    opacity: 1;
    transform: translateY(0);
}
#lista-proyectos-loader{
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    color: #808A93;
    margin: 20px 0;
}
.txt_term_couta{
	color: #333333;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.divcont_term{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.coninfo_mdl{
	background: #FFF;
    width: 1232px;
    padding: 31px 40px;
    border-radius: 15px;
    max-width: 95%;
	position: relative;
}
.titulo_modlpro{
	color: #121212;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
}
.descrp_modlpro{
	color: #333333;
    text-align: left;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.closemdl_proy{
	position: absolute;
    right: 15px;
    width: 35px;
    cursor: pointer;
    top: 10px;
}
.txt_term_couta {
	pointer-events: auto;
	z-index: 2;
	position: relative;
}


@media(min-width: 100px){
	#filtro-proyectos {
		margin-top: 0;
	}
	.divinput_search{
		width: 50%;
	}
	.sltc_pmfiltro {
		width: 100%;
	}
	.items-grid {
		margin-top: 30px;
	}
	.divcont_precio{
     	text-align: center;
		background: #FFFDE6;
		padding: 4px 0;
		border-radius: 4px;
		margin-top: 13px;
	}
	.coninfo_mdl{
		padding: 20px 10px;
		border-radius: 10px;
	}
	.titulo_modlpro{
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 15px;
	}
	.descrp_modlpro{
		font-size: 12px;
		line-height: 19px;
	}
	.closemdl_proy {
		right: 0;
		width: 30px;
		top: -36px;
	}
}

@media(min-width: 1200px){
	.closemdl_proy {
		right: 15px;
		width: 35px;
		top: 10px;
	}
	.coninfo_mdl{
		padding: 31px 40px;
		border-radius: 15px;
	}
	.titulo_modlpro{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 15px;
	}
	.descrp_modlpro{
		font-size: 15px;
		line-height: 23px;
	}
	.divcont_precio{
		text-align: left;
		background: #FFFFFF;
		padding: 0 0;
		border-radius: 0;
		margin-top: 0;
	}
	.items-grid {
		margin-top: 70px;
	}
	.sltc_pmfiltro {
		width: 230px;
	}
	.divinput_search{
		width: auto;
	}
	#filtro-proyectos {
		margin-top: -112px;
	}
}



/* Reservar espacio mientras carga el AJAX */
#lista-proyectos {
  min-height: 800px;
  transition: min-height 0.3s ease;
}

/* Skeleton loader — muestra placeholders mientras llegan los datos */
#lista-proyectos-skeleton {
  display: none;
}

#lista-proyectos-skeleton.visible {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.skeleton-card {
  width: calc(33.333% - 10px);
  height: 450px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .skeleton-card {
    width: 100%;
  }
  #lista-proyectos {
    min-height: 400px;
  }
}

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
