/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
	font-family: 'GrandSlangR';
	src: url('fonts/GrandSlang-Roman.woff2') format('woff2'),
		url('fonts/GrandSlang-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NHaasGroteskDP';
	src: url('fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
		url('fonts/NeueHaasDisplay-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NHaasGroteskDP Medium';
	src: url('fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
		url('fonts/NeueHaasDisplay-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	font-family: 'NHaasGroteskDP', sans-serif;
	font-weight: initial !important;
	letter-spacing: 0.04rem !important;
}

::-webkit-scrollbar {
	width: initial;
}

::-webkit-scrollbar-track {
	background: rgba(67, 97, 127, 0.4);
}

::-webkit-scrollbar-thumb {
	background: #43617f;
}

.portfolio-single-content h2 {
	font-size: 1.75rem;
}

.portfolio-meta {
	font-size: 1rem;
}

.portfolio-meta li {
	margin-bottom: 1rem;
}

/* Swiper */
.slider-top .swiper-slide {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

#oc-images {
	height: 620px;
}


@media (min-width: 992px) {
	.slider-top .swiper-slide {
		width: 85%;
		min-height: 800px;
	}

	#oc-images {
		height: auto;
	}

}

.slider-thumbs {
	padding: 10px 0;
}

.slider-thumbs .swiper-slide {
	width: 23%;
	height: 100%;
	opacity: 0.3;
}

.slider-thumbs .swiper-slide-active {
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'GrandSlangR', serif !important;
	text-transform: uppercase;
}

.sd-logo {
	font-weight: normal !important;
	margin-bottom: 0;
	font-size: 1.6rem;
}

.sd-gr {
	font-family: 'GrandSlangR', serif !important;
}

.sd-nh {
	font-family: 'NHaasGroteskDP', serif !important;
}

.sd-nhm {
	font-family: 'NHaasGroteskDP Medium', serif !important;
}

.menu-link {
	font-weight: normal;
}

.col-lg-5 {
	width: 33.33333337%;
}

.sd-page-title {
	font-size: 6rem !important;
	font-weight: normal !important;
	text-align: center;
	line-height: 4rem;
}

.sd-page-title span {
	font-size: 3rem !important;
	font-family: 'GrandSlangR', serif !important;
	text-transform: uppercase;
	color: #fff !important;
}

.sd-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-width: 100%;
}

.sd-flex-center {
	display: flex;
	justify-content: center;
	align-items: left;
}

.sd-apresentation-title {
	margin-bottom: 0;
	color: #43617f !important;
	font-family: 'NHaasGroteskDP Medium', serif !important;
	font-size: 1rem;
}

.sd-apresentation-text {
	margin-bottom: 0;
	margin-left: 4rem;
}

.sd-p6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.sd-separador-top {
	padding-top: 6rem;
	padding-bottom: 0;
}

.sd-separador-bottom {
	padding-bottom: 6rem;
	padding-top: 0;
}

.sd-text-slider {
	padding-left: 6rem;
	padding-right: 3rem;
	z-index: 7;
}

.sd-title-slider {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.sd-content-slider {
	font-size: 1rem;
	max-width: 80%;
	text-align: left;
}

.sd-slider {
	max-height: 80vh;
}

#gardenhouses,
#panoramichouses {
	display: inline-block;
	position: relative;
}

#gardenhouses:after,
#panoramichouses:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
}

#gardenhouses:hover:after,
#panoramichouses:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

#tipologys {
	background-image: url(../images/splendouro/1.jpg);
	padding: 150px 0;
}

.sd-houses {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sd-houses-name {
	text-align: center;
	position: absolute;
	z-index: 1;
	font-size: 2rem;
}

.sd-button {
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 50px;
	font-family: 'NHaasGroteskDP', serif !important;
	color: #fff;
}

.sd-button:hover {
	background-color: #43617f !important;
	border: solid 1px #43617f;
}

.sd-button2 {
	background-color: transparent;
	border: solid 1px #43617f;
	border-radius: 50px;
	font-family: 'NHaasGroteskDP', serif !important;
	color: #43617f;
}

.sd-button2:hover {
	background-color: #43617f !important;
	border: solid 1px #43617f;
}

.sd-contact {
	font-size: 1.8rem;
	display: inline-block;
	position: relative;
}

.sd-contact:hover {
	color: #43617f;
}

.sd-contact:hover::after {
	color: #43617f;
	width: 100%;
}

.sd-contact::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: #43617f;
	height: 1px;
	transition: all .5s;
}

.sd-op-1 * {
	opacity: 1 !important;
}

.sd-menu-link {
	display: inline-block;
	position: relative;
}

.sd-menu-link:hover {
	color: #fff;
}

.sd-menu-link:hover::after {
	color: #fff;
	width: 100%;
}

.sd-menu-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: #fff;
	height: 1px;
	transition: all .5s;
}

.sd-houses-name span {
	opacity: 1;
	line-height: 1rem;
	font-size: 3rem;
	font-family: 'GrandSlangR', serif !important;
	color: #fff !important;
}

.sd-menu-line {
	content: '';
	height: 1px;
	background: #fff !important;
	width: 120px;
	position: absolute;
	top: 18px;
	left: -160px;
}

.sd-menu-line2 {
	content: '';
	height: 1px;
	background: #fff !important;
	width: 120px;
	position: absolute;
	top: 18px;
	right: -160px;
}

.sd-menu-line3 {
	content: '';
	height: 1px;
	background: #fff !important;
	width: 120px;
}

.sd-menu-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sd-footer-link {
	margin-left: 1rem;
	margin-right: 1rem;
}

.sd-p6lr {
	padding-left: 3rem;
	padding-right: 3rem;
}

.sd-lang {
	z-index: 999;
	top: 0;
	position: absolute;
	right: 0;
	padding: 40px;
	font-size: 0.8125rem;
}

.sd-copy {
	margin-top: 30px;
	letter-spacing: 0.04rem !important;
}

#lote {
	font-size: 1.4rem !important;
	font-family: 'GrandSlangR', serif !important;
	line-height: 0px;
}

.sd-subtitle {
	font-size: 1rem;
}

.sd-typo-specs {
	font-size: 0.8125rem;
	line-height: initial;
}

.sd-typo-specs span {
	font-family: 'NHaasGroteskDP Medium', serif !important;
	margin-left: 0.25rem;
	font-size: 1.2rem;
	text-transform: initial;
}

.sd-typo-title {
	font-size: 1.4rem;
	font-family: 'GrandSlangR', serif !important;
	text-transform: uppercase;
	color: #43617f;
}

.sd-nomargininnothing * {
	padding: 0 !important;
	margin: 0 !important;
}

.sd-lang a {
	margin: 0 0.2rem;
}

.p-12 {
	padding: 12rem;
}

.sd-lang a:hover {
	opacity: 1 !important;
}

.sd-phone {
	display: none;
}

.sd-video {
	display: initial !important;
}


.sd-botao {
	max-width: fit-content;
	margin: 0 auto;
}

.sd-upper {
	text-transform: uppercase;
}

.sd-bb {
	background-color: #43617f !important;
}

.sd-cb {
	color: #43617f;
}

.sd-cw {
	color: #fff;
}

.sd-cbk {
	color: #000;
}

.sd-f08 {
	font-size: 0.8rem;
}

.sd-f07 {
	font-size: 0.7rem;
}

.sd-cw-all * {
	color: #fff;
	stroke: #fff !important;
}

@media (max-width: 768px) {


	#primary-menu-trigger,
	#page-menu-trigger {
		right: 5px;
		position: absolute;
		top: 18px;
	}


	.sd-menu-line {
		height: 0;
	}


	#oc-images {
		height: auto;
	}


	.sd-text-slider {
		padding-left: 3rem;
		padding-right: 3rem;
		z-index: 7;
	}

	.sd-page-title {
		font-size: 2.2rem !important;
		line-height: 1.8rem;
	}

	.sd-page-title span {
		font-size: 1.2rem !important;
	}

	.sd-flex-center {
		display: initial;
	}

	.sd-apresentation-text {
		margin: 0px 1rem;
		font-size: 1.2rem;
	}

	.sd-apresentation-title {
		margin: 0 1rem;
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}

	.sd-phone {
		display: initial;
	}

	.sd-nophone {
		display: none;
	}

	.sd-menu-footer {
		flex-direction: column;
		margin: 1rem;
	}

	.sd-menu-footer .sd-menu-line3 {
		margin: 1rem 0;
	}

	.sd-menu-link {
		font-size: 1rem;
		margin: 0px;
	}

	#footer {
		padding: 0px !important;
	}

	.sd-lang {
		text-align: left;
		font-size: 0.9rem;
		top: 0;
		left: 0;
		padding: 33px 0 0 12px;
		width: 50%
	}

	#header,
	#header-wrap {
		background-color: #43617f;
	}

	.header-row {
		padding: 1.4rem 0;
	}

	.sd-menu-line2 {
		display: none;
	}

	#logo {
		text-align: center;
		margin: 0 auto;
		top: 2px;
	}
}

#oc-images {
	height: initial;
}

.sd-content-slider {
	margin: 0px 2rem;
	padding: 0px;
	max-width: initial;
}

.sd-title-slider {
	text-align: center;
	margin: 2rem 0;
}

#textSlider {
	margin: 0px !important;
	padding: 0px !important;
}

form span {
	text-transform: initial;
	color: #43617f;
	font-size: 0.8rem;
	margin-left: 14px !important;
}

form span a {
	text-decoration: underline !important;
	text-underline-offset: 0.3rem;
	color: #43617f;
}

form span a:hover {
	text-decoration: underline !important;
	color: #43617f;
}

.botoes-esquerda {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.splendourodotcom a{
	padding: 5px;
	background-color: #43617f;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.splendourodotcom img{
	height: 18px;
	width: auto;
}