@font-face {
	font-family: 'Avilock-Bold';
	font-weight: 700;
	src: url("../fonts/Avilock-Bold.ttf") format("truetype");
}


@font-face {
	font-family: 'bahnschrift';
	/*font-weight: 300;*/
	src: url("../fonts/bahnschrift.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root{
	--colorh2: #112331;
	--color1span: #ff4f40;
	--color2span: #016b83;


	--colorTexto: #112940;
	--Blanco: #FFF;
	--Negro: #000;
}


/*GLOBALES*/
body {
	font-family: "Plus Jakarta Sans", sans-serif !important;
 font-optical-sizing: auto !important;
 font-style: normal !important;
}
*{
	margin:0px;
	border:0px;
	padding: 0px;
}
.top-centered{
	display: flex;
	justify-content: center;
	align-items: start;
}
.centered{
	display: flex;
	justify-content: center;
	align-items: center;
}
.centered-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.centered-izq{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bottom-end{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}

/*HEADER*/
/*header img.logo.color{
	display: none;
}
header img.logo.blanco{
	display: block;
}

.logo-color header img.logo.color{
	display: block;
}
.logo-color header img.logo.blanco{
	display: none;
}
.logo-color header .nav-item {
	position: relative;
}
.logo-color header .nav-item a {
	color: var(--colorTexto);
}
.logo-color header .nav-item ul {
	display: none;
}
.logo-color header .nav-item:hover ul {
	position: absolute;
 top: 80%;
 z-index: 2;
 left: -45px;
 right: 0;
 margin: 0 auto;
 display: block;
 width: 100%;
}
.logo-color header .nav-item ul li {
	list-style: none;
	line-height: normal;
}*/
/* .logo-color header .nav-item a:hover{
	color: var(--colorAqua);
	border-bottom: 2px solid var(--colorAqua);
}
.logo-color .nav-link:focus, .nav-link:hover{
	color: var(--colorAqua);
} */

header { 
	padding: 18.75px 0px;
	top: 0px;
	width: 100%;
 background: #403f4b96;
 background: #000;
 opacity: .75;
	z-index: 9;
	position: absolute;
}
header img.logo {
	width: 62.5px;
}
header nav,
header nav a.navbar-brand {
	padding: 0px !important;
}
header .nav-item a {
	color: #fff !important;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0px 20px;
}
header .nav-item a:hover {
	border-bottom: 2px solid var(--colorAqua);
	color: #be9b5a !important;
}
header a.informes:hover{
	border-bottom: none;
}
.nav-link:focus, .nav-link:hover{
	color: var(--colorAqua) !important;
}
header .logoa:hover{
	border-bottom: none;
}
header .navbar-collapse{
	justify-content: end;
}




/*FOOTER*/
footer {
	padding: 50px;
	background: var(--colorh2);
	text-align: center;
}
footer img {
	display: block;
	margin: 0 auto;
	width: 240px;
}
ul.menu {
 border: 0;
 display: flex;
 align-items: center;
 justify-content: space-evenly;
 position: relative;
 padding-bottom: 56.25px;
 margin-bottom: 56.25px;
 margin-top: 56.25px;
}
ul.menu::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 width: 100%;
 height: 2px;
 background-color: #fff;
 bottom: 0;
}
ul.menu li,
ul.rs-email li {
	line-height: normal;
	margin-bottom: 0px;
	list-style: none;
}
ul.menu li a,
ul.rs-email li a {
	line-height: normal;
	display: block;
	margin-bottom: 0px;
	color: #8c8784;
	font-family: 'bahnschrift';
	font-size: 45px;
	text-decoration: none;
}
ul.rs-email {
 padding: 0;
 margin: 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
ul.rs-email li {
 margin-right: 18.75px;
}





ul.rs-top {
 position: relative;
 padding: 0;
 margin: 0;
}
ul.rs-top li {
 list-style: none;
 margin-bottom: 15px;
 position: fixed;
 right: 18px;
 top: 90%;
 z-index: 99;
}
ul.rs-top li a img {
 width: 60px;
}






/**** INICIO  *****/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerPrincipal {
	padding: 0px 0px 0px;
	position: relative;

	/*display: flex;
 align-items: center;*/
 height: 100vh;
 overflow: hidden;
}
.bannerPrincipal::before,
.contacto::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background-color: #403f4b96;
	opacity: 0.5;
	background-color: #22212596;
 opacity: 0.75;*/
	z-index: 2;
}
.bannerPrincipal video {
	width: 100%;
}
/*.bannerPrincipal .swiper-slide {
	padding: 0% 2%;
}*/
.bannerPrincipal .swiper-button-next {
 right: var(--swiper-navigation-sides-offset, 50px);
 left: auto;
	color: var(--Blanco);
}
.bannerPrincipal .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 50px);
	right: auto;
	color: var(--Blanco);
}
.bannerPrincipal .swiper-slide {
	position: relative;
}
.bannerPrincipal .swiper-slide .caja {
	position: absolute; 
	/* left: 5%; */
	top: 37.5%;
	/*top: 50%;
	top: 62.5%;
	background-color: #00000075;*/
}
.bannerPrincipal .swiper-slide .caja img {
	width: 365px;
	display: block;
	margin: 0 auto;
}
.bannerPrincipal .swiper-slide .caja h5,
.bannerPrincipal .swiper-slide .caja p {
	font-size: 24px;
	line-height: normal;
	margin: 18.75px 0px;
	margin: 9.375px 0px;
	color: var(--Blanco);
	text-align:center;
	/*color: #8c8784;*/
}
.bannerPrincipal .swiper-slide .caja h3 {
	font-family: var(--bs-body-font-family);
	color: #be9b5a;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 2.75rem;
 font-weight: 400;
}
.bannerPrincipal .swiper-slide .caja h3 span {
	color: var(--color1span);
}
.bannerPrincipal .swiper-slide .caja p.sexpertos {
	margin: 0px;
	color: #8c8784;
	color: #403f4b;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 39px;
	font-weight: 200;
}
.bannerPrincipal .swiper-slide .caja p.sexpertos span {
	font-weight: 700;
}
.bannerPrincipal .swiper-slide .caja p.rel {
 color: #fff;
 line-height: normal;
 margin-bottom: 0px;
 font-size: 39px;
 font-weight: 700;
 text-align: center;
 text-transform: uppercase;
 position: relative;
 display: inline-block;
 margin-top: 0px;
 padding: 9.375px 28.125px;
 /*padding: 18.75px 28.125px 9.375px;*/
 z-index: 1000000;
 background-color: #000;
 opacity: .75;
}
/*.bannerPrincipal .swiper-slide .caja p.rel::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 background-color: #000;
 opacity: .75;
 z-index: -5;
 height: 42px;
 height: 55px;
 top: 13px;
}*/
.bannerPrincipal .swiper-slide .caja p svg {
	stroke: var(--Blanco);
}



.servicios {
	background-color: #8c8784;
	padding: 75px 0;
}
/*.servicios,*/
.info-residencia,
.nproyectos {
	background-color: #8c8784;
	padding: 75px 0;
}
.servicios h2,
.contacto .form h2,
.info-residencia h2,
.nproyectos h2 {
	color: #fff;
	line-height: normal;
	margin-bottom: 28.125px;
	font-size: 2.75rem;
	font-weight: 400;
	padding: 0;
	text-transform: uppercase;
}
.contacto .form h2,
.nproyectos h2 {
	font-size: 2.25rem;
	font-weight: 200;
}
.servicios p {
	line-height: 1.5;
 margin-bottom: 28.125px;
 color: #fff;
 font-size: 16px;
 text-align: left;
 font-weight: 400;
}
.servicios .content-img {
	position: relative;
	overflow: hidden;
}
.servicios .content-img .overlay {
	bottom: 0px;
	bottom: 100%;
 height: 0px;
 transition: all .30s ease-in;
 position: absolute;
 z-index: 2;
 width: 100%;
 overflow: hidden;
 background-color: rgba(0, 0, 0, 0.39);
 background-color: rgb(0 0 0 / 70%);
 padding: 28.125px;
}
.servicios .content-img:hover .overlay {
 bottom: 0;
 height: 100%;
}
.servicios .content-img .overlay div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.servicios .content-img .overlay  p {
	line-height: normal;
 margin-bottom: 0px;
 color: #fff;
 font-size: 16px;
 text-align: center;
 font-weight: 400;
}
.servicios .content-img::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	height: 7%;
	height: 20%;
	background: #FFF;
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(140, 135, 132, 1) 96%, rgba(140, 135, 132, 1) 100%);
}
/*.servicios .content-img img {
	width: 100%;
	display: block;
 margin: 0 auto;
}
.servicios .content-img h3 {
	line-height: normal;
	margin-bottom: 0px;
	color: #fff;
	color: #000;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10%;
}*/
.servicios h3 {
	line-height: normal;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	margin-top: 28.125px;
	font-weight: 400;
}

.residencias {
	background-color: #8c8784;
}
.residencias .content-img,
.info-residencia .content-img {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
 height: 337.5px;
}
.residencias .content-img {
	transition: opacity .4s ease-in-out;
 transition: all .3s ease-in-out;
}
.residencias .content-img:hover {
	transform: scale(1.07);
}
.residencias .content-img.haya {
	background-image: url('../img/real_estate_hayaliving_arbolada.jpg');
	cursor: pointer;
	margin-bottom: 18px;
}
.residencias .content-img.vita-e {
	background-image: url('../img/real_estate_vitaemare_puertomorelos.jpg');
	cursor: pointer;
}
.residencias .content-img.pokta {
	background-image: url('../img/real_estate_pokta_cancun.jpg');
	cursor: pointer;
}
.residencias .content-img.n6 {
	background-image: url('../img/real_estate_n6_puertomorelos.jpg');
	cursor: pointer;
}



.residencias .content-img .overlay,
.info-residencia .content-img .overlay {
	bottom: -10px;
 height: 60px;
 position: absolute;
 z-index: 2;
 width: 100%;
 overflow: hidden;
 background-color: rgba(0, 0, 0, 0.39);
 display: block;
}
.residencias .content-img .overlay h3,
.info-residencia .content-img .overlay h3 {
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 8px;
 margin-left: 8px;
 font-size: 1.25rem;
}


.info-residencia h2 span {
	display: block;
	font-weight: 500;
	font-size: 3rem;
}
.info-residencia ul {
	margin-bottom: 37.5px;
	padding: 0;
	border: 0;
}
.info-residencia ul li {
	line-height: normal;
	margin-bottom: 18.75px;
	color: #fff;
	font-size: 18px;
	list-style: none;
	font-weight: 400;
}
.info-residencia ul li:last-child {
 margin-bottom: 0px;
}
ul.nav {
	margin-bottom: 28.125px !important;
}
ul.nav li button {
	background: rgb(236, 236, 236) !important;
	color: rgb(64, 63, 75) !important;
	line-height: normal !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	margin-right: 1rem;
}
ul.nav li button.active,
ul.nav li button:hover {
	background: rgb(64, 63, 75) !important;
 color: rgb(190, 155, 90) !important;
}
.info-residencia .swiper-hliving .swiper-button-next,
.info-residencia .swiper-hliving .swiper-button-prev {
	width: 37.5px;
 height: 37.5px;
 color: #fff;
 background-color: #8c8784;
 border-radius: 37.5px;
}
.info-residencia .swiper-hliving .swiper-button-next:after,
.info-residencia .swiper-hliving .swiper-button-prev:after  {
	font-size: 18px;
}
.info-residencia .content-img {
	height: 100%;
	cursor: pointer;
}
.info-residencia .content-img img {
	display: block !important;
}
.info-residencia .content-img .overlay {
	bottom: 0;
	display: flex;
	align-items: center;
}
.info-residencia .content-img .overlay h3 {
	margin-top: 0px;
}
.fancybox-content {
	padding: 0 !important;
}
.fancybox-close-small {
	background-color: #fff !important;
}



.contacto {
	background-image: url('../img/real_estate_contacto_fondo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 0;
	position: relative;
}
.contacto::before {
	background: #000;
	opacity: 0.45;
	top: 0;
}
.contacto .form {
	background-image: url('../img/real_estate_contacto.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	position: relative;
	z-index: 2;
}
.contacto .form .col-md-6.col1 {
	background-color: #8c8784;
	padding: 37.5px 18.75px 56.25px;
}
/*.contacto .form h2 {
	line-height: normal;
	margin-bottom: 18.75px;
	color: #fff;
}*/
.contacto .form .form-group {
	margin-bottom: 16px;
}
.contacto .form .form-group .g-recaptcha {
	display: block;
	width: 100%;
}

.contacto .form .form-group input,
.contacto .form .form-group textarea {
	background-color: #fff;
	border-radius: 10px;
	border-color: #fff;
	box-shadow: 1px 2px 0 rgba(28,39,48,.5);
	padding: 9.375px;
}
.contacto .form form button {
	float: right;
	background: rgb(64, 63, 75) !important;
 color: rgb(190, 155, 90) !important;
 border-radius: 10px;
 line-height: normal;
 font-size: 18px;
 padding: 9.375px 28.125px;
 font-weight: 500;
}
.contacto .form form ::placeholder {
	color: #403f4b !important;
	font-weight: 400;
}

.nproyectos {
	padding-bottom: 60px;
}
.nproyectos .row {
	align-items: center;
}
.nproyectos h2 {
	margin-bottom: 28.125px;
}
.nproyectos p {
	line-height: 1.5;
	margin-bottom: 0px;
	color: #403f4b;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}
.nproyectos ul {
	padding: 0;
	margin: 0;
	border: 0;
}
.nproyectos ul li {
	width: 30.333%;
 display: inline-block;
 line-height: normal;
 background-color: #fff;
 height: 18.75vh;
 float: left;
 margin: 1% 1%;

 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
}




footer {
	background-color: #000 !important;
}
footer img {
	width: 132px;
}
footer p,
footer a {
	line-height: 1.2;
	margin-bottom: 0px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	display: inline-block;
}
footer a {
	text-decoration: none;
	float: left;
	margin-bottom: 25px;
}
footer span {
	color: #fff;
	line-height: normal;
	float: left;
	margin: 0px 25px;
}


@media(max-width: 790px) {
	header {
		position: relative;
	}
	.logo-color header .nav-item ul {
		display: block;
	}
	.bannerPrincipal {
		height: 100%;
	}
	.bannerPrincipal .swiper-slide {
		display: block;
	}

	.bannerPrincipal .swiper-slide .caja {
		/*top: 8%;*/
		top: 0;
  bottom: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 18.75px 9.375px;
  margin-top: -9.375px !important;
	}
	.bannerPrincipal .swiper-slide .caja p {
		font-size: 14px;
	}
	/*.bannerPrincipal .swiper-slide .caja img {
		width: 182.5px;
	}
	.bannerPrincipal .swiper-slide .caja h5 {
		font-size: 18px;
		margin: 0px;
	}
	.bannerPrincipal .swiper-slide .caja h3 {
		font-size: 27px;
	}*/


	.servicios {
		padding-bottom: 46.875px;
		padding-top: 37.5px;
	}
	.servicios h3,
	.nproyectos p,
	footer img,
	footer p {
		margin-bottom: 28.125px;
	}
	.servicios .content-img .overlay {
		height: 100%;
		position: relative;
	}

	.residencias .content-img.haya {
		margin-bottom: 0;
	}

	.info-residencia,
	.nproyectos {
		padding-top: 37.5px;
		padding-bottom: 37.5px;
	}
	.info-residencia .content-img {
		height: 100%;
	}

	.contacto .offset-2 {
  margin-left: 0;
	}
	.contacto .form {
		background: #8c8784;
	}
	.nproyectos .offset-1 {
  margin-left: 0;
	}


	footer {
		padding: 37.5px 0 !important;
	}
	footer a {
		float: none;
		display: block;
		text-align: center;
	}
	footer span {
		display: none;
	}
	footer p {
		text-align: center;
	}
	ul.menu {
		display: block;
		padding-bottom: 18.75px !important;
  margin-bottom: 18.75px;
  margin-top: 18.75px;
  padding-left: 0px;
	}
	ul.rs-email {
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	ul.rs-email li {
		float: left;
		margin-right: 28.125px;
	}
}