body {
  font-family: "archia";
  margin: 0px;
}

.mainwrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.c {
  margin-left: auto;
  margin-right: auto;
}

#main {
  flex: 1;
  background-color: #C5253F;
}

footer {
  padding: 37px 20px;
  background-color: white;
}

footer .c {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

footer img {
  height: 85px;
}

footer img:last-of-type {
  text-align: right;
  height: 81px;
}

.btn {
  color: #4A4949;
  border: solid 2px #4A4949;
  background-color: white;
  padding: 12px 58px;
  border-radius: 99999px;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
}

.fact {
  color: #4A4949;
  border: solid 2px #4A4949;
  background-color: white;
  padding: 12px 58px;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
}

.flex {
  display: flex;
  flex-direction: column;
}

.center {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

header {
  background-image: url("../img/bg@2x.jpg");
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-size: cover;
}

header .c {
  display: flex;
  justify-content: space-between;
  padding: 32px 20px;
  padding-bottom: 22px;
}

header .c .logo {
  height: 138px;
  margin-right: auto;
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  width: auto;
  object-fit: contain;
  object-position: left;
}

header .c #backhome {
  margin-left: auto;
  justify-content: flex-end;
}

header .f {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .c #backhome img {
  height: 52px;
}

#rainbow {
  background-image: url("../img/rainbow.svg");
  height: 43px;
  width: 100%;
}

.body.c {
  flex: 1;
}

.quiz #index {
  font-weight: bold;
  font-size: 120px;
  line-height: 120px;
  color: white;
}

.view {
  height: 100%;
}

.home .view {
  position: relative;
}

.wrappregunta {
  padding: 0% 5%;
  padding-bottom: 2%;
}

.view .centered {
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home .center .centered {
  text-align: center;
}
.info.centered{
      flex-direction: column;
}
.home .center {
  position: relative;
}

.quiz #main {
  background-image: url(../img/fondorojo@2x.jpg);
  background-position: center;
  background-size: cover;
}

.quiz footer {
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.pregunta {
  margin-bottom: 70px;
}

.enunciado {
  font-weight: bold;
  font-size: 40px;
  color: white;
}

.pregunta .num {
  display: none;
}

label {
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}

label [type=checkbox], label .checkmark {
  display: none;
}

.respuesta {
  display: none;
}

.respuesta.ko, .respuesta.ok {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/dim.png);
  width: 100%;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.respuesta .wrap {
  background-color: white;
  padding: 0% 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  padding: 30px 90px;
  border: solid 1px #343A3F;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.respuesta .title {
  font-weight: bold;
  color: #FF0000;
  font-size: 27px;
  margin: 30px 0px;
  margin-top: 0px;
}

.respuesta.ok .title, .quiz .respuesta.ok p {
  color: #78A528;
}

.respuesta .btn {
  margin-top: 23px;
}

.quiz .respuesta p {
  font-size: 18px;
  color: #FF0000;
  text-align: center;
}

.respuesta.ko .title::before {
  content: " ";
  background-image: url(../img/wrong.svg);
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.respuesta.ok .title::before {
  content: " ";
  background-image: url(../img/ok.svg);
  width: 100%;
  height: 200px;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.impulsem {
  max-width: 983px;
}

.logoquiz {
  max-width: 329px;
  position: absolute;
  right: -5%;
}

.home h3 {
  color: white;
  font-size: 28px;
  font-weight: normal;
  max-width: 1500px;
}

.home #main {
  background-image: url(../img/bg@2x.jpg);
  background-size: cover;
}

#rainbowhome img {
  width: 100%;
  height: auto;
  display: block;
}

.enunciado img.mini, .sortable img {
  width: 200px;
  border-radius: 12px;
  border: solid 2px white;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}

.square img {
  width: 200px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px white;
}
.minisortable img{
  width:80px;
      margin-bottom: 10px;
}
.bannerask .square img {
  width: 48px;
}

.bannerask .quiz.images .q.btn {
  margin-left: 4px;
  margin-right: 4px;
}

.bannerask .aos-animate {
  transform: none !important;
  transition-delay:0s  !important;
}

.bannerask .fact {
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.imganswer label.btn {
  padding: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  display: inline-block;
}

.sortable img {
  margin-top: 0px;
}

.quiz p {
  color: white;
}

.tooltip {
  font-size: 24px;
  margin-bottom: 40px;
}

.numberanswer .quiz {
  display: flex;
  justify-content: center;
}

.numberanswer .quiz label {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.sortable .ghost {
  opacity: 1;
}

.sortable .ficha {
  display: inline-block;
}

.sortable .ficha img {
  pointer-events: none;

}
.minisortable .ficha img {
    width:65px;
}
.enunciado h2 {
  margin: 0px;
  line-height: 10px;
}

.truefalsebuttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.truefalsebuttons a {
  margin: 0px 20px;
  cursor: pointer;
}

.truefalsebuttons img {
  height: 90px;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  border-radius: 999999px;
}

.disclaimer p {
  font-size: 16px;
  font-weight: normal;
}

.disclaimer p a {
  color: white;
}

.disclaimer .enunciado {
  max-width: 950px;
  display: block;
}

.quiz.images {
  display: flex;
  justify-content: center;
}

.quiz.images .q.btn {
  margin-left: 10px;
  margin-right: 10px;
}

.quiz.images .q.btn img {
  display: block;
}
.view .info{
  text-align: center;
}
.view .info *{
  color:white;
}
.view .info .next {
  display: none;
}
.view .info .btn {
  color:black;
}
#finalpoints{
  font-size: 60px;
}
form input{
  padding: 10px;
border-radius: 12px;
border: none;
text-align: center;
margin-bottom: 10px;
}
#savenickname input[type=text]{
  color:black;
}
#ranking table td,#ranking table th{
  padding: 5px 10px;
  border-bottom: solid 1px;
}
