@import "fontface-style.css";

html {
	font-family: 'Sneak';
	font-weight: normal;
	color: #020202;
}

body {
	width: 1440px;
	margin: 0 auto;
	background-color: #F8F7F0;
}

p,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

/* HEADER */
.header__top {
	width: 100%;
	height: 8px;
	background-color: #003D85;
}

.header__bottom {
	display: flex;
	align-items: center;
  justify-content: space-between;
	height: 92px;
	padding: 0 80px;
}

.header__text {
	font-family: 'Sneak';
	font-weight: 500;
	font-size: 16px;
}

.download-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 12px 0;
	width: 145px;
	font-family: 'Sneak';
	font-weight: 500;
	font-size: 13px;
}

.download-button--black {
	background-color: #020202;
	color: #F8F7F0;
}

.header__logo img {
	height: 37px;
}

.house__brochure-container {
	padding: 0 55px;
}

/* HOUSE BROCHURE */
.house__header {
	margin-top: 75px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.house__location {
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.house__name-certification {
	display: flex;
	align-items: baseline;
}

.house__name {
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 80px;
	line-height: 70px;
	letter-spacing: -0.025em;
}

.house__certification {
	display: flex;
  align-items: center;
	margin-left: 8px;
}

.house__stars-certification img {
	width: 14px;
	height: 14px;
	margin-left: 2px;
}

.house__text-certification {
	display: flex;
	align-items: center;
	margin-left: 8px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 15px;
	line-height: 13px;
	letter-spacing: -0.035em;
}

.house__price {
	text-align: right;
}

.house__price-detail {
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -0.035em;
}

.house__ownership-valoration {
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.house__ppal-image {
	margin-top: 30px;
	width: 100%;
	height: 615px;
	border-radius: 4px;
	background-position: center;
	background-size: cover;
}

.house__info {
	margin: 70px auto 0 auto;
	width: 870px;
	text-align: center;
}

.house__description {
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 50px;
	letter-spacing: -0.025em;
}

.house__characteristics {
	display: flex;
	justify-content: center;
	margin-top: 48px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}

.house__characteristics > div {
  	display: flex;
  	align-items: center;
	margin-left: 20px;
}

.house__characteristics > div:first-child {
	margin-left: 0;
}

.house__characteristics img {
	margin-right: 5px;
	width: 24px;
	height: 24px;
}

.house__detail-description {
	margin-top: 48px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 17px;
}

.house__photos {
	display: flex;
	margin: 200px 0 30px 0;
}

.house__photos .house__photos-vertical,
.house__photos .house__phothos-first-row > div,
.house__photos .house__phothos-second-row > div {
	background-position: center;
	background-size: cover;
}

.house__photos .house__photos-vertical {
	margin-right: 25px;
	width: 675px;
	height: 744px;
}

.house__photos > div {
	width: 100%;
	display: flex;
}

.house__photos .house__phothos-first-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.house__photos .house__phothos-first-row > div,
.house__photos .house__phothos-second-row > div {
	width: 420px;
	height: 360px;
}

.house__photos .house__phothos-second-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.house__plan {
	width: 100%;
	height: 620px;
	border-radius: 3px;
	background-color: #F1F1E5;
	background-position: center;
	background-repeat: no-repeat;
}

.house__vivla-logo {
	width: 120px;
	height: 120px;
}

.house__points-to-mark {
	margin-top: 250px;
	padding: 0 70px;
}

.house__points-to-mark-title,
.house__philosophy-and-style-title {
	display: block;
	max-width: 800px;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.025em;
	color: #020202;
}

.house__points-to-mark-points {
	margin: 35px 0 165px 0;
	display: flex;
	flex-wrap: wrap;
}

.house__points-to-mark-points-left,
.house__points-to-mark-points-right {
	position: relative;
	width: 50%;
}

.house__points-to-mark-points-right {
	padding-top: 30px;
}

.house__points-to-mark-point,
.house__philosophy-and-style-point {
	width: 50%;
	margin-top: 30px;
}

.house__points-to-mark-points-left .house__points-to-mark-point {
	width: auto;
}

.house__points-to-mark-points p,
.house__philosophy-and-style-points p {
	max-width: 520px;
	opacity: 0.8;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	color: #020202;
}

.house__points-to-mark-points-right > div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.house__points-to-mark-points-right > div:first-child {
	width: 460px;
	height: 325px;
}

.house__points-to-mark-points-right > div:last-child {
	position: absolute;
	top: 90px;
	right: -120px;
	width: 220px;
	height: 440px;
}

.house__philosophy-and-style {
	position: relative;
	margin-top: 350px;
	padding: 0 70px 165px 70px;
	background-color: #f8f7f0;
}

.house__philosophy-and-style-title {
	padding-top: 240px;
}

.house__philosophy-and-style-points {
	margin-top: 50px;
}

.house__philosophy-and-style-img {
	position: absolute;
	right: 0px;
	top: 125px;
}

.house__philosophy-and-style-characteristics {
	margin-top: 370px;
	display: flex;
	flex-wrap: wrap;
}

.house__philosophy-and-style-characteristics > div {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-left: 1px solid rgba(0, 0, 0, .5);
	width: 21.5%;
	padding: 50px 20px;
}

.house__philosophy-and-style-characteristics > div:first-child,
.house__philosophy-and-style-characteristics > div:nth-child(2),
.house__philosophy-and-style-characteristics > div:nth-child(3),
.house__philosophy-and-style-characteristics > div:nth-child(4) {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.house__philosophy-and-style-characteristics > div:first-child,
.house__philosophy-and-style-characteristics > div:nth-child(5) {
	border-left: none;
}

.house__philosophy-and-style-characteristics p {
	opacity: 0.8;
	font-family: 'Sneak';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #020202;
}

.house__philosophy-and-style-characteristics-icon {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 30px;
	width: 125px;
	height: 90px;
}

.house__exceeded-needs {
	margin-top: 160px;
}

.house__exceeded-needs hr {
	width: 50px;
	display: inline-block;
}

.house__exceeded-needs-title {
	margin-top: 40px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 45px;
	line-height: 47px;
	color: #020202;
	opacity: 0.8;
}

.house__exceeded-needs-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 120px;
}

.house__exceeded-needs-grid > div {
	margin-left: 45px;
	width: 405px;
}

.house__exceeded-needs-grid > div > p{
	margin-top: 5px;
	margin-bottom: 10px;
}

.house__exceeded-needs-grid > div:nth-child(3n+1) {
	margin-left: 0;
}

.house__exceeded-needs-grid-image {
	width: 405px;
	height: 282px;
	background-size: cover;
  background-position: center;
}

.house__exceeded-needs-grid-text {
	margin: 15px 0;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
}

.house__prices-and-taxes {
	margin-top: 350px;
}

.house__prices-and-taxes-title {
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 50px;
	line-height: 55px;
}

.house__prices-and-taxes-detail-box {
	display: flex;
	margin-top: 100px;
	border: 1px solid #D4D4C8;
}

.house__prices-and-taxes-detail-box-left {
	width: 52%;
	padding: 10px 60px 0 70px;
}

.house__prices-and-taxes-detail {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 60px;
}

.house__prices-and-taxes-text {
	max-width: 365px;
	font-family: 'Sneak';
	font-weight: 400;
}

.house__prices-and-taxes-text p:first-child {
	font-size: 20px;
	line-height: 22px;
}

.house__prices-and-taxes-text p:last-child {
	padding-top: 5px;
	font-size: 16px;
	line-height: 18px;
}

.house__prices-and-taxes-value {
	text-align: right;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -0.035em;
	color: #000;
}

.house__prices-and-taxes-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	border-top: 1px solid #D4D4C8;
	padding-top: 25px;
}

.house__prices-and-taxes-value--total {
	color: #CF7625;
}

.house__prices-and-taxes-detail-box-right {
	margin: 25px 0 60px 0;
	border-left: 1px solid #D4D4C8;
	width: 48%;
	padding: 20px 30px 0 65px;
}

.house__prices-and-taxes-detail-box-right > img {
	width: 175px;
} 

.house__prices-and-taxes-financing-title {
	margin-top: 35px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 23px;
	color: #000;
}

.house__prices-and-taxes-financing-text {
	margin-top: 10px;
	max-width: 330px;
	font-family: 'Sneak';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.house__prices-and-taxes-financing-boxes {
	display: flex;
	flex-wrap: wrap;
}

.house__prices-and-taxes-financing-boxes > div {
	margin-top: 25px;
	width: 32%;
}

.house__prices-and-taxes-financing-boxes > div:nth-child(2),
.house__prices-and-taxes-financing-boxes > div:nth-child(3),
.house__prices-and-taxes-financing-boxes > div:nth-child(5) {
	 margin-left: 2%;
}

.house__prices-and-taxes-financing-header-box {
	border-bottom: 1px solid #E9862C;
	padding-bottom: 8px;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 18px;
	color: #CF7625;
}

.house__prices-and-taxes-financing-text-box {
	margin-top: 15px;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 14px;
	line-height: 15px;
}

.house__enjoy {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 110px;
}

.house__enjoy-title {
	width: 50%;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 86px;
	line-height: 73px;	
	letter-spacing: 0.02em;
	color: #CF7625;
}

.house__enjoy-bullets {
	width: 33%;
	padding-right: 90px;
	margin-top: 30px;
}

.house__enjoy-bullets > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}

.house__enjoy-bullets p {
	margin-left: 30px;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.01em;
}

.house__contact {
	margin: 900px 0 650px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.house__contact > img {
	max-width: 191px;
}

.house__contact > a {
	margin-top: 50px;
	text-decoration: none;
	font-family: 'Teodor';
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #020202;
}

/* STYLES FOR PRINT PDF */
@media print {

	body {
		margin: 0 5% 6% 5%; 
		width: 90%;
	}

	.header__bottom {
		margin-top: 50px;
		padding: 0 40px;
	}

	.page-break-after {
		page-break-after: always;
	}

	.download-button {
		display: none;
	}

	.house__ppal-image,
	.house__photos .house__photos-vertical,
	.house__photos .house__phothos-first-row > div, 
	.house__photos .house__phothos-second-row > div,
	.house__plan,
	.house__points-to-mark-points-right > div,
	.house__exceeded-needs-grid-image {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		print-color-adjust: exact;	
	}

	.house__header {
    margin-top: 30px;
	}

	.header__text {
    font-size: 14px;
	}

	.house__name {
    font-size: 40px;
		line-height: 40px;
	}

	.house__stars-certification img {
    width: 10px;
    height: 10px;
	}

	.house__location,
	.house__text-certification {
    font-size: 12px;
	}

	.house__price-detail {
    font-size: 25px;
	}

	.house__ownership-valoration {
    font-size: 11px;
	}

	.house__info {
		width: 420px;
	}

	.house__description {
    font-size: 25px;
	}

	.house__detail-description {
    font-size: 10px;
	}

	.house__ppal-image {
    margin-top: 15px;
		height: 350px;
	}

	.house__photos > div {
		margin-top: 100px;
	}

	.house__photos .house__photos-vertical {
    margin-right: 25px;
    width: 300px;
    height: 390px;
	}

	.house__photos .house__phothos-first-row > div, 
	.house__photos .house__phothos-second-row > div {
    width: 180px;
    height: 180px;
	}

	.house__plan {
		height: 450px;
	}

	.house__points-to-mark {
    margin-top: 100px;
    padding: 0;
	}

	.house__points-to-mark-title, 
	.house__philosophy-and-style-title {
    padding-right: 200px;
    font-size: 25px;
    line-height: 35px;
	}

	.house__points-to-mark-points p, 
	.house__philosophy-and-style-points p {
		padding-right: 20px;
    font-size: 12px;
    line-height: 21px;
	}

	.house__points-to-mark-points-right > div:first-child {
		width: 200px;
    height: 132px;
	}

	.house__points-to-mark-points-right > div:last-child {
    top: 50px;
    right: 0;
    width: 80px;
    height: 190px;
	}

	.house__philosophy-and-style {
    padding: 0 0 165px 0;
	}

	.house__philosophy-and-style-title {
    padding-top: 180px;
	}

	.house__philosophy-and-style-points {
    margin-top: 30px;
	}

	.house__philosophy-and-style-point {
    margin-top: 15px;
	}

	.house__philosophy-and-style-img {
		width: 60%;
	}

	.house__philosophy-and-style-characteristics {
    margin-top: 250px;
	}

	.house__philosophy-and-style-characteristics > div {
    width: 21.5%;
    padding: 20px 10px;
	}

	.house__philosophy-and-style-characteristics p {
    font-size: 10px;
    line-height: 14px;
	}

	.house__philosophy-and-style-characteristics-icon {
    margin-top: 15px;
    width: 90px;
    height: 55px;
	}

	.house__philosophy-and-style-characteristics-icon img {
    height: 70%;
	}

	.house__exceeded-needs hr {
    margin-top: 120px;
	}

	.house__exceeded-needs-title {
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
	}

	.house__exceeded-needs-grid {
    margin-top: 60px;
	}

	.house__exceeded-needs-grid > div {
    margin-left: 20px;
    width: 180px;
	}

	.house__exceeded-needs-grid-image {
    width: 180px;
    height: 120px;
    background-size: cover;
    background-position: center;
	}

	.house__exceeded-needs-grid-text {
    margin: 10px 0;
    font-size: 10px;
    line-height: 14px;
	}

	.house__prices-and-taxes {
    margin-top: 100px;
	}

	.house__prices-and-taxes-title {
    font-size: 25px;
	}

	.house__prices-and-taxes-detail-box {
    margin-top: 30px;
	}

	.house__prices-and-taxes-detail-box-left {
    padding: 15px 20px 0 20px;
	}

	.house__prices-and-taxes-detail {
    padding-top: 20px;
	}

	.house__prices-and-taxes-text p:first-child {
    font-size: 12px;
    line-height: 14px;
	}

	.house__prices-and-taxes-text p:last-child {
    font-size: 8px;
    line-height: 10px;
	}

	.house__prices-and-taxes-value {
    font-size: 16px;
	}

	.house__prices-and-taxes-detail-box-right > img {
    width: 100px;
	}

	.house__prices-and-taxes-financing-title {
		margin-top: 15px;
    font-size: 12px;
	}

	.house__prices-and-taxes-financing-text {
    max-width: auto;
    font-size: 9px;
    line-height: 12px;
	}

	.house__prices-and-taxes-detail-box-right {
    margin: 10px 0 30px 0;
    padding: 20px 20px 0 30px;
	}

	.house__prices-and-taxes-financing-boxes > div {
    margin-top: 15px;
	}

	.house__prices-and-taxes-financing-header-box {
    font-size: 9px;
	}

	.house__prices-and-taxes-financing-text-box {
		margin-top: 5px;
    font-size: 7px;
    line-height: 8px;
	}

	.house__enjoy {
    margin-top: 80px;
	}

	.house__enjoy-title {
    font-size: 40px;
    line-height: 40px;
	}

	.house__enjoy-bullets {
		width: 40%;
		padding-left: 40px;
    padding-right: 20px;
	}

	.house__enjoy-bullets p {
    font-size: 9px;
    line-height: 12px;
	}

	.house__contact > img {
		margin-top: 500px;
    max-width: 90px;
	}

	.house__contact > a {
    margin-top: 15px;
    font-size: 12px;
	}

}