/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2024 | 19:20:47 */
.depto{
	font-family: Montserrat;
}

.depto{
    display: flex;
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
	width: 100%;
}

.depto_img{
    width: 50%;
}

.depto_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.depto_content{
    width: 60%;
    padding: 16px 24px;
    background: #F2F2F2;
	display: flex;
	flex-direction: column;
}

.depto_content h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
    max-height: 50px;
	overflow: hidden;
}

.depto_info{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    margin-bottom: 9px;
}

.depto_precio{
    font-weight: 700;
    font-size: 19px;
    margin: 15px 0px 16px 0px;
}

.boton-primario{
    background-color: #7EBB00;
    color: white;
    border-radius: 6px;
    padding: 8px 40px; 
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    font-size: 15px;
    max-width: 140px;
    text-wrap: nowrap;
}

.boton-primario:hover{
    opacity: 0.8;
    color: white;
}




.edificio .depto_img{
    width: 50%;
	height: 400px;
}

.row-tipologia .edificio .depto_img{
	height: 300px;
}

.boton-edificio{
    padding: 11px 0px;
}

.edificio_content h3{
    margin-bottom: 2px;
	flex-grow: 1;
}

.edificio_direccion{
    margin-bottom: 19px;
}

.woocommerce-breadcrumb{
	margin-bottom: 10px;
}





@media (max-width: 1200px){
    

    .edificio_img{
        width: 100%;
    }

    .edificio_content{
        width: 100%;
    }
}



@media (max-width: 992px){
	.depto{
        flex-direction: column;
        margin-bottom: 28px;
    }

    .boton-primario{
        margin: auto;
    }

    .depto_img, .depto_content{
        width: 100%;
    }

    .edificio{
        flex-direction: row;
    }
    .boton-edificio{
        margin: initial;
    }
    

}



@media (max-width: 576px){
    .depto{
        flex-direction: column;
        max-width: 300px;
        margin: auto;
        margin-bottom: 28px;
    }

    .depto_img, .depto_content{
        width: 100%;
    }

    .boton-edificio{
        margin: auto;
    }

    
}
