:root{
    --primary-color: #c31134;
    --text-color: #848484;
	--gold:#caa15f;
	--beige:#faf5f2;
}
html {
	scroll-behavior: smooth;
	font-size: 18px;
}
body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
    color: var(--text-color);
	font-variation-settings: "wdth" 100;
	background: url(../img/footer.webp) repeat-x bottom center;
}
img{
	max-width: 100%;
}
header{
	position: -webkit-sticky;
    position: sticky;
	top: 0px;
	z-index: 100;
	min-height: 60px;
}
.menu-hamb{
	width: 40px;
    position: absolute;
	left: 40px;
	top: 10px;
}
#menu{
	display: none;
}
#menu li{
	display: block;
	font-size: 22px;
	text-align: left;
	padding-left: 100px;
}
#menu li a{
	color: var(--primary-color);
	display: block;
}
#menu li a:hover{
	font-weight: 600;
}
#proposta p{
	margin-bottom: 15px;
}
section{
	padding: 40px 30px;
}
section h2{
	margin-bottom: 40px;
	font-size: 1.3rem;
}
.red-house-slider{
	height: 12rem;
}
footer{
	background-color: var(--primary-color);
	color: #FFF;
}
footer img{
	width: 100%;
	max-width: 320px;
}
.selo-ib{
	width: 120px;
    margin-right: 20px;
}
.sobreposicao-raquel{
        padding: 20px 0 0;
}
.raquel small{
	font-size: .8rem;
}
.horizontal-line{
	height: 15px;
	width: 220px;
	margin-bottom: 30px;
}
.horizontal-line.red{
	background-color: var(--primary-color);
}
.horizontal-line.gold{
	background-color: var(--gold);
}


li::marker {
	color: var(--primary-color);
}
.cta-container{
	position: relative;
	width:fit-content;
}
.glossy{
	padding: .6rem 1.4rem;
	font-size: 1rem;
	overflow:hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	font-weight: bold;
 	border-radius: 90px;
	background-color: #d90606;
	color: #FFF;
}
.glossy:hover{
	background-color: #f40d0d;
}
.glossy::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	width: 99%;
	height: 99%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.3),
		transparent
	);

	border-radius: 80px;
	transform: translateX(-50%);
}
.glossy::after {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	width: 92%;
	height: 75%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	transform: translateX(-50%);
}
.reflection {
display:none;
	position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(3px);
    z-index: 0;
}
.reflection2 {
	position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    filter: blur(2px);
    z-index: 2;
    opacity: 1;
}
.iframe-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#visite p{
	margin-bottom: 20px;
}
#visite p img{
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}
.carousel-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.carousel-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
#diferenciais .img{
	display: flex;
	height: 140px;
}
#diferenciais img{
	align-self: center;
	height: auto;
	max-height: 70px;
    width: auto;
    max-width: 70px;
    margin-bottom: 15px;
}
.image-abs{
	position: absolute;
}
.carousel-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.carousel-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
@media (min-width:768px){
	.red-house-slider{
		height: 44rem;
	}
}
@media (min-width:1024px){
	section{
		padding: 80px 0;
	}
	footer img{
		max-width: 380px;
	}
	section h2{
		font-size: 2.88rem;
	}
	.menu-hamb{
		display: none;
	}
	#menu{
		display: inline-block;
	}
	#menu li{
		display: inline-block;
		font-size: 26px;
		border-right: 2px solid var(--primary-color);
		text-align: inherit;
		padding-left: inherit;
	}
	#menu li:last-child{
		border-right: none;
	}
	p{
		font-size: 1.3rem;
	}
	.glossy{
		padding: .8rem 2rem;
	}
	.reflection {
display:none;
		width: 150%;
	}
	.reflection2 {
		width: 120%;
	}
	#proposta p{
		margin-bottom: 25px;
	}
	.proposta img{
		margin: 0 0 0 auto;
	}
	.sobreposicao-proposta{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 70%;
		height: 100.1%;
		padding: 0 15% 0 40px;
		background-image: url(../img/vetor-bege-left.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
	}
	.raquel img{
		margin: 0 auto 0 0;
	}
	.sobreposicao-raquel{
		position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60%;
        height: 100%;
        color: #FFF;
        padding: 50px 70px 0 15%;
        background-image: url(../img/vetor-red-right.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
	}
	.sobreposicao-slide{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 30%;
		height: 90%;
		color: #FFF;
		background-image: url(../img/box_slider_txt.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
	}
	.sobreposicao-slide .inner{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -30%);
		width: 60%;
	}
	.slider .next{
		position: absolute;
		right: 5%;
		bottom: 10%;
	}
	#diferenciais img{
		max-height: 120px;
		max-width: 140px;
	}
}