/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2025 | 09:50:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
*{
	font-family: "lusitana", Sans-serif;
}

.single-predios .page_content_wrap,
.single-predios .page_content_wrap .content{
	margin: 0;
	width: 100% !important;
	padding: 0 !important;
}

.single-predios .page_content_wrap .content_wrap{
	padding: 0 !important;
}

.content_single-predio{
	max-width: 1320px;
	margin: 0 auto;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #345D5B;
	box-sizing: border-box;
}

.content_single-predio p{
	margin-bottom: .5rem;
}

.content_single-predio h1{
	margin: 0;
	color: #345D5B;
	font-family: "lusitana", Sans-serif;
}

.container_detail-predio{
	margin-block-start: 2rem;
	display: flex;
	gap: .5rem;
	justify-content: center;
	align-items: center;
}

.container_detail-predio > * {
    flex: 1;
}

.container_propieties-predio{
	padding: 0 1rem;
	flex: 1.1;
}

.container_propieties-predio h4{
	font-family: "Barlow Condensed", Sans-serif;
    color: #345D5B;
    margin: 1rem 0;
    padding: 0;
    line-height: 1;
}

.container_propieties-predio p{
	padding: 0 1rem;
	font-family: "Barlow Semi Condensed", serif;
}

.final-payment{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: .5rem;
}

.btn-reserva{
	background-color: #d9534f;
	color: #ffffff;
	padding: .5rem 2rem;
	border-radius: 4px;
}

.cta-container .btn-reserva:hover{
	background-color: #c34642;
	color: #ffffff;
}

.cta-container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem 0;
}

.planos-container{
	margin-block-start: 2.5rem;
	margin-block-end: 1rem;
    display: flex;
    gap: 1.5rem;
}
.container_detail-predio .imagen-principal{
	max-width: 400px;
}
.imagen-plano{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 720px) {
	.container_detail-predio{
		flex-direction: column;
	}
	.content_single-predio{
	padding: 3rem 2rem;
	}
}