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

.nav-menu {
   background: #b7cb00;
   padding: 18px;
   border-bottom: 3px solid #fff;
}

a {
  text-decoration: none;
}

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

.pointer {
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  font-size: 1.2rem !important;
}

.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: #b7cb00;
  border: #b7cb00;
  transition: 0.5s;
}

.btn-primary.hover {
  background: #009b97 !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;
}

.bg-primary {
  background: #009b97 !important;
border-color: #009b97 !important;
}

.border-blue {
  border-color: #b7cb00 !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: #037f79;
}

.color-secondary {
  color: #b7cb00;
}

.bg-blue {
  background-color: #b7cb00;
}
.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;
}

.btn-primary-outline-primary {
  border: solid #037F79 1px !important;
  background: #009b97 !important;
  transition: all 0.3s ease !important;
  color: #fff !important;
}

.btn-primary-outline-primary:hover {
  background: rgba(0, 155, 151, 0.8) !important;
  color: #fff !important;
}

.btn-primary-outline-primary:hover .faArrow {
  color: #fff;
}

.faArrow {
  color: #037f79;
}

.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: #b7cb00;
  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 0.5rem 1rem rgba(0, 0, 0, 0.2);
  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 0.5rem 1rem rgba(0, 0, 0, 0.22);
}

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

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

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

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

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

.page-link {
  color: #b7cb00;
}
.sideSticky {
  position: sticky;
  top: 10px;
}

.logoIndex {
  width: 50em;
}

#logo {
  width: 14em;
}

#navbarPrincipal {
  background-color: #00796b;
}

#navbarPrincipal .nav-link {
  color: #fff !important;
  font-weight: 50;
  font-size: larger;
  transition: color 0.3s ease;
}

#navbarPrincipal .nav-link:hover {
  text-decoration: underline;
}

#navbarPrincipal .divider {
  color: white;
  padding: 0 10px;
  font-size: 1.2rem;
}

.border-success {
   border: solid 6px #B7CB00 !important;
}

/* 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%;
  }
}

#navTitle {
  margin-left: 42px;
  font-size: 32px;
  color: #008b8b;
  /*align-self: end;*/
}


@media (min-width: 1019px) {
  #navbarPrincipal .navbar-collapse {
    display: flex !important;
  }
  #navbarPrincipal .navbar-toggler {
    display: none !important;
  }
  #navTitle {
    display: inline-block !important;
  }
}