@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* font-family: 'Montserrat', sans-serif; */
:root{
	--colorVerde: #cabe9f;
	--textoAzul: #3f4448;
	--colorVerde2: #25927e;
	--colorGris: #000;
	--colorAzul2: #2793c5;
	--colorCafe: #B8A87F;

	--animate-duration: 3s;
	--animate-delay: 2s;
}

*{
	margin: 0px;
	border:0px;
	padding: 0px;
}
body {
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
/*GLOBALES*/
.top-centrado{
	display: flex;
	justify-content: center;
	align-items: start;
}
.centrado{
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrado-drch{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.bottom-end{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}
h3.titulo{
	font-size: 3rem;
	color: var(--textoAzul);
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.linea{
	width: 100%;
	height: 1px;
	background: var(--colorVerde);
	margin: 30px 0px;
}

.swiper {
	width: 100%;
	height: 90%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


.swiper-slide img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.swiper-slide div.caja{
    min-height: 640px;
    margin-top: 70px;
}
.swiper-slide h3{
	margin-top: 70px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: var(--textoAzul);
}

.swiper-pagination-bullet{
	background: var(--colorAzul);
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--colorNaranja);
}

.pc{
	display: block;
}
.movil{
	display: none;
}
.whatsappfooter {
    position: fixed;
    bottom: 20%;
    right: 2%;
    width: auto;
    z-index: 99999;
    color: #FFF;
    background: #34c528;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.1rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	display: flex;
    justify-content: center;
    align-items: center;
}
.whatsappfooter img {
    border-radius: 38px;
    width: 50px;
    margin: 0px 0px 0px 0px;
}

.navbar-light .collapse {
    justify-content: end;
}




/*HEADER*/
header{
	padding: 10px 0px;
	position: fixed;
	width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.6937368697478992) 0%, rgba(71,71,71,0.6041010154061625) 31%, rgba(255,255,255,0) 100%);
	z-index: 9;
	height: 98px;
}
header img.logo{
	width: 160px;
}
header a{
	color: #FFF !important;
	font-weight: 500 !important;
	text-decoration: none;
	margin: 0px 0px;
}
header .navbar-nav li a{
	padding: 5px 10px !important;
}
header a:hover{
	font-weight: 600 !important;
	border-bottom: 2px solid var(--colorNaranja);
}
header li a img{
	width: 30%;
}
header .logoa:hover{
	border-bottom: none;
}
header .nav-item{
	text-align: center;
	border-right: 1px solid #FFF;
}
header .nav-item.noborder{
	border-right: none !important;
}
header .nav-item .nav-link{
	text-transform: uppercase;
	color: var(--colorGris);
	font-weight: 300 !important;
}
header .navbar-nav{
	align-items: center;
}
header .nav-item.redes a{
	display: contents !important;
}
header .nav-item.redes a:first-child img{
	margin-left: 30px !important;
}
header .nav-item.redes a img{
	width: 30px !important;
	margin-left: 10px !important;
}
header .logo{
	margin-right: 10px;
}
header .logo.blanco{
	display: inline-block;
}
header .logo.color{
	display: none;
}
header li.agenda{
	padding: 2px 15px;
    background: var(--colorCafe);
    margin-left: 20px;
}
header .dropdown-menu{
	background: transparent !important;
	border: none;
}
.dropdown-item:focus, .dropdown-item:hover{
	background: transparent !important;
}
/*--Stycky*/
.stycky{
	background: #FFF;
}
.stycky .nav-item{
	border-color: var(--textoAzul);
}
.stycky a{
	color: var(--textoAzul) !important;
}
.stycky .logo.blanco{
	display: none;
}
.stycky .logo.color{
	display: inline-block;
}
.stycky li.agenda a{
	color: #FFF !important;
}
.stycky .dropdown-menu{
	background: #FFF !important;
}




@font-face {
 font-family: "MyriadPro-Regular";
 font-display: swap;
 src: url("../fonts/MyriadPro-Regular.otf") format("opentype")
}

@font-face {
 font-family: "AcuminVariableConcept";
 font-display: swap;
 src: url("../fonts/AcuminVariableConcept.otf") format("opentype")
}



@font-face {
 font-family: "GothamMedium";
 src: url("../fonts/GothamMedium.ttf") format("truetype");
 font-weight: bold;
 font-style: normal;
 font-display: swap
}

@font-face {
 font-family: "GothamBook";
 src: url("../fonts/gothambook.ttf") format("truetype");
 font-weight: normal;
 font-style: normal;
 font-display: swa
}

/*@font-face {
 font-family: "GothamLight";
 src: url("./src/fonts/Gotham-Light.ttf") format("truetype"),url("./src/fonts/Gotham-Light.svg#Gotham-Light") format("svg");
 font-weight: 300;
 font-style: normal;
 font-display: swap
}*/




/*Banner 1*/
.banner-1 {
	/*height: 100vh;*/
	/*padding: 0px 0px 80px;
	background: url('../img/landing/PUERTO-CANCUN-COSTA-REALTY.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;*/

	position: relative;
	background: url('../img/portada.jpg');
 background-color: #fff;
 background-position: 50%;
 /*background-size: 100%;*/
 background-size: cover;
 background-repeat: no-repeat;
 outline: 0;
 /*font-size: 100%;*/
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 vertical-align: baseline;
  padding: 20px 0 54px;
  z-index: 2;
}
.banner-1 .row,
#gallery .row {
	align-items: center;
}
.banner-1::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 height: 100%;
 width: 100%;
 background-color: #000000a1;
 z-index: 0;
}
/*.banner-1 .container{
	padding-top: 130px;
}*/
.banner-1 h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 6rem;
	text-transform: uppercase;
}
.banner-1 img {
	width: 37.5vw;
	position: relative;
}
.banner-1 h3,
#txt-preventa h3 {
	/*font-family: 'MyriadPro-Regular', Helvetica, Arial, Lucida, sans-serif;*/
	font-family: "GothamBook";
 /*font-size: 70px;*/
 letter-spacing: 1px;
 line-height: 1em;
 /*text-shadow: 0em 0em 0.81em #FFFFFF;*/
	word-wrap: break-word;
	color: #555759;
	color: #213259;
 /*line-height: 1.7em;*/
 font-weight: 500;
 -webkit-font-smoothing: antialiased;
 text-align: left;
 font-size: 50px;
 margin-bottom: 54px;
 position: relative;
}
.banner-1 h3 {
	color: #fff;
	margin-top: 27px;
}
.banner-1 h3 span,
#txt-preventa h3 span {
	font-family: "GothamMedium";
}

.banner-1 p,
#txt-preventa p,
.fbottom p,
#amnedds p {
	/*line-break: normal;
	margin-bottom: 0px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
 font-size: 1.25rem;
 position: relative;*/
 font-size: 17.5px;
 text-align: left;
 /*font-family: 'AcuminVariableConcept', Helvetica, Arial, Lucida, sans-serif;*/
 font-family: "GothamBook";
 font-weight: 500;
 line-height: 1.6em;
 /*text-shadow: 0em 0em 0.83em #FFFFFF;*/
 background-color: RGBA(255, 255, 255, 0);
 word-wrap: break-word;
 color: #fff;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 27px;
	padding: 0px;
	position: relative;
}
.banner-1 ul,
#amnedds ul {
	padding: 0;
	margin: 0;
}
.banner-1 ul li,
.banner-1 form label,
#amnedds ul li {
	list-style: none;
	font-size: 21.875px;/* 21.875 */
 text-align: left;
 /*font-family: 'AcuminVariableConcept', Helvetica, Arial, Lucida, sans-serif;*/
 font-family: "GothamBook";
 line-height: 1.35;
 /*text-shadow: 0em 0em 0.83em #FFFFFF;*/
 background-color: RGBA(255, 255, 255, 0);
 word-wrap: break-word;
 color: #555759;
	-webkit-font-smoothing: antialiased;
 padding: 0;
 margin: 0;
 position: relative;
}
.banner-1 ul li {
	font-family: "GothamMedium";
	color: #fff;
}
.banner-1 ul.amenidades,
#amnedds ul.amenidades {
	margin-bottom: 13.5px;
	margin-bottom: 0px;
}
.banner-1 ul.amenidades li,
#amnedds ul.amenidades li {
 color: #555759;
 padding-bottom: 0.25em;
 font-weight: 500;
 font-size: 17.5px;
}
.banner-1 h5,
#amnedds h5 {
	/*color: #fff;
	font-weight: bold;
	font-size: 2.25rem;
	position: relative;
	margin-top: 43px;
	margin-bottom: 43px;*/

	/*font-family: 'MyriadPro-Regular', Helvetica, Arial, Lucida, sans-serif;*/
	font-family: "GothamBook";
 letter-spacing: 1px;
 line-height: 1em;
 text-shadow: 0em 0em 0.81em #FFFFFF;
	word-wrap: break-word;
	color: #555759;;
 font-weight: 500;
 -webkit-font-smoothing: antialiased;
 text-align: left;
 font-size: 35px;
 margin:0px 0px 13.5px;
}
.banner-1 .logo-brick{
	width: 150px;
}
.banner-1 img {
	width: 225px;
	margin: 0 auto 35px;
	display: block;
}
.banner-1 .bck-home {
 /*float: right;*/
 color: #fff;
 line-height: normal;
 font-size: 18px;
 position: relative;
 text-decoration: none;
 /*margin-top: 41px;*/
 padding: 11px 22px;
 border: 1px solid #fff;
}
.banner-1 .form h3 {
 color: #000;
 text-align: center;
 margin-bottom: 27px;
 line-height: normal;
 font-size: 25px;
 font-weight: 500;
 font-family: "GothamMedium";
 margin-top: 0px;
}
.banner-1 form,
.banner-1 .form,
#txt-preventa .form {
	padding: 27px;
	margin: 0;
	background-color: #fff;
	/*margin-top: -54px;*/
	position: relative;
}
.banner-1 form .form-group {
	margin-bottom: 16px;
}
.banner-1 form .form-group input,
.banner-1 form .form-group textarea {
	background-color: #ffffff;
 background-clip: padding-box;
 border-radius: 3px;
 color: #000000b3;
 border-width: 1px;
 border-style: solid;
 border-color: #00000040;
 padding: 0 14px;
 font-size: 16px;
 line-height: 100%;
 box-shadow: none;
 transition: border 0.15s, box-shadow 0.15s;
 display: block;
 width: 100%;
 box-sizing: border-box;
 font-family: inherit;
 font-style: normal;
 font-weight: 400;
 margin: 0;
 height: 43px;

	word-break: break-word;
 box-sizing: border-box;
 letter-spacing: normal;
 outline: none;
 position: static;
 text-indent: 0;
 text-shadow: none;
 text-transform: none;
}
.banner-1 form .form-group textarea {
	padding: 14px;
	resize: vertical;
	hyphens: auto;
	height: 86px;
}
.banner-1 form label {
	text-align: left !important;
	font-size: 17.5px;	
}
.banner-1 form  button {
	background-color: #066aab;
 color: #fff;
 height: 41px;
 border-radius: 3px;
 border: 1px solid #066aab;
 padding: 0 15px;
 font-family: inherit;
 font-weight: 500;
 font-size: 17.5px;
 line-height: 100%;
 cursor: pointer;
 transition: all 0.15s ease-in-out;
 position: relative;
 text-decoration: none;
}


#txt-preventa {
	padding: 0px 0 54px;
	background-color: #fff;
}
#txt-preventa h3,
#txt-preventa p {
	text-align: center;
}
#txt-preventa h3 {
	/*line-height: normal;*/
	margin-bottom: 27px;
}
#txt-preventa p,
#amnedds p {
	margin-bottom: 0px;
	color: #555759;;
}
#txt-preventa ul li a img {
 width: 45px;
}

#gallery {
	padding-top: 54px;
}
#gallery .w-22 {
	width: 22.75%;
}
#gallery .w-27 {
	width: 27.25%;
}
#gallery img {
	display: block !important;
	cursor: pointer;
}
/*@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}*/
#gallery-bottom {
	padding: 54px 0;
}

#gallery-bottom ul,
#txt-preventa ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#gallery-bottom ul li,
#txt-preventa ul li {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top: 27px;
	display: flex;
 justify-content: center;
}
#gallery-bottom ul li a,
#txt-preventa ul li a {
 line-height: normal;
 text-decoration: none;
 background-color: #00c528;
 display: flex;
 align-items: center;
 border-radius: 3px;
 padding: 0 14px;
}
#gallery-bottom ul li a span,
#txt-preventa ul li a span {
 display: block;
 margin: 0 auto;
 color: #fff;
 padding-top: 7px;
}
#gallery-bottom .mtop28 {
	margin-top: 28px;
}


#amnedds {
	padding-top: 54px;
}
#amnedds ul,
#txt-preventa ul.amenidades {
	margin-bottom: 0px !important;
	position: relative;
}
#amnedds ul::before,
#txt-preventa ul.amenidades::before {
	content: '';
	position: absolute;
	left: auto;
	right: -0.75rem;
	width: 1px;
 flex: 0 0 1px;
 height: 85px;
 background: #d9d9d9;
}
#amnedds ul.last::before,
#txt-preventa ul.last::before {
	display: none;
}
#amnedds ul li,
#txt-preventa ul li {
	font-size: 14px !important;
}
#amnedds ul li:hover,
#txt-preventa ul.amenidades li:hover {
	color: #df7b2f;
}
#amnedds h5 {
	text-align: center;
	margin-bottom: 28px;
	color: #213259;
}
#amnedds p,
#txt-preventa p {
	margin-bottom: 28px;
}


#txt-preventa ul.amenidades::before {
	height: 50px;
}
#txt-preventa ul.amenidades li {
	margin-top: 14px !important;
	justify-content: start;
}
#txt-preventa h3.mtop28 {
	margin-top: 6%;
}


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





footer {
	padding: 81px 0px 0px;
	min-height: 125px;
	background-color: #fff
}
footer img.logo-footer{
	margin-bottom: 6%;
}
footer h4{
	font-size: 1.1rem;
	font-weight: bold;
	color: #213259;
}
footer p {
	font-size: .90rem;
	font-weight: 300;
	color: var(--textoAzul);
	margin-bottom: 0px;
}
footer p a{
	color: var(--textoAzul);
	font-weight: 300;
	text-decoration: none;
}
footer ul{
	list-style: none;
	padding-left: 0px !important;
}
footer ul li{
	display: inline-block;
}
footer ul li a img{
	width: 40px;
	margin: 0px 5px;
}


.fbottom {
	background-color: #213259;
	margin-top: 20px;
	padding: 20px 0;
}
.fbottom  p {
 color: #fff;
 margin-bottom:0;
 text-align: center;
 font-size: 14px;
 line-height: inherit;
}

@media(max-width: 790px) {
	.banner-1::before {
		top: 0;
	}
	.banner-1 img {
  width: 75vw;
  display: block;
  margin: 18.75px auto 35px;
 }
 .banner-1 .bck-home {
 	margin-top: 0;
 	float: none;
  text-align: center;
  display: block;
  top: -18.75px;
 }

 .swiperblume,
 .swipervellamari,
 .swiperalba,
 .swiperwoha,
 .swiperblas,
 .swipervela,
 .swipersls,
 .swipershark {
  margin-top: 6%;
 }

 #gallery .w-22,
 #gallery .w-27 {
  width: 100%;
	}

	#gallery img {
		margin-bottom: 28px;
	}
	#gallery-bottom,
	#amnedds {
  padding-top: 26px;
	}

	#amnedds ul li {
		text-align: center;
	}
	#txt-preventa ul.amenidades li {
		justify-content: center;
	}
}