* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input,
    select,
    textarea {
        font-size: 16px;
    }
}

:root {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
li {
    list-style: none;
}
input,
select,
textarea {
    outline: 0;
}

#pagina {
    width: 100%;
    display: block;
    overflow: hidden;
}

#miolo {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    padding: 80px 0;
    width: 95%;
}

#top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
}

p {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}

b,
strong {
    font-family: inherit;
    font-weight: 700;
}

@font-face {
    font-family: fontello;
    src: url(../fontello/fontello.eot?7977416);
    src: url(../fontello/fontello.eot?7977416#iefix) format("embedded-opentype"),
        url(../fontello/fontello.woff?7977416) format("woff"),
        url(../fontello/fontello.ttf?7977416) format("truetype"),
        url(../fontello/fontello.svg?7977416#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon-text {
    font-family: fontello;
}

body,
html {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 16px;
}

.link-full {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.aba_accordion {
    display: none;
}
