body {
    background: #f3f3f3 !important;
}

.app {
  max-width: 600px !important;
  width: 100% !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Barlow", sans-serif;
  }

  .start-screen,
  .score-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0% auto 80% auto;
  }

  button {
    border: none;
    outline: none;
    cursor: pointer;
  }

  .logo {
    margin: 0px auto 20px auto;
    display: table;
  }

  #start-button,
  #restart {
    font-size: 1.3em;
    padding: 0.5em 1.8em;
    border-radius: 0.2em;
    border: 5px solid #783616;
    background: #fed300;
    color: #783616;
    font-weight: bold;
    text-transform: uppercase;
  }

  #restart {
    margin-top: 0.9em;
  }

  .container-quiz {
    border-radius: 0.6em;
    width: 100%;
  }

  #display-container {
    background-color: #ffffff;
    margin: 30px auto;
    border-radius: 0.6em;
    padding: 25px;
  }

  #display-container input {
    margin-bottom: 20px;
  }

  .header {
    margin-bottom: 1.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6em;
    border-bottom: 0.1em solid #c0bfd2;
  }

  .timer-div {
    background-color: #e1f5fe;
    width: 7.5em;
    border-radius: 1.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7em 1.8em;
  }

  .question {
    margin-bottom: 1.25em;
    font-weight: 600;
  }

  .option-div {
    font-size: 0.9em;
    width: 100%;
    padding: 1em;
    margin: 0.3em 0;
    text-align: left;
    outline: none;
    background: transparent;
    border: 1px solid #c0bfd2;
    border-radius: 0.3em;
  }

  .option-div:disabled {
    color: #000000;
    cursor: not-allowed;
  }

  #next-button {
    font-size: 1em;
    margin-top: 2.5em;
    padding: 0.7em 1.8em;
    border-radius: 0.3em;
    float: right;
    border: 5px solid #783616;
    background: #fed300;
    color: #783616;
    font-weight: bold;
    text-transform: uppercase;
  }

  .hide {
    display: none;
  }

  .incorrect {
    background-color: #ffdde0;
    color: #d32f2f;
    border-color: #d32f2f;
  }

  .correct {
    background-color: #e7f6d5;
    color: #689f38;
    border-color: #689f38;
  }

  #user-score {
    font-size: 1.5em;
    color: #6c2a10;
  }

.footer {
    margin-bottom: 0;
    bottom: 0;
    height:135px;
    background-image: url('../img/footer-background.png');
    background-repeat: no-repeat ;
    display: grid;
    align-items: end;
    color: #7e4926;
    padding-bottom: 9px;
    font-weight: bold;
}

.card-header {
    background: none !important;
    border: 0px !important;
    text-align: center;
}

.card-header img {
    margin: 0 auto;
}

#login {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 25px;
    padding: 25px;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

input:-moz-read-only {
    background-color: #e6e6e6;
    border:0px;
    padding: 2px;
}

input:read-only {
    background-color: #e6e6e6;
    border:0px;
    padding: 3px 10px;
}

.btn-info {
    background: transparent;
    padding: 5px !important;
    font-size: 1.0rem !important;
    border: 0;
    color: #212529;
}

.btn-info:hover {
    background: transparent;
    padding: 5px !important;
    font-size: 1.0rem !important;
    border: 0;
    color: #212529;
}

.btn-info:focus {
    background: transparent;
    padding: 5px !important;
    font-size: 1.0rem !important;
    border: 0;
    color: #212529;
}

.dropdown-item {
    font-size: 0.8rem !important; 
}

.home {
    font-size: 25px;
    font-weight: lighter;
}

.dataTables_wrapper {
    width: 100%;
}

.input-group-prepend {
    width: 10% !important;
    float: left;
}

.btn.btn-primary {
    margin: 20px auto !important;
    background-color: #008fc9;
    border: 0;
    width: 200px;
}

.col-12 {
    text-align: center;
}

h1 {
    font-size: 28px !important;
}

.alert {
    text-align: center;
}

.title {
    margin-bottom: 50px;
    border-left: 5px solid #028bc5;
}

.formulario .row {
    margin-bottom: 25px;
}

.contenido {
    margin: 20px 0 20px 0;
    background-size: contain !important;;
    background-position-y: center !important;;
}

.quiz {
  float: right;
  margin: 20px auto !important;
  background-color: #ffef99 !important;
  border: 2px solid #8e471e !important;
  color: #8e471e !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.navbar-nav {
  background: white;
  padding: 10px !important;
  border-radius: 15px;
}

/* -------------------- MOVIL -------------------- */

@media(max-width:470px) {
	.contenido img {
		width: 100%;
	}

  .footer {
    position: inherit !important;
    bottom: 0px;
    margin-top: 25px;
  }

  .image-event {
    width: 65% !important;
    bottom: 24%;
    border: 2px solid #4d241a;
  }
}