/*
Theme Name: Construções Foz Do Lima
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

::selection{
	background-color: #2A2A2A;
	color: #fff;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	scroll-behavior: smooth;
	font-family: "Inter", serif;
	counter-reset: section;
	/*overflow-x: hidden;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a{
	text-decoration: none;
	color: inherit;
}

footer ul,
header ul{
	list-style: none;
	padding-left: 0;
}

ul{
	padding-left: 25px;
}

ul > li{
	color: #464646;
	font-size: 16px;
	font-weight: 300;
	line-height: 190%; /* 24px */
}

address{
	font-style: normal;
}

h1{
	color: #2A2A2A;
	font-size: 36px;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
}

h2{
	color: #2A2A2A;
	font-size: 28px;
	font-weight: 700;
	line-height: 130%; 
}

p{
	color: #747474;
	font-size: 18px;
	font-weight: 300;
	line-height: 170%; /* 30.6px */
}

/* ajustes */
.mb-15{ margin-bottom: 15px; }
.text-center{ text-align: center; }
.relative{ position:relative; }
.color-white{ color: #FFF !important}

/* default */
.container-lg{
	max-width: 1800px;
	margin: 0 auto;
}
.container{
	max-width: 1465px;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
}

.container-md{
	max-width: 812px;
	margin: 0 auto;
}

.container-sm{
	max-width: 500px;
	margin: 0 auto;
}

.before-detail{ position: relative;}
.before-detail::before{
	content: '';
    width: 5px;
    height: 55px;
    transform: rotate(28deg) translateY(-5px);
    background-color: #D3D229;
    display: block;
    position: absolute;
    left: -3px;
    top: -10px;
}

.before-detail.small::before{
	height: 40px;
}

.default-content{
	padding: 185px 0 70px 0;
}

.default-content h1{
	color: #2A2A2A;
	font-size: 36px;
	font-weight: 700;
	line-height: 130%; /* 46.8px */
	margin-bottom: 40px;
}

.default-content h2{
	color: #111;
	font-size: 26px;
	font-weight: 600;
	line-height: 130%;
	display: flex;
	margin-bottom: 15px;
}

.default-content h2::before{
	counter-increment: section;
	content: counter(section, decimal-leading-zero)".";
	color: #D3D229;
	margin-right: 5px;
}

.default-content h3{
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	display: flex;
	margin-bottom: 15px;
}

.tag-margin > p,
.tag-margin > h2,
.tag-margin > h3, 
.tag-margin > ul{
	margin-bottom: 15px;
}

.default-content ul > li,
.default-content p{
	color: #181818;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
	margin-bottom: 15px;
}

.default-content ul > li{
	margin-bottom: 0;
}

.default-content p > a{
	text-decoration: underline;
}

.default-content table{
	display: block;
    overflow: auto;
}

.default-content ul:last-of-type,
.default-content p:last-child{
	margin-bottom: 30px;
}

.default-content td{
	padding: 8px;
	color: #181818;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%; /* 11px */
	min-width: 100px;
}

.privacy-policy .default-content td:nth-child(4){
	min-width: 200px;
}

.default-content tr:first-child td{
	color: #D3D229;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%; /* 14px */
}

.default-content tr:nth-child(even){
	background-color: #F0F0F0;
}

/* buttons */
.btn{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 120.884%; /* 21.759px */
	border-radius: 10px;
	background-color: #2C2C2C;
	padding: 12px 30px;
	display: block;
	width: fit-content;
}

.btn-secondary{
	color: #2A2A2A;
	font-size: 18px;
	font-weight: 600;
	line-height: 120.884%; /* 21.759px */
	border-radius: 10px;
	background-color: #E7E7E7;
	padding: 12px 25px;
	display: block;
	width: fit-content;
	white-space: nowrap;
	transition: all .2s;
}

.btn-secondary:hover{
	background-color: #2A2A2A;
	color: #fff;
}

.btn-hero,
.btn-contact{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 120.884%; /* 19.341px */
	border-radius: 10px;
	background: #2A2A2A;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	transition: all .2s;
}

.btn-hero:hover,
.btn-contact:hover{
	background-color: #E7E7E7;
	color: #2A2A2A;
}

.btn-contact::after{
	content: '';
	height: 17.5px;
	width: 17.5px;
	display: block;
	background-image: url(assets/images/icons/icon-header-contact.svg);
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(1);
	rotate: 1deg;
	transition: all .2s;
}

.btn-contact:hover::after{
	transform: rotate(20deg);
	filter: invert(0);
}

.btn-plan{
	color: #292929;
	font-size: 11px;
	font-weight: 600;
	line-height: 140%; /* 15.4px */
	background-color: #fff;
	border-radius: 15px;
	background-color: #FFF;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	gap: 7px;
	transition: all .2s;
}

.btn-plan::after{
	content: '';
	width: 14px;
	height: 10px;
	background-image: url(assets/images/icons/icon-download.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-plan:hover{
	background-color: #D3D229;
}

.btn-knowmore{
	color: #2A2A2A;
	font-size: 0;
	font-weight: 600;
	line-height: 120.884%; /* 21.759px */
	background-color: #CDCE00;
	padding: 0;
	border-radius: 10px;
	display: block;
    width: fit-content;
	transition: all .2s;
}

.tp-buildings-item:hover .btn-knowmore{
	padding: 12px 27px;
	font-size: 18px;
}

/* header */
#burger{
	display: none;	
}

header{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.header-logo{
    position: relative;
    overflow: hidden;
    padding: 30px;
    width: 400px;
    border-radius: 15px;
}

.header-logo::before{
    content: '';
    position: absolute;
    left: -85px;
    top: -170px;
    height: 450px;
    width: 450px;
    border-radius: 50%;
    background-color: #2A2A2A;
    display: block;
    z-index: -1;
}

.header-container{
	max-width: 1800px;
	margin: 0 auto;
}

.header-content{
	background: rgba(217, 217, 217, 0.18);
	backdrop-filter: blur(16px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	padding-right: 25px;
	-webkit-backdrop-filter: blur(16px);
}

/* header scroll */
header.scroll-up {
    position: fixed;
    left: 0;
	animation: showNav .5s
}

@keyframes showNav {
	from{
		transform: translateY(-100px)
	}
	to{
		transform: translateY(0)
	}
}

/* header.scroll-up .header-logo{
	width: 340px;
    padding: 25px;
	border-radius: 0;
}

.scroll-up .header-logo::before{
	left: -125px;
}

header.scroll-up .header-container{
	max-width: 100%;
	border-radius: 0;
}

.scroll-up .sub-menu{
	top: 80px;
}

header.scroll-up #menu-menu-top > li > a{
	padding: 35px 0;
}

header.scroll-up .custom-logo{
	width: 240px;
} */

/* menu */
#menu-menu-top{
	display: flex;
	align-items: center;
	gap: 30px;
}

#menu-menu-top > li > a{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 120.884%; /* 19.341px */
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 45px 0;
	position: relative;
	transition: all .2s;
}

#menu-menu-top > li:not(.header-contact) > a::before{
    content: '';
    width: 0;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: all .2s;
}

#menu-menu-top > li.current-menu-ancestor:not(.header-contact) > a::before,
#menu-menu-top > li.current-menu-item:not(.header-contact) > a::before,
#menu-menu-top > li:not(.header-contact) > a:hover::before{
	width: 100%;
}

#menu-menu-top .header-contact > a{
	border-radius: 10px;
	background: #F2F2F2;
	padding: 20px 30px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

#menu-menu-top .header-contact > a:hover{
	background-color: #2A2A2A;
	color: #fff;
}

#menu-menu-top .header-contact > a:hover::after{
	filter: invert(1);
	transform: rotate(20deg);
}

.header-contact > a::after{
	content: '';
	height: 17.5px;
	width: 17.5px;
	display: block;
	background-image: url(assets/images/icons/icon-header-contact.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s;
}

.sub-menu{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #F2f2f2;
	top: 101px;
	min-width: 275px;
	padding: 25px 0;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	transition: all .2s;
}

.sub-menu > li > a{
    font-size: 14px;
    color: #111;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0;
	margin: 0 20px;
}

.sub-menu > li{
	transition: all .2s;
}

.sub-menu > li.current-menu-item,
.sub-menu > li:hover{
	background-color: #d3d3d3;
}

.menu-item{
	position: relative;
}

.menu-item-has-children:hover > .sub-menu{
	visibility: visible;
	opacity: 1;
	transform: translateY(8px);
}

.menu-item-has-children > a::after{
	content: '';
	height: 4.5px;
	width: 8.5px;
	background-image: url(assets/images/icons/icon-header-submenu.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* footer */
footer{
	background-color: #e7e7e7;
	padding-top: 158px;
	padding-bottom: 50px;
	background-image: url(assets/images/footer-bg.svg);
	background-repeat: no-repeat;
	background-position: 100% 102%;
	background-size: contain;
	overflow-x: hidden;
}

.page-template-default footer{
	background-color: transparent;
	padding-top: 20px;
}

.error404  footer{
	padding-top: 0;
	background-size: cover;
}

footer h4{
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 700;
	line-height: 146%; /* 23.36px */
	margin-bottom: 10px;
}

footer h5{
	color: #2A2A2A;
    font-size: 14px;
    font-weight: 700;
    line-height: 146%;
    margin: 20px 0 10px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
	column-gap: 90px;
}

.footer-content{
	max-width: 1800px;
	margin: 0 auto;
	width: 100%;
	border-radius: 15px;
	background-color: #F3F3F3;
	padding: 55px 60px 40px 60px;
	position: relative;
	overflow: hidden;
}

.footer-content::before{
	content: '';
    background-image: url(assets/images/img-helmet.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    right: 22%;
	aspect-ratio: 1.54;
	width: 400px;
    z-index: 1;
	pointer-events: none;
}

.footer-logo{
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	margin-right: 60px;
}

.footer-logo > span{
	color: #B9B9B9;
	font-size: 15px;
	font-weight: 600;
	line-height: 160%; /* 24px */
}

.footer-slogan{
	color: #DBDBDB;
	text-align: right;
	font-size: 69px;
	font-weight: 700;
	line-height: 101%; /* 69.69px */
	text-transform: capitalize;
	position: relative;
}

.footer-tels,
.footer-list{
	display: flex;
	flex-direction: column;
}

.footer-contact-text{
	color: #2A2A2A;
	font-size: 15px;
	font-weight: 300;
	line-height: 170%; /* 25.5px */
}

a.footer-contact-text:hover{
	color: #000;
}

.footer-tels{
	display: inline-block;
}

.footer-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 95px;
	position: relative;
	z-index: 1;
}

.footer-bottom::before{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(137, 137, 137, 1) 10%, rgba(255, 255, 255, 0) 65%);
}

.footer-bottom > ul{
	display: flex;
	align-items: center;
	gap: 35px;
}
#menu-menu-bottom > li{
	line-height: 0;
}

#menu-menu-bottom > li > a{
	color: #2A2A2A;
	font-size: 12px;
	font-weight: 300;
	line-height: 146%; /* 17.52px */
}

#menu-menu-bottom > li > a:hover{
	color: #000;
}

.footer-socials > span{
	color: #2A2A2A;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 146%; /* 23.36px */
}

.footer-socials {
    display: flex;
    flex-direction: column;
	gap: 8px;
}

.footer-socials-icons{
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 0;
}

.footer-socials-icons img{
	transition: all .2s;
}

.footer-socials-icons > a:hover img{
	filter: invert(1);
}

.footer-blisq{
	display: block;
    margin-top: 60px;
    margin-left: 92%;
}

.footer-address:hover span{
	color: #000;
}

/* 404 */
.section-404{
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(assets/images/erro_404.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.container-404{
	max-width: 500px;
	margin: 60px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-404 > h1{
	color: #BDBE00;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 120.884%; /* 20.55px */
	text-transform: uppercase;
}

.container-404 > h2{
	color: #2A2A2A;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 120.884%; /* 43.518px */
	margin: 5px 0 15px 0;
}

.container-404 > p{
	color: #747474;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 170%; /* 30.6px */
	margin-bottom: 15px;
}

/* serviço */
.service{
	padding: 185px 0 100px 0;
	background: linear-gradient(to top, #F6F6F6 -20%, #FFF 100%);
}

.service-grid {
    display: grid;
    grid-template-columns: 40% 48%;
    column-gap: 10%;
}

.service-content{
	padding-top: 45px;
}

.service-content > p{
	margin-bottom: 20px;
}

.service-content > ul{
	padding-left: 65px;
}

.service-images  img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.other-services {
    margin-top: 55px;
}

.other-services > h2{
	color: #AFAFAF;
	font-size: 23px;
	font-weight: 600;
	line-height: 130%; /* 29.9px */
	margin-bottom: 15px;
}

.other-services > ul{
	list-style: none;
	column-gap: 25px;
	columns: 2;
	padding-left: 0;
}

.other-service{
	color: #000;
	font-size: 25px;
	font-weight: 500;
	line-height: 146%; /* 36.5px */
	padding: 18px 0 22px 0;
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
	display: flex;
	align-items: center;
	transition: all .2s;
}

.other-service:hover{
	border-color: #000;
}

.other-service::before{
	counter-increment: section;
	content: counter(section, decimal-leading-zero)". ";
	color: #D3D229;
	font-size: 18px;
	font-weight: 700;
	line-height: 146%; /* 25.553px */
	padding-left: 30px;
    margin-right: 25px;
}

.other-service::after{
	content: '';
	width: 40px;
	aspect-ratio: 1;
	margin-left: auto;
	background-image: url(assets/images/btn-plus-light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .5s;
	transform: rotate(0);
}

.other-service:hover::after{
	transform: rotate(180deg);
}

/* TP Edifícios */
.tp-buildings{
	padding: 115px 0 138px 0;
	position: relative;
	overflow-x: hidden;
	z-index: 0;
}

.tp-buildings::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 214px;
	background-color: #2A2A2A;
	display: block;
	z-index: -1;
}

.tp-buildings > .container-sm{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.tp-buildings-items{
	display: flex;
	gap: 20px;
	margin-top: 40px;
	overflow-x: auto;
	scrollbar-width: none;
}

.tp-buildings-items.scrolling .tp-buildings-item{
	pointer-events: none;
}

.tp-buildings-items::-webkit-scrollbar{
	display: none;
}

.tp-buildings-item{
    flex: 0 0 22.5%;
	aspect-ratio: 1.05;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
	transition: all .3s ease-in-out;
}

.tp-buildings-item:hover{
	rotate: -5deg;
    scale: .92;
}

.tp-buildings-item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 150%;
    width: 150%;
    display: block;
    z-index: 1;
	background: rgba(255, 255, 255, 0.2);
    mix-blend-mode: normal;
    transform: rotate(45deg) translate(100%, -25%);
	transition: all .35s ease-in-out;
}

.tp-buildings-item:hover::before{
    transform: rotate(45deg) translate(-95%, -25%);
}

.tp-buildings-item > span::before{
	content: '';
	height: 30%;
	width: 30%;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: rgba(255, 255, 255, 0.55);
	mix-blend-mode: overlay;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 1;
}

.tp-buildings-item:hover > span::before{
	display: none;
}

.tp-buildings-item::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	border-radius: 15px;
	opacity: 0.85;
	background: linear-gradient(180deg, rgba(42, 42, 42, 0.00) 0%, #2A2A2A 100%);
	mix-blend-mode: multiply;
}

.tp-buildings-item > img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tp-buildings-item-content{
	position: relative;
	z-index: 1;
	transition: all .3s ease-in-out;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tp-buildings-item:hover .tp-buildings-item-content{
	rotate: 5deg;
}

.tp-buildings-item-content > h3{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%; 
}

.scroll-controls{
    position: absolute;
    right: 6%;
    top: 120px;
    display: flex;
    gap: 12px;
}

.scroll-btn{
	height: 48px;
	width: 48px;
	background-image: url(assets/images/btn-scroll.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all .2s;
}

.scroll-btn-left{
	transform: rotate(-180deg);
}

.scroll-btn:hover{
	scale: 1.1;
}

/* hero */
.hero{
	position: relative;
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
	padding: 200px 0 100px 0;
}

.hero-images{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-content{
	max-width: 500px;
    position: relative;
    margin-top: -100px;
}

.hero-content > h1{
	font-size: 20px;
	margin: 0 0 10px 20px;
    text-transform: uppercase;
}

.hero-content > .before-detail::before{
	background-color: #fff;
}

.hero-content-carrousel {
	position: absolute;
	max-width: 100%;
	top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.hero-content-carrousel.active {
    visibility: visible;
    opacity: 1;
}

.hero-content-carrousel > p{
	color: #2A2A2A;
	font-size: 69px;
	font-weight: 700;
	line-height: 111%; /* 76.59px */
	margin-bottom: 22px;
}

/* hero slick */
.hero .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    list-style: none;
    gap: 20px;
    transform: translateX(-50%);
}

.hero .slick-dots > li{
	padding: 10px 0;
	cursor: pointer;
}

.hero .slick-dots > li > button{
	font-size: 0;
	height: 2px;
	width: 40px;
	background-color: #fff;
	border: none;
}

.hero .slick-dots > li.slick-active > button{
	height: 4px;
}

.hero .slick-track,
.hero .slick-list{
	height: 100%;
}

.hero .slick-slide{
	object-fit: cover;
	object-position: center;
}

/* edificio */
.single-banner {
    position: sticky;
    top: 0;
    z-index: 1;
        z-index: -1;
}
.single-banner > img{
	width: 100%;
	height: auto;
}

.single-building{
	background: url(assets/images/before-building.svg) #fff;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 46%;
}

.single-building-grid{
	display: grid;
	grid-template-columns: 28% 40%;
	gap: 25%;
	padding: 80px 0 40px 0;
}
.sb-specs{
	background:  #fff;
}
.single-building-grid.no-content{
	grid-template-columns: 100%;
}

.sb-specs-grid {
    display: grid;
    grid-template-columns: 1fr 60%;
    column-gap: 5%;
}
.tp-buildings{
	background: #fff;
}
.sb-specs-grid-left{
	margin-top: 50px;
    /* max-height: 480px;
    overflow-y: auto; */
}

.sb-specs-video > video{
	width: 100%;
	/* aspect-ratio: 16 / 9; */
	border-radius: 15px;
	display: none;
	position: relative;
}

.sb-specs-video{
	position: relative;
	cursor: pointer;
}

.sb-specs-video.selected::after{
	content: '';
	width: 72px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-video.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sb-specs-video.played::after{
	display: none;
}

.sb-specs-video.selected > video{
	display: block;
}

.sb-specs-video-footer {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.sb-specs-video-footer > span{
	color: #949494;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
}

.sb-specs-video-footer > button{
	color: #2A2A2A;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%; /* 13px */
	display: flex;
	align-items: center;
	border-radius: 100px;
	background-color: #F0F0F0;
	border: none;
	padding: 10px 30px;
	gap: 10px;
	cursor: pointer;
	transition: all .2s;
}

.sb-specs-video-footer > button.selected,
.sb-specs-video-footer > button:hover{
	background-color: #000;
	color: #FFF;
}

.sb-specs-video-footer > button::after{
	content: '';
	height: 13px;
    width: 8px;
	background-image: url(assets/images/icons/icon-video-yellow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.sb-details {
    padding: 70px 0 90px;
    background: #fff;
}

.sb-details-grid{
	display: grid;
	gap: 20px;
	grid-template-columns: 25% 1fr;
}

.sb-details-list{
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.sb-location,
.sb-details-list > li{
	color: #292929;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%; /* 28.9px */
	display: flex;
	align-items: center;
	gap: 16px;
	border-radius: 15px;
	background-color: #F9F9F9;
	padding: 18px 30px;
}

.sb-details-list > li.sb-location-item{
	all: unset;
}

.sb-location:hover{
	background-color: #f0f0f0;
}


.sb-details-grid-right{
	background-color: #F9F9F9;
	border-radius: 15px;
	padding: 30px 0 30px 30px;
	overflow-x: hidden;
}

.apartaments-list{
	display: none;
	gap: 20px;
	overflow-x: auto;
	scrollbar-width: none;
	cursor: grab;
	margin-left: -30px;
}

.apartaments-list::-webkit-scrollbar{
	display: none;
}

.apartaments-list.active{
	display: flex;
}

.apartaments-list.scrolling{
	cursor: grabbing;
}

.apartaments-list.scrolling .apartment-card{
	user-select: none;
	pointer-events: none;
}

.apartment-card{
	border-radius: 15px;
	background-color: #F0F0F0;
	padding: 20px;
	flex: 0 0 288px;
}

.apartment-card:first-child{
	margin-left: 30px;
}

.apartment-card-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.apartment-card-header > h3{
	color: #292929;
	font-size: 13px;
	font-weight: 700;
	line-height: 140%; /* 18.2px */
}

.apartment-feature{
	color: #292929;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%; /* 19.6px */
}

.apartment-feature:first-child{
	grid-column: span 2;
}

.apartment-feature > span{
	color: #292929;
	font-size: 11px;
	font-weight: 500;
	line-height: 140%; /* 15.4px */
	display: block;
}

.apartment-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 22px 44px;
    margin-top: 15px;
}

.typology-tabs{
	padding-bottom: 22px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.apartment-brochure{
	display: flex;
	align-items: center;
	gap: 13px;
	margin-right: 30px;
}

.apartment-brochure > span{
	color: #949494;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
}

.apartment-brochure > a{
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 600;
	line-height: 120.884%; /* 19.341px */
	border-radius: 10px;
	background-color: #C8C901;
	display: flex;
	padding: 12px 17px;
	align-items: center;
	gap: 10px;
	transition: all .2s;
}

.apartment-brochure > a:hover{
	background-color: #b4b400
}

.apartment-brochure > a::after{
	content: '';
	height: 11px;
	width: 11px;
	background-image: url(assets/images/icons/icon-download.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.typology-btns {
    display: flex;
    gap: 20px;
}

.typology-btn{
	border-radius: 100px;
	background: #F9F9F9;
	color: #292929;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 22.1px */
	padding: 5px 20px;
	cursor: pointer;
	border: none;
	position: relative;
	transition: all .2s;
}

.typology-btn:hover,
.typology-btn.active{
	background: #000;
	color: #fff;
}

.typology-btn:not(:last-child)::after{
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
    right: -10px;
    top: 5px;
	display: block;
	background-color: #E7E7E7;
}

/* edificio slick */
.service-images,
.single-building-gallery{
	position: relative;
}

.service-images .slick-arrow,
.single-building-gallery .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-image: url(assets/images/btn-scroll.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	transition: all .2s;
}

.single-building-gallery .slick-arrow:hover{
	scale: 1.1;
}

.single-building-gallery .slick-prev{
	left: 40px;
	transform: translateY(-50%) rotate(-180deg);
	z-index: 1;
}

.single-building-gallery .slick-next{
	right: 40px;
	z-index: 1;
}

.service-images .slick-prev{
	left: 20px;
	transform: translateY(-50%) rotate(-180deg);
	z-index: 1;
}

.service-images .slick-next{
	right: 20px;
	z-index: 1;
}

.single-building-gallery .slick-list{
	border-radius: 15px;
}

.single-building-gallery .slick-dots{
	list-style: none;
    padding-left: 0;
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    gap: 20px;
    transform: translateX(-50%);
}

.single-building-gallery .slick-dots > li > button{
	font-size: 0;
	height: 2px;
	width: 40px;
	background-color: #fff;
	border: none;
}

.single-building-gallery .slick-dots > li.slick-active > button{
	height: 4px;
}

/* frontpage */
.frontpage-services{
	background-color: #2A2A2A;
	padding: 122px 0 142px 0;
	background-position: bottom;
}

.frontpage-services h2{
	margin: 0 auto;
	width: fit-content;
	color: #fff;
}

.frontpage-services-items {
	list-style: none;
	padding-left: 0;
	margin-top: 50px;
}

.frontpage-service-item > a{
	color: #FFF;
    font-size: 33px;
    font-weight: 500;
    line-height: 146%;
    border-bottom: 2px solid #505050;
    padding: 40px 5% 50px 5%;
    display: flex;
	align-items: center;
	transition: all .2s;
}

.frontpage-service-item > a:hover{
	border-color: #fff;
}

.frontpage-service-item > a::before{
	counter-increment: section;
	content: counter(section, decimal-leading-zero) ". ";
	color: #D3D229;
	font-size: 21px;
	font-weight: 700;
	line-height: 146%;
	margin-right: 30px;
	margin-top: 5px;
}

.frontpage-service-item > a::after{
	content: '';
	width: 48px;
	height: 48px;
	background-image: url(assets/images/btn-plus-dark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	transition: all .5s;
}

.frontpage-service-item > a:hover::after{
	rotate: 90deg;
	background-image: url(assets/images/btn-plus-light.svg);
}

.frontpage-about-us {
    padding: 100px 0 190px 0;
    background: linear-gradient(to top, #D9D9D9 -20%, #fff 100%);
	overflow-x: hidden;
}

.frontpage-about-us-grid {
    display: grid;
    grid-template-columns: 46% 31%;
    gap: 10%;
	align-items: center;
}

.frontpage-about-us-grid > img{
	width: 100%;
	height: auto;
}

.frontpage-featured-building{
	padding: 95px 0 90px 0;
	border-bottom: 1px solid #C7C7C7;
}

.frontpage-featured-building .btn-secondary{
	margin: 30px auto 0 auto;
}

.frontpage-featured-building-content{
	max-width: 608px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
}

.frontpage-featured-building.hover .frontpage-featured-building-img{
	scale: 0.9;
}

.frontpage-featured-building-img-center > img{
	width: 100%;
	height: auto;
	transition: all .5s;
}

.frontpage-featured-building-img:hover > img,
.frontpage-featured-building-img-center:hover > img{
	scale: 1.05;
}

.frontpage-featured-building-img{
	position: absolute;
	width: 220px;
	aspect-ratio: 1;
	border-radius: 15px;
	overflow: hidden;
	transition: all .5s;
	z-index: 1;
}

.frontpage-featured-building-img > img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}

.frontpage-featured-building-img-left{
	bottom: 12%;
    left: 25px;
}

.frontpage-featured-building-img-right{
	top: 12%;
	right: 100px;
}

@media screen and (min-width: 1921px) {
	/* footer */
	footer{
		background-image: none;
		position: relative;
	}

	footer::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 350px;
		clip-path: polygon(20% 50%, 80% 0%, 100% 100%, 0 100%, 0 0);
		background-color: #2A2A2A;
		display: block;
	}
}

@media screen and (min-height: 1080px){
	.hero{
		min-height: 74vh;
	}
}

@media screen and (max-width: 1855px) {
	.container-lg{
		padding: 0 3%;
	}

	/* header */
	header{
		padding:  0 3%;
	}

	/* footer */
	.footer-content{
		width: 94%;
	}

	.footer-slogan{
		font-size: 65px;
	}

	.footer-logo{
		margin-right: 0;
	}
}

@media screen and (max-width: 1722px) {
	/* footer */
	.footer-slogan {
        font-size: 60px;
    }

	.footer-grid{
		column-gap: 5%;

	}

	.apartment-brochure > a {
		font-size: 15px;
	}

	.sb-location,
	.sb-details-list > li{
		font-size: 16px;
	}

	/* frontpage */
	.frontpage-service-item > a {
		font-size: 30px;
	}
}

@media screen and (max-width: 1615px) {
	.container{
		padding:  0 3%;
	}

	/* 404 */
	.container-404 > h2{
		font-size: 32px;
	}

	/* footer */
	.footer-grid{ column-gap: 5%;}
	.footer-slogan {
        font-size: 52px;
    }

	/* frontpage */
	.frontpage-service-item > a {
		padding: 35px 5%;
	}

	.frontpage-service-item > a {
        font-size: 28px;
    }

	.btn-secondary {
		font-size: 17px;
		padding: 12px 20px;
	}

	.hero-content-carrousel > p {
		font-size: 60px;
	}
}

@media screen and (max-width: 1500px) {
	h2{
		font-size: 26px;
	}

	p {
		font-size: 17px;
	}

	/* header */
	.custom-logo{
		width: 240px;
	}

	.header-logo {
		width: 330px;
	}

	.header-logo::before {
		left: -130px;
	}

	#menu-menu-top > li > a {
		padding: 40px 0;
	}

	.sub-menu{
		top: 90px;
	}

	/* footer */
	footer {
		padding: 90px 0 40px 0;
	}

	.footer-content::before {
		right: 16%;
	}

	.footer-blisq {
		margin-top: 40px;
	}

    .footer-slogan {
        font-size: 45px;
    }

	.footer-contact-text{
		font-size: 14px;
	}

	.footer-logo > img{
		max-width: 270px;
	}

	/* serviço */
	.other-service {
		font-size: 22px;
	}

	/* edificio */
	.sb-location,
	.sb-details-list > li {
        font-size: 15px;
    }

	.sb-details-list img{
		width: 50px;
		height: auto;
	}

	.frontpage-featured-building-img-right{
		right: 20px;
	}

	.sb-details-grid-right {
		padding: 22px 0 22px 25px;
	}

	/* tp-edificio */
	.tp-buildings {
		padding: 90px 0 110px 0;
	}

	.scroll-btn {
		height: 40px;
		width: 40px;
	}

	.tp-buildings-item:hover .btn-knowmore {
		font-size: 15px;
		padding: 10px 20px;
	}

	/* frontpage */
	.frontpage-about-us-grid {
		grid-template-columns: 46% 35%;
        gap: 6%;
	}

	.frontpage-service-item > a {
        font-size: 26px;
    }

	.frontpage-about-us {
		padding: 70px 0 110px 0
	}
}

@media screen and (max-width: 1376px) {
	.default-content h1,
	h1{
		font-size: 32px;
	}

	.btn {
		font-size: 17px;
	}

	/* footer */
	footer {
		padding-top: 128px;
	}

	.footer-logo > img {
        max-width: 250px;
    }

	.footer-slogan {
        font-size: 40px;
    }

	.footer-content::before {
		background-size: contain;
		width: 340px;
	}

	/* 404 */
	.container-404 > h2{
        font-size: 28px;
	}

	.section-404{
		padding: 215px 0 100px 0;
		min-height: auto;
	}
	
	.container-404 > p{
		font-size: 16px;
	}

	/* tp edificio */
	.tp-buildings-item{
		flex: 0 0 26%;
	}

	.tp-buildings-item-content > h3 {
		font-size: 17px;
	}

	/* edificio */
	.apartment-brochure > a {
        font-size: 14px;
    }

	/* frontpage */
	.frontpage-service-item > a {
        font-size: 24px;
    }

	.hero-content-carrousel > p {
        font-size: 52px;
    }
}

@media screen and (max-width: 1280px) {
	h2 {
        font-size: 24px;
    }

	.default-content h1,
	h1{
		font-size: 30px;
	}

	.default-content h2 {
		font-size: 24px;
	}

	/* header */
	#menu-menu-top > li > a {
        padding: 35px 0;
    }

	.header-logo {
		padding: 25px;
	}

	.header-logo::before {
        left: -155px;
    }

	#menu-menu-top .header-contact > a {
		padding: 20px 25px !important;
	}

	#menu-menu-top {
		gap: 25px;
	}

	#menu-menu-top > li > a {
		font-size: 15px;
	}

	.sub-menu {
        top: 78px;
    }

	/* edificio */
	.sb-specs-grid-left{ margin-top: 0;}

	.single-building-grid {
		grid-template-columns: 35% 1fr;
		gap: 10%;
	}

	.sb-location,
	.sb-details-list > li {
        font-size: 14px;
    }

	.sb-details-list img {
        width: 40px;
	}

	.frontpage-featured-building-img{
		width: 190px;
	}

	/* serviço */
	.other-service {
        font-size: 20px;
    }

	.service-grid {
		grid-template-columns: 45% 50%;
		column-gap: 5%;
	}

	/* footer */
	footer {
		padding: 90px 0 28px 0;
		background-position: bottom;
    }

	.footer-grid {
        column-gap: 25px;
    }

	.footer-content {
		padding: 40px 30px;
	}

	.footer-logo > img {
        max-width: 210px;
    }

	.footer-blisq {
        margin-top: 25px;
		margin-left: 90%;
    }

	/* frontpage */
	.frontpage-service-item > a {
        font-size: 22px;
    }

	.frontpage-service-item > a::before{
		font-size: 19px;
	}

	.hero-content > h1 {
		font-size: 18px;
	}

	.hero-content-carrousel > p {
        font-size: 50px;
    }
}

@media screen and (max-width: 1080px) {
	.default-content h1,
	h1{
		font-size: 28px;
	}

	h2{
		font-size: 23px;
	}

	p {
		font-size: 15px;
	}

	ul > li{
		font-size: 15px;
	}

	.btn {
        font-size: 16px;
    }

	.other-services > h2{
		font-size: 20px;
	}

	/* footer */
	.footer-grid {
		grid-template-columns: 225px 225px;
		row-gap: 25px;
		column-gap: 0;
	}

	.footer-logo{
		grid-column: span 2;
	}

	.footer-content::before {
        right: 0;
    }

	.footer-slogan{
		position: absolute;
        top: 40px;
        max-width: 300px;
        right: 25px;
	}

	.footer-content {
		padding: 30px;
	}

	.footer-socials-icons{
		gap: 10px;
	}

	.footer-bottom{
		margin-top: 40px;
	}

	.footer-socials > span{
		display: none;
	}

	.footer-bottom::before{
		top: -20px;
	}

	.footer-socials-icons img{
		width: 30px;
		aspect-ratio: 1;
	}

	.footer-content::before{
        bottom: 78px;
	}

	/* serviço */
	.other-service {
		font-size: 18px;
		padding: 15px 0;
	}

	.other-service::after{
		width: 30px;
	}

	.other-service::before{
		margin-right: 15px;
		padding-left: 15px;
	}

	.service-content > ul{
		padding-left: 25px;
	}

	/* tp edificio */
	.tp-buildings-item{
		flex: 0 0 30%;
		padding: 20px;
	}

	/* edificio */
	.sb-details {
		padding: 55px 0;
	}

	.sb-specs-video.selected::after {
		width: 60px;
	}

	/* frontpage */
	.frontpage-about-us-grid {
        grid-template-columns: 40% 45%;
        gap: 25px;
    }

	.frontpage-featured-building-img {
        width: 148px;
    }

	.frontpage-about-us {
		padding: 45px 0 75px 0;
	}

	.btn-secondary {
		font-size: 16px;
	}

	.hero-content {
		max-width: 430px;
	}

	.hero-content-carrousel > p {
        font-size: 44px;
    }

	.btn-hero,
	.btn-contact {
		font-size: 16px;
		padding: 18px 25px;
	}

}

@media screen and (max-width: 1024px) {
	/* header */

	/* header.scroll-up .custom-logo{
		width: 200px;
	} 
		
	.scroll-up .header-logo::before {
		left: -200px;
	}

	header.scroll-up #menu-menu-top > li > a {
		padding: 28px 0;
	}

	header.scroll-up .header-logo{
        width: 255px;
		border-radius: 0;
		padding: 20px 25px;
	}
	*/

	.custom-logo {
        width: 200px;
    }

	#menu-menu-top > li > a {
        font-size: 14px;
    }

	#menu-menu-top .header-contact > a {
        padding: 18px !important;
    }

	.header-logo::before {
        left: -205px;
		top: -185px;
    }

	.header-logo {
        width: 255px;
	}

	/* edificios */
	.sb-details-grid{
		grid-template-columns: 100%;
	}

	.sb-details-list{
		flex-direction: row;
		overflow-x: auto;
	}

	.sb-location,
	.sb-details-list > li {
		font-size: 13px;
        padding: 5px 20px;
        gap: 10px;
		flex: 0 0 200px;
	}

	.sb-details-list > li.sb-location-item{
		flex: 0 0 200px;
	}

	.sb-details-list img {
        width: 35px;
    }

	/* tp-edificios */
	.tp-buildings {
        padding: 65px 0;
    }

	/* frontpage */
	.frontpage-featured-building {
		padding: 80px 0 60px 0;
	}

	.frontpage-services {
		padding: 70px 0 85px 0;
	}

	.frontpage-service-item > a {
		font-size: 20px;
		padding: 28px 5%;
	}

	.frontpage-service-item > a::after{
		width: 40px;
		height: 40px;
	}

	.frontpage-service-item > a::before{
		margin-right: 15px;
	}

	.frontpage-service-item > a::before{
		font-size: 18px;
		margin-top: 2px;
	}

	.tp-buildings-item:hover .btn-knowmore {
        font-size: 14px;
		padding: 8px 14px;
	}
}

@media screen and (max-width: 900px) {
	.container{
        padding: 0 6%;
	}
	html.no-overflow{
		overflow: hidden;
	}

	h1 {
        font-size: 28px;
	}

	.container-md{
		padding: 0 6%;
	}

	.default-content h1 {
		margin-bottom: 15px;
	}

	.default-content h2 {
		font-size: 22px;
	}

	.default-content h3 {
        font-size: 20px;
    }

	/* header */
	.tp-buildings-item-content > h3 {
        font-size: 16px;
    }

	.header-logo {
        padding: 20px 25px;
    }

	.header-navigation{
		display: none;
	}

	/* header.scroll-up #menu-menu-top > li > a{
		padding: 0;
		mix-blend-mode: normal;
	} */

	#burger {
		display: flex;
		border: none;
		background-color: transparent;
		cursor: pointer;
		height: 40px;
		width: 40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 15px;
		z-index: 1;
	}

	.burger {
		position: relative;
		display: block;
		width: 28px;
		height: 4px;
		margin: 0 auto;
		background: #000;
		transform: skew(5deg);
		transition: all .275s;
	}

	.burger:after,
	.burger:before {
		content: '';
		display: block;
		height: 100%;
		background: #111;
		transition: all .275s;
	}

	.burger:after {
		transform: translateY(-12px) translateX(-2px) skew(-20deg);
	}

	.burger:before {
		transform: translateY(-16px) skew(-10deg);
	}

	.is-open .burger {
		transform: skew(5deg) translateY(-8px) rotate(-45deg);
	}

	.is-open .burger:before {
		transform: translateY(0px) skew(-10deg) rotate(75deg);
	}

	.is-open .burger:after {
		transform: translateY(-12px) translateX(10px) skew(-20deg);
		opacity: 0;
	}

	.is-open ~ .header-navigation{
		opacity: 1;
		visibility: visible;
	}

	.header-navigation{
		display: block;
		position: absolute;
        top: 90px;
        right: 0;
        height: auto;
		width: 50vw;
		background-color: #F2F2F2;
		padding: 25px;
		border-radius: 15px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
		box-shadow: -10px 10px 5px #00000025;
	}

	#menu-menu-top{
		flex-direction: column;
		align-items: flex-end;
		gap: 0;
	}

	#menu-menu-top .menu-item{
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	#menu-menu-top .menu-item.header-contact{
		margin-top: 70px;
	}

	#menu-menu-top > li > a {
		font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px solid #CACACA;
		justify-content: space-between;
    }

	.sub-menu > li > a::after,
	#menu-menu-top > li:not(.header-contact) > a::after{
		content: '';
		background-image: url(assets/images/btn-menu-mobile.svg);
		width: 28px;
		aspect-ratio: 1;
	}


	#menu-menu-top .header-contact > a{
		background-color: #D3D229;
		color: #000;
		mix-blend-mode: normal;
		padding: 15px 20px !important;
	}

	.sub-menu > li.current-menu-item > a{
		border-color: #000;
	}

	.sub-menu{
		position: relative;
		background-color: #F2f2f2;
		top: 0;
		min-width: 100%;
		padding: 0;
		visibility: visible;
		max-height: 392px;
        overflow-y: auto;
		opacity: 1;
	}

	.menu-item-has-children:hover > .sub-menu{
        transform: translateY(0);
	}

	.sub-menu > li > a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.sub-menu > li.current-menu-item,
	.sub-menu > li:hover{
		background-color: transparent;
	}

	#menu-menu-top > li:not(.header-contact) > a::before{
		display: none;
	}

	/* hero */
	.hero .slick-dots > li > button{
		width: 30px;
	}

	/* footer */
	.footer-content::before {
        right: 0;
    }

	#menu-menu-bottom > li > a{
		font-size: 11px;
	}

	.footer-bottom > ul{
		gap: 15px;
	}

	.footer-content::before {
		width: 278px;
		bottom: 75px;
	}

	.footer-slogan {
        font-size: 33px;
    }

	.footer-socials-icons img {
        width: 26px;
        aspect-ratio: 1;
    }

	/* edificio */
	.single-building-grid{
		gap: 30px;
	}

	/* serviço slick*/
	.service-images .slick-track{
		height: 350px;
	}

	.service-images img{
		object-fit: cover;
		border-radius: 15px;
	}

}

@media screen and (max-width: 768px) {
	.hero {
		min-height: 80vh;
		padding: 170px 0 100px 0;
	}
	/* header.scroll-up .header-logo, */
	.header-logo {
        padding: 20px;
    }

	/* header.scroll-up .custom-logo */
	.custom-logo {
        width: 190px;
    }
	/* frontpage */
	.frontpage-about-us-grid {
        grid-template-columns: 100%;
	}

	.frontpage-about-us-grid > img { order: 1; }
	/* p {
        font-size: 14px;
    } */

	ul > li {
        font-size: 14px;
    }

	.default-content {
		padding: 170px 0 50px 0;
	}

	.default-content h1 {
        font-size: 28px;
    }

	/* serviço */
	.frontpage-service-item > a {
        padding: 20px 5%;
    }

	.service-grid{
		grid-template-columns: 100%;
		gap: 30px;
	}

	.service {
		padding: 165px 0 55px 0;
	}

	.service-content{
		padding-top: 0;
	}

	.service-images .slick-track{
		height: auto;
	}

	.other-services > ul{
		columns: 1;
	}

	/* edificio */
	.tp-buildings-item {
        flex: 0 0 40%;
    }

	.scroll-controls{ display: none;}

	.single-building-gallery .slick-arrow{
		display: none !important;
	}

	.single-building-gallery .slick-dots{
		bottom: 15px;
	}

	.single-banner{
		height: 45vh;
	}

	.single-banner > img{
		height: 100%;
		object-fit: cover;
	}

	.sb-specs-grid{
		grid-template-columns: 100%;
		gap: 15px;
	}

	/* frontpage */
	.frontpage-featured-building-img {
        width: 110px;
    }

	.frontpage-featured-building-img-left { left: 0; }
	.frontpage-featured-building-img-right{ right: 0;}

	
	.btn-secondary {
		font-size: 15px;
	}

	/* footer */
	footer {
        padding: 50px 0 28px 0;
		background-size: cover;
    }

    .footer-content::before {
		display: none;
	}

	/* 404 */
	.container-404 > h2 {
        font-size: 26px;
    }

	.btn {
        font-size: 15px;
    }
}

@media screen and (min-height: 1024px) {
	.hero{
		min-height: 70vh;
	}
}

@media screen and (max-width: 700px) {
	/* frontpage */
	.frontpage-about-us-grid {
        grid-template-columns: 100%;
	}

	.frontpage-about-us-grid > img {         
		scale: 1.2;
	}

	.frontpage-about-us {
        padding: 60px 0 50px 0;
    }

	/* footer */
	.footer-contact-text{
		font-size: 13px;
	}

	.footer-bottom{
		align-items: flex-start;
		gap: 10px;
	}

	.footer-bottom > ul {
        gap: 5px 15px;
        flex-wrap: wrap;
	}

	.footer-content::before{
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.default-content h1, h1{
		font-size: 26px;
	}

	h2{
		font-size: 22px;
	}

	.btn-knowmore{
		display: none;
	}

	/* edificio */
	.single-building-grid{
		grid-template-columns: 100%;
		gap: 20px;
		padding: 40px 0;
	}

	.tp-buildings::after {
		height: 145px;
	}

	.tp-buildings {
		padding: 70px 0 90px 0;
	}

	.frontpage-featured-building-img{
		display: none;
	}

	/* frontpage */
	.frontpage-service-item > a {
		font-size: 18px;
		padding: 20px 15px;
		column-gap: 8px;
	}

	.frontpage-services {
        padding: 70px 0 75px 0;
    }

	.frontpage-featured-building{
		padding: 55px 0;
	}

	.hero .slick-slide{
		object-position: left;
	}

    .hero-content-carrousel > p {
        font-size: 56px;
    }

	.btn-hero,
	.btn-contact {
        font-size: 15px;
        padding: 15px 22px;
    }

	/* footer */
	.footer-slogan {
        font-size: 27px;
        max-width: 249px;
	}
}

@media screen and (max-width: 600px) {
	.default-content {
        padding: 124px 0 50px 0;
    }

	.hero-content > h1 {
		font-size: 18px;
	}

	.container-sm{
		padding: 0 6%;
	}

	.default-content h2 {
		font-size: 20px;
	}

	.default-content h3 {
        font-size: 18px;
    }

	/* edificio slick */
	.single-building-gallery .slick-track{
		height: 350px;
	}

	.single-building-gallery .slick-track > img{
		height: 100%;
		object-fit: cover;
	}

	.single-building-gallery .slick-dots{
		gap: 10px;
	}

	/* edificio */
	.sb-details {
        padding: 40px 0;
    }

	.tp-buildings-item {
        flex: 0 0 50%;
    }

	.tp-buildings {
        padding: 55px 0 ;
    }

	.sb-specs-video-footer > button{
		font-size: 12px;
		padding: 8px 20px;
	}

	.apartment-brochure > span {
		display: none;
	}

	.sb-details-grid-right{
		padding: 25px 0 25px 25px;
	}

	.apartaments-list{
		margin-left: -25px;
	}

	.apartment-card:first-child{
		margin-left: 25px;
	}

	.apartment-brochure > a{
		padding: 12px 14px;
	}

	.sb-specs-video.selected::after {
		width: 45px;
	}

	/* serviço */
	.service {
        padding: 120px 0 55px 0;
    }

	.other-service{
		font-size: 16px;
	}

	/* header */
	header {
        padding: 0;
		top: 0;
    }

	.header-content{
		margin: 15px;
	}

    .header-navigation {
        width: 100%;
        top: 80px;
		box-shadow: 0px 10px 5px 0px #00000025;
		background-image: url(assets/images/bg-header.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-blend-mode: overlay;
    }

	/* 404 */
	.container-404{
		padding: 0 6%;
	}

	/* frontpage */
	.frontpage-service-item > a::before{
		font-size: 16px;
		margin-top: 1px;
	}

	.frontpage-service-item > a::after {
        width: 35px;
        height: 35px;
    }

	.frontpage-service-item > a::before {
        margin-right: 5px;
    }

	.btn-secondary {
		font-size: 14px;
	}

	.hero-content-carrousel > p {
        font-size: 48px;
    }

	.hero-content {
        margin-top: -90px;
    }

	/* footer */
	.footer-blisq {
		margin-left: 85%;
    }

}

@media screen and (max-width: 600px) and (min-height: 700px) {
	.hero{
		min-height: 75vh;
	}
}

@media screen and (max-width: 550px) {
	/* footer */

	.footer-bottom::before {
        top: 0;
    }

	.footer-grid{
		grid-template-columns: 100%;
	}

	.footer-logo{
		grid-column: auto;
	}

	.footer-content::before{
		display: block;
		bottom: 55px;
	}

	footer h5,
	footer h4 {
		margin-bottom: 0;
	}

	.footer-slogan {
		position: relative;
		right: auto;
		text-align: left;
		max-width: 300px;
		font-size: 30px;
		top: 0;
		z-index: 1;
        mix-blend-mode: multiply;
	}

	.footer-bottom {
        margin-top: 25px;
		padding-top: 15px;
    }

	.footer-bottom > ul{
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-content::before {
        bottom: 122px;
        width: 240px;
	}
}

@media screen and (max-width: 470px) {
	.default-content h1 {
        font-size: 24px;
    }

	.default-content h2 {
		font-size: 18px;
	}

	.hero-content > h1 {
		font-size: 16px;
	}

	/* edificio */
	.tp-buildings-item {
        flex: 0 0 65%;
    }

	.sb-location, .sb-details-list > li {
		padding: 5px;
	}

	/* edificio slick */
	.single-building-gallery .slick-track {
		height: 230px;
	}

	/* serviço */
	.service-images .slick-arrow{
		display: none;
	}

	/* 404 */
	.section-404 {
        padding: 160px 0 90px 0;
	}

	/* frontpage */
	.hero-content {
        margin-top: 0;
    }

	.hero {
		align-items: flex-start;
		padding: 150px 0 100px 0;
	}

	.hero .slick-dots {
		bottom: 18px;
	}

	.hero-content-carrousel > p {
        font-size: 40px;
    }

	.frontpage-service-item > a {
        font-size: 16px;
	}

	.frontpage-services-items {
		margin-top: 25px;
	}

	.btn-hero,
	.btn-contact {
		font-size: 15px;
		background: #2A2A2A;
	}

	/* footer */
	.footer-content::before {
        width: 145px;
    }

	/* menu */
	.header-logo {
		z-index: 1;
		padding: 15px;
	}

	#menu-menu-top{
		height: 100%;
	}

	#menu-menu-top .menu-item.header-contact {
        margin-top: auto;
    }

	#menu-menu-top > li > a {
        font-size: 20px;
	}

	.sub-menu > li > a {
		font-size: 18px;
	}

	.header-navigation {
        top: -15px;
        left: -15px;
        padding-top: 110px;
        width: calc(100% + 30px);
        height: 100vh;
        box-shadow: none;
        background-image: none;
		padding-bottom: 100px;
		border-radius: 0;
    }

	#menu-menu-top .header-contact > a {
        padding: 20px !important;
		justify-content: center;
    }
}

@media screen and (max-width: 400px) {

	.sb-location, .sb-details-list > li{
		padding: 5px;
        gap: 10px;
	}

	.apartment-brochure > a {
        font-size: 13px;
    }

	.apartment-card{
		flex: 0 0 278px;
	}
}

@media screen and (max-width: 375px) {
	#menu-menu-top > li > a {
        font-size: 18px;
    }

	.sub-menu > li > a {
        font-size: 16px;
    }
}
