.proyectos-grid {
    display: flex;
    column-gap: 40px;
	width: 100%;
	font-family: 'Poppins';
}
.proyectos-grid .custom-slider-list{
	width: 100%;
	padding: 50px 0 80px;
}
.proyectos-grid .custom-slider-arrow{
	top: -40px;
	width: 60px;
    height: 60px;
	background-color: #fff;
}
.proyectos-grid .custom-slider-progress {
    width: calc(100% - 35%);
    transform: translateX(50%);
    left: -15%;
}
.proyectos-grid .custom-slider-pagination {
    bottom: inherit;
    top: -55px;
    right: 85px;
    font-size: 16px;
	font-weight: 300;
}
.proyectos-grid .custom-slider-arrow.custom-slider-prev-arrow{
	right: 30px;
}
.proyectos-grid .custom-slider-arrow.custom-slider-prev-arrow {
    right: 160px;
    left: inherit;
}
.proyectos-grid .custom-slider-arrow.custom-slider-arrow::after {
	top: 50%;
}
.proyecto-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
	display: flex;
}
.proyecto-media {
    position: relative;
    height: 510px;
	border-radius: 24px;
	width: 100%;
    z-index: 1;
}
.proyecto-image {
    position: absolute;
    inset: 0;
	border-radius: 24px;
    background-size: cover;
    background-position: right center;
    transition: background-position 2s ease;
}
.proyecto-image:hover {
    background-position: left center;
}
.proyecto-etiqueta {
	color: #055D99;
}
.logo-proyecto{
	position: absolute;
	top: 25px;
	left: 30px;
	height: 44px !important;
	max-width: 150px !important;
}
.proyecto-body {
    background: linear-gradient(0deg, #02324C 40%, transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 38px 30px;
    border-radius: 0 0px 16px 16px;
    left: 0;
    z-index: 1;
}
.proyecto-title {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
	margin: 0;
	text-shadow: 0 6px 20px #02324c;

}
.proyecto-title.name-project{
	padding-bottom: 7px;
}
.proyecto-title b{
    font-weight: 600;
}
.proyecto-desc{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.container-items{
	display:flex;
	padding-top: 20px;
	justify-content: center;
	column-gap: 30px;
}
.proyecto-cuotas {
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	column-gap: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.proyecto-cuotas strong{
	font-size: 32px;
	line-height: 28px;
}
.proyecto-futuro {
    width: 100%;
}
.proyecto-thumb.futuro-bg {
    overflow: hidden;
    border-radius: 4px;
	position:relative;
	height: 510px;
}
.futuro-bg h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 59px;
    line-height: 100%;
    transform: translate(-50%, -90%);
    text-align: center;
    color: #fff;
	text-shadow: 0 4px 15px #2A2B2A80;
}
.proyecto-card.proyecto-futuro{
	background: url('/wp-content/uploads/2025/10/PISCINA-1.jpg') no-repeat center / cover;
	border-radius: 16px;
} 
.proyecto-card.proyecto-futuro .proyecto-etiqueta{
	transform: translatex(33%);
    width: fit-content;
}
.proyecto-card.proyecto-futuro .overlay {
    inset: 0;
    height: 510px;
    position: relative;
	background:linear-gradient(180deg,rgba(2, 50, 76, 1) 0%, rgba(37, 117, 158, 1) 15%, rgba(68, 178, 232, 0) 50%, rgba(68, 178, 232, 0.4) 80%, rgba(2, 50, 76, 1) 100%);
	border-radius: 16px;
}
.proyecto-futuro-text {
    padding: 40px 50px;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0 0px 16px 16px;
	background: linear-gradient(0deg, #02324C 10%, transparent);
}
.proyecto-futuro-text img{
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
}
.proyecto-card.proyecto-futuro h3, .proyecto-card.proyecto-futuro p{
	text-align: center;
}
.proyecto-card.proyecto-futuro h3 {
    font-size: 30px;
	line-height: 40px;
    font-weight: 300;
    margin-bottom: 16px;
	color: #fff;
}
.proyecto-card.proyecto-futuro h3 b{
	font-weight: 600;
}
.proyecto-card.proyecto-futuro p {
	color: #fff;
    font-size: 16px;
	line-height: 24px;
    margin: 0;
	
}
.proyecto-card.proyecto-futuro .btn-disabled {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-text);
    border: none;
    padding: 15px 26px 17px;
    cursor: not-allowed;
    font-weight: 600;
	border-radius: 0;
    letter-spacing: 1px;
}
.item-highlight {
    display: flex;
    min-width: 100px;
    flex-direction: column;
	font-size: 14px;
	line-height: 20px;
	color: #04BFF2;
	text-align: center;
}
.item-highlight img {
    max-width: 40px !important;
    margin: 0 auto 6px;
	height: 40px !important;
}
.project-delivered .proyecto-card {
	width: 560px;
	display: block;
}
.project-delivered .custom-slider-slide {
	display: flex;
	align-items: center;
}
.project-delivered .custom-slider-slide:nth-child(odd) {
	justify-content: flex-end;
}
.project-delivered .custom-slider-slide:nth-child(even) {
	justify-content: flex-start;
}
/* POPUP */
.popup-galeria {
	position: fixed;
	top:0; left:0;
	width:100%; height:100%;
	display:none;
	align-items:center;
	justify-content:center;
	z-index:999999;
}

.popup-bg {
	position:absolute;
	width:100%; height:100%;
	background:#000000E5;
}

.popup-galeria .popup-content {
	position:relative;
	background:#fff;
	max-width:1240px;
	max-height:90vh;
	z-index:2;
	border-radius:12px;
	padding:0;
}

/* CERRAR CENTRADO */
.popup-galeria .popup-close {
	position:absolute;
	top: -16px;
    right: -25px;
	border:none;
	background-image:none;
	cursor:pointer;
	z-index:3;
}
.popup-close img{
	min-width: 80px;
}
/* GALERÍA INTERNA */
#popup-galeria-content {
	width:100%;
}

#popup-galeria-content .item {
	display:block;
	width:100%;
}

#popup-galeria-content img {
	width:100%;
	display:block;
	margin:0;
	padding:0;
	border-radius: 12px 12px 0 0px;
}

/* TEXTO PEGADO A LA IMAGEN SIN ESPACIOS */
#popup-galeria-content .img-title {
	background: #fff;
    padding: 19px 16px 18px;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 6px 6px;
    font-weight: 500;
    text-align: center;
}
#popup-galeria-content .custom-slider-arrow{
	background-color: #fff;
}

.gallery-container, .details-container {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #02324CCC;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
	z-index: 1;
}
.btn-ver-galeria, .btn-ver-detalles {
    background-color: #FFFFFF;
    color: #02324C;
    font-weight: 500;
    padding: 14px 40px 13px;
	border-radius: 60px;
	border: none;
	display: flex;
	align-items: center;
	column-gap: 11px;
}
.btn-ver-galeria:hover, 
.btn-ver-galeria:focus, 
.btn-ver-detalles:hover, 
.btn-ver-detalles:focus{
	background-color: #FFFFFF;
	color: #02324C;
}
a.proyecto-card:hover .gallery-container, a.proyecto-card:hover .details-container {
    opacity: 1;
}
@media (max-width:1280px) and (min-width:1024px){
	.popup-galeria .popup-content {
		max-width:1200px;
	}
	.proyectos-grid .custom-slider-list{
		padding: 50px 0 40px;
	}
	.proyecto-body {
		padding: 35px 20px;
	}
	.container-items {
		column-gap: 10px;
	}
}
@media (max-width:1024px){
/* 	.custom-slider-arrow, .custom-slider-pagination, .custom-slider-progress{
		display: none;
	} */
	.container-items {
		column-gap: 10px;
	}
}
@media (max-width: 743px){
	.popup-video .popup-close {
		right: 0;
	}
	.page-id-1268 .proyectos-grid .custom-slider-list.draggable{
		padding-bottom: 140px;
	}
	.proyecto-card {
		overflow: initial;
	}
	.container-items {
		column-gap: 10px;
	}
	.gallery-container {
		width: auto;
        height: auto;
		opacity: 1;
		bottom: -85px;
		top: inherit;
		left: 50%;
		transform: translatex(-50%);
		background-color: transparent;
	}
	.gallery-container .btn-ver-galeria{
		background-image: linear-gradient(180deg, #04BFF2 0%, #0093D7 100%);
		color: #fff;
		padding: 18px 60px !important;
		justify-content: center;
	}
	a.proyecto-card:hover .details-container {
		opacity: 0;
	}
	.proyectos-grid .custom-slider-list.draggable {
		padding-top: 0px;
		padding-bottom: 45px;
	}
	.proyecto-body {
		padding: 30px 15px;
	}
	.item-highlight img {
		max-width: 32px !important;
	}
	.search-results {
        padding: 40px 25px 20px;
    }
	.search-results .proyecto-card.card{
		width: 100%;
	}
	.project-delivered .custom-slider-dots {
		left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
	}
	.project-delivered .proyecto-card {
		width: 100%;
		max-width: 100% !important;
	}
	#popup-galeria-content .custom-slider-arrow{
		display: flex;
	}
	#popup-galeria-content .custom-slider-prev-arrow{
		left: 0;
	}
	#popup-galeria-content .custom-slider-next-arrow{
		right: 0;
	}
	.custom-slider-arrow, .custom-slider-pagination, .custom-slider-progress{
		display: none;
	}
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
	.proyectos-grid .custom-slider-list {
		padding: 40px 0 30px;
	}
	.project-delivered .proyecto-card {
		width: 100%;
	}
	.popup-galeria .popup-close {
		right: 0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1194px) {
	.popup-galeria .popup-close {
		right: 0;
	}
}