@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  max-width: 1920px;
  max-height: 1080px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  min-width: 100%;
  background: #0b446f;
}

#particles-js {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}
/*------------------------------------------------------------------------------------*/
/*HEADER=============================================================================*/

header {
  width: 100vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  background-color: #0e5389;
  z-index: 1;
}

.menu-boton {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-boton a {
  text-decoration: none;
  color: #fff;
  font-size: 50px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.menu-boton a:hover {
  transform: scale(1.2, 1.2);
}

.menu_ctn_logo {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu_ctn_logo img {
  width: auto;
  height: 60%;
}

.menu__container {
  width: 40%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menu__container a {
  width: 20%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.menu__container a:hover {
  width: 20%;
  height: 100%;
  background-color: #ffffff;
  color: #0e5389;
  transition: all 0.3s ease;
}

/*BREADCRUMB CTN========================================================================*/
.ctn-breadcrumb {
  width: 100%;
  height: 5vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
}
.ctn-breadcrumb a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.ctn-breadcrumb a:hover {
  color: #adadad;
}

/*WINDOW CTN========================================================================*/

.window-ctn {
  width: 100vw;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.window-ctn .active {
  opacity: 1;
  transform: scale(1, 1);
}
/*==================================================================================*/

/*BTN-INICIAR============================================================================*/
.btn-iniciar {
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.btn-iniciar button {
  width: 30%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0081d6;
  font-weight: 500;
  font-size: 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
}
.btn-iniciar button:hover {
  color: #ffffff;
  background: #0081d6;
  transform: scale(1.1, 1.1);
}
/*==================================================================================*/

/*INFO-CTN============================================================================*/
.info-ctn {
  width: 50%;
  height: 60%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0, 0);
  background: #ffffff;
  transition: all 0.5s ease;
}

.info-ctn .info-titulo {
  width: 95%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #0081d6;
}

.info-ctn .info-lista {
  width: 90%;
  height: 60%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  font-size: 20px;
}

.info-lista div span {
  color: #0081d6;
  font-weight: 700;
}

.info-ctn .info-btn {
  width: 95%;
  height: 20%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 2px solid #0081d6;
}
.info-btn button {
  width: 20%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #0081d6;
  background: #ffffff;
  border: 2px solid #0081d6;
  transition: all 0.3s ease;
}
.info-btn button:hover {
  transform: scale(1.1, 1.1);
  color: #ffffff;
  background: #0081d6;
}
/*==================================================================================*/

/*QUIZ-CTN============================================================================*/
.ctn-quiz {
  width: 40%;
  height: 90%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0, 0);
  background: #ffffff;
  transition: all 0.5s ease;
}

/*CTN-UP===========================*/
.ctn-up {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 2px solid #0081d6;
}
.ctn-up .title {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 400;
}
.ctn-up .timer {
  width: 25%;
  height: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #b8daff;
  border-radius: 5px;
  background: #cce5fc;
}
.time-text {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #425e86;
  font-size: 20px;
  font-weight: 700;
}

.time-sec {
  width: 30%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  background: #333a34;
}

.quiz-line {
  width: 100%;
  height: 1%;
  align-self: flex-end;
  background: #0081d6;
  transition: all 1s linear;
}

/*CTN-TEXT======================*/
.ctn-text {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ctn-text h3 {
  width: 90%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
}

/*OPTIONS======================*/
.ctn-options {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.ctn-options li {
  width: 90%;
  height: 15%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ctn-options .icono-default:hover {
  color: #004085;
  background: #cce5ff;
  border: 1px solid #b8daff;
}

.ctn-options li p {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 3%;
  align-items: center;
}

.ctn-options li i {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  font-size: 30px;
}

.icono-default {
  color: #000000;
  border: 1px solid #84c5fe;
  background: aliceblue;
  transform: scale(1, 1);
}

.icono-correct {
  pointer-events: none;
  color: #23903c;
  border: 1px solid #23903c;
  background: #d4edda;
  transform: scale(1.01, 1.01);
}

.icono-wrong {
  pointer-events: none;
  color: #a42834;
  background: #f8d7da;
  border: 1px solid #a42834;
  transform: scale(1.01, 1.01);
}

/*CTN-DOWN============================================================================*/
.ctn-down {
  width: 100%;
  height: 14%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #0081d6;
}

.ctn-down div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  border-radius: 10px;
}

.ctn-down .num-quiz {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctn-down div button {
  width: 40%;
  height: 60%;
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background: #0081d6;
}
/*==================================================================================*/

/*CTN-RESULT============================================================================*/
.ctn-result {
  width: 50%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 40px;
  opacity: 0;
  transform: scale(0, 0);
  background: white;
  transition: all 0.5s ease;
}

.ctn-result h4 {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  border-bottom: 2px solid #0081d6;
}

.ctn-result span {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctn-result span lord-icon {
  width: 20%;
  height: 80%;
}

.ctn-result p {
  width: auto;
  height: auto;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  border-radius: 50px;
  color: #ffffff;
  background: #0081d6;
}

.ctn-result div {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  border-top: 2px solid #0081d6;
}

.ctn-result div a {
  width: 30%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  background: #0081d6;
}

.contenedor {
  width: 100%;
  height: 100%;
  background: red;
}
.contenedor:hover {
  background: blue;
}

/*FOOTER=============================================================================*/
footer {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.footer_ctn_logo {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_ctn_logo img {
  width: 90%;
  height: auto;
}

.footer_ctn_text {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_ctn_text p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
}

.footer_ctn_social {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer_ctn_social a {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_ctn_social a:hover {
  transform: scale(1.2, 1.2);
}

/*------------------------------------------------------------------------------------*/
