#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 {
	position: relative;
	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;
}



.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: left;
	color: #091C5C;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.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: 11px 12px 6px 12px;
	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;
	background-color: #23B8BA;
	color: white;
	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: 25px;
    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 0px;
}


.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-top: 83px;
}

.textoOferta10 span {
	font-size: 20px;
}

.formularioOferta10 {
	
	position: relative;
	margin-top: 20px;
}

.inputTextOferta10 {
	width: 450px;
	padding: 12px 12px;
	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: 5px;
	margin-left: 10px;
	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: 10px;
}

.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: 0px;
}

.tituloVistosFrec {
	text-align: left;
	margin-bottom: 50px;
}

.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;
}
.itemVistosFrec1 {
	display: flex;
	margin-top: 25px;
    margin-bottom: 25px;
}

.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;
	object-fit: cover;
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
}

.imgVistosFrec2 img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
}

.imgVistosFrec3 img {
	width: 100%;
	height: 614px;
	object-fit: cover;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border: 0px solid #CFCFCF;
}

.imgVistosFrec4 img {
	width: 100%;
	height: 462px;
	object-fit: cover;
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 7px 0px 0px 7px;
}

.imgVistosFrec5 img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 7px 0px 4px 0px;
}

.contenedor-vertical {
	position: relative;
	width: 150px;
	height: auto;
	background-color: #7a6454;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.texto-vertical {
	color: white;
	font-size: 25px;
	text-transform: capitalize;
	transform: rotate(180deg);
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	writing-mode: vertical-lr;	
	line-height: 1;
	margin: auto;
}

.texto-vertical strong {
	font-weight: bold;
	font-size: 35px;
}

.espacio_vertical {
	padding: 4px;
}

.itemVistosFrec2 {
	position: relative;
	/*width: 100%;
	margin-top: 25px;*/
	padding: 0;
	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;
}

.buttom-agregar-frec1 {
	color: #7a6454;
    font-size: 52px;
    position: absolute;
    right: 17px;
    padding: 7px;
}

.buttom-agregar-frec1:hover {
	color: #23B8BA;
	text-decoration: none;
}

/* ************** */
.espacio_horizontal {
	padding: 4px;
}

.contenedor-horizontal {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #7a645480;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	border-radius: 0px 0px 7px 0px;
}

.contenedor-horizontal2 {
    position: relative;
    width: auto;
    height: 100px;
    background-color: #7a645480;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border-radius: 0px 0px 7px 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;
}



.espacio_horizontal3 {
	padding: 4px;
}

.contenedor-horizontal3 {
	width: 100%;
	position: relative;
	display: block;
	background: #23B8BA;
	text-align: center;
	height: 323px;
	padding: 55px;
	border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

.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%;*/
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}



.contenedor-vertical4 {
	position: relative;
	width: 150px;
	height: auto;
	background-color: #7a6454;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.texto-vertical4 {
	color: white;
	font-size: 27px;
	transform: rotate(180deg);
	text-align: center;
	white-space: nowrap;
	writing-mode: vertical-lr;
	line-height: 1;
	text-transform: lowercase;
	margin: auto;
	display: inline-grid;
}

.texto-vertical4 strong {
	font-weight: bold;
	font-size: 3rem;
	text-transform: capitalize;
	line-height: 3rem;
}

.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: 100px;
	background-color: #7a645480;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	border-radius: 0px 0px 0px 7px;
}



.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 {
	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;
}

.tree-listar {
	border-top: 1px solid #d2d2d2;
}

.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: 170px;
	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;
	min-height: 60px;
}

.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;
	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;
	padding: 10px;
}

.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;
	margin-top: 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;
	min-height: 400px;
}

.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;
	height: 180px;
}

.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;
}




.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%;

}













.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: 10px;
}

.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: #7ed957;
	color: white;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	border-radius: 200px;
	font-size: 18px;
	cursor: pointer;
}

.btn-wompi:hover {
	background: #5cbf39;
	color: white;
}

.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;
}
/* Nueva vista detalle producto */
.page-body {
	display: flex;
	flex-direction: row;
}

.page-header-detalle {
	width:100%; 
	padding: 0px 0 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
.breadcrumb-custom {
	display: flex; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	gap: 10px; 
	align-items: center;
	margin-left: 21px;
}

.breadcrumb-link {
    text-decoration: none;
    color: #939292;
    font-size: 14px;
}

.left-container-detail {
	background-color: #f3f5f4;
    padding: 55px 59px;
	width: 30%;
}

.rigth-container-detail {
	padding-left: 31px;
	width: 70%;
	margin-left: 110px;
}

.detalle-container {
	display: flex;
    gap: 0px;
    justify-content: space-between;
}

.galeria {
	padding: 20px;
    width: 49%;
}

.info-producto {
    /*overflow-y: auto;*/
    /*max-height: 102vh;*/
    background: #fff;
    padding: 20px 59px 0px 31px;
    border-radius: 8px;
    /*overflow-y: scroll;
    scrollbar-width: none;*/
    width: 50%;
    text-align: justify;
	/*nuevo*/
	overflow: visible !important;
    max-height: none !important;
}

/*nuevo*/
.galeria{     
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: fit-content;
}

.info-producto::-webkit-scrollbar { /* Chrome, Safari */
    display: none;
}

.scrollable::-webkit-scrollbar {
    width: 6px;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.titulo-producto {
	width: 100%;
	color: black;
    font-size: 2.5rem;
    font-weight: 400;
	text-align: left;
	line-height: 3rem;
}

.texto-precio {
	display: block;
	font-size: 18px;
    color: #091C5C;
	font-weight: 500;
	line-height: 1.2;
}

.precio-box {
	position: relative;
    font-size: 20px;
    margin-bottom: 10px;
}

.precio-anterior {
	display: block;
	color: #939292;
    font-size: 16px;	
	line-height: 1;
}
.precio-actual {
	color: black;
    font-size: 28px;
	font-weight: 500;
}

.precio-total-compra{
	color: #091C5C;
	font-size: 22px;
	font-weight: 500;
}

.bloque-titulo-calificacion {
	position: relative;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 2rem;
}

.calificacion-producto {
	position: absolute;
    display: inline-flex;
    align-items: center;
    padding: 2px 15px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
	font-weight: 600;
    color: #333;
    gap: 2px;
    font-family: Arial, sans-serif;
	line-height: 0.8;
	bottom: -35px;
}

.calificacion-producto .estrellas {
    color: #FFA500; /* dorado */
    font-size: 12px;
    line-height: 0.8;
}

.calificacion-producto .estrellas i {
	margin-right: 7px;
}

.calificacion-producto .valor-calificacion {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.calificacion-producto .icono-flecha-estrellas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #23B8BA;
    color: white;
    border-radius: 50%;
    font-size: 8px;
	font-weight: 900;
    line-height:0;
    cursor: pointer;
	margin-left: 7px;
}


.calificacion-producto .icono-flecha-estrellas:hover {
	background-color: #1B9191;
	color: white;
}

.etiqueta-oferta {
	position: absolute;
	color: #fff;
    background: #23B8BA;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    margin-left: 10px;
	margin-top: -25px;
	display: inline-block;
	bottom: 5px;
}

.disponibilidad-texto-corto {
	font-size: 16px;
	color: #23B8BA;
    font-weight: 500;
	margin-bottom: 2rem;
	
}

.disponibilidad-texto {
    color: black;
}

.comprar-box {
    margin: 20px 0;
}

.botones-compra button,
.botones-compra a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-carrito {
    background-color: #3498db;
    color: white;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
}

.btn-favorito {
    background-color: #8B5AFA;
    color: white;
}

.descripcion-corta {
    margin: 20px 0;
    font-size: 16px;
}

.tabla-atributos {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.titulo-tabla-atributos {
	text-align: left; 
	font-size: 18px; 
	color:#333; 
	font-weight: bold;
}

.tabla-atributos th {
    border: 1px solid #ddd;
    padding: 8px;
	font-size: 15.5px;
}

.tabla-atributos td {
    border: 1px solid #ddd;
    padding: 8px;
	background-color: #f3f5f4;
	font-size: 13px;
}

.tabs-header {
    display: flex;
    list-style: none;
    border-bottom: 2px solid #ccc;
    padding: 0;
}

.tabs-header .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f9f9f9;
}

.tabs-header .tab.active {
    background: white;
    font-weight: bold;
}

.tabs-body .tab-content {
    display: none;
    padding: 15px 0;
}

.tabs-body .tab-content.active {
    display: block;
}

.slider-principal {
	width: 100%;
    height: 563px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.img-detalle-principal {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.img-detalle-thumb {
	width:97px; 
	margin:5px;
	cursor: pointer;
}

/*side bar*/
.sidebar-compra {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: fit-content;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-top: 10px;
	width: 70%;
}

.precio-sidebar .texto-precio {
    font-size: 18px;
    
}

.precio-sidebar .precio-actual {
    font-size: 3rem;
    color: #000;
    font-weight: 500;
	line-height: 2;
}

.precio-sidebar .precio-anterior {
    color: #888;
    font-size: 16px;
}

.disponibilidad-sidebar {
    margin: 15px 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

.disponibilidad-sidebar strong {
	font-weight: bold;
	color: #091C5C;
}



.cantidad-box label {
	font-weight: 400;
	font-size: 1.8rem;
	margin-right: 10px;
	margin-bottom: 8px;
	color: #23B8BA;
}

.disponibilidad-sidebar .estado-stock {
    color: #2ea3f2;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.cantidad-box {
    margin: 15px 0;
}



.stock-info-container {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-direction: row;
}

.select-custom {
    position: relative;
    display: inline-block;
    width: 90px;
}

.select-custom select {
    padding: 8px 45px 7px 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #f9f9f9;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
	color: black;
	margin-right: 10px;
}

/* círculo turquesa con flecha SVG */
.select-custom::after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 12px;
	color: white;
	background-color: #23B8BA;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-icon-cotiza {
	width: 30px; 
	vertical-align: middle; 
	margin-right: 5px;
}

.btn-wsp-cotiza {
    text-decoration: none;
    color: black;
    display: inline-flex;
    align-items: center;
	font-size: 12px;
}

.botones-sidebar {
    margin: 20px 0;
}

.botones-sidebar button {
    display: block;
    width: 100%;
    padding: 9px 9px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
}

.btn-carrito {
    background-color: #23B8BA;
    color: white;
}

.btn-carrito:hover {
	background-color: #1B9191;
	color: white;
}

.btn-compra-unica {
    background-color: #27ae60;
    color: white;
}

.btn-compra-unica:hover {
	background-color: #1e8449;
	color: white;
}

.icono-flecha {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #23B8BA; /* turquesa */
    color: white;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.bloque-info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.bloque-info .titulo-info {
    font-weight: 500;
    color: #23B8BA;
	font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.politicas-descripcion {
	margin-top: 18px;
    text-align: justify;
}

.formas-pago-descripcion {
	margin-top: 18px;
	text-align: justify;
}

.bloque-info .contenido-info {
    margin-top: 10px;
    color: #444;
    font-size: 14px;
}

/*comentarios y preguntas */
.bloque-comentarios {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
}

.bloque-comentarios h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

#contenedor-comentarios {
    margin-bottom: 30px;
	font-size: 14px;
}

.pregunta {
    font-size: 15px;
    color: #111;
    font-weight: 600;
    margin-bottom: 5px;
}

.respuesta {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 15px;
}

#contenedor-comentarios hr {
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 10px 0;
}

.form-preventa h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-preventa textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    resize: vertical;
}

.form-preventa .button2 {
    background-color: #23B8BA;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

.form-preventa .button2:hover {
    background-color: #1B9191;
}
/* Paginacion nueva */
.pagination-custom {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.pagination-custom li {
    margin: 0 10px;
}

.pagina-link-prev i,
.pagina-link-next i {
    font-size: 30px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.pagina-link-numero {
    font-size: 14px;
    color: black;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: default;
}


/*Arbol categorias*/
.css-treeview ul {
    list-style-type: none;    
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.filtro-lista {
    margin-left: 36px !important;
    margin-top: 14px;
}

.btn-danger {
  background-color: #d9534f;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.btn-danger:hover {
  background-color: #c9302c;
}

.btn-limpiar-filtros {
	background: #23B8BA;
    color: white;
    padding: 21px 32px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
    line-height: 0;
    float: right;
    margin-bottom: 0px;
	margin-top: 31px;
    cursor: pointer;
    font-size: 16px;
}

.btn-limpiar-filtros:hover {
    background: #1B9191;
	color: white;
}

.css-treeview input[type="checkbox"] {
    display: none;
}


.css-treeview input[type="checkbox"] ~ ul {
    display: none;
}

.css-treeview input[type="checkbox"]:checked ~ ul {
    display: block;
}

#filtros-dinamicos input[type="checkbox"] {
    display: inline-block !important;
    margin-right: 8px;
}
/* Responsividad vista detalle.php */
/* TABLET (<= 1024px) */
@media (max-width: 1024px) {
    /**/
}

/* MÓVIL (<= 767px) */
@media (max-width: 767px) {
    /*.page-header-detalle {
        padding: 10px;
    }

    .detalle-container {
        flex-direction: column;
        gap: 20px;
    }

    .galeria {
        padding: 10px;
    }

    .slider-principal {
        height: auto;
    }

    .img-detalle-principal {
        height: auto;
        max-height: 300px;
        object-fit: contain;
    }

    .slider-thumbs {
        display: flex;
        overflow-x: auto;
        gap: 8px;
    }

    .img-detalle-thumb {
        width: 70px;
        margin: 0;
    }

    .titulo-producto {
        font-size: 18px;
    }

    .precio-box,
    .precio-sidebar .precio-actual {
        font-size: 20px;
    }

    .calificacion-producto {
        font-size: 11px;
        padding: 3px 8px;
    }

    .tabla-atributos th,
    .tabla-atributos td {
        font-size: 13px;
        padding: 6px;
    }

    .bloque-info .titulo-info {
        font-size: 15px;
    }

    .botones-sidebar {
        flex-direction: column;
    }

    .btn-wsp-cotiza {
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .whatsapp-icon-cotiza {
        width: 32px;
        margin-bottom: 5px;
    }

    .stock-info-container {
        flex-direction: column;
        gap: 10px;
    }

    .select-custom {
        width: 100%;
    }

    .select-custom select {
        padding-left: 15px;
        font-size: 15px;
    }
	.slider-thumbs {
		display: flex;
		overflow-x: auto;
		gap: 8px;
		padding-bottom: 10px;
		scrollbar-width: thin;
	}

	.slider-thumbs::-webkit-scrollbar {
		height: 6px;
	}

	.slider-thumbs::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 10px;
	}*/
}