.text-blue-1 {
  color: #00B9E5;
}

.text-blue-2 {
  color: #00677F;
}

.text-blue-3 {
  color: #003B49;
}

.text-green-1 {
  color: #55A630;
}

.text-black-1 {
  color: #3d3d3d;
}

.text-grey-1 {
  color: #E5E5E5;
}

.bg-blue-1 {
  background-color: #00B9E5;
}

.bg-blue-2 {
  background-color: #00677F;
}

.bg-blue-3 {
  background-color: #003B49;
}

.bg-green-1 {
  background-color: #55A630;
}

.text-decoration-none {
  text-decoration: none;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-space-between {
  justify-content: space-between;
}

.list-style-none {
  list-style: none;
}

.h-100 {
  height: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-hidden {
  overflow: hidden;
}

.white-space-nowrap {
  white-space: nowrap;
}

hr {
  height: 1px !important;
  background: #E6E6E6;
}

.fw-400 {
  font-weight: 400;
}

.checkbox-lg {
  /* Double-sized Checkboxes */ /* IE */ /* FF */ /* Safari and Chrome */ /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.border-bottom-blue-3 {
  border-bottom: 2px solid #003B49;
}

.fw-500 {
  font-weight: 500;
}

.text-underlined {
  text-decoration: underline;
}

body.company {
  font-family: "Neris" !important;
  margin: unset;
}
body.company header.company .auth-menu {
  justify-content: center;
  align-items: center;
}
body.company footer .flex div {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.company div.main-promo {
  background: url(/img/middle-banner.gif) 50% 50%;
  padding: 1.5rem;
}
body.company div.main-promo.main-promo-white {
  background: url(/img/top-banner.gif) 50% 50%;
}
body.company div.main-promo.main-promo-white * {
  color: #003848 !important;
}
body.company div.main_image {
  width: 640px;
  height: 360px;
  text-align: center;
}
body.company div.checks ul li:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  margin-left: -2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnICAgIHZpZXdCb3g9JzAgMCA0MjYuNjY3IDQyNi42NjcnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyNi42NjcgNDI2LjY2NzsnIHhtbDpzcGFjZT0ncHJlc2VydmUnID48Zz4JPGc+CQk8cG9seWdvbiBwb2ludHM9JzI5My4zMzMsMTM1LjA0IDE5MC4wOCwyNDAuMjEzIDEzNy4xNzMsMTg3LjA5MyAxMDguOCwyMTUuNDY3IDE5Mi4yMTMsMjk4LjY2NyAzMjYuMTg3LDE2OC43NDcgICAnIGZpbGw9JyNmNGE5MjEnLz4JPC9nPjwvZz48Zz4JPGc+CQk8cGF0aCBkPSdNMjEzLjMzMywwQzk1LjUxMywwLDAsOTUuNTEzLDAsMjEzLjMzM3M5NS41MTMsMjEzLjMzMywyMTMuMzMzLDIxMy4zMzNzMjEzLjMzMy05NS41MTMsMjEzLjMzMy0yMTMuMzMzICAgIFMzMzEuMTU0LDAsMjEzLjMzMywweiBNMjEzLjMzMywzODguMDUzYy05Ni40OTUsMC0xNzQuNzItNzguMjI1LTE3NC43Mi0xNzQuNzJzNzguMjI1LTE3NC43MiwxNzQuNzItMTc0LjcyICAgIGM5Ni40NDYsMC4xMTcsMTc0LjYwMiw3OC4yNzMsMTc0LjcyLDE3NC43MkMzODguMDUzLDMwOS44MjksMzA5LjgyOSwzODguMDUzLDIxMy4zMzMsMzg4LjA1M3onIGZpbGw9JyNmNGE5MjEnLz4JPC9nPjwvZz4gPC9zdmc+");
  background-size: 90%;
  background-position: center;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}
body.company h1, body.company h2, body.company h3, body.company h4, body.company h5 {
  font-weight: 600;
}
body.company h2 {
  line-height: 40px;
}
body.company .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white;
}
body.company .btn-base {
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  border-width: 1px;
  border-color: #003848;
  color: #003848;
  background-color: #fff;
  border-radius: 9999px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
body.company .btn-base:hover {
  background-color: #f1b434;
  border-color: #f1b434;
  color: #fff;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.mh-70 {
  min-height: 70px;
}

.btn-certificate {
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-width: 1px;
  border-color: #003848;
  color: #FFFFFF;
  background-color: #003848;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0.3rem 0.2rem;
}
.btn-certificate:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
}

.fw-400 {
  font-weight: 400;
}

.input-checkbox[type=checkbox]:checked {
  background-image: none;
  background-color: #003B49;
}

.radio-square input {
  display: none;
}
.radio-square label {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
.radio-square label span {
  position: relative;
  line-height: 22px;
}
.radio-square label span:before,
.radio-square label span:after {
  content: "";
}
.radio-square label span:before {
  border: 1px solid #003B49;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.radio-square label span:after {
  background: #003B49;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 3px;
  transition: 300ms;
  opacity: 0;
}
.radio-square label input:checked + span:after {
  opacity: 1;
}

#footer-analytics.footer {
  background: #FFFFFF;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.2);
}
#footer-analytics .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
#footer-analytics .bejob-logo {
  margin-top: -3em;
  width: 185px;
  height: 100%;
}
#footer-analytics .footer-text {
  font-family: Neris;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #3D3D3D;
}
#footer-analytics .h-28px {
  height: 28px;
}
#footer-analytics .encabezado {
  color: #003B49;
  font-weight: 600;
  line-height: 16px;
}
#footer-analytics hr {
  color: #003B49;
  height: 3px;
  background: #003B49;
}
#footer-analytics .about-us {
  margin-top: -0.5em;
  width: 30%;
  height: 100%;
}
#footer-analytics .about-us ul {
  padding-inline-start: 0px;
  margin-block-start: 0px;
}
#footer-analytics .about-us ul li {
  list-style-type: none;
}
#footer-analytics .about-us ul li small a {
  color: #3D3D3D;
}
#footer-analytics .rrss {
  margin-top: 1.15rem;
  width: 185px;
  height: 100%;
}
#footer-analytics .rrss ul {
  padding-inline-start: 0px;
}
#footer-analytics .rrss ul li {
  list-style-type: none;
  font-weight: 300;
}
#footer-analytics .rrss ul li a div div small {
  color: #3D3D3D;
  font-family: Neris;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.course-item {
  height: auto !important;
}
.course-item .course-data {
  height: 290px;
}

.flex-grow {
  flex-grow: 1;
}

.justify-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.flex-no-grow {
  flex-grow: 0;
}

.w-full {
  width: 100%;
}

.mt-4 {
  margin-top: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h-auto {
  height: auto;
}

*, :after, :before {
  border: 0 solid #dae4e9;
}

.align-middle {
  vertical-align: middle;
}
