@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: 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: #FFF3CD;
	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: #343A40;
	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;
}

.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: #343A40;
	text-align: center;
	margin: 0px;
	padding: 8px;
	height: auto;
	width: 97%;
	border: thin solid #343A40;
	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: #343A40;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	margin: 0px;
	padding: 8px;
	height: auto;
	width: 97%;
	border: thin solid #FFC107;
	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: #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: RobotoCondensed-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: 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: 5%;
	border: thin solid #CCC;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

#txtBuscarTienda:focus{
	outline: none;
	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;
	border: thin solid #999;
}
/*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: 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;
}

