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

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


@-webkit-keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}

	15% {
		top: 10px;
		opacity: 1;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	45% {
		top: 28px;
		opacity: 1;
	}

	100% {
		top: 28px;
		opacity: 0;
	}
}

@keyframes scrollDown {
	0% {
		top: 10px;
		opacity: 0;
	}

	15% {
		top: 10px;
		opacity: 1;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	45% {
		top: 28px;
		opacity: 1;
	}

	100% {
		top: 28px;
		opacity: 0;
	}
}

.scroll-down {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 50%;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	border: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	opacity: .8;
}

.scroll-mouse {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 46px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 20px;
}

.scroll-wheel {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: scrollDown 2.5s infinite;
	animation: scrollDown 2.5s infinite;
}

.play-icon {
	position: relative;
	display: block;
	font-size: 23px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	color: #007bff !important;
	background-color: #ffffff;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}



.button-border-icon {
	background-color: transparent !important;
}

.button-border-icon i {
	margin-right: 0;
	border-radius: 50%;
	border: 1px solid #DDD;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: transparent !important;
}

.button-border-icon i::before {
	position: relative;
	font-size: 16px;
	left: 2px;
}

.button-border-icon span {
	margin-left: 0.75rem;
}

@media (max-width: 575px) {

	.slider-arrow-left,
	.slider-arrow-right {
		top: auto;
		right: 0;
		background-color: #000;
		bottom: 0;
		margin-top: 0;
		width: 52px;
		height: 52px;
		border: 0;
		border-radius: 0 3px 3px 0;
	}

	.slider-arrow-left {
		left: auto;
		right: 52px;
	}
}


.masonry-thumbs a i {
	opacity: 0;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	color: rgba(0, 0, 0);
	z-index: 99;
	background-color: rgb(255 255 255);
	padding: 5px;
	font-size: 14px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	-webkit-backface-visibility: hidden;
}

.masonry-thumbs a:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* ----------------------------------------------------------------
	Canvas: Pet
-----------------------------------------------------------------*/

@media (min-width: 992px) {}

@media (max-width: 991.98px) {

	.menu-item.bg-color {
		background-color: transparent !important;
	}

}

.contact-properties [class^=col-]>a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 5px;
}

.contact-properties [class^=col-]>a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-box h3 {
	font-size: 17px;
}

.feature-box h3 span.subtitle {
	font-size: 14px;
}

/* Button-link
-----------------------------------------------------------------*/
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dark .button-link {
	color: #FFF;
}

.dark .button-link:hover {
	color: #f0a540;
}

.oc-item .testimonial {
	margin-left: 1px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #EEE;
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
}

.testi-content p {
	font-style: normal;
	font-weight: 500;
	color: #666;
}

.testi-meta {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}


.testi-meta span {
	display: inline-block;
	letter-spacing: 0;
	font-weight: 500;
	padding-left: 0;
}

.contact-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.contact-properties [class^=col-]>a {
	display: block;
	position: relative;
	height: 300px;
	border-radius: 8px;
	background-color: #EEE;
}

.contact-properties [class^=col-] img {
	display: block;
}

.contact-properties [class^=col-]>a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.contact-properties [class^=col-]>a:hover::before {
	opacity: 1;
}

.contact-properties [class^=col-]>a .heading-block h3::after {
	content: "";
	border-style: solid;
	border-color: #FFF;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 50%;
	width: 40px;
	height: 4px;
	border-radius: 10px;
	left: 50%;
	right: auto;
	margin-left: -20px;
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	-moz-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform: scale(0, 1);
}

.contact-properties [class^=col-]>a:hover .heading-block h3::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}



#sobre_lts {
	background-image: url('../imagenes/generales/section-bg.jpg');
	background-size: cover;
	background-position: center bottom;
	margin-top: 50px;
	/*max-height: 600px;*/
}

.spirit {
	font-size: 0.9em;
	font-family: "Playfair Display", serif;
	font-weight: 300;
	line-height: 1.2em;
	color: #eaeaea;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.linea-separadora {
	width: 40%;
	height: 1px;
	background-color: #352408;
	margin: 0 auto;
	border: none;
}