@charset "UTF-8";
@font-face {
  font-family: 'asapbold';
  src: url("fonts/asap-bold-webfont.woff2") format("woff2"), url("fonts/asap-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'asap_condensedbold';
  src: url("fonts/asapcondensed-bold-webfont.woff2") format("woff2"), url("fonts/asapcondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'asap_condensedmedium';
  src: url("fonts/asapcondensed-medium-webfont.woff2") format("woff2"), url("fonts/asapcondensed-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'asap_condensedregular';
  src: url("fonts/asapcondensed-regular-webfont.woff2") format("woff2"), url("fonts/asapcondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'asapmedium';
  src: url("fonts/asap-medium-webfont.woff2") format("woff2"), url("fonts/asap-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'asapregular';
  src: url("fonts/asap-regular-webfont.woff2") format("woff2"), url("fonts/asap-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
#topContent .container .title:after, #flags, #bottomContent:before, #end {
  transform: translate(-50%, 0);
  webkit-transform: translate(-50%, 0); }

#topBackground, #flags #flagsContainer > div > div img, #flags #flagsContainer > div:before {
  transform: translate(-50%, -50%);
  webkit-transform: translate(-50%, -50%); }

@keyframes errorBackgroundAnimation {
  from {
    background-color: rgba(255, 0, 0, 0.6);
    /* rojo sólido */ }
  to {
    background-color: rgba(255, 0, 0, 0.2);
    /* rojo transparente */ } }
#topContent .container .title:after, #flags #flagsContainer > div:before, #bottomContent:before {
  content: "";
  display: block; }

* {
  position: relative;
  z-index: unset;
  box-sizing: border-box; }

body {
  font-family: "asapmedium";
  font-weight: 100;
  font-size: 20px;
  text-align: center;
  background: #000;
  color: #FFF;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }
  @media (max-width: 800px) {
    body {
      font-size: 15px; } }

.translate:not(.active) {
  display: none !important; }

p, h1, h2 {
  margin: 0 0 1em;
  line-height: auto; }
  p:last-child, h1:last-child, h2:last-child {
    margin-bottom: 0; }

.title {
  font-family: "asap_condensedbold";
  font-size: 2.3em;
  text-transform: uppercase; }
  @media (max-width: 500px) {
    .title {
      font-size: 1.6em; } }

a {
  color: #00ffff; }
  a:hover {
    color: #ddf3f3; }

#pageContainer {
  width: 95%;
  margin: 0 auto;
  min-height: 100vh;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0; }

#topContent {
  background: #FFF;
  padding: calc(4vh + 30px) 0; }
  #topContent > div {
    margin: 0 auto;
    z-index: 1; }
  #topContent .container {
    background: #FFF;
    color: #000;
    border: currentColor 10px solid;
    display: flex;
    padding: 20px;
    width: fit-content; }
    #topContent .container > * {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      #topContent .container > * > * {
        margin-bottom: 0; }
    #topContent .container .title {
      display: block;
      padding-bottom: 20px; }
      #topContent .container .title:after {
        background: url(../media/dot.png) repeat-x center center;
        background-size: auto 100%;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%; }

#topBackground {
  background: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%; }
  #topBackground #bg1, #topBackground #bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 center;
    background-repeat: repeat; }
  #topBackground #bg1 {
    background-image: url(../media/bg1.png); }
  #topBackground #bg2 {
    background-image: url(../media/bg2.png); }

#flags {
  position: absolute;
  width: calc(100vw - 40px);
  left: 50%;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end; }
  #flags #flagsContainer {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 10px;
    background: #000;
    border-radius: 0 0 10px 10px; }
    #flags #flagsContainer > div {
      cursor: pointer; }
      #flags #flagsContainer > div > div {
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        width: 20px; }
        #flags #flagsContainer > div > div img {
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%; }
      #flags #flagsContainer > div:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        border: #00ffff 0 solid;
        z-index: 1;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out; }
      #flags #flagsContainer > div.active {
        cursor: default; }
        #flags #flagsContainer > div.active:before {
          border: #00ffff 3px solid; }

#logo {
  max-width: 350px;
  background: #000;
  padding: 50px;
  border-radius: 50px 50px 0 50px;
  margin-bottom: 21px !important; }
  #logo img {
    width: 100%; }

#bottomContent {
  flex: 1;
  padding: 9vh 0; }
  #bottomContent:before {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    background: url(../media/footerbg.png) repeat center 0;
    background-size: 700px auto;
    opacity: .4; }
  #bottomContent > * {
    z-index: 1; }

#end {
  width: 100vw;
  height: 40px;
  left: 50%;
  background: url(../media/colors.png) no-repeat 0 0;
  background-size: 100% 100%; }

/*# sourceMappingURL=style.css.map */
