.controlesOwl {
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	line-height: 24px;
	overflow-wrap: break-word;
	text-align: left;
}

.botonOwl {
	align-items: center;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-top-width: 0px;
	bottom: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	justify-content: center;
	left: auto;
	line-height: 24px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 32px;
	opacity: 0.5;
	overflow-wrap: break-word;
	position: static;
	text-align: center;
	text-decoration: none;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	top: 0px;
	width: 40px;
	-moz-box-align: center;
	-moz-box-pack: center;
}


.owl-gallery-item > a > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #7f1933;
	background: linear-gradient(to left, #7f1933, #3076d8) !important;
	opacity: 0;
	-webkit-transition: 0.2s opacity ease-in-out;
	transition: 0.2s opacity ease-in-out;
	cursor: pointer;
}

.owl-gallery-item > a:hover .owl-gallery-title::before {
	background: transparent !important;
}

.owl-gallery-item > a:hover > div:before {
	opacity: 0.8 !important;
}

.owl-gallery-title {
	font-size: .9em;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 1rem;
	color: #fff;
	z-index: 2;
	cursor: pointer;
}
.owl-gallery-title:before {
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	background: #7f1933 !important;
	background: linear-gradient(to left, #7f1933, #3076d8) !important;
	opacity: 0.8;
	-webkit-transition: 0.2s background ease-in-out;
	transition: 0.2s background ease-in-out;
}

.owl-icono {
	position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24px);
	color: white;
	opacity: 0;
	-webkit-transition: 0.2s opacity ease-in-out;
  	transition: 0.2s opacity ease-in-out;
}
.owl-gallery-item > a:hover .owl-icono {
	opacity: 1;
	cursor: pointer;
}