@font-face {
  font-family: 'Britannic';
  src: local('Britannic Bold'), local('BritannicBold'),
      url('../fonts/BritannicBold.woff2') format('woff2'),
      url('../fonts/BritannicBold.woff') format('woff'),
      url('../fonts/BritannicBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Britannic BQ';
  src: url('../fonts/BritannicBQ-Regular.woff2') format('woff2'),
      url('../fonts/BritannicBQ-Regular.woff') format('woff'),
      url('../fonts/BritannicBQ-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



html, body {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  background: url(../img/back-azul-ok.jpg) no-repeat center center #fff;
  background-size: cover;
}
body {
  font-family: 'Open Sans', sans-serif, Helvetica;
  
  min-height: initial !important;
}

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.showHideEls {
  filter: grayscale(1) opacity(0.5);
}
.svgTextHide {
  fill: rgba(0,0,0,0.3);
}

.cartel {
  position: absolute;
  top: 18%;
  right: 20px;
  background: url(../img/notaok.webp) no-repeat top left transparent;
  background-size: 100% auto;
  width: 15%;
  min-width: 220px;
  /* min-height: 100px; */
  min-height: 70px;
  /* height: 20%; */
  /* overflow-y: scroll; */
  font-family: Britannic;
}
.cartel h3 {
  padding: 0 10px;
  margin-bottom: 10px;
}
.cartel p {
  padding: 0 10px;
  font-size: 15px;
  line-height: 130%;
  margin-top: 10px;
}

.cartel .more {
  text-align: center;
  padding: 10px;
  display: block;
  font-family: 'Britannic BQ';
}

.cartel .aboutClose {
  top: initial;
  left: initial;
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.a:hover,
.a:active,
.a:focus,
.a:focus:hover,
.a:visited:hover,
.a:visited {
  cursor: pointer;
}

.b:hover,
.b:active,
.b:focus,
.b:focus:hover,
.b:visited:hover,
.b:visited {
  fill: #1eff00;
}

.c:hover,
.c:active,
.c:focus,
.c:focus:hover,
.c:visited:hover,
.c:visited {
  fill: #1eff00;
}
.j_motionPath_ {
  cursor: default !important;
}

svg {
  display: block;
  /* max-width: 1600px; */
  width: 100%;
  height: auto;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);

  
}
.imgbase {
  position: relative;
  /* max-width: 1600px;
  width: 100%;
  height: auto; */
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}
.blank {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.86);
}
#container {
  /* max-width: 1600px; */
  /* width: auto; */
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  /* -webkit-box-shadow: 0px 0px 16px 0px rgba(74,148,152,0.95);
  -moz-box-shadow: 0px 0px 16px 0px rgba(74,148,152,0.95);
  box-shadow: 0px 0px 16px 0px rgba(74,148,152,0.95); */
  /* border: 2px solid rgba(255,255,255,0.8);
  border-radius: 5px; */
  /* overflow: hidden; */
}

.vertical {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/extend-v.webp) no-repeat center center transparent;
  background-size: 100% auto;
}
.horizontal {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/extend-h.webp) no-repeat center center transparent;
  background-size: auto 100%;
}


.img {
  display: block;
  /* max-width: 1600px; */
  width: 100%;
  height: auto;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
}
.img-1 {
  display: block;
  /* max-width: 1600px; */
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, 0%);
}
.img-1:hover {
  display: block;
  z-index: +1;
}

.img-5-1-0 {
  position: absolute;
  top: 46%;
  left: 89.7%;
  width: 8.2%;
}
.img-5-2-0 {
  position: absolute;
  top: 4.1%;
  left: 1.7%;
  width: 8.2%;
}
.img-5-3-0 {
  position: absolute;
  top: 76.1%;
  left: 11.4%;
  width: 9.2%;
}
.img-5-4-0 {
  position: absolute;
  top: 1.6%;
  left: 44.9%;
  width: 7.8%;
}

.beforeCollage {
  width: 600px;
  height: 300px;
  position: relative;
}
.beforeCollage .aboutInner {
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flecha {
  height: 58px;
  margin-top: 30px;
}
.flecha:hover {
  /* filter: invert() drop-shadow(1px 2px 4px black) ; */
  margin-top: 20px;
  height: 68px;
}

#main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.buzz-out-on-hover {
  animation-name: buzz-out-on-hover;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.about {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 100%;
  overflow-y: scroll;
  background: url(../img/back-azul-ok.jpg) no-repeat center center #fff;
}
.about::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
  width: 100vw;
  height: 100vh;
}
.aboutInner {
  font-family: Britannic;
  position: absolute;
  max-width: 90%;
  width: 90%;
  /* max-height: 90%; */
  
  height: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  line-height: 140%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.aboutFooter {
  font-family: "Open Sans";
  font-weight: 600;
  margin-top: 20px;
}
.foot1 {
  font-size: 10px;
}

.aboutClose {
  color: #000;
  text-align: center;
  position: fixed;
  top: 20px;
  right: 20px;
  border: 1px solid #000;
  padding: 4px 9px;
}
.aboutClose:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
@keyframes buzz-out-on-hover {
  0% {transform: translate(0%, 0%) rotate(1deg);}
  25% {transform: translate(0%, 0%) rotate(-1deg);}
  50% {transform: translate(0%, 0%) rotate(1deg);}
  100% {transform: translate(0%, 0%) rotate(0deg);}
}

@keyframes buzz-out-on-hovera {
  10% {
    transform: translate(0%, 0%) rotate(2deg);
  }
  20% {
    transform: translate(0%, 0%) rotate(-2deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(2deg);
  }
  40% {
    transform: translate(0%, 0%) rotate(-2deg);
  }
  50% {
    transform: translate(0%, 0%) rotate(1deg);
  }
  60% {
    transform: translate(0%, 0%) rotate(-1deg);
  }
  70% {
    transform: translate(0%, 0%) rotate(1deg);
  }
  80% {
    transform: translate(0%, 0%) rotate(-1deg);
  }
  90% {
    transform: translate(0%, 0%) rotate(0);
  }
  100% {
    transform: translate(0%, 0%) rotate(0);
  }
}
.buzz-out-on-hover-2 {
  animation-name: buzz-out-on-hover-2;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes buzz-out-on-hover-2 {
  10% {
    transform: rotate(8deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  90% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.escuchar_ {
  cursor: pointer;
}

.cursorDefault .showHide {
  cursor:default;
}


#container.noOverflow {
  overflow: initial;
}

.formuser {
  width: 300px;
  height: auto;
  /* background: #fff; */
  z-index: +2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: url(../img/notaok.webp) repeat-y -150px -30px #fff;
}
.formuser .group {
  margin-bottom: 11px;
  position: relative;
  /* border: 1px solid rgba(0,0,0,0.3); */
  border-radius: 5px;
}


.formuser h4 {
  margin-bottom: 9px;
}
.formuser label {
  display: block;
  font-size: 12px;
  /* background: #fff; */
  position: initial;
  left: 5px;
  top: -12px;
  padding: 0 4px;
  width: auto;
}
.formuser input {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0px 10px;
  background: transparent;
  margin-top: 1px;
}

.formuser .message {
  font-size: 16px;
  padding: 18px 0;
  line-height: 156%;
  text-align: center;
}

.formuser .message a {
  background: red;
  color: #fff;
  padding: 0px 4px 0px 4px;
  border-radius: 2px;
}

.formuser select {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 3px 10px 0 0;
  background: transparent;
}

.formuser select:focus-visible {
  outline: none;
}

.mapaudio {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mapudio_img {
  position: absolute;
}
#continueButton, #submit {
  width: 100%;
  background: green;
  margin-top: 20px;
}


.globo {
  position: absolute;
  top: 20%;
  left: 50%;
  width: auto;
  height: auto;
  background: url(../img/globo-amarillo.webp) no-repeat bottom left transparent;
  display: block;
  background-size: contain;
  line-height: 0;
  transform-origin: 0 242%;
  transform: rotate(0deg);
}

.globo-morado {
  background-image: url(../img/globo-morado.webp);
}

.globo > img {
  width: auto; /* 79px */
  height: 60px; /* 100px */
}

.globo:hover {
  filter: drop-shadow(2px 4px 6px black);
}


.globo::before {
  content: "";
  width: 100%;
  height: 142%;
  top: 100%;
  left: 0;
  background: url(../img/globo-amarillo-cola.webp) no-repeat top left transparent;
  display: block;
  position: absolute;
  background-size: contain;
}
.globo-morado::before {
  background-image: url(../img/globo-morado-cola.webp);
}

.globo.pauseIt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pause.webp) no-repeat center center transparent;
  background-size: 80%;
}

.globo.playIt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play.webp) no-repeat center center transparent;
  background-size: 80%;

}

.header {
  width: 100%;
  position: absolute;
  text-align: right;
  padding: 0 15px;
}

.header a {
  padding: 5px 7px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.hear_a {
  position: absolute;
  bottom: 25%;
  right: 0;
  height: 25%;
}
.record_a {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25%;
}
.globosSolos:hover {
  filter: hue-rotate(45deg) drop-shadow(2px 4px 6px black);
}

.lang {
  /* position: absolute;
  bottom: 10px;
  right: 20px; */
  text-align: center;
}
.lang img {
  height: 25px;
}

.lang img:hover {
  filter: hue-rotate(45deg) drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  outline: 2px solid rgba(0,0,0,0.3);
  border-radius: 10px;
}
.lang img.selected {
  outline: 2px solid rgba(0,0,0,0.3);
  border-radius: 10px;
}


/* Start Audio */
pre {
  padding: 0px;
  border:0px;
  border-radius: 0px;
}
#controls {
  display: flex;
  margin-top: 2rem;
}
button {
  flex-grow: 1;
  height: auto;
  min-width: 2rem;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 7px;
}
button:hover, button:focus {
  outline: none;
  background: #c72d1c;
}
button::-moz-focus-inner {
  border: 0;
}
button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  filter: saturate(0.5);
  /* line-height: 3rem; */
}
button:disabled {
  pointer-events: none;
  background: lightgray;
}
button:first-child {
  margin-left: 0;
}
audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  height: 40px;
}
li {
  list-style: none;
  margin-bottom: 1rem;
}
#recordingsList {
  padding: 0;
}
#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}
/* End Audio */


@media screen and (max-width:500px) {
  html, body {
    overflow: initial;
  }
  #container.noOverflow .cartel {
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: +55;
    padding-bottom: 20px;
  }
  .beforeCollage {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .beforeCollage .aboutInner {
    max-width: 100%;
    width: 100%;
  }
  .globo > img {
    width: auto;
    height: 40px;
  }
  .cartel p {
    display: none;
    font-family: 'Britannic BQ';
  }
  #c-all {
    width: 340px;
    max-width: 80%;
    z-index: +22;
    top: -80%;
  }
}

@media screen and (max-height:450px) and (orientation: landscape)  {
  html, body {
    overflow: initial;
    overflow-x: hidden;
    border-bottom: 1px solid transparent;
    width: 100vw;
  }
  #container {
    top: 0;
    transform: translateX(-50%);
    max-height: inherit;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-bottom: 1px solid transparent;
  }
  .horizontal {
    max-height: 100vh;
    height: 100vh;
    /* max-height: inherit;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-bottom: 1px solid transparent; */
  }
  
  #container.noOverflow .cartel {
    top: 8%;
    right: 10px;
    /* transform: translateX(-50%); */
    z-index: +55;
    padding-bottom: 20px;
  }
  .cartel p {
    display: none;
    font-family: 'Britannic BQ';
  }
  .beforeCollage {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .beforeCollage .aboutInner {
    max-width: 100%;
    width: 100%;
  }
  .globo > img {
    width: auto;
    height: 40px;
  }
  #c-all {
    width: 340px;
    max-width: 80%;
    z-index: +22;
  }
}

.onTop {
  z-index: +10;
}
.none {
  display: none;
}

.setting-100vh {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: unset;
}
.vh100 {
  background-color: rgba(0, 0, 0, 0.7);
}