body {
	background-color: #fff;
}

#home .owl-item {
	transition: all 6s;
}
#home .owl-item > .item {
	transition: all 6s;
}
#home .owl-item.active > .item {
	transform: scale(1.2) ;
	background-repeat: no-repeat;
	transition: all 6s ease;
}
#servicios {
	background-color: #c5a47e;
}

.togo-menu-fixed > ul > li {
	border-bottom: 1px solid #d7d6d6;
}

.logo img {
	width: 170px;
}

#amenidades {
	background-color: #3cbdb3;
}
#proyectos {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}


.togo-side-content > .logo {
	background-color: #413732;
}
.togo-fixed-sidebar + .burger-menu {
	background: #413732;
}

.togo-fixed-sidebar {
	background-color: #f1f1f1;
}
.togo-menu-fixed > ul > li > a {
	font-weight: bold;
}
.togo-menu-copyright p a {
	color: #3cbdb3;
}

video {
	position: relative;
	top: 0;
}
#vidBox {
	display: flex;
	justify-content: center;
}
#videCont {
	position: relative;
	height: 0;
	margin: auto;
	max-width: 720px;
	height: auto!important;
	display: flex;
	align-items: center;
	padding: unset;
	width: 100%;
	margin: inherit;
}

#closer_videopopup {
	cursor: pointer;
}
.about .image .img .vid:after {
    content: '';
    width: 100%;
    height: 100%;
	top: 5px;
	right: 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.68) !important;
}
.about .image .img .vid {
	color: white;
	background: none;
	border-radius: 50%;
}
span:hover, a:hover {
	color: white;
}

.about .image .img {
	border-radius: 20px;
	overflow: hidden;
}

.gallery-box {
	border-radius: 20px;
}


.parallax {
	/* The image used */
	background-image: url("assets/img/parallax.jpg");
  
	/* Set a specific height */
	min-height: 500px; 
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
  }

.parallax .box {
	max-width: 700px;
	margin: 0 auto;
	color: white;
	background: #ffffffc4;
	border-radius: 30px;
	padding: 20px;	
}

footer {
	padding: 30px 0;
}


.content-lines-inner {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.content-lines-wrapper {
	pointer-events: none!important;
}


.testimonial[data-overlay-dark]::before {
	background: #c5a47e;
}
.testimonials {
	padding: 60px 30px;
	border: 8px solid #403732;
	border-top: 0;
	margin-bottom: 0;
}
.testimonials::before {
	border: 4px solid #403732;
}
.testimonials::after {
	content: '';
	width: 30px;
	height: 6px;
	border: 4px solid #403732;
	position: absolute;
	top: 0;
	right: 21px;
}
.testimonials .client-area h6 {
	font-size: 28px;
	color: #403732;
	font-weight: bold;
}

.title {
	color: #413732;
}

.title-service {
	position: absolute;
	z-index: 9999;
	bottom: -8px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #ffffffbf;
	padding: 10px 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	color: #fff;
	border: 1px solid transparent;
}
.btn:hover {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	background-color: #413732;
}
.togo-fixed-sidebar .togo-menu-social-media .social a::before {
	background-color: #403732;
}
#precios {
	overflow: hidden;
}
.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.whatsapp:hover {
	color: white;
}
.whatsapp-icon {
	margin-top: 13px;
}
.post img {
	border-radius: 20px;
	overflow: hidden;	
}
.post .title {
	font-size: 40px;
}
.contact .bg-4 {
	background-image: url(assets/img/proyecto.jpg);
}

@media (max-width: 991.98px) {

	.togo-side-content > .logo img {
		max-width: inherit;
		max-height: 80px;
		width: auto;
		margin-top: 40px;
	}

	.togo-side-content > .logo a {
		text-align: center;
		background-color: #f1f1f1!important;
		padding: 10px;
		border-radius: 70px;
		height: 150px;
	}
}

@media (max-width: 767.98px) {

	.parallax .title {
		font-size: 30px;
	}

	.parallax .box {
		margin: 20px;
	}

}

@media (max-width: 575.98px) {
	.img-precios {
		transform: scale(1.4);
		margin-top: 50px;
		margin-bottom: 50px;
	}
}