#myCarousel {
	width: 100%;
	background-color: white;
}

#myCarousel img {
	margin: auto;
	max-width: 101%;
}

.carousel-control {
	color: white !important;
}

.btn2 {
	background-color: #0FC28C;
	border-radius: none;
	color: white;
	font-weight: 600;
}

.tabla table {

	width: 100%;
	text-align: center;
}

.tabla th {
	text-align: center;
	padding: 10px;
	color: #091C5C;

}

.tabla img {
	width: 80px;
}

.tabla i {
	font-size: 20px;
	color: #21ABAD;
}

.tabla tr {
	border-bottom: 1px solid #C1C1C1;
	font-size: 14px;
	font-weight: 400;
    color: #091C5C;
}

.tabla td {
	padding: 15px;
}

.simpleCart_decrement,
.simpleCart_increment {

	padding: 0px;
	line-height: 0;
	font-weight: 900;
	margin: 0;
	padding: 5px 10px 8px;

}

.simpleCart_decrement i,
.simpleCart_increment i {
	font-size: 15px;
	color: #091C5C;
}

.btn-centris {
	background-color: #23B8BA;
	border-radius: 200px;
	font-size: 18px;
	color: white;
	cursor: pointer;
	display: none;
}

.btn-centris:hover {
	color: white;
	background-color: #1B9191;
}

.user {
	margin-top: 8px !important;
}

.user ul li {
	width: 100% !important;
	margin: auto !important;
}


.user li a i {
	border: none !important;
	border-radius: none !important;
}

.form-check-label {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #091C5C;
	padding: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CFCFCF;
	;
	cursor: pointer;
}

.form-check-label:hover {
	border-radius: 5px;
	background-color: #091C5C;
	color: white;
}

.direccionSeleccionada {
	border-radius: 5px;
	background-color: #091C5C;
	color: white;
}

.tituloP_direccion {
	font-size: 16px !important;
	font-weight: 600;
	color: #21ABAD !important;
	margin-bottom: 5px;
	text-align: left !important;
}

.btn_pagar button {
	background-color: #21ABAD !important;
	width: 100%;
}

.btn_pagar button:hover {
	background-color: #091C5C !important;
}

.direcciones_pro {
	width: 80% !important;
	margin: auto !important;
	float: none !important;
}

.quitar_rd {
	display: none;
}

.lds-hourglass {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 8px;
	box-sizing: border-box;
	border: 32px solid #ffffff;
	border-color: #bbbbbb transparent #bbbbbb #ffffff;
	animation: lds-hourglass 1.2s infinite;
}

.container-banner {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.banner-ofertas {
	text-align: center;
	background-color: #EAEAEA;
	padding: 14px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	margin: auto;
}

.banner-ofertas .banner-link {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease;
	letter-spacing: 1px;
	word-spacing: 5px;
}

.banner-link .highlight {
	color: white;
	font-weight: bold;
	background-color: #38D95C;
	padding: 2px 4px;
	border-radius: 4px;
}

.whatsapp-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	animation: breathe 2s ease-in-out infinite;
	padding-top: 8px;
	padding-left: 2px;
}

.whatsapp-btn i {
	color: #fff;
	font-size: 24px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}

.lds-hourglass2 {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-hourglass2:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 8px;
	box-sizing: border-box;
	border: 32px solid rgb(88, 88, 88);
	border-color: rgb(88, 88, 88) transparent rgb(88, 88, 88) transparent;
	animation: lds-hourglass2 1.2s infinite;
}

@keyframes lds-hourglass2 {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}


.hid {
	overflow: hidden;
}

.centrado {
	z-index: 100000000;
	position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
}


/* Fondo semitransparente para la pantalla */
.centrado2 {
	z-index: 100000000;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	display: flex;
}

/* Animación de "hourglass" (reloj de arena) */
.lds-hourglass3 {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	border: 8px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top: 8px solid #23B8BA;
	/* Color del borde */
	animation: lds-hourglass 1.2s linear infinite;
}

/* Animación para hacer girar el círculo */
@keyframes lds-hourglass3 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.cargando__ {
	display: flex;
	justify-content: center;
	align-items: center;
}

.detalle_compra {
	margin-top: 35px;
	position: relative;
	border: 1px #CFCFCF solid !important;
	padding: 35px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}

.detalle_compra h3 {

	font-size: 20px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;

}

.detalle_pedido h3 {
	font-size: 20px;
	font-weight: 600;
	color: #091C5C;
	margin-bottom: 15px;
}

.titulo_rastreo h2 {
	font-size: 30px;
	font-weight: 600;
	color: #091C5C;
	margin-bottom: 15px;
}

.titulo_rast p {
	font-size: 16px;
	font-weight: 400;
	color: #091C5C;
}

.titulo_rast h2 {
	font-size: 30px;
	font-weight: 600;
	color: #091C5C;
	margin-bottom: 15px;
}

.titulo_rastreo p {
	font-size: 16px;
	font-weight: 400;
	color: #091C5C;
}

.detalle_pedido a {
	font-size: 16px;
    font-weight: 400;
    color: #091C5C;
    text-decoration: none;
}

.info_correo {
	margin-top: 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #091C5C;
	font-weight: 400;
}

.info_envio {
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #CFCFCF solid !important;
	color: #091C5C;

}

.detalle_compra img {
	width: 50px;
	margin-right: 20px;
}


.detalle_compra a {
	position: absolute;
	font-size: 14px;
	bottom: 15px;
	right: 10px;
	color: white;
	background-color: #091C5C;
	padding: 10px 20px;
	border-radius: 25px;
}

.detalle_compra a:hover {
	background-color: #21ABAD;
}

.categorias_destacadas {
	margin-bottom: 50px;
	color: #091C5C;
	padding-top: 50px;
}

.categorias_destacadas p {
	color: #091C5C;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
}

.categorias_destacadas h2 {
	font-size: 30px;
	font-weight: 600;
}

.categorias_destacadas h2 span {
	font-size: 35px;
	font-weight: 900;
}

.categoria_destacada {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 230px;
	background-color: #F3F4F4;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	text-align: center;
	color: #091C5C;
	padding: 15px;
}

.categoria_destacada img {
	width: 130px;
}

.categoria_destacada h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.categoria_destacada a {
	font-size: 16px;
	font-weight: 600;
	color: #091C5C;
	text-decoration: none;
}

.categorias-destacadas-masvendido {
	margin-bottom: 50px;
	color: #091C5C;
}

.categorias-destacadas-masvendido p {
	font-size: 20px;
	font-weight: 600;
}

.categorias-destacadas-masvendido h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 70px;
}

.categorias-destacadas-masvendido h2 span {
	font-size: 35px;
	font-weight: 900;
}

.categorias-destacadas-detalleproducto {
	margin-bottom: 50px;
	color: #091C5C;
}

.categorias-destacadas-detalleproducto p {
	font-size: 20px;
	font-weight: 600;
}

.categorias-destacadas-detalleproducto h2 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
}

.categorias-destacadas-detalleproducto h2 span {
	font-size: 35px;
	font-weight: 900;
}

.swiper-container {
	overflow: hidden;
}

.social-links li a {
	font-size: 3em;
}

.social-links .boton-ofertas {
	margin-left: -80px;
}

.swiper-container2 {
	overflow: hidden;
}

.resaltar_categorias {

	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;

}

.item_categoria_resaltada h2 {
	font-size: 27px;
	font-weight: 900;
	color: #091C5C;
	margin-left: 50px;
	margin-top: 50px;
}

.ver_todos {
	font-size: 14px;
	font-weight: 600;
	color: white;
	width: 100px;
	position: absolute;
	bottom: 50px;
	left: 60px;
}

.ver_todos a {
	color: white;
	text-decoration: none;
	background-color: #23B8BA;
	padding: 10px 10px;
	border-radius: 25px;
}

.ver_todos a:hover {
	background-color: #1B9191;
}

.item_categoria_resaltada {
	margin-bottom: 44px;
}

.r1 img {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 0px solid #CFCFCF;
}

.r2 img {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border: 0px solid #CFCFCF;
}

.imagen_categoria_resaltada {
	width: 100%;
	float: right;
	text-align: right;
}

.imagen_categoria_resaltada img {
	width: 100%;
	margin-top: 25px;
	border-radius: unset;
}

.texto-item-resaltada {
	position: absolute;
	height: 100%;
}

.botonera_inventario {
	text-align: center;
}

.botonera_inventario a {
	background-color: #23B8BA;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 55px;
	border-radius: 25px;
	cursor: pointer;
}

.botonera_inventario a:hover {
	background-color: #1B9191;
	color: white;
}

.activoInventario {
	background-color: #091C5C !important;
	color: white !important;
}

.activoInventario::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-99%);
    height: 40px;
    background-color: #F3F4F4;
    border-radius: 100%;
    width: 3%;
}

.titulo_inventario {
	color: #091C5C;
	margin-bottom: 50px;
	width: 127%;
}

.titulo_inventario p {
	font-size: 20px;
	font-weight: 600;
}

.titulo_inventario h2 {
	font-size: 30px;
	font-weight: 600;
}

.titulo_inventario span {
	font-size: 35px;
	font-weight: 900;
}

.contenedor_inventario {
	width: 100%;
	background-color: #F3F4F4;
	padding-top: 70px;
	padding-bottom: 70px;
}


.navega_inventario {
	text-align: right;
}

.navega_inventario a {
	color: #091C5C;
	font-size: 26px;
	font-weight: 600;
	cursor: pointer;
}

.navega_inventario a:hover {
	color: #21ABAD;
}

.navega_inventario_inactivo {
	color: #CFCFCF !important;
	cursor: not-allowed !important;
}

.navega_inventario_inactivo:hover {
	color: #CFCFCF !important;

}
/* ************************************/
.botonera-productos-temporada {
	text-align: center;
}

.botonera-productos-temporada a {
	background-color: #23B8BA;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 55px;
	border-radius: 25px;
	cursor: pointer;
}

.botonera-productos-temporada a:hover {
	background-color: #1B9191;
	color: white;
}

.activo-temporada {
	background-color: #091C5C !important;
	color: white !important;
}

.activo-temporada::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-129%);
    height: 40px;
    background-color: #F3F4F4;
    border-radius: 100%;
    width: 3%;
}

.titulo-productos-temporada {
	color: #091C5C;
	margin-bottom: 50px;
	width: 100%;
}

.titulo-productos-temporada p {
	font-size: 20px;
	font-weight: 600;
}

.titulo-productos-temporada h2 {
	font-size: 30px;
	font-weight: 600;
}

.titulo-productos-temporada span {
	font-size: 35px;
	font-weight: 900;
}

.contenedor-productos-temporada {
	width: 100%;
	background-color: #F3F4F4;
	padding-top: 100px;
	padding-bottom: 70px;
}


.navega-producto-temporada {
	text-align: right;
}

.navega-producto-temporada a {
	color: #091C5C;
	font-size: 26px;
	font-weight: 600;
	cursor: pointer;
}

.navega-producto-temporada a:hover {
	color: #21ABAD;
}

.navega-producto-temporada_inactivo {
	color: #CFCFCF !important;
	cursor: pointer;
}

.navega-producto-temporada_inactivo:hover {
	color: #CFCFCF !important;

}

.filtros-temporada {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	display: none;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	padding: 25px;
}

.filtros-temporada h3 {
	font-size: 20px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 15px;
	margin-top: 25px;
}

/*Hacer filtros para input text dentro de filtros-temporada*/
.filtros-temporada input[type="text"] {
	width: 250px;
	padding: 10px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white !important;
	color: #091C5C !important;
	margin-bottom: 10px;
}

.filtros-temporada input[type="text"]:focus {
	outline: none;
	border: none;
}

.filtros-temporada select {
	width: 250px;
	padding: 5px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white;
	color: #091C5C;
}

.filtros-temporada select:focus {
	outline: none;
	border: none;
}

.boton-temporada2 {
	background-color: #091C5C;
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
	cursor: pointer;

}

.boton-temporada:hover {
	background-color: #0FC28C;
}
/* ******************************** */
.botonera-productos-nuevos {
	text-align: center;
}

.botonera-productos-nuevos a {
	background-color: #23B8BA;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 55px;
	border-radius: 25px;
	cursor: pointer;
}

.botonera-productos-nuevos a:hover {
	background-color: #1B9191;
	color: white;
}

.activo-nuevos {
	background-color: #091C5C !important;
	color: white !important;
}

.activo-nuevos::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-133%);
    height: 40px;
    background-color: #F3F4F4;
    border-radius: 100%;
    width: 3%;
}

.titulo-productos-nuevos {
	color: #091C5C;
	margin-bottom: 50px;
	width: 100%;
}

.titulo-productos-nuevos p {
	font-size: 20px;
	font-weight: 600;
}

.titulo-productos-nuevos h2 {
	font-size: 30px;
	font-weight: 600;
}

.titulo-productos-nuevos span {
	font-size: 35px;
	font-weight: 900;
}

.contenedor-productos-nuevos {
	width: 100%;
	background-color: #F3F4F4;
	padding-top: 100px;
	padding-bottom: 70px;
}

.navega-productos-nuevos {
	text-align: right;
}

.navega-productos-nuevos a {
	color: #091C5C;
	font-size: 26px;
	font-weight: 600;
	cursor: pointer;
}

.navega-productos-nuevos a:hover {
	color: #21ABAD;
}

.navega-productos-nuevos_inactivo {
	color: #CFCFCF !important;
	cursor: not-allowed !important;
}

.navega-productos-nuevos_inactivo:hover {
	color: #CFCFCF !important;

}

.filtros-pro-nuevos {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	display: none;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	padding: 25px;
}

.filtros-pro-nuevos h3 {
	font-size: 20px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 15px;
	margin-top: 25px;
}

/*Hacer filtros para input text dentro de filtros-pro-nuevos*/
.filtros-pro-nuevos input[type="text"] {
	width: 250px;
	padding: 10px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white !important;
	color: #091C5C !important;
	margin-bottom: 10px;
}

.filtros-pro-nuevos input[type="text"]:focus {
	outline: none;
	border: none;
}

.filtros-pro-nuevos select {
	width: 250px;
	padding: 5px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white;
	color: #091C5C;
}

.filtros-pro-nuevos select:focus {
	outline: none;
	border: none;
}

.boton-pro-nuevos2 {
	background-color: #091C5C;
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
	cursor: pointer;

}

.boton-pro-nuevos2:hover {
	background-color: #0FC28C;
}
/* ************** */
.info_busqueda {
	text-align: center;
	color: #091C5C;
	font-size: 17px;
	font-weight: 400;
	padding-right: 20px;
	margin-left: 180px;
	margin-bottom: 18px;
}

.botones_item_nuevo a {
	font-size: 20px;
}

.i_car {
	color: #091C5C;
}

.i_car:hover {
	color: #21ABAD;
	background-color: transparent;
}

.i_wa {
	color: white;
	background-color: #25d366;
	border-radius: 100%;
	padding: 10px 10px 5px 10px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.i_fav {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	color: white;
	background-color: #8B5AFA;
	cursor: pointer;
	padding: 11px 11px 5px 11px;
	border-radius: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.i_fav:hover, .i_wa:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
}

.i_fav:active, .i_wa:active {
    transform: scale(0.9);
}

.i_fav2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #8B5AFA;
    cursor: pointer;
    padding: 11px 11px 5px 11px;
    border-radius: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.i_fav2:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
}

.i_wa3 {
	color: white;
	background-color: #25d366;
	border-radius: 100%;
	padding: 8px 8px 4px 9px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
}

.i_fav3 {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	color: white;
	background-color: #8B5AFA;
	cursor: pointer;
	padding: 8px 8px 3px 8px;
	border-radius: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	font-size: 14px;
}

.i_fav3:hover, .i_wa3:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
}

.i_fav3:active, .i_wa3:active {
    transform: scale(0.9);
}

.precio-history-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 0px 10px 7px 14px;
}

.oferta_ {
	position: absolute;
	top: 62px;
	right: 36px;
	width: 40px;
	height: 41px;
	border-radius: 50%;
	border: 3px solid #23B8BA;
	color: #23B8BA;
	padding: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	z-index: 100;

}

.oferta_ p {
	line-height: 0px;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 0 !important;
}

.imagenCarrusel2 {
	max-width: 101% !important;
}

.indicadores_promo li {
	background-color: white;
	border: none !important;
}

.indicadores_promo li.active {
	background-color: #21ABAD;
	border: none !important;
}

.carousel-caption2 {
	position: absolute;
	top: 25px;
	right: 7%;
	padding: 7px 54px;
	border-radius: 40px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #37d958;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-caption2:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.carousel-caption2 a {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: inline-block;
}

.carousel-captionVermas a:hover {
	background-color: #091C5C;
	color: white;
}

.info_empresa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: 550px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #CFCFCF;
}

.ie1 {
	background-color: white;
	width: 28%;
	height: 100%;
	padding: 50px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align: center;
	float: left;
}

#descripcionEmpresa {
	color: #091C5C;
}

.ie1_titulo {
	color: #091C5C;
	display: inline-flex;
}

.img_ie1 {
	margin-right: 20px;
}

.ie1_titulo h2 {
	font-size: 30px;
	font-weight: 900;
}

.ie1_titulo h2 span {
	color: #21ABAD;
}

.ie1_texto {
	margin-top: 15px;
}

.ie1_texto p {
	font-size: 16px;
	text-align: left;
}

.ie1_titulo img {
	width: 50px;
}

.numero {
	text-align: center;
	width: 110px;
	height: 110px;
	font-size: 90px;
	font-weight: 900;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	margin: auto;
}

.color1 {
	color: #457779;
	border: 10px solid #457779;
}

.color2 {
	color: #466089;
	border: 10px solid #466089;
}

.colorP1 {
	background-color: #DBF0F1;
	color: #457779;
	font-weight: 600;
}

.colorP2 {
	background-color: #9CCFD2;
	color: #457779;
	font-weight: 600;
}

.colorP3 {
	background-color: #C4D2FA;
	color: #466089;
	font-weight: 600;
}

.colorP4 {
	background-color: #E5EBFC;
	color: #466089;
	font-weight: 600;
}

.numero p {
	line-height: 90px;
}

.ie2 {
    position: relative;
    width: 18%;
    padding: 50px;
    text-align: center;
    float: left;
    height: 100%;
    transition: all 0.3s ease-in-out; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}


.ie2:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
}


.ie2.active {
    animation: pulse 1.5s infinite;
}

.oferta10 {
	position: relative;
    width: 100%;
    background-color: #091C5C;
    margin-top: 50px;
    background: linear-gradient(to right, #004AAD, #00C87F);
    padding: 66px;
}

.contenidoOferta10 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.imgOferta10 {
	margin-right: 50px;
}

.imgOferta10 img {
	width: 90px;
	margin-bottom: 11px;
}

.textoOferta10 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin-right: 50px;
    margin-top: 83px;
}

.textoOferta10 span {
	font-size: 20px;
}

.formularioOferta10 {
	position: relative;
}

.inputTextOferta10 {
	width: 450px;
	padding: 15px 15px;
	color: white;
	font-size: 16px;
	border-radius: 25px;
	border: none;
	float: left;
	margin-right: 5px;
	margin-top: 17px;
	background-color: #091c5c78;
	text-align: center;
}

.inputTextOferta10:focus {
	outline: none;
	border: none;
}

input::placeholder {
	color: white;
	opacity: 1;
}

.botonCirculo {
	width: 50px;
	height: 50px;
	margin-top: 2px;
	text-align: center;
	background-color: #21ABAD;
	color: white;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 4px solid white;
}

.botonCirculo:hover {
	background-color: #1B9191;
}

.botonOferta10 {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.botonOferta10_ {
	float: left;
	margin-top: 16px;
}

.botonOferta10:hover {
	background-color: transparent;
}

.botonOferta10 i {
	line-height: 52px;
	font-size: 25px;
	color: white;
	font-weight: 900;
}

.vistosFrec {
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tituloVistosFrec {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 223px;
}

.tituloVistosFrec h2 {
	font-size: 30px;
	font-weight: 600;
	color: #091C5C;
	margin-top: 40px;
}

.tituloVistosFrec span {
	font-size: 35px;
	font-weight: 900;
}

.tituloVistosFrec p {
	color: #091C5C;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
}

.itemVistosFrec {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.imgVistosFrec img {
	width: 100%;
	height: 350px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #CFCFCF;
}

.imgVistosFrec1 img {
	width: 100%;
	height: 462px;
	border-radius: 0px 14px 14px 0px;
	-webkit-border-radius: 0px 14px 14px 0px;
}

.contenedor-vertical {
	position: relative;
	width: 150px;
	height: auto;
	background-color: #7a6454;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -15px;
}

.texto-vertical {
	padding: 10px;
	color: white;
	font-size: 25px;
	text-transform: capitalize;
	transform: rotate(180deg);
	text-align: center;
	white-space: nowrap;
	height: auto;
	display: inline-block;
	writing-mode: vertical-lr;
	margin-left: -3px;
	line-height: 1;
}

.texto-vertical strong {
	font-weight: bold;
	font-size: 41px;
}

.espacio_vertical {
	padding: 4px;
}

.itemVistosFrec2 {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.buttom-agregar-frec {
	color: #7a6454;
	font-size: 52px;
	position: absolute;
	right: 0;
	padding: 7px;
}

.buttom-agregar-frec:hover {
	color: #23B8BA;
	text-decoration: none;
}

/* ************** */
.espacio_horizontal {
	padding: 4px;
}

.contenedor-horizontal {
	position: relative;
	width: 104%;
	height: auto;
	margin-left: -15px;
	background-color: #7a645480;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	border-radius: 0px 0px 14px 0px;
}

.imgVistosFrec2 img {
	width: 104%;
	height: 350px;
	margin-left: -15px;
	border-radius: 0px 14px 14px 0px;
	-webkit-border-radius: 0px 14px 0px 0px;
}

.texto-horizontal {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 0.8;
}

.texto-horizontal span {
	font-size: 25px;
	font-weight: 400;
}

.buttom-agregar-frec2 {
	color: #7a645480;
	font-size: 52px;
	position: absolute;
	right: 0;
	padding: 7px;
}

.buttom-agregar-frec2:hover {
	color: #23B8BA;
	text-decoration: none;
}

/* ************************ */
.textoVistosFrec p:hover {
	color: #23B8BA;
}

.textoVistosFrec span {
	font-size: 16px;
	font-weight: 200;
	color: white;
}

/* *************** */
.itemVistosFrec3 {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
}

.imgVistosFrec3 img {
	width: 100%;
	height: 614px;
	border-radius: 14px 14px 0px 0px;
	-moz-border-radius: 14px 14px 0px 0px;
	-webkit-border-radius: 14px 14px 0px 0px;
	border: 0px solid #CFCFCF;
}

.espacio_horizontal3 {
	padding: 4px;
}

.contenedor-horizontal3 {
	width: 100%;
	position: relative;
	display: block;
	background: #23B8BA;
	text-align: center;
	height: 314px;
	padding: 55px;
	border-radius: 0px 0px 14px 14px;
	-webkit-border-radius: 0px 0px 14px 14px;
}

.texto-horizontal3 {
	font-size: 41px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 1;
}

.texto-horizontal3 span {
	font-size: 25px;
}

.texto-horizontal-p2 {
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	padding: 0px 0px;
	color: white;
	font-weight: 300;
}

.buttom-agregar-frec3 {
	color: #23B8BA;
	font-size: 52px;
	position: absolute;
	right: 0;
	padding: 7px;
}

.buttom-agregar-frec3:hover {
	color: #7a6454;
	text-decoration: none;
}

/* ***************** */
.itemVistosFrec4 {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.imgVistosFrec4 img {
	width: 100%;
	height: 462px;
	border-radius: 0px 14px 14px 0px;
	-webkit-border-radius: 14px 0px 0px 14px;
}

.contenedor-vertical4 {
	position: relative;
	width: 150px;
	height: auto;
	background-color: #7a6454;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -12px;
}

.texto-vertical4 {
	padding: 17px;
	color: white;
	font-size: 27px;
	transform: rotate(180deg);
	text-align: center;
	white-space: nowrap;
	height: auto;
	writing-mode: vertical-lr;
	line-height: 1;
	text-transform: lowercase;
	margin-left: 22px;
	margin-right: 9px;
	display: inline-grid;
}

.texto-vertical4 strong {
	font-weight: bold;
	font-size: 41px;
	text-transform: capitalize;
	line-height: 0;
}

.espacio_vertical4 {
	padding: 4px;
}

.buttom-agregar-frec4 {
	color: #7a6454;
	font-size: 52px;
	position: absolute;
	left: 0;
	padding: 9px;
}

.buttom-agregar-frec4:hover {
	color: #23B8BA;
	text-decoration: none;
}

/* ********** */
.contenedor-horizontal5 {
	position: relative;
	width: auto;
	height: auto;
	margin-right: -13px;
	background-color: #7a645480;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	border-radius: 0px 0px 0px 14px;
}

.imgVistosFrec5 img {
	width: 102%;
	height: 350px;
	border-radius: 0px 14px 14px 0px;
	-webkit-border-radius: 14px 0px 4px 0px;
}

.texto-horizontal5 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 1;
}

.texto-horizontal5 span {
	font-size: 21px;
	font-weight: 100;
}

.buttom-agregar-frec5 {
	color: #7a645480;
	font-size: 52px;
	position: absolute;
	left: 0;
	padding: 7px;
}

.buttom-agregar-frec5:hover {
	color: #23B8BA;
	text-decoration: none;
}

/* ************** */
.history {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-color: #F3F4F4;
}

.history-detalle {
	width: 100%;
	margin-top: 70px;
	padding-bottom: 70px;
	background-color: #F3F4F4;
}

.history-listar {
	width: 100%;
	margin-top: 70px;
	padding-bottom: 70px;
	margin-left: -40px;
	background-color: transparent;
}

.producto_history {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	text-align: center;
	background-color: white;
}

.producto_history img {
	width: 100%;
	height: 200px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	opacity: 1;
	transition: .5s;
	object-fit: contain;
	padding: 15px;

}

.producto_history img:hover {
	opacity: 0.5;
}

.producto_history a {
	cursor: pointer;
}

.info_history {
    width: 100%;
    padding: 15px 15px 1px 15px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 0px solid #CFCFCF;
    color: #091C5C;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.titulo_history {
    font-size: 17px;
    font-weight: 400;
    color: #091C5C;
    text-align: left;
    margin-bottom: 10px;
}

.precio_history {
    font-size: 17px;
    font-weight: 600;
    color: black;
}

.precio_history i {
    color: white;
    position: absolute;
}

.letra_precio {
    color: black;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.producto_history2 {
	position: relative;
	width: 70%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	text-align: center;
	background-color: white;
}

.producto_history2 img {
	position: relative;
	width: 100%;
	height: 200px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	opacity: 1;
	transition: .5s;
	object-fit: contain;
	padding: 15px;

}

.producto_history2 img:hover {
	opacity: 0.5;
}

.producto_history2 a {
	cursor: pointer;
}

.ventNosotrosTitulo {
	color: #091C5C;
	margin-bottom: 50px;
	width: 100%;
}

.ventNosotrosTitulo p {
	color: #091C5C;
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
}

.ventNosotrosTitulo h2 {
	font-size: 30px;
	font-weight: 600;
}

.ventNosotrosTitulo span {
	font-size: 35px;
	font-weight: 900;
}

.itemVentNosotros {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 70px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	text-align: center;
	padding: 25px;
	padding-bottom: 50px;
}

.itemVentNosotros img {
	width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.itemVentNosotros h2 {
	font-size: 25px;
	font-weight: 600;
	color: #091C5C;
	margin-bottom: 20px;

}

.itemVentNosotros p {
	font-size: 16px;
	font-weight: 400;
	color: #091C5C;
}

.filtrosInventario {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	display: none;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CFCFCF;
	padding: 25px;
}

.filtrosInventario h3 {
	font-size: 20px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 15px;
	margin-top: 25px;
}

/*Hacer filtros para input text dentro de filtrosInventario*/
.filtrosInventario input[type="text"] {
	width: 250px;
	padding: 10px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white !important;
	color: #091C5C !important;
	margin-bottom: 10px;
}

.filtrosInventario input[type="text"]:focus {
	outline: none;
	border: none;
}

.filtrosInventario select {
	width: 250px;
	padding: 5px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #CFCFCF;
	background-color: white;
	color: #091C5C;
}

.filtrosInventario select:focus {
	outline: none;
	border: none;
}

.boton_inventario2 {
	background-color: #091C5C;
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
	cursor: pointer;

}

.boton_inventario2:hover {
	background-color: #0FC28C;
}

.cajaR1 {
	padding-left: 0;
}

.cajaR2 {
	padding-right: 0;
}


.fg {
	display: block;
}

.fm {
	display: none;
}

.fp {
	display: none;
}

.bd1 {
	display: block;
}

.bd2 {
	display: none;
}
/* ************* */
.swiper-button-prev-custom,
.swiper-button-next-custom {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom.swiper-button-disabled,
.swiper-button-prev-custom.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom.swiper-button-hidden,
.swiper-button-prev-custom.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom,
.swiper-navigation-disabled .swiper-button-prev-custom {
	display: none !important
}

.swiper-button-next-custom svg,
.swiper-button-prev-custom svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom svg,
.swiper-rtl .swiper-button-prev-custom svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom,
.swiper-rtl .swiper-button-next-custom {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom,
.swiper-rtl .swiper-button-prev-custom {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom:after,
.swiper-button-prev-custom:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-next-custom,
.swiper-rtl .swiper-button-prev-custom {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

/* ******************** */
.swiper-button-prev-custom-index,
.swiper-button-next-custom-index {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-index,
.swiper-button-prev-custom-index {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-index.swiper-button-disabled,
.swiper-button-prev-custom-index.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom-index.swiper-button-hidden,
.swiper-button-prev-custom-index.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom-index,
.swiper-navigation-disabled .swiper-button-prev-custom-index {
	display: none !important
}

.swiper-button-next-custom-index svg,
.swiper-button-prev-custom-index svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom-index svg,
.swiper-rtl .swiper-button-prev-custom-index svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom-index,
.swiper-rtl .swiper-button-next-custom-index {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom-index,
.swiper-rtl .swiper-button-prev-custom-index {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom-index:after,
.swiper-button-prev-custom-index:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}
.swiper-button-next-custom-index,
.swiper-rtl .swiper-button-prev-custom-index {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}
/********************************************************/
.swiper-button-prev-custom-listar,
.swiper-button-next-custom-listar {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-listar,
.swiper-button-prev-custom-listar {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-listar.swiper-button-disabled,
.swiper-button-prev-custom-listar.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom-listar.swiper-button-hidden,
.swiper-button-prev-custom-listar.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom-listar,
.swiper-navigation-disabled .swiper-button-prev-custom-listar {
	display: none !important
}

.swiper-button-next-custom-listar svg,
.swiper-button-prev-custom-listar svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom-listar svg,
.swiper-rtl .swiper-button-prev-custom-listar svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom-listar,
.swiper-rtl .swiper-button-next-custom-listar {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom-listar,
.swiper-rtl .swiper-button-prev-custom-listar {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom-listar:after,
.swiper-button-prev-custom-listar:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}
.swiper-button-next-custom-listar,
.swiper-rtl .swiper-button-prev-custom-listar {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

/*****************************************************************/
.swiper-button-prev-custom-carrito,
.swiper-button-next-custom-carrito {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-carrito,
.swiper-button-prev-custom-carrito {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-carrito.swiper-button-disabled,
.swiper-button-prev-custom-carrito.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom-carrito.swiper-button-hidden,
.swiper-button-prev-custom-carrito.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom-carrito,
.swiper-navigation-disabled .swiper-button-prev-custom-carrito {
	display: none !important
}

.swiper-button-next-custom-carrito svg,
.swiper-button-prev-custom-carrito svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom-carrito svg,
.swiper-rtl .swiper-button-prev-custom-carrito svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom-carrito,
.swiper-rtl .swiper-button-next-custom-carrito {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom-carrito,
.swiper-rtl .swiper-button-prev-custom-carrito {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom-carrito:after,
.swiper-button-prev-custom-carrito:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-next-custom-carrito,
.swiper-rtl .swiper-button-prev-custom-carrito {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}


.swiper-button-prev-custom-carrito,
.swiper-rtl .swiper-button-next-custom-carrito {
	left: var(--swiper-navigation-sides-offset, 8px);
	right: auto;
	top: 189px;
}

.swiper-button-next-custom-carrito,
.swiper-rtl .swiper-button-prev-custom-carrito {
	right: var(--swiper-navigation-sides-offset, -2px);
	left: auto;
	top: 189px;
}



.swiper-button-prev-custom-carrito,
.swiper-rtl .swiper-button-next-custom-carrito {
	left: var(--swiper-navigation-sides-offset, -113px);
	right: auto;
	top: 354px;
}

.swiper-button-next-custom-carrito,
.swiper-rtl .swiper-button-prev-custom-carrito {
	right: var(--swiper-navigation-sides-offset, -183px);
	left: auto;
	top: 354px;
}
/* ************************************************************* */
.swiper-button-prev-custom-detalle,
.swiper-button-next-custom-detalle {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-detalle,
.swiper-button-prev-custom-detalle {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-detalle.swiper-button-disabled,
.swiper-button-prev-custom-detalle.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom-detalle.swiper-button-hidden,
.swiper-button-prev-custom-detalle.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom-detalle,
.swiper-navigation-disabled .swiper-button-prev-custom-detalle {
	display: none !important
}

.swiper-button-next-custom-detalle svg,
.swiper-button-prev-custom-detalle svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom-detalle svg,
.swiper-rtl .swiper-button-prev-custom-detalle svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom-detalle,
.swiper-rtl .swiper-button-next-custom-detalle {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom-detalle,
.swiper-rtl .swiper-button-prev-custom-detalle {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom-detalle:after,
.swiper-button-prev-custom-detalle:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-next-custom-detalle,
.swiper-rtl .swiper-button-prev-custom-detalle {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}


.swiper-button-prev-custom-detalle,
.swiper-rtl .swiper-button-next-custom-detalle {
	left: var(--swiper-navigation-sides-offset, 8px);
	right: auto;
	top: 189px;
}

.swiper-button-next-custom-detalle,
.swiper-rtl .swiper-button-prev-custom-detalle {
	right: var(--swiper-navigation-sides-offset, -2px);
	left: auto;
	top: 189px;
}



.swiper-button-prev-custom-detalle,
.swiper-rtl .swiper-button-next-custom-detalle {
	left: var(--swiper-navigation-sides-offset, -113px);
	right: auto;
	top: 354px;
}

.swiper-button-next-custom-detalle,
.swiper-rtl .swiper-button-prev-custom-detalle {
	right: var(--swiper-navigation-sides-offset, -183px);
	left: auto;
	top: 354px;
}
/* ************************************************************* */

.swiper-button-prev-custom-micuenta,
.swiper-button-next-custom-micuenta {
	cursor: pointer;
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-micuenta,
.swiper-button-prev-custom-micuenta {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 0);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #091C5C;
	font-weight: 600;
	font-size: 16px;
}

.swiper-button-next-custom-micuenta.swiper-button-disabled,
.swiper-button-prev-custom-micuenta.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next-custom-micuenta.swiper-button-hidden,
.swiper-button-prev-custom-micuenta.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-custom-micuenta,
.swiper-navigation-disabled .swiper-button-prev-custom-micuenta {
	display: none !important
}

.swiper-button-next-custom-micuenta svg,
.swiper-button-prev-custom-micuenta svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next-custom-micuenta svg,
.swiper-rtl .swiper-button-prev-custom-micuenta svg {
	transform: rotate(180deg)
}

.swiper-button-prev-custom-micuenta,
.swiper-rtl .swiper-button-next-custom-micuenta {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next-custom-micuenta,
.swiper-rtl .swiper-button-prev-custom-micuenta {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next-custom-micuenta:after,
.swiper-button-prev-custom-micuenta:after {

	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-next-custom-micuenta,
.swiper-rtl .swiper-button-prev-custom-micuenta {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}


.swiper-button-prev-custom-micuenta,
.swiper-rtl .swiper-button-next-custom-micuenta {
	left: var(--swiper-navigation-sides-offset, 8px);
	right: auto;
	top: 189px;
}

.swiper-button-next-custom-micuenta,
.swiper-rtl .swiper-button-prev-custom-micuenta {
	right: var(--swiper-navigation-sides-offset, -2px);
	left: auto;
	top: 189px;
}



.swiper-button-prev-custom-micuenta,
.swiper-rtl .swiper-button-next-custom-micuenta {
	left: var(--swiper-navigation-sides-offset, -113px);
	right: auto;
	top: 354px;
}

.swiper-button-next-custom-micuenta,
.swiper-rtl .swiper-button-prev-custom-micuenta {
	right: var(--swiper-navigation-sides-offset, -183px);
	left: auto;
	top: 354px;
}
/* *************************************************************** */
.contenidoPage {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contenidoPage h1 {
	font-size: 30px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;
	text-align: center;
}

.contenidoPage img {
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.contenidoPage ul {
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
}

.contenidoPage ul li {
	font-size: 16px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 10px;
}

.contenidoPage iframe {
	width: 100%;
	height: 500px;
}

.botonera_info {
	display: none;
}

.menu_info {
	margin-top: 25px;
	margin-bottom: 25px;
}

/*que se muestre en forma vertical el menu*/
.menu_info ul {
	text-align: center;
	display: block;
}

.menu_info ul li {
	display: inline-flex;
	margin-right: 25px;
	width: 100%;
}

.menu_info ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #091C5C;
	width: 100%;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #23B8BA !important;
	line-height: 16px;
}

.menu_info_activo {
	color: white !important;
	background-color: #21ABAD;
}

.menu_info ul li a span {
	font-size: 12px;
	font-weight: 400;
}

.menu_info ul li a:hover {
	color: white;
	background-color: #21ABAD;
}

.info_contenido_i {
	display: none;
}

.volver_info {
	font-size: 16px;
	font-weight: 600;
	color: white;
	background-color: #091C5C;
	border-radius: 200px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin-top: 35px;
}

.volver_info:hover {
	background-color: #21ABAD;
}

.boton_info {
	background-color: white;
	color: #091C5C;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #F3F4F4 !important;
	text-align: center;
	width: 100%;
	height: 100px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 25px;
	text-decoration: none;
}

.boton_info:hover {
	background-color: #F3F4F4;
}

.boton_info_activo {
	background-color: #F3F4F4;
}

.info_contenido {
	margin-top: 25px;
	margin-bottom: 25px;
}

.info_contenido h2 {
	font-size: 30px;
	font-weight: 600;
	color: #091C5C;
}

.info_contenido p {
	font-size: 16px;
	font-weight: 400;
	color: #091C5C;
	margin-top: 40px;
	text-align: left;
}

.info_contenido p span {
	font-weight: 600;
}



.headerRow th {
	color: #091C5C;
    font-size: 16px;
    font-weight: 600;
}

.radio-group {
	flex-direction: row;
	padding: 10px;
}


input[type="radio"] {
	display: none;
}

/* Estilos para el contenedor del radio button */
.radio-container {
	background: none !important;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
}

/* Estilos para el radio button personalizado */
.custom-radio {
	width: 16px;
	height: 16px;
	border: 1px transparent #21ABAD;
	/* Color del borde */
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}

/* Estilos para el estado seleccionado del radio button */
.custom-radio::after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #21ABAD;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.2s;
}

/* Mostrar el punto interior cuando el radio button está seleccionado */
input[type="radio"]:checked+.custom-radio::after {
	opacity: 1;
}

.my-swal {
	background-color: #f0f0f0 !important;
	border: 2px solid #091C5C !important;
	font-size: 15px !important;
}

.my-swal .swal2-title {
	color: #091C5C !important;
	font-size: 19px !important;
}

.my-swal .swal2-content {
	color: #21ABAD !important;
	font-size: 14px !important;
}

.my-swal .swal2-confirm {
	background-color: #21ABAD !important;
	color: #fff !important;
}

.my-swal .swal2-cancel {
	background-color: #f44336 !important;
	color: #fff !important;
}

.aplicarBono {
	position: relative;
	width: 30%;

}

/*MANEJO DE RESPONSIVE*/
@media screen and (max-width: 2400px) {

	.menu_categoria {
		margin-top: -2.1px;
	}

	.header-right {
		text-align: right;
		display: block;
	}

	.top_nav_right {
        width: 19%;
        margin-left: -10px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
	}

	.header-right ul li {
		display: inline-block;
		margin: 4px 10px !important;
	}

	.box_2 {
		background: #FFA932;
		color: white;
		padding: 8.1px 18px 8.1px 18px;
		border-radius: 50px 50px 50px 50px;
		-moz-border-radius: 50px 50px 50px 50px;
		-webkit-border-radius: 50px 50px 50px 50px;
		border: 0px solid #000000;
		line-height: 0;
		float: right;
		margin-right: 10px;
	}

	.box_1 {
		background: #23B8BA;
		color: white;
		padding: 7px 32px;
		border-radius: 50px 50px 50px 50px;
		-moz-border-radius: 50px 50px 50px 50px;
		-webkit-border-radius: 50px 50px 50px 50px;
		border: 0px solid #000000;
		line-height: 0;
		float: right;
		margin-right: -15px;
		margin-bottom: 0px;
	}

	.boton_login {
		background-color: #23B8BA;
		color: white;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 20px;
		border-radius: 200px 200px 200px 200px;
		-moz-border-radius: 200px 200px 200px 200px;
		-webkit-border-radius: 200px 200px 200px 200px;
		border: 0px solid #23B8BA !important;
		margin-right: 15px;
		height: 40px !important;
		align-content: center;
	}

	.botonera_arriba {
		display: flex;
		align-items: center;
		position: relative;
		float: right;
		margin-top: 6px !important;
	}

	.boton-ingresar {
		margin-top: 86px;
	}

	.botones_item_nuevo {
		padding: 17px;
	}

	.botones_item_nuevo a {
		font-size: 15px;
	}

	.item-info-product h4 {
		width: 90%;
		margin-top: 20px;
	}

	.i_wa {
		padding: 10px 10px 5px 10px;
	}

	.container-menu_centris {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        width: 100%;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

	.swiper-container-todo-index {
		width: 115%;
		display: inline-block;
		margin-left: -72px;
	}

	.swiper-container-todo-carrito {
		width: 116%;
		display: inline-block;
		margin-left: -90px;
	}


	.swiper-container-todo-listar {
		width: 116%;
		display: inline-block;
		margin-left: -85px;
	}
	.swiper-container-todo-detalle {
		width: 116%;
		display: inline-block;
		margin-left: -85px;
	}
	.swiper-container-todo-micuenta {
		width: 114%;
		display: inline-block;
		margin-left: -103px;
		margin-bottom: 40px;
	}

	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, -113px);
        right: auto;
        top: 354px;
	}

	.swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
		right: var(--swiper-navigation-sides-offset, -196px);
        left: auto;
        top: 354px;
	}

    .swiper-button-prev-custom-listar, .swiper-rtl .swiper-button-next-custom-listar {
        left: var(--swiper-navigation-sides-offset, -113px);
        right: auto;
        top: 199px;
    }

    .swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, -196px);
        left: auto;
        top: 194px;
    }

	.swiper-button-prev-custom-carrito, .swiper-rtl .swiper-button-next-custom-carrito {
		left: var(--swiper-navigation-sides-offset, -113px);
		right: auto;
		top: 199px;
	}

	.swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
		right: var(--swiper-navigation-sides-offset, -183px);
		left: auto;
		top: 194px;
	}

	.swiper-button-prev-custom, .swiper-rtl .swiper-button-next-custom {
		left: var(--swiper-navigation-sides-offset, --swiper-navigation-sides-offset, -101px);
		right: auto;
	}

	.swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
		right: var(--swiper-navigation-sides-offset, -194px);
		left: auto;
	}

	.swiper-button-prev-custom-detalle, .swiper-rtl .swiper-button-next-custom-detalle {
		left: var(--swiper-navigation-sides-offset, -113px);
		right: auto;
		top: 200px;
	}

	.swiper-button-next-custom-detalle, .swiper-rtl .swiper-button-prev-custom-detalle {
		right: var(--swiper-navigation-sides-offset, -200px);
		left: auto;
		top: 200px;
	}
	.swiper-button-prev-custom-micuenta, .swiper-rtl .swiper-button-next-custom-micuenta {
		left: var(--swiper-navigation-sides-offset, -113px);
		right: auto;
		top: 200px;
	}

	.swiper-button-next-custom-micuenta, .swiper-rtl .swiper-button-prev-custom-micuenta {
		right: var(--swiper-navigation-sides-offset, -132px);
		left: auto;
		top: 200px;
	}

}

@media screen and (max-width: 1600px) {

	.header-right ul li a i {
		font-weight: 400;
		font-size: 25px;
		margin-right: 5px;
	}

	.logo_principal a {
		font-size: 25px;
	}

	.logo_principal img {
		width: 25px;
		height: 25px;
	}

	.boton_login {
		font-size: 14px;
		padding: 1px 15px;
	}

	.header-middle .search {
		margin-left: 0px;
	}

	.header-middle input[type="search"] {
		font-size: 14px;
		padding: 8px 15px;
		margin-left: -10px;
	}

	.header-middle form input[type="submit"] {
		height: 36px;
	}

	.sear-sub {
		width: 36px;
	}

	.botom_buscarG {
		height: 36px;
		margin-left: -10px;
	}

	.sear-sub i {

		margin-top: 25px;
		margin-right: 0px;
		font-size: 14px;
	}

	.sear-sub:hover {
		color: #21ABAD;
	}

	.item-info-product h4 {
		width: 90%;
		margin-top: 20px;
	}

	.men-thumb-item img {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.item-info-product h4 a {
		font-size: 16px;
	}

	.botones_item_nuevo {
		padding: 17px;
	}

	.botones_item_nuevo a {
		font-size: 15px;
	}

	.imgOferta10 {
		margin-right: 30px;
	}

	.imgOferta10 img {
		width: 80px;
	}

	.textoOferta10 {
		font-size: 25px;
		margin-right: 30px;
	}

	.textoOferta10 span {
		font-size: 16px;

	}

	.inputTextOferta10 {
		width: 400px;
		margin-right: 30px;
		margin-top: 15px;
	}
	.botonCirculo {
		width: 62px;
		height: 62px;
	}

    .botonOferta10 i {
        line-height: 66px;
        font-size: 35px;
    }

	.boton-ingresar {
		height: 50px;
		text-align: center;
		display: inline-block;
		border-radius: 50px;
		background: #23B8BA;
		color: #fff;
		font-size: 17px;
		border: none;
		width: 100%;
		outline: none;
		-webkit-appearance: none;
		padding: 8px 15px 9px 15px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		border-radius: 30px;
		margin-top: 84px;
	}

	.i_wa {
		padding: 10px 10px 5px 10px;
	}

	.titulo_inventario {
		width: 153%;
	}

	.activoInventario::after {
		transform: translateX(-97%);
        width: 5%;
	}

	.activo-temporada::after {
		transform: translateX(-125%);
		width: 5%;
	}

	.activo-nuevos::after {
		transform: translateX(-125%);
		width: 5%;
	}

	.container-menu_centris {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        width: 100%;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	.tituloVistosFrec {
		text-align: left;
		margin-bottom: 50px;
		margin-left: 65px;
	}
	.botonOferta10_ {
		float: left;
		margin-top: 8px;
	}

	.swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
        right: var(--swiper-navigation-sides-offset, 7px);
        left: auto;
    }

	.swiper-button-prev-custom, .swiper-rtl .swiper-button-next-custom {
        left: var(--swiper-navigation-sides-offset, -45px);
        right: auto;
    }
}

@media screen and (max-width: 1400px) {
	.inputTextOferta10 {
		width: 400px;
		margin-right: 5px;
		margin-top: 15px;
	}
    .sear-sub i {
        margin-top: 0px;
        margin-right: 8px;
        font-size: 19px;
    }

	.botonCirculo {
		width: 50px;
		height: 50px;
		margin-top: 0px;
	}

	.botonOferta10 i {
		line-height: 54px;
		font-size: 28px;
	}
	.tituloVistosFrec {
		text-align: left;
		margin-bottom: 50px;
		margin-left: 117px;
	}
	.swiper-container-todo-index {
        width: 105%;
        display: inline-block;
        margin-left: -13px;
    }
	.swiper-container-todo-listar {
        width: 107%;
        display: inline-block;
        margin-left: 0px;
    }
    .swiper-container-todo-detalle {
        width: 106%;
        display: inline-block;
        margin-left: -31px;
    }
	.swiper-container-todo-carrito {
        width: 106%;
        display: inline-block;
        margin-left: -42px;
		margin-bottom: 53px;
    }
	.swiper-container-todo-micuenta {
        width: 105%;
        display: inline-block;
        margin-left: -13px;
    }
	.swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
        right: var(--swiper-navigation-sides-offset, -85px);
        left: auto;
        top: 354px;
    }
	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, -47px);
        right: auto;
        top: 347px;
    }
	.swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, -108px);
        left: auto;
        top: 194px;
    }
	.swiper-button-prev-custom-listar, .swiper-rtl .swiper-button-next-custom-listar {
        left: var(--swiper-navigation-sides-offset, -30px);
        right: auto;
        top: 199px;
    }
	.swiper-button-prev-custom-detalle, .swiper-rtl .swiper-button-next-custom-detalle {
        left: var(--swiper-navigation-sides-offset, -54px);
        right: auto;
        top: 200px;
    }
	.swiper-button-next-custom-detalle, .swiper-rtl .swiper-button-prev-custom-detalle {
        right: var(--swiper-navigation-sides-offset, -81px);
        left: auto;
        top: 200px;
    }
	.swiper-button-prev-custom-carrito, .swiper-rtl .swiper-button-next-custom-carrito {
        left: var(--swiper-navigation-sides-offset, -56px);
        right: auto;
        top: 199px;
    }
	.swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
        right: var(--swiper-navigation-sides-offset, -75px);
        left: auto;
        top: 194px;
    }
	.swiper-button-prev-custom-micuenta, .swiper-rtl .swiper-button-next-custom-micuenta {
        left: var(--swiper-navigation-sides-offset, -54px);
        right: auto;
        top: 200px;
    }
	.swiper-button-next-custom-micuenta, .swiper-rtl .swiper-button-prev-custom-micuenta {
        right: var(--swiper-navigation-sides-offset, -81px);
        left: auto;
        top: 200px;
    }
    .botom_buscarG {
        height: 45px;
        width: 45px;
        margin-left: -17px;
    }
	#myCarousel img {
		margin: auto;
		max-width: 100%;
	}
	.texto-horizontal-p2 {
		font-size: 20px;
		line-height: 1;
		font-weight: 300;
	}
}

@media screen and (max-width: 1200px) {
	.top_nav_right {
		width: 23%;
	}

	.header-right {
		text-align: right;
		display: block;
	}

	.menu_centris {
		display: block;
		align-items: center;
	}

	.box_1 {
		padding: 7px 10px;
	}

	.box_2 {
		padding: 8.1px 10px !important;
	}

	.logo_principal a {
		font-size: 20px;
	}

	.logo_principal img {
		width: 20px;
		height: 20px;
	}

	.boton_login {
		font-size: 12px;
		padding: 1px 10px;
	}

	.quitar {
		display: none !important;
	}

	.item_categoria_resaltada h2 {
		font-size: 20px;
		margin-left: 30px;
		margin-top: 30px;
	}

	.ver_todos {
		font-size: 14px;
		font-weight: 600;
		bottom: 30px;
		left: 45px;
	}

	.men-thumb-item img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.item-info-product h4 a {
		font-size: 16px;
		font-weight: 600;
	}

	.botones_item_nuevo {
		padding: 10px;
	}

	.botones_item_nuevo a {
		font-size: 18px;
	}

	.ie1 {
		padding: 15px;
	}

	.ie2 {
		padding: 15px;
	}

	.imgOferta10 {
		margin-right: 20px;
	}

	.imgOferta10 img {
		width: 70px;
	}

	.textoOferta10 {
		font-size: 20px;
		margin-right: 20px;
	}

	.textoOferta10 span {
		font-size: 14px;

	}

	.inputTextOferta10 {
		width: 350px;
		margin-right: 20px;
		margin-top: 10px;
	}

	.botonCirculo {
		width: 60px;
		height: 60px;
	}

	.botonOferta10 i {
		line-height: 60px;
		font-size: 30px;
	}

	.itemVistosFrec img {
		height: 350px;
	}

	.imgVistosFrec2 img {
		height: 600px;
	}

	.boton-ingresar {
		height: 50px;
		text-align: center;
		display: inline-block;
		border-radius: 50px;
		background: #23B8BA;
		color: #fff;
		font-size: 17px;
		border: none;
		width: 100%;
		outline: none;
		-webkit-appearance: none;
		padding: 8px 15px 9px 15px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		border-radius: 30px;
	}

	.i_wa {
		padding: 10px 10px 5px 10px;
	}

	.titulo_inventario {
		width: 100%;
	}

}

@media screen and (max-width: 992px) {
	.logo_principal a {
		font-size: 20px;
	}

	.logo_principal img {
		width: 20px;
		height: 20px;
	}

	.boton_login {
		font-size: 12px;
		padding: 6px 5px;
	}

	.header-middle input[type="search"] {
		font-size: 12px;
		padding: 6px 12px;
	}

	.header-middle form input[type="submit"] {
		height: 30px;
	}

	.sear-sub {
		width: 30px;
		margin-top: -1px;
	}

	.titulo_inventario {
		width: 100%;
	}

	.botom_buscarG {
		height: 30px;
	}

	.header-right ul li a i {
		font-weight: 400;
		font-size: 25px;
		margin-right: 5px;
	}

	.header ul li {
		font-size: 10px;
	}

	.logo_principal {
		margin-bottom: 20px;
	}

	.botonera_arriba {
		margin-top: 20px;
	}

	.fg {
		display: none !important;
	}

	.fm {
		display: block !important;
	}

	.fp {
		display: none !important;
	}

	.r1 {
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}

	.r2 {
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;

	}

	.cajaR1 {
		padding-left: 15px !important;
		margin-bottom: 25px;
	}

	.cajaR2 {
		padding-right: 15px !important;
	}

	.texto-item-resaltada {
		height: 300px;
	}

	/**/

	.ie1 {
		padding: 10px;
	}

	.ie2 {
		padding: 10px;
	}

	.ie1_texto p {
		font-size: 12px;
	}

	.ie1_titulo {
		font-size: 20px;
	}

	.ie1_titulo p {
		font-size: 14px;
	}

	.numero {
		width: 90px;
		height: 90px;
		font-size: 70px;
	}

	.numero p {
		line-height: 70px;
	}

	.info_empresa {
		height: 500px;
	}

	.formularioOferta10 {
		margin-top: 20px;
		display: inline-flex;
	}

	.contenidoOferta10 {
		display: block;
		text-align: center;
	}

	.inputTextOferta10 {
		float: none;
	}

	.botonOferta10 {
		float: none;
		margin-top: 25px;
	}

	.botonOferta10 {
		width: 90px;
	}

	.imgOferta10 {
		margin-right: 0px;
		margin-bottom: 25px;
	}

	/*vende con nostros*/
	.itemVentNosotros h2 {
		font-size: 20px;
		margin-bottom: 15px;

	}

	.itemVentNosotros p {
		font-size: 14px;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: inline;
	}

	.filtrosInventario {
		width: 70%;
	}

	.checkout-left-basket {
		width: 50%;
	}

	.checkout-right-basket {
		display: none;
	}


}

@media screen and (max-width: 850px) {
	.texto-item-resaltada {
		height: 270px;
	}

	.titulo_inventario {
		width: 100%;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.mostrar-header {
		display: none;
	}

	.ban-top {
		padding: 0px 15px;
	}

	.sear-sub {
		width: 30px;
	}

	.botom_buscarG {
		height: 33px;
	}

	.sear-sub i {
        right: 18px;
        font-size: 12px;
        top: -15px;
	}

	.top_nav_right {
		width: 100%;
	}

	.menu_centris {
		display: flex;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.sorting {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.sorting select {
		margin-bottom: 15px;
	}

    .container-menu_centris {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        width: 100%;
        overflow: hidden;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

	.box_1 {
		padding: 7px 10px;
	}

	.box_2 {
		padding: 7px 10px !important;
	}

	.fg {
		display: none !important;
	}

	.fm {
		display: none !important;
	}

	.fp {
		display: block !important;
	}

	.bd1 {
		display: none;
	}

	.bd2 {
		display: block;
	}

	.ie1_texto {
		margin-top: 20px;
	}

	.ie1_titulo {
		display: block;
		margin-right: 0px;
	}

	.textoMARCA {
		margin-top: 25px;
		text-align: center;
	}

	.info_empresa {
		height: 550px;
		flex-wrap: wrap;
	}

	.itemVistosFrec {
		width: 70%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		height: 350px;
	}

	.itemVistosFrec2 {
		width: 70%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		height: 750px;
	}


	.imgVistosFrec img {
		height: 350px;
	}

	.imgVistosFrec2 img {
		height: 665px;
	}

	.contenedor-horizontal3 {
		width: 100%;
		position: relative;
		display: block;
		background: #23B8BA;
		text-align: center;
		height: 407px;
		padding: 50px;
		border-radius: 0px 0px 14px 14px;
		-webkit-border-radius: 0px 0px 14px 14px;
	}

	.descripcion {
		width: 90%;
		margin: auto;
	}

	.filtrosInventario {
		width: 80%;
	}

	.modal-dialog {
		width: 95%;
		margin: auto;
	}


	.producto_history2 {
		width: 70%;
		margin-left: 77px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.texto-item-resaltada {
		height: 570px;
	}

	.no-pad-men {
		padding: 0 15px 0 15px !important;
	}

	.botonCirculo {
		width: 50px;
		height: 50px;
		margin-top: -5px;
		margin-right: 5px;
	}

	.botonOferta10 i {
		line-height: 49px;
		font-size: 23px;
	}

	.titulo_inventario {
		width: 100%;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.articuloVistosFrec {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	.imgVistosFrec1 img {
		width: 157%;
		height: 350px;
		border-radius: 0px 14px 14px 0px;
		-webkit-border-radius: 0px 14px 14px 0px;
	}

	.contenedor-vertical {
		position: relative;
		width: 183px;
		height: auto;
		background-color: #7a6454;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: -147px;
	}

	.itemVistosFrec2 {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		width: 93%;
        margin-top: 25px;
        margin-bottom: 25px;
        height: 448px;
        margin-left: -78px;
	}

	.imgVistosFrec2 img {
		width: 169%;
		height: 350px;
		margin-left: -15px;
		border-radius: 0px 14px 14px 0px;
		-webkit-border-radius: 0px 14px 0px 0px;
	}

	.contenedor-horizontal {
		position: relative;
		width: 169%;
		height: auto;
		margin-left: -15px;
		background-color: #7a645480;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 0px 0px 14px 0px;
	}

	.imgVistosFrec3 img {
		width: 158%;
		height: 500px;
		border-radius: 14px 14px 0px 0px;
		-moz-border-radius: 14px 14px 0px 0px;
		-webkit-border-radius: 14px 14px 0px 0px;
		border: 0px solid #CFCFCF;
		margin-left: -91px;
	}

	.contenedor-horizontal3 {
        width: 158%;
        position: relative;
        display: block;
        background: #23B8BA;
        text-align: center;
        height: 407px;
        padding: 50px;
        border-radius: 0px 0px 14px 14px;
        -webkit-border-radius: 0px 0px 14px 14px;
        margin-left: -90px;
    }

	.texto-horizontal3 {
		font-size: 38px;
		font-weight: bold;
		text-align: center;
		color: white;
		line-height: 1;
	}

	.texto-horizontal-p2 {
		font-size: 27px;
		line-height: 1.2;
		text-align: center;
		padding: 0px 0px;
		color: white;
		font-weight: 100;
	}

	.imgVistosFrec4 img {
		width: 128%;
		height: 350px;
		border-radius: 0px 14px 14px 0px;
		-webkit-border-radius: 14px 0px 0px 14px;
		margin-left: -92px;
	}

	.contenedor-vertical4 {
		position: relative;
		width: 150px;
		height: auto;
		background-color: #7a6454;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: -115px;
	}

	.imgVistosFrec5 img {
		width: 170%;
		height: 350px;
		border-radius: 0px 14px 14px 0px;
		-webkit-border-radius: 14px 0px 4px 0px;
		margin-left: -14px;
	}

	.contenedor-horizontal5 {
		position: relative;
		width: auto;
		height: auto;
		margin-right: -217px;
		background-color: #7a645480;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 0px 0px 0px 14px;
		margin-left: -14px;
	}

	.buttom-agregar-frec {
		float: left;
	}

	.buttom-agregar-frec2 {
		float: left;
	}

	.buttom-agregar-frec3 {
		float: left;
	}

	.buttom-agregar-frec4 {
		margin-left: -86px;
	}

	.activoInventario::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 56%;
		transform: translateX(27%);
		height: 40px;
		background-color: #F3F4F4;
		border-radius: 100%;
		width: 5%;
	}

	.activo-temporada::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-126%);
		height: 40px;
		background-color: #F3F4F4;
		border-radius: 100%;
		width: 5%;
	}

	.activo-nuevos::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-100%);
		height: 40px;
		background-color: #F3F4F4;
		border-radius: 100%;
		width: 5%;
	}

	.botonera_inventario {
		text-align: center;
		margin-left: 145px;
	}

	.titulo-productos-temporada {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}
	.titulo-productos-nuevos {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}
	.swiper-container-todo-index {
        width: 84%;
        display: inline-block;
        margin-left: 66px;
    }
	.swiper-container-todo-micuenta {
        width: 84%;
        display: inline-block;
        margin-left: 66px;
    }

    .swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
        right: var(--swiper-navigation-sides-offset, 7px);
        left: auto;
        top: 347px;
    }

	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, 24px);
        right: auto;
        top: 347px;
    }
	
	  .swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
		right: var(--swiper-navigation-sides-offset, 87px);
		left: auto;
	  }
	
	  .swiper-button-prev-custom, .swiper-rtl .swiper-button-next-custom {
		left: var(--swiper-navigation-sides-offset, 11px);
		right: auto;
	  }
	
	  .swiper-container-todo-carrito {
		width: 91%;
		display: inline-block;
		margin-left: 40px;
		margin-bottom: 63px;
	  }
	  .swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
		right: var(--swiper-navigation-sides-offset, -37px);
		left: auto;
		top: 194px;
	  }
	  .swiper-button-prev-custom-carrito, .swiper-rtl .swiper-button-next-custom-carrito {
		left: var(--swiper-navigation-sides-offset, 20px);
		right: auto;
		top: 199px;
	  }
	  .swiper-container-todo-detalle {
		  width: 91%;
		  display: inline-block;
		  margin-left: 46px;
	  }
	  .swiper-button-next-custom-detalle, .swiper-rtl .swiper-button-prev-custom-detalle {
		right: var(--swiper-navigation-sides-offset, -42px);
		left: auto;
		top: 200px;
	  }
	  .swiper-button-prev-custom-detalle, .swiper-rtl .swiper-button-next-custom-detalle {
		left: var(--swiper-navigation-sides-offset, 26px);
		right: auto;
		top: 200px;
	  }
	  .swiper-container-todo-listar {
		width: 91%;
		display: inline-block;
		margin-left: 66px;
	  }
	  .swiper-container-todo-listar {
		width: 91%;
		display: inline-block;
		margin-left: 66px;
	  }
	  .swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
		right: var(--swiper-navigation-sides-offset, -63px);
		left: auto;
		top: 194px;
	  }
	  .swiper-button-next-custom-micuenta, .swiper-rtl .swiper-button-prev-custom-micuenta {
		right: var(--swiper-navigation-sides-offset, -42px);
		left: auto;
		top: 200px;
	  }
	  .swiper-button-prev-custom-micuenta, .swiper-rtl .swiper-button-next-custom-micuenta {
		left: var(--swiper-navigation-sides-offset, 26px);
		right: auto;
		top: 200px;
	  }

}

@media screen and (max-width: 576px) {

	.container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: space-around;
		margin-left: -18px;
	}

	.item_categoria_resaltada h2 {
		font-size: 18px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.ver_todos {
		font-size: 12px;
		font-weight: 600;
		bottom: 10px;
		left: 20px;
	}

	.ver_todos a {
		font-size: 12px;
		padding: 5px 10px;
	}

	.texto-item-resaltada {
		height: 380px;
	}

	.col-12 {
		width: 100%;
	}

	.box_1 h3 {
		font-size: 12px;
	}

	.box_2 h3 {
		font-size: 12px;

	}

	.ie1 {
		width: 62%;
		padding: 25px;
	}

	.ie2 {
		width: 62%;
		padding: 35px;
		margin-bottom: 22px
	}

	.info_empresa {
		height: auto;
		display: flow-root;
	}

	.imgOferta10 {
		margin-right: 20px;
	}

	.imgOferta10 img {
		width: 70px;
	}

	.textoOferta10 {
		width: 100%;
		font-size: 20px;
		margin-right: 10px;
	}

	.textoOferta10 span {
		font-size: 14px;

	}

	.inputTextOferta10 {
		width: 250px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.botonCirculo {
		width: 50px;
		height: 50px;
	}

	.botonOferta10 i {
		line-height: 50px;
		font-size: 25px;
	}

	.botonOferta10_ {
		margin-top: 10px;
		margin-right: 10px;
	}

	.oferta10 {
		padding: 50px 10px;
	}

	.itemVistosFrec {
		width: 85%;
	}

	.itemVistosFrec2 {
		width: 85%;
		height: auto;
	}

	.filtrosInventario {
		width: 90%;
	}

	.login-bottom {
		width: 99%;
		margin-bottom: 25px;
	}

	.login-right {
		width: 99%;
	}

	.checkout-left-basket {
		width: 80%;
	}

	.producto_history2 {
		width: 82%;
		margin-left: 30px;
		margin-right: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.modal-body {
		display: flex;
		gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		justify-content: space-between;
		flex-direction: column;
	}

	.titulo_inventario {
		width: 100%;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.imgVistosFrec2 img {
		height: 350px;
	}

	.contenedor-vertical {
		position: relative;
		width: 150px;
		height: auto;
		background-color: #7a6454;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: -46px;
	}

	.imgVistosFrec5 img {
		width: 122%;
		margin-left: -33px;
		height: 350px;
		border-radius: 0px 14px 14px 0px;
		-webkit-border-radius: 14px 0px 4px 0px;
	}

	.contenedor-horizontal5 {
		position: relative;
		height: auto;
		margin-right: -13px;
		background-color: #7a645480;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 0px 0px 0px 14px;
		width: 123%;
		margin-left: -32px;
		height: 350px;
	}

	.contenedor-horizontal {
		position: relative;
		width: 114%;
		height: auto;
		margin-left: -46px;
		background-color: #7a645480;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 0px 0px 14px 0px;
	}

	.top_nav_right {
        width: 100%;
        margin-top: 42px;
    }

    .ban-top {
        padding: 1px 0px;
    }

	.botonera_inventario {
        text-align: center;
        margin-left: 0px;
		margin-bottom: 22px;
    }

    .activoInventario::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 44%;
        transform: translateX(-103%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 5%;
    }
	.contenedor-vertical4 {
        position: relative;
        width: 150px;
        height: auto;
        background-color: #7a6454;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
    }

	.contenedor-horizontal3 {
        width: 158%;
        position: relative;
        display: block;
        background: #23B8BA;
        text-align: center;
        height: 407px;
        padding: 50px;
        border-radius: 0px 0px 14px 14px;
        -webkit-border-radius: 0px 0px 14px 14px;
        margin-left: -235px;
    }

	.imgVistosFrec2 img {
        width: 147%;
        height: 350px;
        margin-left: -15px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 0px 0px;
    }

	.imgVistosFrec1 img {
        width: 115%;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 14px 0px;
    }

	.contenedor-horizontal3 {
        width: 100%;
        position: relative;
        display: block;
        background: #23B8BA;
        text-align: center;
        height: 407px;
        padding: 50px;
        border-radius: 0px 0px 14px 14px;
        -webkit-border-radius: 0px 0px 14px 14px;
        margin-left: 0px;
    }

	.imgVistosFrec3 img {
        width: 100%;
        height: 500px;
        border-radius: 14px 14px 0px 0px;
        -moz-border-radius: 14px 14px 0px 0px;
        -webkit-border-radius: 14px 14px 0px 0px;
        border: 0px solid #CFCFCF;
        margin-left: 0px;
    }

	.swiper-button-prev-custom, .swiper-rtl .swiper-button-next-custom {
        left: var(--swiper-navigation-sides-offset, -15px);
        right: auto;
    }

	.tituloVistosFrec {
		margin-left: 0;
	}
	.login-grids, .login-right {
		width: 100%;
	}
}

@media screen and (max-width: 481px){
	.activoInventario::after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-99%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 7%;
    }
    .item_add-index {
        font-size: 19px;
        padding: 4px 11px 2px 11px;
        margin-right: 0;
    }
	.despacho_inmediato {
        color: #121212;
        margin-right: 0;
        font-size: 14px;
        margin-right: 3px;
        margin-left: 0;
    }
	.free_delivery {
        color: #23B8BA;
        font-weight: bold;
        font-size: 18px;
        margin-right: 3px;
    }
	.item_price {
        color: black;
        font-weight: bold;
        font-size: 19px;
    }
	.resaltar_categorias {
		padding: 0;
		margin-top: 10px;
		margin-bottom: 15px;
		margin-right: 10px;
		margin-left: 0px;
	}
	.btn-ver-mas {
        margin-left: 0px;
        margin-top: 97px;
    }
    #categorias_top {
        max-width: 1200px;
        margin: 75px 0px 5px -23px;
        gap: 40px;
        padding: 12px;
        justify-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: stretch;
    }
	.ie2 {
        width: 95%;
        padding: 79px;
        margin-bottom: 22px;
        margin-left: 10px;
    }
    .ie1 {
        width: 95%;
        padding: 79px;
        margin-bottom: 22px;
        margin-left: 11px;
    }
	.botonOferta10_ {
        margin-top: 15px;
        margin-right: 10px;
    }
	.contenedor-vertical {
        position: relative;
        width: 150px;
        height: auto;
        background-color: #7a6454;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -48px;
    }
	.contenedor-horizontal {
        position: relative;
        width: 114%;
        height: auto;
        margin-left: 63px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 14px 0px;
    }
    .contenedor-vertical4 {
        position: relative;
        width: 150px;
        height: auto;
        background-color: #7a6454;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -14px;
    }
	.imgVistosFrec5 img {
        width: 126%;
        margin-left: 63px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }
	.imgVistosFrec4 img {
        width: 97%;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 0px 14px;
        margin-left: 12px;
    }
    .imgVistosFrec5 img {
        width: 119%;
        margin-left: 87px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }
	.contenedor-horizontal5 {
        position: relative;
        height: auto;
        background-color: #7a645480;
        overflow: hidden;
        display: flex		;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 119%;
        margin-left: 87px;
        height: 111px;
    }
	.contenedor-horizontal {
        position: relative;
        width: 121%;
        height: auto;
        margin-left: 65px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 14px 0px;
    }
	.imgVistosFrec2 img {
        width: 121%;
        height: 350px;
        margin-left: 65px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 0px 0px;
    }
	.imgVistosFrec1 img {
        width: 111%;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 14px 0px;
    }
	.buttom-agregar-frec {
        float: left;
        margin-right: -35px;
    }
	.buttom-agregar-frec2 {
        float: left;
        margin-right: -140px;
    }
	.buttom-agregar-frec4 {
        margin-left: 14px;
    }
	.buttom-agregar-frec5 {
		color: #7a645480;
		font-size: 52px;
		position: absolute;
		left: 89px;
		padding: 7px;
	}
    .swiper-container-todo-index {
        width: 92%;
        display: inline-block;
        margin-left: -2px;
    }
	.swiper-container-todo-listar {
        width: 20%;
        display: inline-block;
        margin-left: 53px;
    }
	.swiper-container-todo-carrito {
        width: 94%;
        display: inline-block;
        margin-left: 4px;
    }
	.swiper-container-todo-detalle {
        width: 95%;
        display: inline-block;
        margin-left: -1px;
    }
	.swiper-container-todo-micuenta {
        width: 92%;
        display: inline-block;
        margin-left: 8px;
    }
    .swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, 20px);
        right: auto;
        top: 354px;
    }
	.swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
        right: var(--swiper-navigation-sides-offset, 8px);
        left: auto;
        top: 347px;
    }
	.swiper-button-next-custom-detalle, .swiper-rtl .swiper-button-prev-custom-detalle {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto;
        top: 200px;
    }
	.swiper-button-prev-custom-detalle, .swiper-rtl .swiper-button-next-custom-detalle {
        left: var(--swiper-navigation-sides-offset, 6px);
        right: auto;
        top: 205px;
    }
	.swiper-button-prev-custom-listar, .swiper-rtl .swiper-button-next-custom-listar {
        left: var(--swiper-navigation-sides-offset, 53px);
        right: auto;
        top: 197px;
    }
	.swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, 1591px);
        left: auto;
        top: 195px;
    }
    .swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
        right: var(--swiper-navigation-sides-offset, -8px);
        left: auto;
        top: 191px;
    }
    .swiper-button-prev-custom-carrito, .swiper-rtl .swiper-button-next-custom-carrito {
        left: var(--swiper-navigation-sides-offset, -2px);
        right: auto;
        top: 199px;
    }
	.swiper-button-next-custom-micuenta, .swiper-rtl .swiper-button-prev-custom-micuenta {
        right: var(--swiper-navigation-sides-offset, -19px);
        left: auto;
        top: 191px;
    }
    .swiper-button-prev-custom-micuenta, .swiper-rtl .swiper-button-next-custom-micuenta {
        left: var(--swiper-navigation-sides-offset, -2px);
        right: auto;
        top: 199px;
    }
	.col-sm-4 {
        width: 100%;
    }
	.activoInventario::after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-101%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 7%;
    }
	.ie1_texto p {
        font-size: 17px;
        text-align: center;
    }
	.sear-sub {
        width: 30px;
        margin-top: 0px;
    }
	.info-product-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
        margin-left: 26px;
    }
	.cart-options-container {
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 13px;
        flex-wrap: nowrap;
    }
	.i_fav {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: white;
		background-color: #8B5AFA;
		cursor: pointer;
		padding: 12px 12px 6px 12px;
		border-radius: 100%;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}
	.botones_item_nuevo {
        padding: 13px;
        margin-left: 12px;
    }
    .products-left {
        padding-right: 0;
        margin-right: 60px;
        margin-left: -29px;
        width: 95%;
    }
    .products-right {
        margin-left: 7px;
        margin-right: 0px;
    }
	.botonera_inventario a {
		background-color: #23B8BA;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 53px;
		border-radius: 25px;
		cursor: pointer;
	}
    .row {
        margin-right: 0px;
        margin-left: 17px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .info_empresa {
        height: auto;
        display: flow-root;
        margin-left: 17px;
        width: 93%;
    }
	.container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        margin-left: -34px;
    }
	.categorias-destacadas-masvendido {
		margin-bottom: 50px;
		color: #091C5C;
		margin-left: -10px;
	}
	.imagen_categoria_resaltada img {
		width: 100%;
		margin-top: 25px;
		margin-left: 6px;
	}
	#listado_ineventario {
		margin-left: 0px;
	}
	.itemVentNosotros {
		margin-left: 0px;
	}
	.history-listar {
		margin-top: -26px;
	}
	.sorting .row {
		margin-top: 20px;
		display: flex;
		margin-left: 0;
		justify-content: center;
	}
	.info_busqueda {
		margin-left: 0px;
	}
	.css-treeview {
        margin-right: -42px;
    }
	.dropdown-button {
        width: 104%;
    }
	.inputTextOferta10 {
        width: 245px;
        margin-right: 10px;
        margin-top: 10px;
    }
	.imagen_categoria_resaltada {
		width: 100%;
		float: right;
		text-align: right;
		margin-right: 25px;
	}
	.botom_buscarG {
        height: 31px;
    }
	.sear-sub i {
        margin-top: 24px;
        margin-right: -1px;
        font-size: 14px;
    }

	.top_nav_right {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		align-items: flex-end;
        width: 100%;
        margin-top: 42px;
    }
	.navega-producto-temporada {
		text-align: right;
		margin-top: 17px;
	}
	.navega-productos-nuevos {
		text-align: right;
		margin-top: 17px;
	}
	.pedido_contenedor {
		display: flex;
		margin-left: -56px;
		flex-direction: column;
		align-items: center;
		align-content: space-between;
	}
	.botones_pedido {
		width: 39%;
		padding: 32px;
		margin-left: 14px;
	}
	.item_pedido {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
		background-color: #ffffff;
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.row.quitar_row.row-pedido {
		width: 106%;
	}
	.detalle_pedido {
		flex: 2;
		margin-left: -9px;
		margin-right: 15px;
	}
	.nav-tabs {
		margin-bottom: 1em;
		margin-left: 44px;
	}
	#modal_pedido .modal-content {
		border-radius: 10px;
		border: 1px solid #ddd;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		width: 100% !important;
		margin-left: -3px !important;
	}
	.status-card {
		flex: 1;
		padding: 10px;
		text-align: center;
		background: #daf1f3;
		color: #091C5C;
		font-size: 13px;
		margin: 0 5px;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.estado-pedido {
		font-size: 14px !important;
		padding: 4px 16px 4px 16px !important;
	}
	.detalle-pedido {
		font-size: 14px !important;
	}
	.id-pedido {
		font-size: 15px !important;
	}
	.header_rastreo {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: -44px;
		gap: 3px;
		justify-content: space-around;
		align-items: center;
	}
	.fecha-entrega {
		font-size: 15px !important;
		margin-left: 47px !important;
	}
	.timeline-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 93%;
		margin: 0px;
		margin-left: 50px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.header-middle input[type="search"] {
		height: 29px;
    }
	.col-md-12 {
        float: left;
        width: 96%;
    }
	.table-responsive {
        width: 91%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-left: 29px;
    }
	#rastreo {
		width: 100%;
		margin-left: -29px;
	}
	.status-card {
		font-size: 14px !important;
	}
	.detalle-pedido {
		font-size: 15px;
		font-weight: 400;
		color: #23B8BA;
		margin-bottom: 25px;
		text-align: center;
		border: none;
	}
	.detalle-pedido .btn_accion {
		background-color: transparent;
	}
	.detalle-pedido .btn_accion:hover {
		color: #23B8BA;
	}
}

@media screen and (max-width: 441px) {
	.col-12 {
        width: 95.3%;
    }

	.container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        margin-left: 0px;
    }

	.info_empresa {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		position: relative;
		margin-bottom: 50px;
		width: 96%;
		height: auto;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 1px solid #CFCFCF;
	}

    .contenedor-horizontal {
        position: relative;
        width: 121%;
        height: auto;
        margin-left: 65px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 14px 0px;
    }

	.contenedor-horizontal3 {
        width: 100%;
        position: relative;
        display: block;
        background: #23B8BA;
        text-align: center;
        height: 407px;
        padding: 50px;
        border-radius: 0px 0px 14px 14px;
        -webkit-border-radius: 0px 0px 14px 14px;
        margin-left: 0px;
    }

	.imgVistosFrec3 img {
        width: 100%;
        height: 500px;
        border-radius: 14px 14px 0px 0px;
        -moz-border-radius: 14px 14px 0px 0px;
        -webkit-border-radius: 14px 14px 0px 0px;
        border: 0px solid #CFCFCF;
        margin-left: 0px;
    }

	.imgVistosFrec5 img {
        width: 137%;
        margin-left: 0px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }

	.contenedor-horizontal5 {
        position: relative;
        height: auto;
        margin-right: 0px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 145%;
        margin-left: -32px;
        height: 134px;
    }

	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, -4px);
        right: auto;
        top: 398px;
	}

	.swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
        right: var(--swiper-navigation-sides-offset, 3px);
        left: auto;
        top: 398px;
	}

	.activoInventario::after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-103%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 7%;
    }

	.item-info-product h4 a {
        font-size: 13px;
    }

	.tituloVistosFrec {
		margin-left: 0;
	}
	.botonOferta10_ {
        margin-top: 16px;
        margin-right: 10px;
    }
	.sear-sub {
        width: 30px;
        margin-top: 0px;
        margin-right: -1px;
    }
	.sorting {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

	.info_busqueda {
        text-align: center;
        color: #091C5C;
        font-size: 17px;
        font-weight: 400;
        padding-right: 20px;
        width: auto;
        margin-left: 0;
        margin-bottom: 18px;
    }
	.login-grids, .login-right {
		width: 100%;
	}
	.swiper-button-prev-custom-listar, .swiper-rtl .swiper-button-next-custom-listar {
        left: var(--swiper-navigation-sides-offset, 2px);
        right: auto;
        top: 189px;
	}

	.swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, -2px);
        left: auto;
        top: 189px;
	}
	.history-listar {
		width: 100%;
		margin-top: 70px;
		padding-bottom: 70px;
		margin-left: -24px;
		background-color: transparent;
	}
    .swiper-container-todo-index {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-listar {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-carrito {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-detalle {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-micuenta {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.single {
		padding-top: 0px;
	}
	.buttom-agregar-frec2 {
        float: left;
        margin-right: -126px;
    }
	.inputTextOferta10 {
        width: 245px;
        margin-right: 3px;
        margin-top: 10px;
    }
	.imagen_categoria_resaltada {
        width: 100%;
        float: right;
        text-align: right;
        margin-right: 1px;
    }
	.pedido_contenedor {
		display: flex;
		margin-left: -56px;
		flex-direction: column;
		align-items: center;
		align-content: space-between;
	}
	.botones_pedido {
		flex: 1;
		display: flex;
		gap: 10px;
		align-items: center;
		text-align: right;
		position: relative;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		width: 39%;
		padding: 32px;
	}
	.item_pedido {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
		background-color: #ffffff;
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.row.quitar_row.row-pedido {
		width: 96%;
	}
	.detalle_pedido {
		flex: 2;
		margin-left: -9px;
		margin-right: 15px;
	}
	.nav-tabs {
		margin-bottom: 1em;
		margin-left: 44px;
	}
	#modal_pedido .modal-content {
		border-radius: 10px;
		border: 1px solid #ddd;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		width: 100% !important;
		margin-left: -3px !important;
	}
	.status-card {
		flex: 1;
		padding: 10px;
		text-align: center;
		background: #daf1f3;
		color: #091C5C;
		font-size: 13px;
		margin: 0 5px;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.estado-pedido {
		font-size: 14px !important;
		padding: 4px 16px 4px 16px !important;
	}
	.detalle-pedido {
		font-size: 14px;
	}
	.id-pedido {
		font-size: 15px;
	}
	.header_rastreo {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: -44px;
		gap: 3px;
		justify-content: space-around;
		align-items: center;
	}
	.fecha-entrega {
		font-size: 15px;
		margin-left: 47px;
	}
	.timeline-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 93%;
		margin: 0px;
		margin-left: 50px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 431px) {
	.single {
		padding-top: 0px;
	}

    .swiper-container-todo-index {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-listar {
        width: 98%;
        display: grid;
        margin-left: -16px;
    }
	.swiper-container-todo-carrito {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-detalle {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.swiper-container-todo-micuenta {
        width: 98%;
        display: grid;
        margin-left: -11px;
    }
	.imagen_categoria_resaltada img {
        width: 100%;
        margin-top: 25px;
        margin-left: -2px;
    }
	.ver-mas-container {
        text-align: center;
        margin-bottom: 33px;
        position: relative;
        margin-left: -58%;
        margin-top: -78px;
        color: white;
    }
    #categorias_top {
        max-width: 1200px;
        margin: 128px 0px 5px -10px;
        gap: 40px;
        padding: 12px;
        justify-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: stretch;
    }
    .info_empresa {
        margin-left: 8px;
    }
	.ie1 {
        margin-left: 1px;
    }
	.ie2 {
        margin-left: 0px;
    }
	.inputTextOferta10 {
        width: 233px;
        margin-right: 16px;
        margin-top: 10px;
    }
	.row {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	.swiper-container-todo-index {
        width: 90%;
        display: grid;
        margin-left: 11px;
    }
	.swiper-container-todo-micuenta {
        width: 90%;
        display: grid;
        margin-left: 11px;
    }
	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, 7px);
        right: auto;
        top: 402px;
    }
	.swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
        right: var(--swiper-navigation-sides-offset, -5px);
        left: auto;
        top: 191px;
    }
	.swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
        right: var(--swiper-navigation-sides-offset, -2px);
        left: auto;
    }
	.imgVistosFrec5 img {
        width: 119%;
        margin-left: 88px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }
	.contenedor-horizontal5 {
        position: relative;
        height: auto;
        margin-right: 0px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 119%;
        margin-left: 87px;
        height: 134px;
    }
	.products-right {
        margin-left: -13px;
        margin-right: -30px;
    }
	.cart-options-container {
        margin-right: 6px;
    }
	#listado_ineventario {
        margin-left: 12px;
    }
	.activo-temporada::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-130%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 7%;
    }
	.activo-nuevos::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-127%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 8%;
    }
	.timeline-status {
		margin-left: -40px;
	}
	.status-card {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 399px) {

	.container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: space-around;
		margin-left: 0px;
	}

	.products-left {
		padding-right: 0;
		margin-right: 60px;
		margin-left: -50px;
		width: 100%;
	}

	.products-right {
		padding-right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 700px;
		position: relative;
		margin-left: -20px;
		margin-right: -30px;
	}

	.occasion-cart {
		margin-left: 0px;
		margin-top: 25px;
	}

	.checkout-left-basket {
		width: 100%;
	}

	.texto-item-resaltada {
		height: 350px;
	}

	.modal-body {
		display: flex;
		gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		justify-content: space-between;
		flex-direction: column;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.imgVistosFrec2 img {
		height: 350px;
	}
	.tituloVistosFrec {
		margin-left: 0;
	}

	.sorting {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
	.sear-sub i {
        right: 10px;
        font-size: 12px;
        top: 10px;
	}
	#myCarousel img {
        margin: auto;
        max-width: 103%;
    }
	.navega-producto-temporada {
		text-align: right;
		margin-top: 14px;
	}
	.navega-productos-nuevos {
		text-align: right;
		margin-top: 14px;
	}
	.activo-nuevos::after {
        transform: translateX(-131%);
        width: 8%;
    }
}

@media screen and (max-width: 393px) {
	.products-right {
		padding-right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 700px;
		position: relative;
		margin-left: -30px;
		margin-right: -1px;
	}

	.titulo_inventario {
		width: 100%;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.imgVistosFrec2 img {
		height: 350px;
	}

    .row {
        margin-right: 0px;
        margin-left: -3px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	#categorias_top {
        max-width: 1200px;
        margin: 131px 0px 0px -5px;
        gap: 40px;
        padding: 0px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: stretch;
    }

	.formularioOferta10 {
        margin-top: 20px;
        display: block;
        justify-content: center;
    }

	.botonCirculo {
        width: 50px;
        height: 50px;
        margin-top: -6px;
        margin-left: -19px;
    }

    .swiper-container-todo-index {
        width: 96%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-container-todo-listar {
        width: 96%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-container-todo-carrito {
        width: 96%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-container-todo-detalle {
        width: 96%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-container-todo-micuenta {
        width: 96%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-button-prev-custom-index, .swiper-rtl .swiper-button-next-custom-index {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto;
        top: 398px;
    }
	.swiper-button-next-custom-index, .swiper-rtl .swiper-button-prev-custom-index {
        right: var(--swiper-navigation-sides-offset, -8px);
        left: auto;
        top: 391px;
    }
	.products-left {
        padding-right: 0;
        margin-right: 60px;
        margin-left: -57px;
        width: 100%;
    }
	.products-right {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 700px;
        position: relative;
        margin-left: -8px;
        margin-right: -1px;
    }
	.swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, -24px);
        left: auto;
        top: 186px;
    }
	.item_add-index {
        font-size: 17px;
        padding: 4px 4px 4px 4px;
        margin-right: 0;
    }
	.despacho_inmediato {
        color: #121212;
        font-size: 13px;
        margin-right: 3px;
        margin-left: 0;
    }
	.item_price {
        color: black;
        font-weight: bold;
        font-size: 19px;
    }
	.precio-anterior {
        font-size: 15px;
    }
	.free_delivery {
        color: #23B8BA;
        font-weight: bold;
        font-size: 16px;
        margin-right: 3px;
    }
	.swiper-button-prev-custom, .swiper-rtl .swiper-button-next-custom {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto;
    }
	.swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
        right: var(--swiper-navigation-sides-offset, -16px);
        left: auto;
        margin-top: -26px;
    }
    .info_empresa {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: relative;
        margin-bottom: 50px;
        width: 96%;
        margin-left: 9px;
        height: auto;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid #CFCFCF;
    }
	.contenedor-vertical4 {
        position: relative;
        width: 150px;
        height: auto;
        background-color: #7a6454;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -14px;
    }
	.imgVistosFrec4 img {
        width: 101%;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 0px 14px;
        margin-left: -1px;
    }
	.ie1 {
        width: 95%;
        padding: 79px;
        margin-bottom: 22px;
        margin-left: 2px;
    }
	.ie2 {
        width: 95%;
        padding: 79px;
        margin-bottom: 22px;
        margin-left: 2px;
    }
	.buttom-agregar-frec2 {
        float: left;
        margin-right: -125px;
    }
	.buttom-agregar-frec {
        float: left;
        margin-right: -28px;
    }
	.contenedor-horizontal {
        position: relative;
        width: 123%;
        height: auto;
        margin-left: 66px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 14px 0px;
    }
	.imgVistosFrec2 img {
        width: 123%;
        height: 350px;
        margin-left: 65px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 0px 0px;
    }
	.imgVistosFrec5 img {
        width: 124%;
        margin-left: 74px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }
	.contenedor-horizontal5 {
        position: relative;
        height: auto;
        margin-right: 0px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 123%;
        margin-left: 75px;
        height: 134px;
    }
	.dropdown-button {
        width: 108%;
        background-color: #f7f7f7;
        color: #091C5C;
        font-weight: 600;
        border: none;
        padding: 17px;
        text-align: center;
        cursor: pointer;
        margin-left: 35px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1;
        border: 1px solid #d2d2d2;
        margin-top: -11px;
    }
	.swiper-button-next-custom-listar, .swiper-rtl .swiper-button-prev-custom-listar {
        right: var(--swiper-navigation-sides-offset, -34px);
        left: auto;
        top: 186px;
    }
	.swiper-button-prev-custom-listar, .swiper-rtl .swiper-button-next-custom-listar {
        left: var(--swiper-navigation-sides-offset, 9px);
        right: auto;
        top: 189px;
    }
	.swiper-button-next-custom-micuenta, .swiper-rtl .swiper-button-prev-custom-micuenta {
        right: var(--swiper-navigation-sides-offset, -34px);
        left: auto;
        top: 186px;
    }
	.swiper-button-prev-custom-micuenta, .swiper-rtl .swiper-button-next-custom-micuenta {
        left: var(--swiper-navigation-sides-offset, 9px);
        right: auto;
        top: 189px;
    }
	.itemVentNosotros {
        margin-left: 1px;
    }
	.texto-horizontal-p2 {
        font-size: 23px;
        font-weight: 100;
    }
}

@media screen and (max-width: 375px) {
    .header-right ul li {
        display: inline-block;
        margin: 4px 8px !important;
    }
	.ie1 {
		width: 100%;
		padding: 25px;
	}

	.ie2 {
		width: 100%;
		padding: 25px;
		margin-bottom: 22px
	}

	.inputTextOferta10 {
		width: 180px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.itemVistosFrec {
		width: 100%;
	}

	.itemVistosFrec2 {
		width: 100%;
		height: auto;
	}

	.occasion-cart {
		margin-left: 0px;
		margin-top: 25px;
	}

	.producto_history2 {
		width: 70%;
		margin-left: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.texto-item-resaltada {
		height: 270px;
	}

	.modal-body {
		display: flex;
		gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		justify-content: space-between;
		flex-direction: column;
	}

	.titulo_inventario {
		width: 100%;
	}

	.ventNosotrosTitulo {
		color: #091C5C;
		margin-bottom: 50px;
		width: 100%;
	}

	.header-right {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.imgVistosFrec2 img {
		height: 350px;
	}
	.botonera_inventario a {
		background-color: #23B8BA;
		color: #ffffff;
		font-size: 13px;
		font-weight: 600;
		padding: 10px 55px;
		border-radius: 25px;
		/* border: 1px solid #CFCFCF; */
		cursor: pointer;
	}
    .activoInventario::after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-103%);
        height: 36px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 9%;
    }
	.activo-temporada::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-129%);
        height: 40px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 9%;
    }
	.activo-nuevos::after {
        content: '';
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-103%);
        height: 36px;
        background-color: #F3F4F4;
        border-radius: 100%;
        width: 9%;
    }
	.navega-productos-nuevos {
		text-align: right;
		margin-top: 17px;
	}
	.navega-producto-temporada {
		text-align: right;
		margin-top: 17px;
	}
	.row {
        margin-right: 0px;
        margin-left: -1px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	.contenedor-vertical {
        position: relative;
        width: 150px;
        height: auto;
        background-color: #7a6454;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -13px;
    }
	.imgVistosFrec1 img {
        width: 102%;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 14px 0px;
    }
	.buttom-agregar-frec {
        float: left;
        margin-right: -5px;
    }
	.imgVistosFrec2 img {
        width: 106%;
        height: 350px;
        margin-left: 65px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 0px 14px 0px 0px;
    }
	.buttom-agregar-frec2 {
        float: left;
        margin-right: -80px;
    }
	.contenedor-horizontal {
        position: relative;
        width: 106%;
        height: auto;
        margin-left: 66px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 14px 0px;
    }
	.imgVistosFrec5 img {
        width: 105%;
        margin-left: 76px;
        height: 350px;
        border-radius: 0px 14px 14px 0px;
        -webkit-border-radius: 14px 0px 4px 0px;
    }
	.contenedor-horizontal5 {
        position: relative;
        margin-right: 0px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 105%;
        margin-left: 76px;
        height: 123px;
    }
	.contenedor-horizontal5 {
        position: relative;
        height: auto;
        margin-right: 0px;
        background-color: #7a645480;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 0px 0px 0px 14px;
        width: 105%;
        margin-left: 76px;
        height: 123px;
    }
	.swiper-container-todo-index {
        width: 89%;
        display: grid;
        margin-left: 7px;
    }
    .swiper-container-todo-listar {
        width: 87%;
        display: grid;
        margin-left: 22px;
    }
    .swiper-container-todo-carrito {
        width: 90%;
        display: grid;
        margin-left: 12px;
    }
	.swiper-container-todo-detalle {
        width: 89%;
        display: grid;
        margin-left: 7px;
    }
	.swiper-container-todo-micuenta {
        width: 89%;
        display: grid;
        margin-left: 7px;
    }
    #categorias_top {
        max-width: 1200px;
        margin: 145px 0px 5px -7px;
        gap: 40px;
        padding: 0px;
        justify-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: stretch;
    }
	.info_empresa {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: relative;
        margin-bottom: 50px;
        width: 96%;
        margin-left: 6px;
        height: auto;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid #CFCFCF;
    }
	.ie1 {
        width: 94%;
        padding: 25px;
    }
	.ie2 {
        width: 94%;
        padding: 25px;
        margin-bottom: 22px;
    }
	.inputTextOferta10 {
        width: 233px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .botonCirculo {
        width: 50px;
        height: 50px;
        margin-top: -4px;
        margin-left: -23px;
    }
	.buttom-agregar-frec4 {
        margin-left: 1px;
    }
	.buttom-agregar-frec5 {
        left: 80px;
    }
	.buttom-agregar-frec5 {
        color: #7a645480;
        font-size: 52px;
        position: absolute;
        left: 80px;
        padding: 7px;
    }
	.swiper-button-next-custom, .swiper-rtl .swiper-button-prev-custom {
        right: var(--swiper-navigation-sides-offset, 1px);
        left: auto;
        margin-top: -26px;
    }
	.resaltar_categorias {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 18px;
        margin-left: 0px;
    }
	.ie1_texto p {
        font-size: 14px;
    }
	.swiper-button-next-custom-carrito, .swiper-rtl .swiper-button-prev-custom-carrito {
        right: var(--swiper-navigation-sides-offset, -3px);
        left: auto;
        top: 191px;
    }
	.dropdown-button {
        width: 106%;
    }
	#listado_ineventario {
        margin-left: 0px;
    }
	.imagen_categoria_resaltada {
        width: 100%;
        float: right;
        text-align: right;
        margin-right: -2px;
    }
	.products-left {
        padding-right: 0;
        margin-right: 60px;
        margin-left: -52px;
        width: 100%;
    }
	.products-right {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 700px;
        position: relative;
        margin-left: -10px;
        margin-right: -1px;
    }
	.activo-temporada::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-142%);
		height: 40px;
		background-color: #F3F4F4;
		border-radius: 100%;
		width: 6%;
	}
	.botonera-productos-temporada a {
		background-color: #23B8BA;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 48px;
		border-radius: 25px;
		cursor: pointer;
	}
	.top_nav_right {
        width: 100%;
        margin-top: 6px;
        margin-right: 20px;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
    }
	.texto-horizontal-p2 {
        font-size: 23px;
        font-weight: 100;
    }
}

.estado_pedido p {
	font-size: 16px;
	font-weight: bold;
	color: #23B8BA;
	margin-bottom: 15px;
}

.grid_pedido {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* Dos columnas */
	gap: 15px;
}

.item_pedido {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.item_imagen img {
	width: 80px;
	height: auto;
	border-radius: 5px;
	margin-right: 15px;
}

.item_detalle {
	flex: 1;
}

.image_wrapper {
	position: relative;
	width: 100px;
	height: auto;
}

.image_wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cantidad {
	position: absolute;
	color: #a9a3a3;
	background-color: #ffff;
	padding: 5px;
	border-radius: 50%;
	font-size: 12px !important;
	font-weight: 900 !important;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #a9a3a3;
}

.btn_comprar {
	display: inline-block;
	background-color: #007bff;
	color: #ffffff !important;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
	transition: background-color 0.3s ease;
}

.btn_comprar:hover {
	background-color: #0056b3;
}

.cuerpo_pedido {
	background-color: #fff;
	padding: 30px 0px 50px 80px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pedido_contenedor {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.detalle_pedido {
	flex: 2;
}

.item_pedido {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	align-items: center;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.item_pedido img {
	width: 80px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.item_detalle p {
    margin: 0;
    font-size: 14px;
    color: #091C5C;
    font-weight: 400;
	text-align: justify;
}

.btn_comprar {
	display: inline-block;
	background-color: #0056b3;
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 10px;
	transition: background-color 0.3s ease;
}

.btn_comprar:hover {
	background-color: #003f8a;
}

.botones_pedido {
	flex: 1;
	display: flex;
	gap: 10px;
	align-items: center;
	text-align: right;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.btn_accion {
	display: block;
	background-color: #fff;
	color: #0056b3;
	padding: 10px 15px;
	border: 1px solid #0056b3;
	border-radius: 5px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn_accion:hover {
	background-color: #d1f7f7;
	/*   color: #d1f7f7; */
}

#comentarios_cancelacion {
	resize: none;
	/* Evita redimensionar la caja de texto */
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	margin-top: 5px;
}

.modal-footer .btn {
	margin-left: 10px;
}

#modal_cancelar_pedido .modal-content {
	border-radius: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#modal_pedido .modal-content {
	border-radius: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.producto_cancelar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.producto {
	display: flex;
	align-items: center;
	width: 85%;
}

.producto-imagen img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	object-fit: cover;
	margin-right: 15px;
}

.producto-detalle p {
	margin: 0;
	font-size: 14px;
	color: #333;
}

.producto-cantidad {
	display: flex;
	align-items: center;
}

.producto-checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 5px;
	width: 15%;
}

.checkbox-eliminar {
	transform: scale(1.2);
	cursor: pointer;
}

.producto-checkbox p {
	margin: 0;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.cantidad-input {
	width: 60px;
	height: 35px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.cantidad_cancelar {
	width: 60px;
	height: 35px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.comentario-cancelacion {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
}

.label-motivo-cancelacion {
	font-size: 14px;
	width: 30%;
	margin-bottom: 10px;
}

.list-motivo-cancelacion {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 70%;
	top: 100%;
}

.comentarios-cancelacion {
	display: none;
}

.close-form-cancelar-pedido {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.5rem;
	background: none;
	border: none;
	color: #858585;
	cursor: pointer;
}

.seleccionar-todos-container {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column-reverse;
	width: 100%;
	font-size: 14px;
}

#seleccionar_todos {
	margin-right: 5px;
}


.boton-registrarse-ahora {
	text-align: center ;
	display: inline-block ;
	border-radius: 50px ;
}

.mispedidos_page {
	font-size: 30px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;
	text-align: center;
}

.rastreo_page {
	font-size: 30px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;
	text-align: center;
}

.header_rastreo {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	margin-bottom: -26px;
}

.id-pedido {
	font-size: 17px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;
	text-align: center;
}

.estado-pedido {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 40px 10px 40px;
    background-color: #23B8BA;
    color: white;
    border-radius: 50px;
}

.detalle-pedido {
	font-size: 17px;
	font-weight: 400;
	color: #23B8BA;
	margin-bottom: 25px;
	text-align: center;
	border: none;
	background-color: transparent !important;
}

.detalle-pedido .btn_accion:hover {
	background-color: transparent;
	color: #23B8BA;
}

.fecha-entrega {
	font-size: 17px;
	font-weight: 400;
	color: #091C5C;
	margin-bottom: 25px;
	text-align: left;
}

.swiper-slide {
	width: 200px !important;
}

.login-grids, .login-right {
	width: 100%;
}

#buscar::placeholder {
	color: #8f8d8dde;
	opacity: 1;
}


/* ************************* */
/* Contenedor principal */
.timeline-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	/* max-width: 1100px; */
	margin: 40px auto;
}

/* Línea de progreso */
.timeline-progress {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.timeline-progress::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #d1d5db;
	transform: translateY(-50%);
	z-index: 1;
}

.progress-bar {
	position: absolute;
	top: 50%;
	left: 0;
	height: 4px;
	background-color: #30b6b8;
	transform: translateY(-50%);
	z-index: 2;
	transition: width 0.5s ease-in-out;
}

/* Puntos de la línea de tiempo */
.timeline-step {
	position: relative;
	flex: 1;
	text-align: center;
	z-index: 3;
}

.timeline-step .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 10px solid #d1d5db;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.timeline-step.active .circle {
	background-color: #30b6b8;
	border-color: #94dbda;
}

/* Tarjetas de estado */
.timeline-status {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.status-card {
	flex: 1;
	padding: 10px;
	text-align: center;
	background: #daf1f3;
	color: #091C5C;
	font-size: 17px;
	margin: 0 5px;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.status-card .p {
	margin-bottom: 17px;
    margin-top: 19px;
}

.status-card.active {
	background: #30b6b8;
	color: white;
}
.search-suggestions {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 1px 1px 20px 20px;
    z-index: 1050;
    padding: 8px 0;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border-top: solid 1px #cccc;
}

.search-suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-suggestions li {
	padding: 12px 16px;
    font-size: 14px;
    color: #797373;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.search-suggestions li:hover {
    background: #f0f0f0;
}

.search-suggestions li i {
    font-size: 18px;
    color: #999;
}

.search-suggestions .suggestion-title {
    font-weight: bold;
    color: #1a0dab;
}

.search-suggestions .suggestion-subtext {
    font-size: 14px;
    color: #555;
}

.search-suggestions::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.search-suggestions {
    scrollbar-width: none;
}
.bold-text {
    font-weight: 700;
    color: #000;
}

.btn-wompi {
	width: 100%;
	background: #b0f2ae;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	border-radius: 200px;
	font-size: 18px;
	cursor: pointer;
}

.cart-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #23B8BA;
  color: white;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  font-size: 24px;
  z-index: 1000;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-float:hover {
  background-color: #1B9191;
  color: white;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 50%;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
}

@keyframes roll {
  0%   { transform: rotate(0deg) translateX(0); }
  25%  { transform: rotate(5deg) translateX(-2px); }
  50%  { transform: rotate(-5deg) translateX(2px); }
  75%  { transform: rotate(3deg) translateX(-1px); }
  100% { transform: rotate(0deg) translateX(0); }
}

.cart-float.roll {
  animation: roll 0.6s ease-in-out;
}