* {
  scroll-behavior: smooth;
}
#content {
  min-height: 80vh;
}

.nav-menu {
  background: #f2f2f2;
  padding: 18px;
}

a {
  text-decoration: none;
}

footer {
  background: #296cae;
  height: 85px;
  width: 100%;
  position: relative;
  /* position: fixed; */
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}

.pointer {
  cursor: pointer;
}

textarea {
  resize: none;
}

.icon-nav {
  width: 30px;
  cursor: pointer;
}

.ul-nav {
  position: absolute;
  right: 0;
}

/*Clases generales */
.w100 {
  width: 100%;
}

.w-fit {
  width: fit-content;
}

.d-none-s {
  display: none;
}

.btn-primary {
  background: #296cae;
  border: #296cae;
  box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
  transition: 0.5s;
}

.btn-primary.hover {
  background: #1d5892 !important;
}

.btnSecondary {
  background: #71b3e2;
  border: #71b3e2;
  color: #231f20;
  font-weight: 600;
  width: 100%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
  transition: 0.5s;
}

.border-blue {
  border-color: #296cae !important;
}

.border-light-blue {
  border-color: #71b3e2 !important;
}

.border-green {
  border-color: #8cc63f !important;
}

.border-orange {
  border-color: #f7931e !important;
}

.border-red {
  border-color: #ff0000 !important;
}
.border-grey {
  border-color: #cccccc !important;
}

.btnActive {
  border: #17416b;
}

.btnSecondary:hover {
  background: #59a1d4;
  border: #71b3e2;
  color: #231f20;
}

/* colores generales */
.color-white {
  color: #fff;
}

.color-black {
  color: #231f20;
}

.color-primary {
  color: #296cae;
}

.bg-blue {
  background-color: #296cae;
}
.bg-light-blue {
  background-color: #71b3e2;
}
.bg-green {
  background-color: #8cc63f;
}

.bg-orange {
  background-color: #f7931e;
}

.bg-red {
  background-color: #ff0000;
}
.bg-grey {
  background-color: #cccccc;
}

.titles {
  color: #231f20;
  font-weight: 700;
}

.card {
  background: #fff;
  border: #71b3e2 solid 9px;
  border-radius: 2vh;
  padding: 33px;
}

.card_img {
  width: 150px;
  margin: auto;
  transition: all 0.6s ease;
}

.card_title {
  background: #fff;
  border: #71b3e2 solid 6px;
  border-radius: 1vh;
  padding: 10px;
}

.error {
  color: #ff0033;
}

.barLabel {
  background: #296cae;
  border-radius: 0.4vh;
  color: #fff;
  width: 100%;
  padding-left: 15px;
}

.icon_answer {
  width: 38px;
}

.return {
  transition: all 0.5s ease-in-out;
}

.return:hover {
  color: #17416b;
}

.faActions {
  font-size: 22px;
}

/* nivel lectura */
.img_card_nivel {
  width: 110px;
}

.card_nivel {
  background: #fff;
  border: #71b3e2 solid 9px;
  border-radius: 2vh;
  padding: 0;
  display: block;
  margin: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(247px, 1fr));
  gap: 15px;
  justify-content: center;
}

.up_button {
  width: 80px;
  height: 80px;
  display: none;
  padding-left: 32px;
  padding-top: 25px;
  font-size: 22px;
  background: #71b3e2;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .20);
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
}

.up_button:hover {
  background: #4f98cc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .22);
}

.iconEyeForm {
  width: 20px;
  position: relative;
  top: -48%;
  left: 95%;
  color: #296cae;
}

.iconEyeForm2 {
  width: 20px;
  position: relative;
  top: -48%;
  left: 95%;
  color: #296cae;
}

.iconEyeForm3 {
  width: 20px;
  position: relative;
  top: -48%;
  left: 95%;
  color: #296cae;
}

.btn_outline {
  border-color: #296cae;
  color: #296cae;
  transition: all 0.6s ease;
}

.btn_outline:hover {
  background-color: #296cae;
  color: #fff;
}
.active>.page-link,
.page-link.active {
  background-color: #296CAE;
  border-color: #296CAE;
}

.page-link {
  color: #296CAE;
}
.sideSticky {
  position: sticky;
  top: 10px;
}
/* medias querys */
@media (max-width: 992px) {
  .logo {
    width: 240px;
  }
  .ul-nav {
    position: relative;
    left: 0;
  }
  .up_button {
    width: 60px;
    height: 71px;
    padding: 22px;
    font-size: 21px;
  }
  .iconEyeForm {
    top: -48%;
    left: 90%;
  }
    
  .iconEyeForm2 {
    top: -48%;
  }
}
