/*** CUSTOM 1 ***/
.custom-theme .owl-dots, .custom-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.custom-theme .owl-nav {
	margin-top: 10px;
}
.custom-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.custom-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.custom-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.custom-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.custom-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.custom-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.custom-theme .owl-dots .owl-dot.active span, .custom-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-carousel.custom-theme .owl-nav button.owl-next, .owl-carousel.custom-theme .owl-nav button.owl-prev {
	color: #222;
	font-size: 4rem !important;
}
.custom-theme .owl-nav [class*=owl-]:hover {
	background: none;
}
.owl-carousel.custom-theme .owl-nav button.owl-prev {
	position: absolute;
	top: 30%;
	left: -36px;
}
.owl-carousel.custom-theme .owl-nav button.owl-next {
	position: absolute;
	top: 30%;
	right: -36px;
}
/*** /CUSTOM 1 ***/

/*** CUSTOM 2 ***/
.custom-theme2 .owl-nav button.owl-prev, .custom-theme2 .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--rojo) !important;
	background-color: #EBEBEB;
	display: none;
}
.custom-theme2 .owl-nav button.owl-prev {
	left: -20px;
}
.custom-theme2 .owl-nav button.owl-next {
	right: -20px;
}
.custom-theme2 .owl-nav button.owl-prev:hover, .custom-theme2 .owl-nav button.owl-next:hover {
	background-color: #fff;
	border: 1px solid #EBEBEB;
}
.custom-theme2 .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.custom-theme2 .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.custom-theme2 .owl-dots, .custom-theme2 .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.custom-theme2 .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.custom-theme2 .owl-dots .owl-dot.active span, .custom-theme2 .owl-dots .owl-dot:hover span {
	background: #869791;
}
@media (min-width: 768px) {
	.custom-theme2:hover .owl-nav button.owl-prev, .custom-theme2:hover .owl-nav button.owl-next {
		display: block;
	}
}
/*** /CUSTOM 2 ***/