body {
	background-color: #f5f5f5;
}

.header {
	min-height: auto;
	position: relative;
}
.header .caption h1 {
	margin-bottom: 0px;
}

#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; */
}


.logo img {
	width: 170px;
}

#amenidades {
	background-color: #3cbdb3;
}
#galeria {
	position: relative;
	margin-top: 100px;
}


.togo-side-content > .logo {
	background-color: #3cbdb3;
}
.togo-fixed-sidebar + .burger-menu {
	background: #3cbdb3;
}


.togo-menu-fixed ul li:hover > a, .togo-menu-fixed > ul > li.current-menu > a {
	color: #3cbdb3 !important;
}
.togo-menu-fixed > ul > li > a {
	font-weight: bold;
}
.btn {
	background-color: #3cbdb3;
}

.small-title {
	color: #3cbdb3;
}

.contact .item h5 {
	color: #3cbdb3;
}

input[type="submit"] {
	background: #3cbdb3;
}

.togo-menu-copyright p a {
	color: #3cbdb3;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #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%;
    background-color: #3cbdb3;
	top: 5px;
}
.about .image .img .vid {
	color: white;
	background: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.68) !important;
	border-radius: 50%;
}
span:hover, a:hover {
	color: white;
}

.about .image .img {
	border-radius: 20px;
	overflow: hidden;
}

#loader .loading {
	font-size: 0;
	color: #3cbdb3;
}

.gallery-box {
	border-radius: 20px;
}


.parallax {
	/* The image used */
	background-image: url("assets/img/slider/4.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: #3cbdb3;
}
.testimonials {
	padding: 60px 30px;
	border: 8px solid #4e4a85;
	border-top: 0;
	margin-bottom: 0;
}
.testimonials::before {
	border: 4px solid #4f4985;
}
.testimonials::after {
	content: '';
	width: 30px;
	height: 6px;
	border: 4px solid #4e4a85;
	position: absolute;
	top: 0;
	right: 21px;
}
.testimonials .client-area h6 {
	font-size: 28px;
	color: #4e4a85;
	font-weight: bold;
}

.title {
	color: #4f4985;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	background-color: #4f4b86;
	color: #fff;
	border: 1px solid transparent;
}

.togo-fixed-sidebar .togo-menu-social-media .social a::before {
	background-color: #4f4b86;
}
#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;
}
  

.slider .item, .slider-fade .item {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	display: flex;
	/* align-items: center; */
}
.slider .owl-item, .slider-fade .owl-item {
	height: auto;
	position: relative;
}
.box-caption {
	text-align: left;
	margin-bottom: 30px;
	position: relative;
	/* padding-left: 30px; */
}

#home .owl-item.active > .item {
	/* background-image: url(assets/img/slider/1.jpg);	 */
}

[data-overlay-dark]::before {
	background: transparent;
}

.v-middle {
	position: relative;
	padding: 0;
	transform: translate(0%, 0%);
	top: 0;
}

.box-image {
	position: relative;
}
.box-image .box-caption {
	position: absolute;
	bottom: 0;
}



@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: white!important;
		padding: 10px;
		border-radius: 70px;
		height: 150px;
	}

	
}

@media (max-width: 767.98px) {

	.mapa iframe {
		height: 327px;
	}

	#botones .box-caption {
		text-align: center;
		margin-top: 0px;
		position: relative;
		padding-left: 0px;
		margin-bottom: 0;
	}

	.parallax .title {
		font-size: 30px;
	}

	.parallax .box {
		margin: 20px;
	}

	.box-caption {
		text-align: center;
		margin-top: 30px;
		position: relative;
		padding-left: 0px;
	}

	.header .caption h4 {
		font-size: 30px;
		color: #3bb9b1;
		line-height: inherit;
	}
	.header .caption h1 {
		font-size: 45px;
		line-height: 1.2em;
		color: #4e4884;
	}

	.owl-carousel .owl-item img {
		/* display: none; */
	}


	#home .owl-item.active > .item {
		transform: initial;
		background-repeat: no-repeat;
		transition: all 6s ease;
		display: flex;
		align-items: center;
	}
	#home .slider .item, .slider-fade .item {
		top: 0px;
		background-size: contain;
		background-position: top;
	}
	#home [data-overlay-dark]::before {
		background: transparent;
	}

	.v-middle {
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		left: 0;
		top: 0px;
		transform: translate(0%, 0%);
	}

	
	.v-middle .box-image {
		display: block;
		height: 50vh;
		position: relative;
		bottom: 0;
	}

	.v-middle .box-image img {
		position: absolute;
		height: 100%;
		width: 120%;
	}

}

@media (max-width: 575.98px) {

	.img-precios {
		transform: scale(1.4);
		margin-top: 50px;
		margin-bottom: 50px;
	}
}