/* ==========================================================================
   Estilos para slider de la home
   ========================================================================== */

/*
   Slider promociones
   ========================================================================== */

.promo-slider .owl-item {
	width: 100%;
}

/*owl carousel item*/
.oc-item {
	display: block;
	text-decoration: none;
}

.oc-item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*
   Precios Slider
   ========================================================================== */

/*Clase base para los precios*/
.oc-precio {
	color: #fff;
	text-align: center;
	font-weight: var(--fw-bold);
	font-size: 1.5em;
	line-height: 1;
	text-decoration: none;
	display: block;
	z-index: 8;
	position: absolute;
}

.oc-precio small {
	font-weight: var(--fw-lite);
	display: block;
}

#precio-1,
#precio-2  {
	top: 25%;
    right: 25%;
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
