/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Reglas @font-face para las fuentes personalizadas */
@font-face {
    font-family: 'WaylimoRegular';
    src: url('/assets/fuentes/waylimo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kionaRegular';
    src: url('/assets/fuentes/Kiona-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kionaItalic';
    src: url('/assets/fuentes/Kiona-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Ajuste de tamaño en logo de la pre-carga */
.loading-screen .profile-image {
    width: 200px;

    /* Ajusta este valor al ancho deseado */
    height: auto;

    /* El alto se ajustará automáticamente para mantener la proporción */
}

/* Cambiar el color del texto solo en el menu */
.m-menu-inner.noselect,
.m-menu-inner.noselect .head,
.m-menu-inner.noselect .m-b-2,
.m-menu-inner.noselect .small {
    color: #F6A316;
}

.section .profile-image-footer {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Ocultar la barra de desplazamiento vertical pero permitir el scroll */
body {
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    width: 0px;

    /* O 1px si deseas que sea muy delgada */
    background: transparent;

    /* Opcional */
}

#footer {
    text-align: right;

    /* Alinear el texto a la derecha */
    transform: scale(0.6);

    /* Escala al 60% del tamaño original */
    transform-origin: right;

    /* Cambia el origen de la transformación a la derecha */
}

/* Estilo del botón para subir al top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;

    /* Oculto inicialmente */
}

.back-to-top:hover {
    background-color: #555;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --primary: #0d6efd;
    --secondary: #6c757d;
    --color3: #0dcaf0;
    --color4: #198754;
    --white: white;
    --light: #f8f9fa;
    --dark: #212529;
}

body,
html {
    min-height: 100vh;
}
