@charset "utf-8";

.tiendaBorderRadius{
	border-radius:5px;
}

.tiendaImagenRadius{
	border-radius:5px;
	transition: transform 0.3s ease; /* Añade una transición suave */
}

.tiendaImagenRadius:hover {
    transform: scale(1.1); /* Ajusta el valor de 'scale' para controlar el nivel de zoom */
}

.hrTienda{
	width: 50%;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	border: thin solid #FF9900;
}

.tituloCategoria{
	font-family: OpenSans-Regular;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 3%;
	margin-left: 10%;
}

.categorias{
	font-family: OpenSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AE2923;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: 50%;
	border: thin none #999;
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6%;
}

.subcategorias{
	font-family: OpenSans-Regular;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: 90%;
	border: thin none #999;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
}

/*
.subcategorias:hover{
	background-color: #f9f9f9;
	padding: 5px;
	margin: 0px;
	border: thin solid #999;
	box-sizing:border-box;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
}*/

.texto1Tienda{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6%;
	box-sizing:border-box;
	display:block;
}

.texto2Tienda{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6%;
	box-sizing: border-box;
	display: block;
}

.h1_tienda{
	font-family: OpenSans-Regular;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 2%;
	box-sizing: border-box;
	display: block;
}

.h2_tienda{
	font-family: OpenSans-Regular;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #AE2923;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	box-sizing: border-box;
	display: block;
}

.h3_tienda {
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: line-through; /* 🔹 Aplica la línea tachada */
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	display: block;
}

.h4_tienda {
	font-family: OpenSans-Regular;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none; /* 🔹 Aplica la línea tachada */
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	display: block;
}

.spanTienda1{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	box-sizing: border-box;
	display: block;
}

.button1Tienda{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F39C12;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 30%;
	border: thin solid #F39C12;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

.button2Tienda{
	font-family: OpenSans-Regular;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #343A40;
	text-align: center;
	margin: 0px;
	padding: 8px;
	height: auto;
	width: 95%;
	border: thin solid #343A40;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

.button3Tienda{
	font-family: OpenSans-Regular;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #343A40;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	margin: 0px auto;
	padding: 8px;
	height: auto;
	width: 95%;
	border: thin solid #FFC107;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
	border-radius:5px;
}

.button4Tienda{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #343A40;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	padding: 8px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #FFC107;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
}

.buttonBuscarTienda{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #007BFF;
	text-align: center;
	padding: 11px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5%;
	border: thin solid #007BFF;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}
/*
#txtBuscarTienda{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	height: auto;
	width: 90%;
	padding: 7px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left:auto;
	border: thin solid #CCC;
	box-sizing: border-box;
	display: block;
	border-radius: 0px;
}*/

/*CAJA EN COLOR GRIS*/
.boxTienda1{
	background-color: #F5F5F5;
	border: thin solid #CCC;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ResultsPreguntasRespuestas{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: thin none #CCC;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	display: block;
	overflow: auto;
}

.preguntaTienda{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFF3CD;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #FFEEBA;
	box-sizing:border-box;
	display:block;
	border-radius:8px;
}

.preguntaVacioTienda{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #E2E3E5;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #D6D8DB;
	box-sizing: border-box;
	display: block;
	border-radius: 8px;
}

.respuestaTienda{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	background-color: #D1ECF1;
	padding: 10px;
	height: auto;
	width: 95%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #BEE5EB;
	box-sizing: border-box;
	display: block;
	border-radius: 8px;
	float: right;
}

/*INPUT QUE AUMENTA O DISMINUYE LA CANTIDAD DE LOS ARTICULOS*/
.cantidad-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: 38px; /* altura estándar para que todo esté alineado */
  background: #fff;
  font-family: Arial, sans-serif;
}

.cantidad-wrapper input[type="number"] {
  width: 60px;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  appearance: textfield;
  padding: 0;
  margin: 0;
}

.cantidad-wrapper input::-webkit-outer-spin-button,
.cantidad-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-mas,
.btn-menos {
  height: 100%;
  width: 36px;
  background-color: #28a745;
  color: white;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mas:hover,
.btn-menos:hover {
  background-color: #218838;
}

/*INPUT QUE AUMENTA O DISMINUYE LA CANTIDAD DE LOS ARTICULOS*/

/*OCULTANDO LAS CATEGORIAS*/
/* Contenedor principal */
#contenedorTienda {
  width: 100%;
  border-collapse: collapse;
}

/* Panel lateral (categorías) */
#panelCategorias {
  width: 19%;
  background-color: #FFFFFF;
  vertical-align: top;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

/* Panel lateral oculto */
#panelCategorias.oculto {
  width: 0;
  padding: 0;
  opacity: 0;
}

/* Panel de productos */
#panelProductos {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s ease;
}

/* Cuando el panel lateral se muestra, productos se reduce */
#panelProductos.reducido {
  width: 81%;
}

/* Botón dentro del panel lateral */
#btnTogglePanel {
  display: inline-block;
  margin: 10px 0;
  background-color: #B82D36;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

#btnTogglePanel:hover {
  background-color: #0F0B38;
}

/* Botón alternativo (aparece en el área de productos cuando panel está cerrado) */
#btnMostrar {
  background-color: #B82D36;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px;
  transition: background-color 0.3s;
}

#btnMostrar:hover {
  background-color: #FFC107;
}

/* 📱 Hasta 1024px: tablets */
@media (max-width: 1024px) {
  #panelCategorias {
    width: 25%;
  }

  #panelProductos.reducido {
    width: 75%;
  }

  #btnTogglePanel,
  #btnMostrar {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* 📱 Hasta 768px: móviles */
@media (max-width: 768px) {
  /* Ocultamos por completo el panel lateral y su botón */
  #panelCategorias,
  #btnMostrar {
    display: none !important;
  }

  /* El panel de productos ocupa todo el ancho */
  #panelProductos {
    width: 100% !important;
  }

  /* Ajustes visuales generales */
  #contenedorTienda {
    display: block;
    width: 100%;
  }
}

/* 📱 Hasta 480px: móviles pequeños */
@media (max-width: 480px) {
  #panelProductos {
    width: 100%;
  }

  #btnTogglePanel,
  #btnMostrar {
    font-size: 13px;
    padding: 6px 10px;
  }
}
/*OCULTANDO LAS CATEGORIAS*/