@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: RobotoCondensed-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: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F93;
	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: RobotoCondensed-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: 50%;
	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: RobotoCondensed-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: RobotoCondensed-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;
}

.button1Tienda{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #13A847;
	text-align: center;
	margin: auto;
	padding: 7px;
	height: auto;
	width: 90%;
	border: thin solid #13A847;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

.button2Tienda{
	font-family: RobotoCondensed-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: #5BC0DE;
	text-align: center;
	margin: 0px;
	padding: 12px;
	height: auto;
	width: 95%;
	border: thin solid #5BC0DE;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
	border-radius:5px;
}

.button3Tienda{
	font-family: RobotoCondensed-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: #28A745;
	text-align: center;
	margin: 0px;
	padding: 8px;
	height: auto;
	width: 100%;
	border: thin solid #28A745;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
	border-radius:5px;
}

.button4Tienda{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	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: 8px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #007BFF;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
}

.button5Tienda{
	font-family: RobotoCondensed-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:#17A2B8;
	text-align: center;
	margin: 0px;
	padding: 8px;
	height: auto;
	width: 100%;
	border: thin solid #28A745;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
	border-radius:5px;
}

.button6Tienda{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #151515;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	margin: 0px;
	padding: 7px;
	height: auto;
	width: 90%;
	border: thin solid #FFC107;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

#txtBuscarTienda{
	font-family: RobotoCondensed-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: #FFF;
	height: auto;
	width: 90%;
	padding: 7px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #CCC;
	box-sizing:border-box;
	display:block;
	border-radius:0px;
}

#txtBuscarTienda:focus{
	outline: none;
	border-color: #CCC;
	box-shadow: 0 0 10px #FFF;
	background-color: #FFF;
	-webkit-transition: all 400ms ease-in 0ms;
	-moz-transition: all 400ms ease-in 0ms;
	-ms-transition: all 400ms ease-in 0ms;
	-o-transition: all 400ms ease-in 0ms;
	transition: all 400ms ease-in 0ms;
}
/*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: 60%;
	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: RobotoCondensed-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: RobotoCondensed-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: RobotoCondensed-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*/