@font-face {
    font-family: "Regular";
    src: url(../../fonts/Neo\ Sans\ Std\ Regular.otf);
}
@font-face {
    font-family: "Light";
    src: url(../../fonts/Neo\ Sans\ Std\ Light.otf);
}
@font-face {
    font-family: "Bold";
    src: url(../../fonts/Neo\ Sans\ Std\ Bold.otf);
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    transition: all .2s ease;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
    font-family: Regular;
}
img {
    max-width: 100%;
}
.wrapperLP{
    margin: 0 auto;
    width: 90%;
    max-width: 1020px;
}
.wrapper {
    margin: 0 auto;
    width: 85%;
    max-width: 940px;
}

/* Alto contraste */
.high-contrast * {
    color: #fff !important;
}