@font-face {
    font-family: "Arizonia";
    src: url("/fonts/Arizonia-Regular.ttf") format("truetype");
}
body { background-color: #a3bdd0 !important; font-family: 'Lato', sans-serif; }

.cover-container { max-width: 42em; }
.bi { width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em; }
.wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
}
h1 {
    font-family: 'Arizonia', cursive;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    color: #fff;
}
#mascotes { display: block; width: 100%; height: auto; }
.eslogan {
    font-family: 'Arizonia', cursive;
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
}
#subtexto {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
}
#subtexto a { color: inherit; }
.ico { color: #fff; }
footer .border-top { border-color: #4a6080 !important; }
