/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--main-color: #263745;
}

.text-justify {
	text-align: justify !important;
}

img {
		border-radius: 8px !important;
	}

.button {
	background-color: var(--main-color);
	color: #fff;
}

.button.button-2 {
	border-radius: 25px;
}

.text-special {
	font-weight: normal;
	letter-spacing: 1px;
}

.box-contact-fixed {
	position: fixed;
	right: 0px;
	bottom: 372.5px;
	background: var(--main-color);
	color: #fff;
	border-radius: 0;
	z-index: 9999;
	cursor: pointer;
	transition: opacity 0.9s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0s;
	opacity: 1;
}

.box-contact-fixed.custom-shedule {
	bottom: 310px;
}

.box-contact-fixed a {
	color: #fff;
	padding: 5px 15px;
}

.box-contact-fixed.custom-shedule a {
	padding: 10px 20px;
	letter-spacing: 1px;
}

.grecaptcha-badge {
	display: none !important;
}

.custom-overlay-lightbox {
	position: absolute;	
	top: 0.75rem;
	right: 1rem;
	z-index: 5;	
}

.custom-overlay-lightbox.plants {
	color: #555;
}

.custom-overlay-lightbox.gallery {
	color: #fff;
}

.custom-image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: 0;*/
	z-index: 5;
	background: transparent url('../images/bg-preliminar-white.png') no-repeat center center;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width: 600px) {
	.custom-image-overlay {
		top: 0 !important;
		left: 0 !important;
	}
}

/**
 * Slider
 */
#slider .custom-video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url('../images/bg-slider.webp') no-repeat center center;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

#slider .custom-video-footer-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 20px;
	right: 40px;
	z-index: 5;
	background: transparent url('../images/bg-slider-footer.webp') no-repeat bottom right;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

/**
 * Proyecto
 */
#proyecto .bg-proyect {
	padding: 250px 0; 
	background: url('../images/bg-proyect.webp') no-repeat top center; 
	background-size: cover;
}

#proyecto .custom-top-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url('../images/bg-proyect-top.webp') no-repeat top left;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

#proyecto .custom-bottom-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: transparent url('../images/bg-proyect-bottom.webp') no-repeat bottom right;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

/**
 * Terrenos
 */
#terrenos .box-content {
	background-color: #e8e8e8;
}


/**
 * Casas
 */
#casas .plant-info {
	color: var(--main-color);
	font-weight: 500;
	margin-top: 3rem;
}

#casas .content-image-plant {
	text-align: right;
	margin-right: 3rem;
}

#casas .content-image-plant a:hover {
	cursor: zoom-in;
}

#casas .center a:hover {
	cursor: zoom-in;
}

/**
 * Galeria
 */
#galeria .slick {
	width: 100%;
	/*height: 250px;*/
}

#galeria .slick-slide {
	width: 100%;
	position: relative;
	background: transparent;
	margin: 0 10px;
}

#galeria .slick-slide a:hover {
	cursor: zoom-in;
}

#galeria .slick-slide-img {
	width: 100%;
	/*min-height: 280px;*/
	object-fit: cover;
	-o-object-fit: cover;
}	

#galeria .slick-dots {
	bottom: -40px;
}

#galeria .slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#galeria .prev-arrow{
	left: -40px;
	width: 0;
	height: 0;
	background-color: transparent;
	border-left: 0 solid transparent;
	border-right: 15px solid var(--main-color);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#galeria .next-arrow{
	right: -40px;
	width: 0;
	height: 0;
	background-color: transparent;
	border-right: 0 solid transparent;
	border-left: 15px solid var(--main-color);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/**
 * Contact
 */
#contacto {
	background-image: url('../images/bg-contact.webp'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: bottom bottom;
}


#contacto .bg-contact {
	padding: 40px;
	background-color: rgba(0, 0, 0, 50%);
}

#contacto .fancy-title h3 {
	text-transform: uppercase;
}

#contacto .sm-form-control {
	border: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 70%);
}

#contacto .sm-form-control::placeholder {
	color: #fff;
}

#contacto .button {
	background-color: rgba(0, 0, 0, 70%);	
	border: 1px solid #fff;
}

#contacto .contact-info a {
	color: #fff;
}

#contacto .contact-info a:hover {
	color: #ddd;
	text-decoration: none;
}

#footer {
	background-color: var(--main-color);
}

#footer .legal-content {
	font-size: 85%;
	color: #596f78;
}

@media screen and (max-width: 600px) {

	.content-wrap {
		padding: 40px 0;
	}

	.custom-video-overlay {
		background-size: contain !important;
	}
	
	#header #logo {
		width: 70%;
		padding: 10px 0;
		margin: 0 auto;
	}

	#slider .custom-video-overlay {		
		max-width: 320px;
		left: 40px;
	}

	#slider .custom-video-footer-overlay {
		bottom: 70px;
		right: 135px;
		background: transparent url('../images/bg-slider-footer-mobile.webp') no-repeat bottom right;
	}

	#slider video {
		display: block !important;
	}

	.tab-nav li {
		width: 100%;
		border-right: none;
		padding: 10px 0;		
	}

	.tab-nav li  a {
		font-size: 1rem;
	}

	#proyecto .bg-proyect {
		padding: 120px 0; 
		background-position: center center !important;
	}

	#casas .content-image-plant {
		margin-right: 0;
	}

	#casas img {
		width: 100%;
	}

	#casas .plant-info {
		margin-top: 1rem;
	}
	
	#casas .plant-info .iconlist li {
		justify-content: center;
	}

	#contacto {
		padding: 0;
	}
}