/*html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

* { font-size:16px; } */
@-ms-viewport{
  width: device-width;
}

.touch-action {
	touch-action: none;
}
.isMovilMessage {
	display: none;
}


/* BEGIN MODAL AREA*/

.area-title {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #676767;
	margin: 0;
}

.area-sub-title {
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #FC3D21;
	margin: 0;
}

.arrow-box {
	width: 50px;
	height: 52px;
	background: #FC3D21;
	float: left;
	margin-right: 34px;
}

.arrow-box i {
	color: #ffff;
	margin-top: -3px;
	margin-left: 0px;
}

.close-box {
	cursor: pointer;
	cursor: pointer;
	display: inline-block;
	float: right;
}

.close-box i {
	float: right;
	color: #939393;
	font-size: 36px;
}

.area-gallery {
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
}

.area-gallery .divider {
	background: #FC3D21;
}

.area-content {
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #676767;
	text-align: justify;
	padding: 0 0 0 0 !important;
}

.area-content ul{
	padding-left: 5% !important;
}
.area-content ul li{
	list-style: disc !important;
}


.area-video {
	padding: 0 !important;
}

.reset-col {
	padding: 0 !important;
}

.reset-l-modal {
	padding-left: 0 !important;
}


/* END MODAL AREA */

.return-site {
	position: fixed;
	top: 5%;
	right: 3%;
	cursor: pointer;
}


/* swiper BEGIN */

.swiper-container {
	width: 100%;
	height: 100%;
}

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


/* swiper END */


/* lightbox CUSTOM BEGIN */

.lightbox-container * {
	box-sizing: border-box;
}
.lightbox-container {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



.lightbox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22,.61,.36,1);
background: #1e1e1e;
transition-duration: inherit;
transition-property: opacity;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}

.lightbox-inner,.lightbox-stage{
bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lightbox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.lightbox-slide {
	-webkit-backface-visibility: hidden;
	display: block;
	height: 93%;
	left: 0.5%;
	outline: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -1%;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}


.lightbox-content {
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: relative;
	top: 2%;
	transform-origin: top left;
	transition-property: transform,opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
	transform: translate(200px, 60px);
	width: 70%;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0px 4px 40px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 4px 40px -5px rgba(0,0,0,1);
	box-shadow: 0px 4px 40px -5px rgba(0,0,0,1);
}

.lightbox-slide-desition{
	left: 0.5% !important;
	width: 50% !important;
	margin: 0 auto !important;
	position: relative !important;
	top: 5% !important;	
}

.lightbox-slide-desition .lightbox-content{
	padding: 1% !important;
}


.lightbox-image {
	background: transparent;
	border: 0;
	height: 90%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	position: relative;/*absolute*/
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	vertical-align: middle;
	/*padding: 1% 1% 1% 1%;*/
	/*width: 700px;*/
}
.lightbox-top-bar{
	width: 100%;
	height: auto;
	z-index: 99995;
	position: absolute;
}

.lightbox-hide{
	display: none;
}
.close-lightbox{
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
	color: #e0dcdc;
	width: 35px;
}

.close-lightbox .material-icons{
	font-size: 2.5rem;
}

.lb-prev,.lb-next{
	/*position: absolute;
	color: #fff;
	top: 340px;
	z-index: 99996;
	display: block;
	cursor: pointer;*/
	position: absolute;
	color: #fff;
	top: 40%;
	z-index: 100001;
	display: block;
	cursor: pointer;
}

.lb-prev{
	left: 10%;
}

.lb-next{
	right: 10%;
}

/* lightbox CUSTOM END */


/* SETTINGS BY MAP BEGIN */

.hide-map {
	display: none;
}

.hide-position {
	display: none !important;
}

.show-map {
	display: block;
}

.map-container {
	display: none;
	margin-top: 5%;
	position: relative;
	width: 942px;
	height: 1000px;
}

.modal-loader {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-loader-content {
	margin: 15% auto;
	padding: 20px;
	width: 50%;
}

#modalHomeVideo.modal {
  top: 10% !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modalHomeVideo .modal-content{
	position: relative;
}

#modalHomeVideo .modal-content .close-home-video{
	position: absolute;
	/*top: 2%;
	right: 2%;*/
	z-index: 1;
}

.close-home-video{
  color: white;
  float: right;
  cursor: pointer;
  font-size: 3rem !important;
}

.modal {
  max-height: 100%;
  width: 70%;
}


.pointer{
	position: absolute;
	width: 150px;
	height: 188px;
	cursor: pointer;
}

.hide-pointer-image{
	display: none;
}


/* SETTINGS BY MAP END */



/*GALLERY*/
* {
	box-sizing: border-box;
}

ul.carousel-modal{
	position: relative;
	top: 0;
	width: 92%;
	height: 170px;
	left: 5%;
	margin-left: 0;
	margin-top: 0;
	margin: 0 auto;
	margin-bottom: 1%;
	margin-left: 6%;
	overflow: hidden;
}

ul.carousel-modal-gallery {
	position: relative;
	top: 0;
	/*width: 90%;*/
	/*height: auto;*/
	left: 0;
	margin-left: 0;
	margin-top: 0;
	margin: 0 auto;
	/*max-height: 100%;*/
	background: #fff;
}


ul.carousel-modal > li{
	/*width: 30%;
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 0;*/
	height: auto;
	/*opacity: 0;
	padding-top: 0;
	text-align: center;
	transition: 1s opacity;*/
	display: none;
	/*padding: 0;
	background: #fff;*/
}

.zoom-swipe-image img{
	width: 100%;
	height: auto;
	cursor: pointer;
}
/*ul.carousel-modal-gallery > li {
	width: 100%;
	list-style-type: none;
	position: relative;
	top: 0;
	padding: 0;
	height: auto;
	opacity: 0;
	padding-top: 0;
	text-align: center;
	transition: 1s opacity;
	display: none;
	background: #fff;
}*/
.active {
	opacity: 1 !important;
	display: block !important;
}

.prev-carousel-modal,.next-carousel-modal{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 38%;
}

.prev-carousel-modal-gallery,.next-carousel-modal-gallery{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 30%;
	color: #fff;
}

.prev-carousel-modal,
.prev-carousel-modal-gallery{
	float: left;
	left: -1%;
}
.next-carousel-modal{
	float: right;
	right: -1%;
}
.next-carousel-modal-gallery{
	float: right;
	right: -3%;
}


.hide-element{
	display: none !important;
}

.transform-v1{
	transform: translate(145px, 6px) !important;
}
.top-arrow-v1{
	top: 190px !important;
}


#modalAreaDesition.modal {
	width: 45%;
	top: 20% !important;
	height: auto;
	max-height: auto;
}

.modalAreaDesition-v1{
	width: 70% !important;
	height: 62%  !important;
	max-height: 62% !important;
}


#modalDefault.modal .modal-content{
	padding: 0 !important;
}

.modal-close-bar {
	z-index: 9995;
	position: fixed;
	top: 0;
	right: 0;
}

#modalDefault.modal-desition-area{
	width: 40% !important;
	top: 30% !important;
}

#modalArea{
	max-height: 86% !important;
}

.next-carousel-modal img,.prev-carousel-modal img{
	width: 75% !important;
}

strong {
	font-weight: 600;
}

.btn-large{
	/*width: 76%;*/
}


.lg-actions .lg-next:before {
	content: url('./icons/right-arrow.png') !important;
}	

.lg-actions .lg-prev:after {
	content: url('./icons/left-arrow.png') !important;
}

.lg-toolbar .lg-icon{
	font-size: 3rem !important;
	width: auto !important;
	margin-top: 2% !important;
	margin-right: 2% !important;	
}


#option-1,#option-2{
	width: 67%;
}

#option-1 .title,#option-2 .title{
	font-size: 0.9rem;
}


#scroll-button{
	display: flex;
	justify-content: space-around;
	z-index: 1040;
	position: fixed;
	right: 2%;
	bottom: 2%;
}

#scroll-button .btn-floating{
	width: 100px;
  height: 100px;
}

#scroll-button a i {
	font-size: 5rem;
  line-height: 7rem;
}


.lg-backdrop.in {
	opacity: 0.8 !important;
}

.lg-toolbar{
	background-color: transparent !important;
}

.prev-carousel-modal, .next-carousel-modal {
	top: calc(100% - 65%);
}


/* iPhone x BEGIN */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.area-content,
	.area-video {
		padding: 0 0 0 0 !important;
	}
	.close-box {
		border-radius: 20px;
	}
	.modal-loader-content {
		width: 100%;
	}
	#modalArea.modal {
		width: 98%;
		top: 2% !important;
		height: 100%;
		max-height: 98%;
	}
	.close-box i {
		font-size: 50px;
	}
	#modalHomeVideo.modal {
		top: 5% !important;
		width: 72% !important;
		height: auto !important;
		max-height: 90% !important;
	}

	.lightbox-content{
		transform: translate(155px, 6px);
	}


}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.area-content,
	.area-video {
		padding: 0 20px 0 30px !important;
	}
	.close-box {
		border-radius: 20px;
	}
	.modal-loader-content {
		width: 100%;
	}
	#modalArea.modal {
		width: 100%;
		top: 0% !important;
		height: 100%;
		max-height: 100%;
	}
	#modalArea .modal-loader-content {
		height: 50% !important;
	}
	.close-box i {
		font-size: 50px;
	}
	.map-container {
		margin-top: 20%;
	}
	#modalHomeVideo.modal {
		top: 5% !important;
		width: 95% !important;
		height: auto !important;
	}
	.lightbox-content{
		transform: translate(150px, 6px);
	}
	.lb-prev,.lb-next{
		top: 30%;
	}

	#modalAreaDesition.modal {
		width: 70%;
		height: auto;
	}
	.lb-next {
    right: 0;	
	}
	.lb-prev {
    left: 0;
	}

	#modalDefault.modal-desition-area{
		width: 70% !important;
		top: 40% !important;
	}
	.area-content *{
		font-size: 30px !important;
		line-height: 40px !important;
	}	
}

.lg-toolbar .lg-icon{
	font-size: 3rem;
}

.lg-actions .lg-next, .lg-actions .lg-prev{
	font-size: 3rem;
}

/* iPhone X END */


/* iPhone 6, 7, & 8 in landscape */


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

		ul.carousel-modal{
			height: 133px;
		}
		ul.carousel-modal > li{
			/*width: 40%;*/
		}

}


@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: landscape) {
	#modalArea.modal {
		width: 98%;
		top: 2% !important;
		height: 100%;
		max-height: 98%;
	}
	.lightbox-content{
		transform: translate(155px, 6px);
	}
}


/* iPhone 6, 7, & 8 in portrait */
/*Mobile*/
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: portrait) {


	.ul.carousel-modal{
		height: 232px;
		width: 83%;
		left: 13%;
	}

	#option-1,#option-2{
		width: 90%;
	}
	
	#option-1 .title,#option-2 .title{
		font-size: 1.9rem;
	}

	.btn-large i {
    font-size: 2.6rem;
	}


	.lg-actions .lg-prev, .lg-actions .lg-next {
		font-size: 4rem !important;
	}

	.lg-toolbar .lg-icon{
    font-size: 7rem !important;
    width: auto !important;
    margin-top: 5% !important;
    right: 2% !important;		
	}

	.next-carousel-modal img, .prev-carousel-modal img{
		width: 100% !important;
	}

	.prev-carousel-modal, .prev-carousel-modal-gallery{
		left: 0%;
	}

	#modalDefault.modal-desition-area{
		width: 94% !important;
		top: 40% !important;
	}

	.modal-desition-area * {
		font-size: 2.5rem;
	}

	.modal-loader h6{
		font-size: 3rem;
		line-height: 4rem;
	}

	#modalDefault{
		width: 90%;
		top: 10% !important;
	}

	.close-lightbox .material-icons {
    font-size: 8rem;
	}

	.close-box i{
		font-size: 5rem;
	}

	.area-title{
		font-size: 4rem;
		line-height: 4rem;
	}

	.area-sub-title{
		font-size: 2.5rem;
		line-height: 3rem;
	}
	
	.arrow-box{
    height: 80px;
	}

	.arrow-box i{
		margin-top: 9px;
	}

	.close-lightbox {
		right: 0px;
		width: auto;
	}

	#modalArea.modal {
		width: 90%;
		top: 4% !important;
		height: 100%;
		max-height: 100%;
	}
	#modalHomeVideo.modal {
		top: 5% !important;
		width: 95% !important;
		height: auto !important;
		max-height: 90% !important;
	}
	.modal-loader-content {
		width: 100%;
	}
	.area-content,
	.area-video {
		padding: 2% 20px 0 30px !important;
	}
	.map-container {
		margin-top: 20%;
	}
	.lightbox-content{
		transform: translate(150px, 6px);
	}
	.lb-prev,.lb-next{
		top: 30%;
	}
	#modalAreaDesition.modal {
		width: 70%;
		height: auto;
	}
	.lb-next {
    right: 0;
	}
	.lb-prev {
    left: 0;
	}

	.area-content *{
		font-size: 3rem !important;
    line-height: 4rem !important;
	}
	.next-carousel-modal{
		float: right;
		right: -1%;
	}

}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	.area-content *{
		width: 94%;
    margin: 0 auto;
	}	
  
}

/*M*/
@media only screen and (min-width: 601px) {
	.prev-carousel-modal, .prev-carousel-modal-gallery{
		left: 0%;
	}
	ul.carousel-modal{
		width: 90%;
		left: 7%;
		height: 100%;
    max-height: 223px;
	}
	.next-carousel-modal {
    right: -2%;
	}

	.area-content{
		padding: 2% 1% 0 1% !important;
	}
}


/*L*/
@media only screen and (min-width: 993px) {
	ul.carousel-modal {
		height: 100%;
		max-height: 95px;
		left: 6%;
	}

	.area-content {
    padding-top: 18px !important;
	}

	.prev-carousel-modal, .next-carousel-modal {
    top: calc(100% - 75%);
	}

	ul.carousel-modal{
		width: 90%;
	}
}

/*XL*/
@media only screen and (min-width: 1201px) {

	.prev-carousel-modal, .next-carousel-modal {
    top: calc(100% - 65%);
	}

	ul.carousel-modal{
		height: 100%;
		max-height: 250px;
	}

	.next-carousel-modal {
    right: 0%;
	}

	.next-carousel-modal img, .prev-carousel-modal img {
    width: 100% !important;
	}
}


body .container {
	/*width: 50% !important;
	max-width: 50% !important;*/
	width: 942px;
	margin-bottom: 11%;
}

/*@media (min-width: 601px) and (orientation: landscape) {*/
	#modalDefault.modal-desition-area.landscape {
    width: 70% !important;
	}
	.modal.landscape {
    width: 87%;
	}

	#scroll-button.landscape {
    right: 0.5%;
	}
	#scroll-button .btn-floating.landscape {
    width: 60px;
    height: 60px;
	}
	#scroll-button a i.landscape {
    font-size: 3rem;
    line-height: 4.5rem;
	}
	.area-video.landscape {
    padding: 5% !important;
	}
/*}*/