﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
  overflow: hidden;
}
/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#loader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/loader.gif) no-repeat center 0;
  margin: -50px 0 0 -50px;
}

body {
  /* Margin bottom by footer height */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/fondo.jpg");
  font-weight: bold !important;
}
.btn-circle {
  border-radius: 25px !important;
  overflow: hidden;
  font-weight: bold !important;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header img {
  height: 175px;
  padding: 10px;
}
header .point-total {
  background: #ea9200;
  color: white;
  text-align: center;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  min-width: 120px;
}
header .question-point {
  font-size: 60px;
  line-height: 55px;
  font-weight: bold;
}
header .question-point-info {
  font-size: 32px;
  text-transform: uppercase;
}
header.text-center.pb-5 {
  padding-bottom: 1.5rem !important;
}
.button-game {
  background: #c60a0c;
  font-size: 18px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.15s ease-in-out !important;
  border: none;
}
.button-text-game {
  font-size: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.15s ease-in-out !important;
  border: none;
  background: #ea9200;
  color: white;
  padding: 0.375rem 0.75rem;
  justify-content: center;
}
.button-game:hover {
  background: #ea9200;
}
.button-game i,
.button-text-game i {
  margin-right: 5px;
}
.button-game img,
.button-text-game img {
  height: 50px;
}
.button-game-topic {
  background: #c60a0c;
  font-size: 20px;
  width: 100%;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.15s ease-in-out !important;
  border: none;
  padding: 0.7rem 0.75rem;
}
.button-game-topic:hover {
  background: #ea9200;
}
.button-game-topic:hover h3 {
  color: white;
}
.button-game-topic h3 {
  font-size: 20px;
  margin-top: 10px;
  color: #ffc700;
  font-weight: bold !important;
}
.button-game-topic .point {
  font-size: 100px;
  line-height: 100px;
  height: auto;
  margin-bottom: 12px;
  font-weight: bold;
}
.button-game-topic h4 {
  font-size: 1.7rem;
  font-weight: bold !important;
}
.question-name {
  text-align: center;
  color: white;
  padding: 20px 10px;
  font-size: 30px;
  background: rgba(79, 7, 8, 0.5);
  border-radius: 25px;
  text-transform: uppercase;
}
.option {
  color: white;
  text-align: center;
  font-size: 20px;
  background: rgba(79, 7, 8, 0.9);
  border-radius: 25px;
  padding: 20px 15px;
  width: 100%;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.15s ease-in-out !important;
  border: none;
  white-space: normal;
  font-weight: bold !important;
  text-transform: uppercase;
}
.padding-special {
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
}
.option:hover {
  background: #ea9200;
}
.option.incorrect,
.topic-incorrect {
  background: #ed0d05 !important;
}
.option.correct,
.topic-correct {
  background: #66a000 !important;
}
.option.correct,
.option.incorrect {
  box-shadow: inset -5px -10px 10px rgba(0, 0, 0, 0.2),
    0 4px 6px rgba(0, 0, 0, 0.25), inset 0 5px 0 rgba(255, 255, 255, 0.25) !important;
}
.point-quest-final {
  text-align: right;
  position: absolute;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  top: 0px;
  color: white;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  border-radius: 0px 25px 25px 0px;
  width: 70px;
  text-align: center;
}
.btn.button-game.disabled,
.btn:disabled {
  opacity: 0.9;
}
button.btn.option.correct,
button.btn.option.incorrect {
  opacity: 1;
}
.btn.disabled,
.btn:disabled {
  pointer-events: none;
}
.button-next,
.button-xtra {
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.15s ease-in-out !important;
  border: none;
  background: #ea9200;
  color: white !important;
  padding: 0.8rem 2.5rem;
  text-decoration: none !important;
}
.button-xtra {
  margin-right: 20px;
}
.buttons-game {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.display-none {
  display: none;
}
.question-data {
  background: #ea9200;
  color: white;
  text-align: center;
  padding: 20px 15px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -13px;
  left: 335px;
  border-radius: 15px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
}
.question-data .question-point {
  font-size: 50px;
  line-height: 45px;
}
.question-data .question-point-info {
  text-transform: uppercase;
}
.wrap-lifes {
  background: #ea9200;
  color: white;
  text-align: center;
  padding: 15px 25px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25) !important;
}
i.fas.fa-heart,
i.far.fa-heart {
  font-size: 40px;
  padding-left: 5px;
  color: #ed0d05;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    /*height: 100vh;*/
    min-height: 100vh;
    height: 100%;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
