/* Colors */
/* Responsive */
/* Sizes */
.border-radius0 {
  border-radius: 9px;
}
.border-radius1 {
  border-radius: 5px;
}
.border-radius2 {
  border-radius: 3px;
}
/* transitions */
/* animations */
@keyframes rotate360 {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
* {
  position: relative;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
button,
input[type=submit] {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  outline: 0 none;
  border-width: 0;
  user-select: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  appearance: none;
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 0;
}
@font-face {
  font-family: 'Utopiales';
  font-weight: 400;
  src: url('Utopiales-Regular.otf');
}
.utopiales {
  font-family: "Utopiales", Tahoma;
}
.main-font {
  font-family: "Utopiales", Tahoma;
}
/* base */
html {
  height: 100%;
  font-size: 14px;
  font-family: "Utopiales", Tahoma;
  overflow-x: hidden;
}
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #222;
  background-size: cover;
  background-image: url("Background.webp");
  background-repeat: repeat;
  background-position: center center;
  text-align: left;
  color: #ffffff;
}
body .logoeode {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 15em;
}
@media screen and (max-width: 1600px) {
  body .logoeode {
    left: 0;
    max-width: 8em;
  }
}
body main {
  max-width: 100%;
  width: 1600px;
  margin: auto;
  padding: 0.8em 1.4em;
}
body main > .logo {
  position: absolute;
  top: 1em;
  left: 1em;
  max-width: 40%;
}
@media screen and (max-width: 1600px) {
  body main > .logo {
    left: 4em;
    max-width: 30%;
  }
}
@media screen and (max-width: 1800px) {
  body main > .logo {
    left: 6em;
  }
}
body main > .header {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
body main section {
  padding: 1.4em 0;
}
body main section.preco > img {
  margin: 1.4em 0;
}
body main section.preco p {
  margin: 0.8em 0;
}
body main section h2 {
  margin-bottom: 0.25em;
  font-size: 200%;
}
body main section p {
  line-height: 1.4;
  margin-bottom: 0.8em;
}
body main section ul {
  padding: 0.8em 0 1.4em 1.4em;
  list-style-type: none;
}
body main section ul li {
  display: inline-block;
}
body main section ul li img {
  display: block;
  padding-bottom: 0.8em;
  margin: auto;
}
body main section a {
  text-decoration: underline;
}
body main section a.button {
  display: inline-block;
  padding: 0.8em;
  border-radius: 2em;
  background-color: black;
  border: 4px solid white;
  text-decoration: none;
}
body main .partners {
  display: block;
  max-width: 100%;
  margin: 7em auto 0;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a.disabled {
  pointer-events: none;
}
ul {
  padding: 0;
}
hr {
  margin: 0.8em 0;
  border-top: 1px solid #ffffff;
}
.no-events {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.no-select {
  user-select: none;
}
@media screen and (min-width: 1281px) {
  .medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .no-medium {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .small-only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-size: cover;
  }
  .no-small {
    display: none !important;
  }
}
