
html, body {
	width: 100%;
  min-height: 100%;
  height: 100%;
}
html {  overflow:auto; }
@font-face {
  font-family: GS-PORTO;
  src: url("/fonts/Grundschrift_ESP_PR_Alpha_1.ttf") format("truetype");
}

@font-face {
  font-family: GS-BOLD;
  src: url("/fonts/Grundschrift-Bold.otf") format("opentype");
}

@font-face {
  font-family: GS-REGULAR;
  src: url("/fonts/GS-Regular.otf") format("opentype");
}

@font-face {
  font-family: AGENTO;
  src: url("/fonts/AGENTORANGE.TTF") format("truetype");
}

@font-face {
  font-family: CG;
  src: url("/fonts/CenturyGothic.ttf") format("truetype");
}


html {
  scroll-behavior: smooth;
}
body,
li,
p,
span,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: GS-REGULAR!important;
}

/* dynamic bg */
.bg_bili-de{
  background-color:#FBBF24!important;
}
.bg_bili-es{
  background-color: #DC2626!important;
  color:white;
}
.bg_nature-de{
  background-color: #6EE7B7!important;
}
.bg_nature-es{
  background-color: #047857!important;
  color:white;
}
.bg_culture-de{
  background-color: #6EE7B7!important;
}
.bg_culture-es{
  background-color: #047857!important;
  color:white;
}
.bg_world-de{
  background-color: #6EE7B7!important;
}

.bg_world-es{
  background-color: #047857!important;
  color:white;
}
.bg_bili-de > div > .contentText > p > span {
  color:#900404;
}
.bg_bili-de > div > .contentText > h1 > span {
  color:#900404;
}
.bg_bili-de > div > .contentText > ul >li > span {
  color:#900404;
}
.bg_bili-de > div > .contentText > h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.bg_bili-es > div > .contentText > p > span {
  color:#ffd770;
}
.bg_bili-es > div > .contentText > h1 > span {
  color: #ffd770;
}
.bg_bili-es > div > .contentText > h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.customShadow {
  box-shadow: 4px 4px 1px lightslategray;
}
button:focus{
	outline:1px dotted!important;
}

:root {
  --toastContainerTop: 8rem;
  --toastContainerRight: auto;
  --toastContainerBottom: auto;
  --toastContainerLeft: 2rem;
}
@media (max-width: 500px){
  :root{
    --toastContainerTop: auto;
    --toastContainerRight: auto;
    --toastContainerBottom: 1rem;
    --toastContainerLeft: calc(50vw - 8rem);
  }
}
.glass {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
  }

  .glass:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    margin: -20px;
  }

