@font-face {
  font-family: 'Loa';
  src: url('assets/Loa.woff') format('woff'), url('assets/Loa.otf') format('truetype'), url('assets/Loa.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e51b2a;
  --blue: #006ca8;
  --yellow: #f89215;
  --white: #ffffff;
  --black: #000000;
  --current-color: var(--white);
  --nectar-border-thickness: 1.2px !important;
  --escala: 3;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Loa', sans-serif;
  overflow: hidden;
  font-size: clamp(36px, 3.2vw, 80px) !important;
  color: white;
}
.main-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--red);
  overflow: hidden;
}
a {
  color: white;
}

.video {
  overflow: hidden;
}

.content,
.logo {
  z-index: 999;
  max-width: 100vw;
  padding: 0 2vw;
}

svg {
  position: relative;
  transition: opacity 0.32s ease, transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  fill: var(--white);
  width: 40vw;
  padding: 20vh 0;
  max-width: 90vw;
  transform: translateY(-2vw);
}
rect {
  fill: transparent;
}

video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
