.no-hover:hover {
	color: inherit !important;
	text-decoration: none !important;
	cursor:auto;
}

/* precios */

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.btn-primary{
	background-color:#FFEB3B;
	border-color:#FFEB3B;
	color:black;
}

.bg-primary{
	background-color:#FFEB3B !important;
}

/**/



.main-arriba {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.caja-configuracion h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.caja-configuracion p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.caja-configuracion input {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.caja-configuracion button {
    display: block;
    width: 100%;
}

.custom-separator {
    width: 50px;
    height: 4px;
    background-color: #007bff;
    margin: 1.5rem auto;
}


.text-small {
    font-size: 0.875rem;
}

.shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.bg-light{
	background-color:rgb(255 251 228) !important;
}