@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');

body{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
}

body{
  background-color: #131d36;
  background-image: url("../img/fondo_warrior.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-res img{
  max-width: 100%;
}

.logo{
  width: 180px;
  filter: invert(1);
}

.my_container{
  height: 100vh;
}

.columna{
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header_preguntas{
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.contador{
  color:#042735;
}

hr{
  height: 1px;
  border: 1px solid #ffd0d9;
}

.conten_quiz{
  width: 100%;
  background-color: #fff;
  padding: 30px 40px 60px 40px;
  border-radius: 15px;
  position: absolute;
  overflow: hidden;
}

.res{
  margin-top: 30px;
  background-color: #e1f4ff;
  padding: 15px;
  border-radius: 15px;
  color:#6b63da;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.29);
  -moz-box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.29);
  box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.29);
}

.button_enviar{
  width: 300px;
  background-color: #042735;
  padding: 10px 25px 10px 25px;
  border:3px solid #0a303f;
  border-radius: 15px;
  color:#fff;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  cursor: pointer;
  -webkit-box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.44);
  -moz-box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.44);
  box-shadow: 3px 10px 18px -7px rgba(0,0,0,0.44);
  transition: background-color .5s ease;
}
.button_enviar:hover{
  color: #fff;
  background-color: #043c54;
}
.dis{
  background-color: #5c7a86;
  border: 3px solid #0a303f;
}

.active{
  background-color: #3899c0;
  color:#fff;
}

.oculto{
  display: none!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(240 239 255);
}


.table-responsive {
    max-height:300px;
}

.leyenda{
	font-size: .8em;
    color: #9c9c9c;
}

.comparte{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.icon_r{	
	margin-left: 50px;
	width: 40px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;	
}
.icon_r>p{
	font-size: .7em;
	color:#939393;
	text-align: center
}

@media (max-width: 767.98px) {
  .conten_quiz{
    padding: 35px 25px 35px 25px;
  }
  .header_preguntas{
    flex-direction: column;
    gap:5px;
  }
  h2{
    margin: 0px;
  }
  h5{
    font-size: 1em;
  }
  .res{
    font-size: .75em;
    margin-top: 20px;
    padding: 8px;
  }
  .button_enviar{
    width: 100%;
    margin-top: 30px;
  }
  tbody, td, tfoot, th, thead, tr {

    font-size: .9em;
	}
  
  
}

