/* LIMPIEZAS CSS DEL CUERPO EN GENERAL */
html, body{
	padding: 0;
	margin: 0;
    height: auto;
    min-height: 100%;
	width: 100%;
	font-size: 10px;

	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* LIMPIEZAS DE ETIQUETAS DE TEXTO */
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins';
}
span, p, a{
	margin:0;
	padding:0;
	font-size:1rem;
	font-family: 'Poppins';
}
/* LIMPIEZA DE LINKS */
a{
	text-decoration: none;
	outline: none;
}
/* LIMPIEZA DE LISTAS */
ul{
	list-style-type: none;
	text-decoration: none;  
	list-style: none;
	padding: 0;
	margin: 0;
}
/* LIMPIEZA DE LISTAS Y TABLAS */
ul li, table td{
	white-space: nowrap !important;
}

*, ::after, ::before {
	box-sizing: border-box;
}	

img, svg {
	vertical-align: middle;
}

textarea{
	resize: none !important;
}

.text-inherit{
	font-size:inherit !important;
}

.font-inter{
	font-family: 'Inter';
}
.font-mulish{
	font-family: 'Mulish';
}
.font-poppins{
	font-family: 'Poppins';
}
.font-system-ui{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
}
.font-segoeui{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
	scrollbar-color: #8e8e8e #fff;
	scrollbar-width: thin;
}