@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&family=Sen:wght@400;500;600;700;800&display=swap");

:root {
  --primary-color: rgb(1, 47, 71);
}

body {
  width: 100%;
  height: auto;
  font-family: "Jost";
}

main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 10px 48px;

  display: flex;
  flex-direction: column;
}

.greetins main {
   /*background-image: url(../images/bg_greetings.jpg) !important;*/
}

.progress-bar {
  background-color: #083557 !important;
}

.progress {
  background-color: #b6cde4 !important;
}

.table {
  float:  left;
  width:  100%;
  margin:  0px 0px 20px 0px;
}

.table th {
  text-align: left;
  text-transform: uppercase;
  color:  #ffffff;
  background-color: #083557;
}

.table td {
  text-align: left;
  border-bottom:  1px solid #083557;
  color:  #083557;
}

.languages img {
  height: 40px !important;
  width:  auto !important;
}

.languages {
  margin-top: 30px;
  text-align: center;
}

.language {
  line-height: 40px;
  margin-bottom:  30px;
}

.language a {
  color:  #083557;
}

.language a:hover {
  color:  #000000;
}

.categories {
  float:  left;
  width:  100%;
  margin:  0px 0px 20px 0px;
}

.categories img {
  width:  100%;
}

.categories article {
  margin-top:  20px;
}

.categories h3 {
  font-size:  15px;
  font-weight: 500;
  margin-top:  -10px;
  color:  #b3cbdb;
}

.no-evolucion {
  margin-left:  10px;
  color:  #083557;
}

.porcentaje {
  float:  left;
  width:  100%;
  margin:  0px 0px 20px 0px;
}

.disabled_ img {
  opacity: 0.4;
}

.disabled_ {
  cursor: not-allowed;
}


.categories h3 a {
  color:  #083557;
}

.languages a {
  text-decoration: none !important;
}

.login {
  margin-top:  30px;
}

.login .form-control {
  float:  left;
  font-size:  16px;
}

.login label {
  text-align: left !important;
  float:  left;
  width:  100%;
}

.login .btn {
  float:  left;
  width:  100%;
  background: #083557;
  border:  1px solid #083557;
  margin-top:  45px;
}

.login .btn:hover {
  border:  1px solid #4c7089;
  background: #4c7089;
}

.bajado_ {
  margin-top:  45px !important;
}

.login p {
  margin-top:  10px;
  margin-left:  20px;
  text-align: left;
  float:  left;
  width:  100%;
}

.acepto_ {
  margin-top:  -5px !important;
  position: relative;
  z-index: 2;
}

.ranking_ {
  background:  #4d7089;
  color:  #ffffff;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  margin-left:  2px;
}

.puntos_ {
  background:  #08385c;
  color:  #ffffff;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
}

.login p a {
  text-decoration: none;
  color: #4c7089;
}

.login p a:hover {
  color:  #000000;
}

.login .col-md-12 {
  margin-top:  15px;
}

.botonera {
  margin:  -30px 0px 20px 0px !important;
}

#pswd_info {
  text-align: left;
}

.login label {
  margin-top:  15px;
}

.invalid {
    color:  red;
  }

  .valid {
    color:  green;
  }

  .mostrado {
    display:  inline !important;
  }

  .oculto {
    display:  none !important;
  }

.copyright {
  float:  left;
  width:  100%;
  text-align: center;
  font-size:  14px;
  margin-bottom:  10px;
}

.copyright span {
  cursor:  pointer;
  color: #4c7089;
}

.copyright span:hover {
  color:  #000000;
}

.modal-title {
  float:  left !important;
}

.modal-dialog {
  min-width: 80% !important;
  width: 80% !important;
}


header .dropdown {
  float:  right;
  margin-left:  10px;

}

header .dropdown img {
  height:  18px;
}

header .dropdown .btn {
  background:  #ffffff;
  border:  1px solid #000000;
}

header .dropdown-menu span {
  cursor: pointer;
}

.stepCounter {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(212, 212, 212);

  justify-content: center;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
}
.bgColor {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  transition: 0.5s;
}
.stepCounter .stepSingle {
  height: 150px;
  background-color: rgb(212, 212, 212);
  width: 100%;
}
.stepSingle .stepBar::before {
  content: "";
  width: 100%;
  height: 0;
  transition: 0.5s;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.active.stepSingle .stepBar::before {
  height: calc(100% + 70px);
}
.stepBar {
  background-color: rgb(212, 212, 212);
  height: calc(100% - 70px);
  width: 100%;
  position: relative;
}
.stepSingle span {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border: solid 15px rgb(212, 212, 212);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "Sen";
  transform: translateX(15px);
  transition: 0.5s;
  color: rgb(212, 212, 212);
  position: relative;
  z-index: 100;
  font-weight: bold;
}
.stepSingle.active span {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.steps {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.qNumber {
  font-size: 21px;
  font-family: "Sen";
  color: rgb(0, 0, 0);
}
.question {
  font-size: 24px;
  color: #083557;
  font-weight: bold;
}


.question- {
  font-size: 18px;
  color: #083557;
  margin-bottom:  15px;
}

.question-- {
  font-size: 16px;
  color: #ffffff;
  margin-bottom:  15px;
}

.question-- span {
  background: #083557;
  padding:  5px 10px 5px 10px;
}

.dificulty- {
  font-size:  13px;
  color:  #ffffff;
  font-weight: 300;
  margin:  -15px 0px 20px 0px;
}

.dificulty- i {
  color:  #fdc530;
}

#video_ {
  float:  left;
  width:  100%;
  margin:  5px 0px 0px 0px;
  text-align: center;
}

#imagen_ {
  float:  left;
  width:  100%;
  margin:  5px 0px 0px 0px;
  text-align: center;
}

#video_ video {
  height:  250px !important;
}

#imagen_ img {
  height:  250px !important;
}

.answers {
  float:  left;
  width:  100%;
  margin:  0px 0px 30px 0px;
}

.answers article {
  margin:  30px 0px 0px 0px;
}

.answers- {
  cursor:  pointer;
  padding:  10px 10px 10px 10px;
  border:  2px solid #a8cae7;
  border-radius:  10px;
}

.seleccionada- {
  background: #a8cae7;
  opacity:  0.5;
}

.answers img {
  width:  100%;
  border-radius:  10px;
}

.answers figcaption {
  display:  none;
}

.answers .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.answers h4 {
  font-size: 15px;
  margin-top:  -10px;
}

.answers h5 {
  font-size:  15px;
  margin:  5px 0px 0px 0px;
  color:  #ffffff;
  cursor: pointer;
}

.answers h5 span {
  background: #a8cae7;
  padding:  5px 10px 5px 10px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-radius:  10px;
}

.answers h5:hover span {
  color: #083557;
}

.confirmar_ {
  cursor:  pointer;
  font-size:  15px;
  position: absolute;
  top: 30%;
  left: 0%;
  float:  left;
  width:  100%;
  background: none;
  display:  none;
}

.confirmar_ span {
  background: #083557;
  color:  #ffffff;
  border-radius:  10px;
  padding:  7px 20px 7px 20px;
}

.confirmar_:hover {
  border:  none !important;
}


.confirmar_:hover span {
  background: #000000;
}


.header_categoria {
  position: fixed;
  top:  0;
  left:  0;
  border:  1px solid #000000;
  border-radius:  10px;
  float: left;
  width:  250px;
  padding:  10px 10px 0px 10px;
  background: #4f728e;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: center;
  color:  #ffffff;
  margin-top:  60px;
  font-size:  13px;
}

.header_contador {
  float:  left;
  width:  100%;
  margin:  7px 0px 0px 0px;

}

.error_ {
  font-size:  13px;
  float:  left;
  width:  100%;
  margin:  -10px 0px 20px 0px;
  padding:  2px 10px 2px 10px;
  color:  #ffffff;
  background:  #ba0d21;
  border-radius:  10px;
}

.error__ {
  color:  #ba0d21;
}

.bien_ {
  font-size:  13px;
  float:  left;
  width:  100%;
  padding:  2px 10px 2px 10px;
  margin:  -10px 0px 20px 0px;
  color:  #ffffff;
  background:  #0dba52;
  border-radius:  10px;
}

.bien__ {
  color:  #0dba52;
}

.stepImg {
  width: 40%;
  height: auto;
  margin: 0 auto;
}
.stepImg img {
  width: 100%;
}
.options {
  display: flex;
  justify-content: center;
  gap: 55px;
  align-items: center;
}
.options .option {
  width: 19%;
  padding:  15px;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  margin-top: 30px;
  ;
}


.option input {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: solid 3px #c6c7c8;
  background-color: rgb(255, 255, 255);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.option input:checked {
  border-color: #083557;
}
.option img,
label {
  pointer-events: none;
  position: relative;
  z-index: 100;
}
.option img {
  width: 100%;
  margin: 0 auto;
}

.play_ {
  position: relative !important;
  z-index: 99999999 !important;
  cursor: pointer;
  font-size: 14px;
  color: #4c6d87;
  font-weight: normal;
  margin-top: 5px;
}

.play_:hover {
  color: #000000;
}

.option label {
  font-size: 14px;
  color: #4c6d87;
  font-weight: normal;
  margin-top: 5px;
}
.nextPrev {
  float:  left;
  width: 100%;
  margin:  10px 0px 100px 0px !important;
  text-align: center;
}
.nextPrev button {
  background:  #4d6f8b;
  border-radius:  5px;
  color:  #ffffff;
  border:  none;
  padding:  10px 30px 10px 30px;
  cursor: pointer;
}

.nextPrev button:hover {
  background: #06355b;
}

.countdown {
  position: absolute;
  top: 25%;
  right: 20px;
  width: 100px;
  height: 150px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  border:  1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.countdown img {
  width: auto;
  margin-bottom: 10px;
}
.countdown h3 {
  font-size: 18.5px;
  color: rgb(1, 47, 71);
  font-weight: bold;
  margin-bottom: 5px;
}

#countdown {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
}
#countdown .timeSingle {
  border-right: solid 1px rgb(202, 202, 202);
  padding-right: 10px;
  font-size: 11px;
  color: rgb(0, 10, 56);
  text-transform: capitalize;
  font-weight: 600;
}
#countdown .timeSingle .time {
  color: rgb(0, 10, 56);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
#error {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000000000;
}

@media (min-width: 0px) and (max-width: 768px) {
  .qNumber {
    margin-top:  30px !important;
  }

  .header_categoria {
    position: inherit !important;
    top:  0;
    left:  0;
    border:  1px solid #000000;
    border-radius:  0px !important;
    float: left;
    width:  100% !important;
    padding:  10px 10px 0px 10px;
    background: #4f728e;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    color:  #ffffff;
    margin-top:  10px !important;
    margin-bottom:  20px !important;
    margin-left:  10px;
    font-size:  13px;
  }

  main {
    padding-left:  10px !important;
    padding-right:  20px !important;
    width:  100% !important;
  }

  #imagen_ img {
    width:  100% !important;
  }

  #video_ video {
    width:  100% !important;
  }

  .options .option {
    width:  100% !important;
  }
}
