/*path{
	fill: var(--second-color)
} */

input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	background: transparent;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: var(--focus-color);
	border-radius: 25px;
	border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: var(--theme-color);
	cursor: pointer;
	box-shadow: 0px 0px 5px rgb(143, 143, 143);
	-webkit-appearance: none;
	margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: var(--focus-color);
}

.slider-small-large{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	margin: auto;
}

.slider-small-large span{
	width: 20px;
	margin: 1rem;
	font-weight: 900;
}

.size-big-a{
	font-size: 7vw;
}
.categorias-menu{
	text-align: center;
	margin: 2rem auto auto;
	height: 80vh;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding-bottom: 10rem;
}
.categoria-menu-texto{
	margin: 0 1rem;
}

.categorias-menu a{
	border-radius: 50px;
	background: var(--boton-menu-seccion);
	padding: 0.5rem;
	width: 70vw;
	text-align: center;
	font-weight: 700;
	color: var(----boton-menu-seccion-color);
	text-transform: uppercase;
}

.header-smartmenu {
	padding: 0;
	text-align: center;
	margin-bottom: var(--header-card-bottom);
	background-size: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
.header-smartmenu h1 {
	text-align: right;
	font-family: var(--font-family);
	font-weight: 900;
	margin-bottom: 0!important;
	letter-spacing: 1px;
	color: var(--menu-color-header)!important
}
.header-smartmenu h5 {
	margin-top: 1rem;
	letter-spacing: 2px
}

#header-smartmenu{
	height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header-simple{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: var(--header-simple-fondo);
    top: 20px;
    left: 50%;
    box-shadow: var(--box-shadow-planes);
    z-index: 100;
}
.settings-simple{
	display: flex;
    align-items: center;
}

.logo-simple svg{
	width: 3rem;
}

.setting {
    margin-right: 1rem !important;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 700;
	padding: 0 !important;
}

.setting .current{
	padding: 0 !important;
}

.setting .options {
	left: 3%;
	right: auto;
}

	