/** * Resets */
.border-bottom {
  border-bottom: .02em solid;
  color: rgb(0, 0, 0);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #fff;
  color: #fff;
}

::selection {
  background-color: #fff;
  color: #fff;
}

:focus {
  outline: 0;
}

customhtml > * {
  position: relative;
  z-index: 10;
}

/** * Global */
body,
html {
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
}

html {
  position: relative;
}

body {
  background: #fff;
  color: #000;
}

a:active {
  opacity: 0.7;
}

/** * Backdrop */
#backdrop {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
}

/** * Container */
main {
  background: #fff;
  clear: both;
  overflow: hidden;
  position: absolute;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

main > div {
  -moz-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.subpage_overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body.homepage .subpage_overlay {
  display: none;
}

/** * Content */
i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1em;
}

sup {
  top: -0.4em;
  vertical-align: baseline;
  position: relative;
}

sub {
  top: 0.3em;
  vertical-align: baseline;
  position: relative;
}

s {}

.slideshow-nav {
  margin-bottom: 0.5em;
}

img {
  border: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(212, 30, 30, 0.2);
  border: 0;
  height: 0.08em;
  display: block;
}

.bodycopy {
  display: none;
}

.container {
  min-height: 100%;
}

.content img {
  float: none;
  margin-bottom: 1em;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.loading[data-loading] {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
}

/** * Editor styles */
[data-css-presets="true"] main {
  background-color: transparent /*!content_left*/;
  text-align: left /*!text_left*/;
  min-height: auto /*!content_stretch*/;
  -webkit-align-items: flex-start /*!vertical_top*/;
  align-items: flex-start /*!vertical_top*/;
  left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
  padding: 3.4rem /*!main_margin*/;
}

[data-css-presets="true"] .content_width {
  width: 100rem /*!content_left*/;
}

[data-css-presets="true"] #backdrop {
  width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  font-family: "MVB Solitaire", Social /*!Persona*/;
  font-style: normal;
  line-height: 1.1;
}

[data-predefined-style="true"] main a {
  color: rgb(0, 0, 0);
  padding-bottom: 0em;
  border-bottom: 0.07em solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

[data-predefined-style="true"] main a:hover {}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

/** * Typography */
[data-predefined-style="true"] h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
  border-bottom: 0em solid rgba(127, 127, 127, 0.2);
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
  font-family: CASaygon-Light /*!Persona*/;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: rgb(51, 48, 48);
  font-size: 2.2rem;
  line-height: 0.9;
  text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
  border-bottom: 0em solid rgba(127, 127, 127, 0.2);
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
  font-style: normal;
  font-weight: 400;
  color: rgba(80, 74, 74, 0.85);
}

[data-predefined-style="true"] small a {
  color: rgba(54, 54, 60, 0.85);
  border-bottom-width: 0.1em;
}

/** * Subpage overlay */
[data-css-presets="true"] .subpage_overlay {
  background-color: initital /*!subpage_overlay*/;
}

/** * Backstage Icon */
#backstage_icon {
  display: block;
}

/** * Breakpoints */
[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
  position: relative;
  height: 50vh;
  min-width: 100%;
  width: calc(100% - 80rem) /*!right_fit*/;
  top: 0;
  bottom: auto;
  left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
  max-width: 100%;
  width: 100%;
}

/** * Fonts */
@font-face {
  font-family: 'coconatbold';
  src: url(https://files.persona.co/95691/coconat-boldext-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'coconatregular';
  src: url(https://files.persona.co/95691/coconat-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

/** * Animation (fly) */
.flier {
  pointer-events: none;
}

.flier > * {
  animation: fly 50s linear infinite;
  pointer-events: none !important;
  top: 0;
  left: 0;
  transform: translateX(-120%) translateY(-120%) rotateZ(0);
  position: fixed;
  animation-delay: 1s;
  z-index: 999999;
}

@keyframes fly {
  98.001%, 0% {
    display: block;
    transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
  }
  15% {
    transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
  }
  15.001%, 18% {
    transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
  }
  40% {
    transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
  }
  40.001%, 43% {
    transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
  }
  65% {
    transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
  }
  65.001%, 68% {
    transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
  }
  95% {
    transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
  }
}

/** * Fonts */
@font-face {
  font-family: 'CASaygon-Light';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/87909/ABCAsfalt-CompressedRegular-Trial.woff') format('woff');
}

/** * Rotate animation */
.rotate {
  display: inline-block;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/** * Video container */
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
}

.video-container iframe,
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/** * Sticky layout */
@media (min-width: 981px) {
  .left-sticky {
    position: fixed;
    top: 2rem;
    left: 2rem;
    width: 20%;
  }

  .left-sticky + div {
    margin-left: 25%;
  }
}

/** * Fonts Romie Italic */
@font-face {
  font-family: 'Romie Italic';
  src: url('ENLACE-DIRECTO-AQUI.woff2') format('woff2'),
       url('ENLACE-DIRECTO-AQUI.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

h2 {
  font-family: 'Romie Italic', serif;
}

@font-face {
  font-family: 'Romie Italic';
  src: url('https://https://drive.google.com/file/d/1-dgLlJL4ngpi7y1GlWPIWvsd7m8Yoakv/view?usp=sharing/RomieItalic.woff2') format('woff2'),
       url('https://https://drive.google.com/file/d/1-dgLlJL4ngpi7y1GlWPIWvsd7m8Yoakv/view?usp=sharing/RomieItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

h2 {
  font-family: 'Romie Italic', serif;
}

@font-face {
  font-family: 'Romie Italic';
  src: url('https://drive.google.com/uc?export=download&id=1-dgLlJL4ngpi7y1GlWPIWvsd7m8Yoakv') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

h2 {
  font-family: 'Romie Italic', serif !important;
  font-style: italic !important;
}
