@font-face {
  font-family: "Pluto";
  font-style: normal;
  font-weight: normal;
  src: url("src/fonts/OpenSans-Regular.ttf") format("truetype");
}

html,
body {
  font-family: "Pluto", serif;
  font-size: 1rem;
  background-color: #eeeeee;
  color: #634f29;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-align: center;
  vertical-align: middle;
}

img {
  display: block;
}

.hide {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  color: #eaeaea;
}

.input-custom {
  height: 3rem;
  width: 100%;
  border-style: inset;
  background-color: #202620;
  color: #eaeaea;
  padding-left: 1.2em;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(198, 193, 193, 0.75);
  -moz-box-shadow: 0px 0px 12px 2px rgba(198, 193, 193, 0.75);
  box-shadow: 0px 0px 12px 2px rgba(198, 193, 193, 0.75);
}

.wmx-100 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.center-block {
  background-image: url("https://imgix.cosmicjs.com/e0aaed70-ee52-11ec-8fb8-5d396858ac9b-Bloquecentral.png");
  background-size: contain;
}

.z-3 {
  z-index: 3;
}

.z-2 {
  z-index: 2;
}

#randomQ,
#finalQ,
#final-question,
#final-question-container {
  height: 100%;
  background-color: #eaeaea;
  color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.animate {
  animation: bganimation 1.47s infinite;
}

@keyframes bganimation {
  0% {
    background: #2d2d2d;
  }

  50% {
    background: #fa2625;
  }

  100% {
    background: #2d2d2d;
  }
}

.custom-block {
  background-color: #f1de31;
  border: 2px solid #9a8a25;
  border-radius: 1em;
  margin: 1px;
}

.custom-block-2 {
  background-color: #e7e7e7;
  border: 2px solid #dcdad6;
  border-radius: 1em;
  margin: 1px;
}

.tl {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  left: 15px;
  top: 15px;
}

.tr {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  right: 15px;
  top: 15px;
}

.bl {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  left: 15px;
  bottom: 15px;
}

.br {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  right: 15px;
  bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .input-custom {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 540px) {
  html,
  body {
    font-size: 0.8rem;
  }

  .input-custom {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 320px) {
  #randomQ,
  #finalQ,
  #final-question,
  #final-question-container {
    font-size: 0.65rem;
  }
}
