@font-face {
    font-family: 'Guton';
    src: url('../fonts/guton/regular/Guton-Regular.woff2') format('woff2'),
        url('../fonts/guton/regular/Guton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Guton';
    src: url('../fonts/guton/extra-bold/Guton-ExtraBold.woff2') format('woff2'),
        url('../fonts/guton/extra-bold/Guton-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: "Guton", sans-serif;
  	font-optical-sizing: auto;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

h1 {
	color: white !important;
	font-size: 60px;
	line-height: 0.9;
	letter-spacing: 2px;
}

h2 {
	font-size: 55px;
	line-height: 1;
}

h3 {
	color: white !important;
	font-size: 35px;
	line-height: 1;
}

p {
	font-size: 16px !important;
	letter-spacing: 0.6px;
}

label {
	font-size: 13px !important;
}

svg {
	transform: translateY(2px);
}

.bg-inicio {
	background: url('../img/bg-home.webp'); 
	height: 109vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.content-centered-home {
	position: relative; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -49%);
	z-index: 2;
}

.content-centered-section {
	position: relative; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -45%);
	z-index: 2;
}

.circulo-frase {
	position: absolute; 
	width: 1050px; 
	height: 1050px; 
	background-color: #eee7d7;
	top: 50%; 
	left: 50%; 
	border-radius: 100%;
	transform: translate(-50%, -21%);
}

.border-left {
	border-left: 1.5px solid #a58b65 !important;
}

.border-left-bottom {
	border-left: 1.5px solid #a58b65;
	border-bottom: 1.5px solid #a58b65;
	border-bottom-left-radius: 150px;
}

.border-no-left {
	border-top: 1.5px solid #a58b65;
	border-bottom: 1.5px solid #a58b65;
	border-right: 1.5px solid #a58b65;
	border-bottom-right-radius: 250px;
	border-top-right-radius: 250px;
}

.border-no-right {
	border-top: 1.5px solid #a58b65;
	border-bottom: 1.5px solid #a58b65;
	border-left: 1.5px solid #a58b65;
	border-bottom-left-radius: 250px;
	border-top-left-radius: 250px;
}

.border-radius-bottom {
	border-top: 1.5px solid #a58b65;
	border-bottom: 1.5px solid #a58b65;
	border-left: 1.5px solid #a58b65;
	border-right: 1.5px solid #a58b65;
	border-bottom-right-radius: 150px;
	z-index: 1;
}

.border-radius-bottom-right {
	border-top: 1.5px solid #a58b65;
	border-bottom: 1.5px solid #a58b65;
	border-left: 1.5px solid #a58b65;
	border-right: 1.5px solid #a58b65;
	border-bottom-left-radius: 150px;
	z-index: 1;
}

.img-project {
	position: absolute; 
	z-index: 2; 
	width: 600px;
	height: auto;
	max-height: 310px;
	top: -155px; 
	left: -80px;
	border-bottom-left-radius: 100px;
}

.img-project.reverse-img {
    left: -43px;
}

.project-row::before {
    content: "";
    position: absolute;
    width: 69.6%;
    height: 80%;
    background: #430c18;
    top: 69%;
    transform: translateY(-50%);
    z-index: 0;
}

.project-row:not(.reverse)::before {
    left: -20%;
}

.project-row.reverse::before {
    right: -20%;
}

.project-row > div {
    position: relative;
    z-index: 1;
}

#proyectos{
	position: relative;
	overflow: hidden;
}

.bg-red {
	background: #4f1824;
	position: relative;
}

.bg-beige {
	background-color: #f7f0e1;
	position: relative;
}

.bg-beige-light {
	background-color: #eee7d7;
	position: relative;
}

.bg-brown {
	background-color: #a58b65;
	position: relative;
}

.text-brown {
	color: #a58b65 !important;
}

.text-black {
	color: #494949 !important;
}

.text-dark {
	color: #000000 !important;
}

.nav-link {
	font-size: 15px;
	color: white;
	transition: 0.2s;
	border-bottom: 2px solid transparent;
	letter-spacing: 0.6px;
}

.nav-link:hover {
	color: #a58b65;
	border-bottom: 2px solid #a58b65;
	transition: 0.2s;
}

.fixed-nav {
	transition: 0.3s; 
	background-color: transparent !important;
	position: fixed;
	z-index: 3;
}

.scrolled-nav {
	transition: 0.3s; 
	background-color: #430c18 !important;
	position: fixed;
	z-index: 3;
}

.divisor {
	color: #a58b65;
	padding-top: 6px;
}

.project-image {
	filter: brightness(0.8);
}

.project-image:hover {
	filter: brightness(1);
}

.btn {
	width: 210px;
	height: 40px;
	letter-spacing: 1px;
	font-size: 13px;
}

.btn-transparent {
	background-color: transparent;
	color: white;
	border: 1.5px solid #a58b65;
	transition: 0.2s;
	border-radius: 30px;
	font-size: 14px;
}

.btn-transparent:hover {
	background-color: #a58b65;
	color: white;
	border: 1.5px solid #a58b65;
	transition: 0.2s;
}

.btn-beige {
	background-color: #a58b65;
	color: white;
	transition: 0.2s;
	border-radius: 30px;
	font-size: 14px;
}

.btn-beige:hover {
	background-color: #978263;
	color: white;
	transition: 0.2s;
}

.btn-whatsapp {
	background-color: #a58b65;
	color: white;
	border: none;
	transition: 0.2s;
	position: fixed; 
	z-index: 999999 !important; 
	right: 30px; 
	bottom: 25px;
	border-radius: 100%; 
	width: 60px; 
	height: 60px; 
	font-size: 26px;
}

.btn-whatsapp:hover {
	background-color: #978263;
	color: white;
	transition: 0.2s;
}

.btn-google-maps {
	background-color: #000000;
	color: white;
	transition: 0.2s;
	position: absolute;
	left: 30px; 
	bottom: 15px;
	border-radius: 30px;
}

.btn-google-maps:hover {
	background-color: #4f1824;
	color: white;
	transition: 0.2s;
}

.social-media {
	background-color: #a58b65;
	color: white;
	transition: 0.2s;
	height: 2.2rem; 
	width: 2.2rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
}

.social-media:hover {
	background-color: #978263;
	color: white;
	transition: 0.2s;
	height: 2.2rem; 
	width: 2.2rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
}

.frase {
	font-size: 28px;
	line-height: 2.3rem;
}

.glide {
	max-width: 100%;
	margin: auto;
	position: relative;
}

.glide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.glide__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.glide__arrow {
	color: white;
	font-size: 20px;
	border: none;
	padding: 10px;
	cursor: pointer;
	pointer-events: auto;
}

.glide__arrow--left {
	margin-left: -10px;
}

.glide__arrow--right {
	margin-right: -10px;
}

.img-notaria {
	width: 80px;
}

input[type=text], input[type=email], textarea {
	width: 100%;
	padding: 8px;
	display: inline-block;
	border: 1px solid #a58b65;
	background: transparent;
	font-size: 13px;
	color: black;
	transition: 0.2s;
	border-radius: 6px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	outline: none;
	transition: 0.2s;
	background-color: #eee7d7;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
	background: #a58b65;
}

@media (max-width: 1089px) {
    .circulo-frase {
    	position: absolute; 
    	width: 770px; 
    	height: 770px; 
    	background-color: #eee7d7;
    	top: 50%; 
    	left: 50%; 
    	border-radius: 100%;
    	transform: translate(-50%, -28%);
    }
}

@media (max-width: 992px) {
	h1 {
		color: white !important;
		font-size: 45px;
		line-height: 1;
	}

	h2 {
		font-size: 38px;
		line-height: 1;
	}

	h3 {
		font-size: 28px;
		line-height: 1;
	}

	.bg-inicio {
		background: url('../img/bg-home-mobile.webp'); 
		height: 100vh;
		background-attachment: scroll !important;
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.frase {
		font-size: 25px;
		line-height: 2.3rem;
	}

	.border-no-right {
		border-top: none;
		border-bottom: none;
		border-left: none;
	}

	.img-project {
		position: relative; 
		z-index: 2; 
		width: 100% !important;
		height: auto;
		top: -90px !important; 
		left: 0px !important;
		border-bottom-left-radius: 100px;
	}

	.circulo-frase {
		position: absolute; 
		max-width: 400px; 
		max-height: 400px; 
		background-color: #eee7d7;
		top: 50%; 
		left: 50%; 
		border-radius: 100%;
		transform: translate(-50%, -49%);
	}

	.img-notaria {
		width: 50px;
	}

	.project-row::before {
		display: none;
	}

	.img-project.reverse-img {
    	left: 0px;
	}
}

@media (max-width: 1350px){
	.img-project{
		left: -30px;
		width: 550px;
		top: -143px;
	}
}

@media (max-width: 1215px){
	.img-project{
		left: -15px;
		width: 530px;
	}
}

@media (max-width: 1200px){
	.img-project{
		left: -15px;
		width: 450px;
	}
}