:root {
  --darkBlack: #2E1E14;
  --lexaOrange: #cd7d53;
  --lexaGreen: #a0ce4e;
  --lexaRed: #d32f2f;
  --lexaPurple: purple;
  --softBlack: #3d3d3d;
  --softBlack2: #5d5d5d;
  --softGray: #999999;
  --softGray2: #f7f7f7;
  --softGray3: #E2E2E2;
  --lightGray: #cdcdcd;
  --veryLightGray: #ece9e9;
  --hardGray: #788896;
  --zopingBlue: #363E84;
  --rafaGray: #dadada;
  --rafaGrayLight: #f5edd8;
  --rafaOrangeStrong: #f9b233;
  --rafaOrangeMid: #ffe4a9;
  --rafaOrangeLight: #fff6df;
  --rafaOrangeVariant: #FFEDCB;
  --newGray: #f3f6fb;
  --lexaBlue: #173452;
  --lexaYellow: #FBE21C;
  --lexaGray: #F4F7FA;
}

img:not(.imgFree) {
  width: 100%;
}

.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.vCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.noScroll {
  overflow: hidden !important;
}

*::-moz-selection {
  background: var(--lexaYellow);
}

*::selection {
  background: var(--lexaYellow);
}

.btn.disabled {
  pointer-events: none;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.87;
}

.bg-white {
  background: #ffffff !important;
}

.noEvents {
  pointer-events: none !important;
}

.navbar-nav .nav-item a {
  text-decoration: none !important;
}

#versionNumber {
  position: fixed;
  left: 5px;
  top: 5px;
  font-size: 11px;
  z-index: 9999;
}

.validationGeneralError,
.validationGeneralErrorStep1 {
  color: red;
  text-align: center;
}

.validationText {
  color: red;
  margin-top: 0.25em;
}

.validationText ul {
  padding-left: 0;
}

.validationText ul li {
  list-style: none;
}

div[class^="jst-"] {
  display: inline;
}

.freeTestInfo .jst-timeout {
  font-weight: bold;
}

.redBlink {
  color: red;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}

.orangeTimer {
  color: var(--lexaBlue);
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.swalConfirm {
  background-color: var(--lexaBlue) !important;
}

.swalConfirmDisabled {
  background-color: var(--lexaBlue) !important;
  opacity: 0.5;
  pointer-events: none;
}

.internalMenu {
  width: 500px;
  overflow: hidden;
}

.internalMenu .nav-item {
  float: left;
  width: 46.7%;
}

.documentationButton {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.submitButton {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--lexaBlue);
  color: white;
  border-radius: 4px;
  line-height: 26px;
  border: 1px solid transparent;
}

.submitButton:hover {
  background-color: var(--lexaBlue);
  color: white;
}

.submitButton.swalButton {
  padding: 15px;
}

.submitButton.cancel {
  background-color: var(--newGray);
  color: var(--lexaBlue);
}

.exitActivationLink {
  color: var(--lexaBlue);
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.exitActivationLink:hover {
  color: var(--lexaBlue);
}

.orangeButton {
  font-size: 18px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  background-color: var(--lexaBlue);
  color: var(--lexaYellow);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none !important;
  border: none !important;
}

.orangeButton i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.25em;
}

.orangeButton:disabled,
.orangeButton[disabled] {
  opacity: 0.5;
}

.orangeButton:hover:enabled {
  background-color: var(--lexaYellow) !important;
  color: var(--lexaBlue) !important;
}

.orangeButton2 {
  font-size: 17px;
  color: white;
  font-weight: bold;
  background-color: var(--lexaBlue);
  color: var(--lexaYellow);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none !important;
  border: none !important;
}

.orangeButton2 i {
  margin-right: 5px;
  vertical-align: middle;
}

.orangeButton2:hover:enabled {
  background-color: var(--lexaYellow) !important;
  color: var(--lexaBlue) !important;
}

.orangeButtonSmall {
  outline: none !important;
  border: none !important;
  background-color: var(--lexaBlue);
  color: var(--lexaYellow);
  border-radius: 45px;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.orangeButtonSmall:hover:enabled {
  background-color: var(--lexaYellow) !important;
  color: var(--lexaBlue) !important;
}

.grayButton {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--rafaGray);
  border-radius: 4px;
  padding: 10px;
  display: inline;
  margin-right: 10px;
  border: 2px solid transparent;
  outline: none !important;
}

.grayButton:disabled,
.grayButton[disabled] {
  opacity: 0.5;
}

.grayButton:hover:enabled,
.grayButton.active:enabled {
  color: var(--lexaBlue) !important;
  background-color: var(--lexaYellow) !important;
}

.orangeIconSwal {
  background-color: var(--lexaBlue) !important;
  color: var(--lexaBlue) !important;
  border-color: var(--lexaBlue) !important;
}

.orangeIconSwal .swal2-icon-content {
  color: white !important;
}

.orangeButtonSmallSwal {
  outline: none !important;
  border: none !important;
  background-color: var(--lexaBlue) !important;
  border-radius: 45px !important;
  padding: 10px 20px 10px 20px !important;
}

.orangeButtonSmallSwal:hover {
  background-color: var(--lexaGray) !important;
  color: var(--lexaBlue) !important;
}

.greenButtonSmall {
  background-color: var(--lexaGreen);
  border-radius: 45px;
  padding: 10px 20px 10px 20px;
}

label.policy {
  line-height: 20px;
}

.formErrors ul {
  background-color: white;
  border: 1px solid red;
  padding: 30px;
  list-style: circle;
  border-radius: 40px;
}

.formErrors ul li {
  color: var(--lexaBlue);
  padding: 10px;
  color: red;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--newGray);
}

body .swal2-container {
  z-index: 1059 !important;
}

body .swal-wide {
  width: 80% !important;
}

body .swal-ultra-wide {
  width: 92% !important;
}

body .alert-success {
  color: var(--lexaBlue);
  background-color: var(--rafaOrangeLight);
  border-color: var(--rafaOrangeLight);
}

body .whiteButton {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: white;
  border-color: white;
  background-color: white;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  border-radius: 40px;
  font-weight: bold;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: var(--lexaBlue);
}

body .whiteButton:hover {
  color: var(--lexaBlue);
}

body .detallesEnlace {
  cursor: pointer;
  margin: 15px 0;
  border-radius: 4px;
  background-color: #a0ce4e;
  padding: 7px;
  color: white;
  text-align: center;
}

body .detallesEnlace i {
  vertical-align: text-bottom;
  margin-right: 5px;
  font-size: 1.2em;
}

body .navbar {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0 0 10px 0;
  z-index: 930 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .navbar .navLogo {
  height: auto !important;
}

body .navbar .text {
  font-size: 16px;
}

body .navbar .infoZone {
  width: 100%;
  background-color: var(--newGray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 1rem;
  margin-bottom: 10px;
}

body .navbar .infoZone .infoGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .navbar .infoZone .infoGroup i {
  font-size: 1.25em;
}

body .navbar .infoZone .exitLink {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  color: var(--lexaBlue);
  cursor: pointer;
}

body .navbar .infoZone .exitLink:hover {
  color: var(--lexaBlue);
}

body .navbar .navbar-brand {
  padding-left: 1rem;
}

body .navbar #mainNavigation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2em;
}

body .navbar #mainNavigation .activationLink button {
  font-weight: bold;
  color: white !important;
}

body .navbar .navbar-toggler {
  margin-right: 1rem;
}

body .navbar .menuButton {
  border: 2px solid var(--lexaBlue);
  background-color: var(--lexaBlue);
  outline: none !important;
  color: var(--lexaYellow);
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .navbar .menuButton * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body .navbar .menuButton i {
  margin-right: 7px;
  color: var(--lexaYellow);
  font-size: 1.4em;
}

body .navbar .menuButton.disabled {
  opacity: 0.5;
}

body .navbar .menuButton:hover,
body .navbar .menuButton:active,
body .navbar .menuButton.active {
  border: 2px solid black !important;
  outline: none !important;
  background-color: var(--lexaYellow) !important;
  color: var(--lexaBlue) !important;
}

body .navbar .menuButton:hover i,
body .navbar .menuButton:active i,
body .navbar .menuButton.active i {
  color: var(--lexaBlue) !important;
}

.select2-results__options li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}

@media screen and (max-width: 1199px) {
  .navbar-brand {
    margin: 0 auto 0 0;
  }

  #mainNavigation {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  #mainNavigation .navbar-nav {
    max-width: 60%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #mainNavigation .navbar-nav .nav-item {
    width: 100%;
  }

  #mainNavigation .navbar-nav .menuButton,
  #mainNavigation .navbar-nav .activationButton,
  #mainNavigation .navbar-nav .dropdown,
  #mainNavigation .navbar-nav #dropdownMenuButton {
    width: 100%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 991px) {
  .lineDown::after {
    display: none;
  }

  .lineUp::before {
    display: none;
  }

  .navbar {
    position: relative !important;
  }

  .navbar .dropdown-menu {
    border: none;
    overflow: scroll;
  }

  .navbar .dropdown-menu li {
    margin-left: 0 !important;
  }
}

.buorg {
  background-color: var(--lexaBlue) !important;
}

.resizer {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  left: auto;
  width: 16px;
  cursor: col-resize;
}

.testingBanner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--lexaBlue);
  color: white;
  padding: 15px;
  text-align: center;
}

.page-item {
  cursor: pointer;
}

.page-item .page-link {
  font-weight: bold;
  color: var(--lexaBlue);
}

.page-item .page-link:hover {
  color: var(--lexaBlue);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--lexaBlue);
  border-color: var(--lexaBlue);
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: var(--lexaBlue) !important;
  stroke: var(--lexaBlue) !important;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: var(--lexaBlue);
  background-color: var(--lexaBlue) !important;
}

.swal2-icon.swal2-warning,
.swal2-icon.swal2-info,
.swal2-icon.swal2-question {
  border-color: var(--lexaBlue) !important;
  color: var(--lexaBlue) !important;
}

.simplebar-scrollbar::before {
  background-color: var(--lexaBlue) !important;
  opacity: 0.75 !important;
}

