/* ---FUENTES--- */
@font-face {
    font-family: 'lineto-brown-bold';
    src: url('/public/assets_v4.0/fonts/BrownLL-Medium.otf') format('opentype');

}

.lineto-brown-bold {
    font-family: 'lineto-brown-bold';
}

@font-face {
    font-family: 'lineto-brown-regular';
    src: url('/public/assets_v4.0/fonts/BrownLL-Medium.otf') format('opentype');

}

.lineto-brown-regular {
    font-family: 'lineto-brown-regular';
}

@font-face {
    font-family: 'BrownLL-Medium';
    src: url('/public/assets_v4.0/fonts/BrownLL-Medium.otf') format('opentype');

}

.BrownLL-Medium {
    font-family: 'BrownLL-Medium';
}

/* ---/FUENTES--- */


html {
    scroll-behavior: smooth;
    /* Ajusta la velocidad de scroll al dirigir a un sitio */
}

.nav-holder-2 {
    margin-top: 0%;
}

.header-sub-item {
    font-size: 15px;
}

ol,
ul {
    padding-left: 0px !important;
}

.navbar {
    justify-content: center !important;
}

.menu-nav-2 {
    padding: 0 0 !important;
}

.up-arrow {
    color: #BC8D4B !important;
}

@media (max-width: 1024px) {
    .nav-btn-mobile {
        display: inline-grid;
    }
}

@media (max-width: 600px) {
    header {
        padding-left: 0;
    }
}

/* Estilos para arrastre sorteable */
.drag-handle {
    cursor: grab;
    color: #a67c52;
    opacity: 0.7;
    transition: color 0.2s;
}

.drag-handle:hover {
    color: #fff;
    opacity: 1;
}