* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(325deg, rgb(255, 255, 255) 54%, rgb(204, 204, 204) 100%);
  font-family: "Lato", sans-serif;
}
body .btn-red {
  background-color: red;
  color: #fff;
  font-weight: 400;
}
body .btn-red:hover {
  background-color: rgb(170, 0, 0);
  color: #fff;
}
body .create-check-ok {
  position: absolute;
  right: 40%;
  top: -25%;
}
body .m-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
body .btn-green {
  background-color: #01d05a;
  color: #fff;
  width: 50%;
  margin-top: 40px;
}
body .btn-green:hover {
  background-color: #00c154;
  color: #fff;
}
body .blue-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background: linear-gradient(130deg, rgb(26, 63, 113) 0%, rgb(2, 17, 51) 65%);
  border-radius: 5px;
}
body .blue-box .club-title {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
body .blue-box .club-title .img-club {
  max-width: 180px;
  margin-bottom: 20px;
}
body .blue-box .club-title .img-club img {
  width: 100%;
}
body .blue-box .club-title h2 {
  font-size: 42px;
  color: #fff;
  text-shadow: 0 1px 2px #222;
}
body .blue {
  color: #17479e;
}
body .red {
  color: red;
}
body .green {
  color: green;
}
body .bg-gray {
  background-color: #f3f3f3;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(130deg, rgb(26, 63, 113) 0%, rgb(2, 17, 51) 65%);
  padding-top: 10px;
  width: 100%;
}
.header .boxheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.header .boxheader .navbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header .boxheader button {
  border: 1px solid #fff;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .header .boxheader {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .boxheader .brand-container {
    align-items: center;
    margin-bottom: 10px;
  }
  .header .boxheader button {
    margin-bottom: 10px;
  }
  .header .boxheader .user-bar {
    flex-direction: column;
  }
}
.header .boxheader .brand-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
}
.header .boxheader .brand-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: all 300ms;
}
.header .boxheader .brand-container a:hover {
  color: #25a7d0;
  transform: scale(1.05);
}
.header .boxheader .brand-container .brand {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  line-height: 35px;
}
.header .boxheader .navegation-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .boxheader .navegation-bar .link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 300ms;
}
.header .boxheader .navegation-bar .link:hover {
  color: #25a7d0;
}
.header .boxheader .user-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  min-width: 300px;
}
.header .boxheader .user-bar h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.header .boxheader .user-bar button {
  color: #fff;
}
.header .user-menu {
  position: relative;
  background: linear-gradient(90deg, rgb(102, 102, 102) 26%, rgb(204, 204, 204) 100%);
  width: 100%;
  margin-top: 5px;
}
.header .user-menu button {
  border: 1px solid #fff;
  margin: 0 auto;
}
.header .user-menu span {
  font-size: 15px;
}
.header .user-menu .link {
  color: #fff;
}
.header .user-menu .link:hover {
  color: #0d2c6c;
}

.main {
  min-height: 65vh;
  height: fit-content;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .main .content-present {
    flex-direction: column;
  }
  .main .content-present .presentation {
    width: 90%;
  }
  .main .content-present .card-content {
    width: 90%;
  }
  .main .content-present .card-content .card .card-img {
    width: 200% !important;
  }
  .main .content-present .card-content .card .cont-title a {
    font-size: 35px !important;
  }
}
@media (max-width: 576px) {
  .main .content-present .card-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .main .content-present .card-content .card {
    width: 300px !important;
  }
}
.main .content-present {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #0d2c6c;
}
.main .content-present .presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-left: 5px solid #25a7d0;
}
.main .content-present .presentation h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 15px;
}
.main .content-present .presentation p,
.main .content-present .presentation li {
  font-size: 14px;
  font-weight: 300;
}
.main .content-present .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .content-present .card-content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  margin: 10px;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  transition: all 300ms;
}
.main .content-present .card-content .card:hover {
  transform: scale(1.03);
  box-shadow: 1px 3px 20px rgba(204, 204, 204, 0.76);
  cursor: pointer;
}
.main .content-present .card-content .card .cont-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.main .content-present .card-content .card .cont-title a {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  color: #333;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 2px 7px rgba(204, 204, 204, 0.76);
  transition: all 300ms;
}
.main .content-present .card-content .card .cont-title a:hover {
  color: #fff;
  text-shadow: 0px 2px 7px #333;
}
.main .content-present .card-content .card .card-img {
  width: 110%;
  z-index: 1;
  transition: all 500ms;
}

#quiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  min-height: 100vh;
  margin-top: 20px;
}
@media (max-width: 992px) {
  #quiz .form-box {
    width: 90%;
  }
  #quiz .form-box button {
    margin-top: 10px;
  }
  #quiz .table-box .add-time {
    height: 80px !important;
  }
  #quiz .table-box .add-time input {
    height: 30px;
  }
}
#quiz .club-title {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#quiz .club-title .img-club {
  max-width: 180px;
  margin-bottom: 20px;
}
#quiz .club-title .img-club img {
  max-width: 100%;
}
#quiz .club-title h2 {
  font-size: 42px;
  color: #fff;
  text-shadow: 0 1px 2px #222;
}
#quiz .table-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 50px;
  box-shadow: 2px 2px 5px #ccc;
}
#quiz .table-box .td-sm {
  width: 50px;
}
#quiz .table-box .td-comments {
  min-width: 100px;
}
#quiz .table-box .td-comments p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
#quiz .table-box .label-select {
  width: 150px;
}
#quiz .table-box .select-box {
  height: 40px;
}
#quiz .table-box .select-box .btn-select {
  width: 300px;
}
#quiz .table-box .sub-title {
  margin: 0;
  border-bottom: 1px solid black;
  font-weight: bold;
}
#quiz .table-box .validate-btn {
  align-self: center;
}
#quiz .table-box .delete-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#quiz .table-box .delete-box button {
  margin: 5px 0;
  width: 150px;
}
#quiz .table-box .img-cel img {
  height: 100px;
  transition: all 300ms ease-in-out;
}
#quiz .table-box .img-cel img:hover {
  transform: scale(2);
}
#quiz .table-box .red-cell {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 100px;
  background-color: red;
}
#quiz .table-box .red-cell input {
  margin: 0 auto;
}
#quiz .table-box .green-cell {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 100px;
  background-color: green;
}
#quiz .table-box .green-cell input {
  margin: 0 auto;
}
#quiz .table-box .yellow-cell {
  background-color: yellow;
  height: 100px;
}
#quiz .table-box .align-center {
  margin: 0 auto;
}
#quiz .table-box .td-min {
  min-width: 300px;
}
#quiz .table-box .answer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
}
#quiz .table-box .extra-timeBox {
  border-right: 1px solid #000;
}
#quiz .table-box .comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
#quiz .table-box .comments .official-answer p {
  width: 50%;
}
#quiz .table-box .comments .student-comment {
  line-height: 15px;
  padding: 10px;
  border-radius: 5px;
}
#quiz .table-box .comments .student-comment h6 {
  font-weight: 700;
  text-align: center;
}
#quiz .table-box .comments .student-comment div {
  background-color: #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  height: 100px;
  overflow: auto;
}
#quiz .table-box .info-colors {
  margin: 30px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 10px;
}
#quiz .table-box .q-set {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: 900;
}
#quiz .table-box .q-set .p-comment {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#quiz .table-box .add-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  height: 50px;
}
#quiz .table-box .add-time .select-time {
  width: 100px;
}

.log-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  height: auto;
  width: 80%;
  box-shadow: 2px 2px 5px #ccc;
  overflow: hidden;
  border-radius: 5px;
  padding: 0;
  background-color: #0d2c6c;
}
@media (max-width: 992px) {
  .log-container {
    flex-direction: column;
  }
  .log-container .log-description, .log-container .log-form {
    width: 100% !important;
  }
  .log-container .log-description h3, .log-container .log-description p, .log-container .log-form h3, .log-container .log-form p {
    font-size: 35px;
  }
  .log-container .log-description .form-footer p, .log-container .log-form .form-footer p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .log-container .log-description h3, .log-container .log-description p, .log-container .log-form h3, .log-container .log-form p {
    font-size: 30px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .log-container .log-description h3, .log-container .log-description p, .log-container .log-form h3, .log-container .log-form p {
    font-size: 25px;
  }
  .log-container .log-description .form-footer p, .log-container .log-form .form-footer p {
    font-size: 15px;
  }
}
.log-container .log-description {
  width: 50%;
  height: fill;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.log-container .log-description h3 {
  margin-top: 20px;
}
.log-container .log-form {
  display: flex;
  flex-direction: column;
  background-color: #E9E9E9;
  height: auto;
  width: 50%;
  padding: 20px;
}
.log-container .log-form label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.log-container .log-form .log-title {
  text-align: center;
}
.log-container .log-form .log-title span {
  color: red;
}
.log-container .log-form .log-title h4 {
  font-weight: 700;
}
.log-container .log-form button {
  float: right;
  width: auto;
  background-color: red;
  color: #fff;
}
.log-container .log-form .button-b {
  float: right;
  width: auto;
  background-color: #17479e;
  color: #fff;
}
.log-container .log-form .form-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
  padding: 10px;
  line-height: 15px;
  color: #666;
}
.log-container .log-form .form-footer a {
  text-decoration: none;
}
.log-container .title {
  font-size: 36px;
  color: #fff;
  text-shadow: 0 1px 2px #222;
}
.log-container .subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
  color: #fff;
}

.q-img-box {
  font-weight: 600;
}
.q-img-box img {
  border: 1px solid #17479e;
  border-radius: 4px;
  width: 100%;
}

.q-box {
  padding: 35px;
}
.q-box span {
  font-weight: 900;
  color: #17479e;
}
.q-box h4 {
  font-size: 20px;
  font-weight: 900;
}

.bt-box {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}
.bt-box .btn-page-box {
  display: flex;
  justify-content: center;
}
.bt-box .btn-page-box .btn-pag {
  color: #17479e;
  border: 1px solid red;
}
.bt-box .btn-page-box .btn-pag:hover {
  color: #fff;
  background-color: #17479e;
}
.bt-box .timer-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #17479e;
  border-radius: 5px;
}
.bt-box .timer-cont p {
  margin: 0 3px;
  font-weight: 700;
  color: #17479e;
}
.bt-box .timer-cont #timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 5px;
}
.bt-box .timer-cont #timer div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #17479e;
  width: 30px;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .bt-box {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .bt-box .timer-cont {
    margin-bottom: 15px;
    width: 40%;
  }
  .bt-box .btn-page-box {
    width: 70%;
  }
  .bt-box .btn-page-box .btn-pag {
    margin-bottom: 15px;
  }
  .bt-box button {
    margin-bottom: 15px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .bt-box .timer-cont, .bt-box button {
    width: 66%;
  }
  .bt-box .form-floating {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .bt-box .timer-cont, .bt-box button {
    width: 80%;
  }
  .bt-box .btn-page-box {
    width: 85%;
  }
  .bt-box .form-floating {
    width: 80%;
  }
}

.summary-btn {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.cont-question {
  display: flex;
  flex-wrap: wrap;
}
.cont-question .btn-question {
  width: 25%;
  margin-top: 10px;
}
.cont-question .btn-question span {
  margin-left: 5px;
  font-weight: 600;
}

.instructor-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .instructor-form {
    flex-direction: column;
    align-items: center;
  }
}
.instructor-form .form-box {
  box-shadow: 2px 4px 10px #ccc;
  padding: 30px 10px;
  width: 49%;
}
.instructor-form .form-box .input-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.instructor-form .btn-search {
  width: 40%;
  margin: 0 auto;
}

.q-box .disabled {
  pointer-events: none;
  filter: none;
}
.q-box .disabled input {
  opacity: 0.5;
}
.q-box .disabled label {
  color: #000;
}
.q-box .q-list {
  display: flex;
  flex-direction: row;
}
.q-box .q-list span {
  margin-right: 5px;
}

#footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  background: linear-gradient(310deg, rgb(26, 63, 113) 0%, rgb(2, 17, 51) 65%);
  height: 100px;
  padding: 0 20px;
}
#footer p {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
