@font-face {
  font-family: SemiLight;
  src: url(fonts/TheSans-4-SemiLight.otf);
}

@font-face {
  font-family: sans-Bold;
  src: url(fonts/thesans-bold-caps.ttf);
}



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: unset;
  font-family: 'DIN-Regular';
  }
html{
}
body{
	margin: 0;
	padding: 0;
	width: 100vw;
	background-color: black;
	overflow-x: hidden;
}

p{
  font-family: SemiLight;
}

img{
	width: 100%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

button{
  background-color: white;
    color: #0071bc;
    border-radius: 10px;
    padding: 10px 37px;
    font-family: 'sans-Bold';
    border: none;
    font-size: 1.1rem;
}

.block{
  display: block;
}

.titulo{
  font-family: sans-Bold;
    font-size: 2rem;
    text-transform: uppercase;
    color: white;
    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
}

.textp{
  margin: 0;
    font-family: SemiLight;
    font-size: 1rem;
    color: white;
}

.fondo{
  background-image: url(../img/fondo1_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 20px;
}

.content{
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.markIni{
  display: none;
  max-width: 281px;
}
.logoIni{
  width: 186px;
}

.flex_div{
  display: flex;
  align-items: center;
}

.iniButton{
      display: flex;
    align-items: center;
    margin: 17px;
    cursor: pointer;
}

.icon{
      width: 35px;
    margin-right: 13px;
}
.buttontext{

}


.markQuestion{
  position: fixed;
  width: 20%;
  max-width: 95px;
  margin: 10px;
  top: 0;
  right: 0;
  z-index: 0;
  display:  none;
}

.markInst{
  position: fixed;
  width: 20%;
  max-width: 185px;
  margin: 10px;
  top: 0;
  left: 0;
  z-index: 0;
}

.logInst{
  position: fixed;
  top: 0;
  right: 0;
  width: 165px;
  margin: 15px;
}

.icontitle{
    width: 31px;
    margin-right: 10px;
}
.intTitle{
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}

.align-center{
  text-align: center;
  margin: auto;
  width: 95%;
    max-width: 800px;
}

.score{

}

.textScore{

  width: 140px;
  background-color: white;
  color: #0071bc;
  padding: 10px 20px;
  font-family: 'sans-Bold';
  border: none;
  font-size: 1.1rem;
  margin: 5px 0;
}

#preguntatx{
  background-color: white;
    padding: 15px;
    text-align: center;
    font-family: 'sans-Bold';
    font-size: 20px;
    color: #0071bc;
     margin-bottom: 10px;
}

#a ,#b ,#c,#d{
  background-color: #36649d;
  color: white;
  padding: 15px;
  font-family: SemiLight;
    font-size: 1rem;
  margin-bottom: 10px;
}

.preguntas{
  width: 95%;
  max-width:1000px;
  margin: auto;
  z-index:3;
}
span{
  font-family: 'sans-Bold';
  font-size: 1.1rem;
}

.mobile{
  display: block;
}

.desktop{
    display: none;
  }

@media (min-width: 769px){
  .markIni{
    display: block;
  }

  .markQuestion{
    display: block;
  }
  .#preguntatx{
    font-size: 22px;
  }

  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
}