@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Semibold";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.headerLog:not(.profile-page .headerLog):not(.profile-medal-page .headerLog):not(.assessment-failed-page .headerLog):not(.assessment-questions-page .headerLog) {
  background-color: #fff !important;
}

body:not(.profile-page):not(.profile-medal-page):not(.assessment-failed-page):not(.assessment-questions-page) {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .profile-page .headerLog {
    background-color: #fff !important;
  }
  .profile-page .profile.min-height {
    background-color: #fff !important;
  }
  .profile-medal-page .headerLog {
    background-color: #fff !important;
  }
  .profile-medal-page section.profile-medal.min-height {
    background-color: #fff !important;
  }
}
button:focus, input:focus {
  outline: none;
}

* {
  letter-spacing: 0.02em;
}
*::-moz-selection {
  background: #C90000;
  color: black;
}
*::selection {
  background: #C90000;
  color: black;
}

a, button, input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  scroll-behavior: smooth;
}

button:focus, input:focus {
  outline: none;
}

body {
  background-color: white;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  font-family: "Montserrat-Regular";
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.font-bold {
  font-family: "Montserrat-Bold";
}

.font-semibold {
  font-family: "Montserrat-Semibold";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Bold";
}

strong, .text-bold {
  font-family: "Montserrat-Bold";
}

h1 {
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

small {
  font-size: 12px;
}
small a {
  color: #2C2A29;
}
small a:hover {
  color: #2C2A29;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-semibold {
  font-family: "Montserrat-Semibold" !important;
}

.link-bold {
  color: black;
  font-family: "Montserrat-Bold";
  text-decoration: underline;
  background: transparent;
  border: none;
}
.link-bold:hover {
  color: black;
}

.bg-white {
  background-color: #fff;
}

.bg-red-primary {
  background-color: #C90000 !important;
}

.bg-red-secondary {
  background-color: #9F1A1A;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  font-family: "Montserrat-Semibold";
  border-radius: 50px;
}
.btn.btn-primary {
  background-color: #C90000;
  border: 1px solid #C90000;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #9F1A1A;
  border: 1px solid #9F1A1A;
}
.btn.btn-primary span {
  display: none;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #C90000;
}
.btn.btn-secondary:hover {
  background-color: #C90000;
  color: #fff;
}
.btn.btn-line {
  background-color: white;
  border: 1px solid black;
}
.btn.btn-line:hover {
  border: 2px solid black;
}
.btn.btn-disabled {
  background-color: #CFCECF;
  border: 1px solid #CFCECF;
  pointer-events: none;
}
.btn.btn-disabled:hover {
  background-color: #CFCECF !important;
  border: 1px solid #CFCECF !important;
}
.btn.btn-disabled svg {
  display: none;
}
.btn.btn-disabled img {
  pointer-events: auto;
}
.btn.btn-disabled span {
  display: block;
}
.btn.btn-padding {
  padding: 0 32px;
}

.bg-gray-100 {
  background-color: #231F20;
}
.bg-gray-200 {
  background-color: #4C494A;
}
.bg-gray-300 {
  background-color: #757275;
}
.bg-gray-400 {
  background-color: #9E9C9F;
}
.bg-gray-500 {
  background-color: #CFCECF;
}
.bg-gray-600 {
  background-color: #EFEFEF;
}
.bg-certificado3 {
  background-image: url("../img/brand/fondo-certificado.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-certificado3 .certificado-asistencia {
  position: absolute;
  left: 0;
}
.bg-certificado3 .logos-certificado3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-white {
  color: #fff;
}

.text-red-primary {
  color: #C90000;
}

.text-red-secondary {
  color: #9F1A1A;
}

.text-gray-100 {
  color: #231F20;
}

.text-gray-200 {
  color: #4C494A;
}

.text-gray-300 {
  color: #757275;
}

.text-gray-400 {
  color: #9E9C9F;
}

.text-gray-500 {
  color: #CFCECF;
}

.text-gray-600 {
  color: #EFEFEF;
}

.text-gray {
  color: #21252C;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .w-fit-content {
    width: 100%;
  }
}

.min-height {
  min-height: calc(100vh - 145.5px);
}

.min-height2 {
  min-height: calc(100vh - 122px);
}

.min-height-100 {
  min-height: 100vh;
}

a:hover {
  color: #C90000;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-moz-outer-spin-button, input[type=number]::-moz-inner-spin-button {
  -moz-appearance: none;
  margin: 0;
}

.text-56 {
  font-size: 56px;
  line-height: 30px;
  margin-bottom: 0;
}

.miga {
  color: #C90000;
  font-family: "Montserrat-Bold";
  margin-bottom: 24px;
}
.miga svg {
  margin-right: 8px;
}
.miga:hover {
  color: #9F1A1A;
}
.miga:hover svg path {
  stroke: #9F1A1A;
}

.grecaptcha-badge {
  bottom: 150px !important;
  display: none !important;
}

.logo-login {
  width: 200px;
}
@media screen and (max-width: 992px) {
  .logo-login {
    width: 150px;
  }
}

.errorres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.errorres h1 {
  font-size: 45px !important;
  margin-bottom: 0;
  color: #C90000;
}
.errorres p {
  color: #2D2D2D;
  max-width: 700px;
  margin: 0 auto;
}
.errorres .btn-error {
  margin-top: 180px;
}

.header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  position: sticky;
  top: 0;
  z-index: 9;
}

.headerLog {
  background-color: #fff;
  padding: 45px 0;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.headerLog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerLog__menu-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerLog__menu-btn img {
  width: 32px;
}
.headerLog__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.headerLog__spacer {
  width: 32px;
}

.offcanvas {
  max-width: 350px;
  border-radius: 0 20px 20px 0;
}
.offcanvas .offcanvas-header {
  padding: 32px 24px 16px;
}
.offcanvas .offcanvas-body {
  padding: 16px 24px 70px;
}

.menu-lateral__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-lateral__item {
  margin-bottom: 8px;
}
.menu-lateral__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  color: #231F20;
  font-size: 18px;
  font-family: "Montserrat-Regular";
}
.menu-lateral__link:hover {
  color: #C90000;
}
.menu-lateral__link--logout {
  color: #231F20;
  font-size: 18px;
}
.menu-lateral__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-lateral__footer {
  padding-top: 20px;
}

.headerLogCursos {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .headerLogCursos {
    position: absolute;
    padding: 10px 0;
  }
}
.headerLogCursos .headerLog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.headerLogCursos .headerLog__mobile-btn {
  display: none;
  text-decoration: none;
  padding: 8px;
}
.headerLogCursos .headerLog__mobile-btn img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerLogCursos .headerLog__menu-btn.headerLog__mobile-btn {
  margin-left: auto;
}
.headerLogCursos .headerLog__desktop-btn {
  display: block;
}
.headerLogCursos .headerLog__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .headerLogCursos .headerLog__mobile-btn {
    display: block;
  }
  .headerLogCursos .headerLog__desktop-btn {
    display: none;
  }
  .headerLogCursos .headerLog__logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #temarioLateral {
    display: block !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
  #temarioLateral .offcanvas-header {
    border-radius: 0 !important;
  }
  #temarioLateral .offcanvas-body {
    border-radius: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  #temarioLateral {
    display: none !important;
  }
}

.footer {
  background-color: #231F20;
  padding: 15px 0;
}
.footer p {
  color: white;
  margin-bottom: 0;
}
.footer p a {
  color: white;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3vh;
}
.login .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
}
.login .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.login .login-register {
  margin-top: auto;
}
.login .login-form input[type=text],
.login .login-form input[type=number],
.login .login-form input[type=email],
.login .login-form input[type=password],
.login .login-form input[type=tel] {
  border-radius: 50px;
  border: 1px solid #CFCECF;
  padding: 18px 16px;
  height: 46px;
}
.login .login-form input[type=text]::-webkit-input-placeholder, .login .login-form input[type=number]::-webkit-input-placeholder, .login .login-form input[type=email]::-webkit-input-placeholder, .login .login-form input[type=password]::-webkit-input-placeholder, .login .login-form input[type=tel]::-webkit-input-placeholder {
  color: #9E9C9F;
}
.login .login-form input[type=text]::-moz-placeholder, .login .login-form input[type=number]::-moz-placeholder, .login .login-form input[type=email]::-moz-placeholder, .login .login-form input[type=password]::-moz-placeholder, .login .login-form input[type=tel]::-moz-placeholder {
  color: #9E9C9F;
}
.login .login-form input[type=text]:-ms-input-placeholder, .login .login-form input[type=number]:-ms-input-placeholder, .login .login-form input[type=email]:-ms-input-placeholder, .login .login-form input[type=password]:-ms-input-placeholder, .login .login-form input[type=tel]:-ms-input-placeholder {
  color: #9E9C9F;
}
.login .login-form input[type=text]::-ms-input-placeholder, .login .login-form input[type=number]::-ms-input-placeholder, .login .login-form input[type=email]::-ms-input-placeholder, .login .login-form input[type=password]::-ms-input-placeholder, .login .login-form input[type=tel]::-ms-input-placeholder {
  color: #9E9C9F;
}
.login .login-form input[type=text]::placeholder,
.login .login-form input[type=number]::placeholder,
.login .login-form input[type=email]::placeholder,
.login .login-form input[type=password]::placeholder,
.login .login-form input[type=tel]::placeholder {
  color: #9E9C9F;
}
.login .login-form input[type=text]:focus,
.login .login-form input[type=number]:focus,
.login .login-form input[type=email]:focus,
.login .login-form input[type=password]:focus,
.login .login-form input[type=tel]:focus {
  outline: none;
  border-color: #C90000;
}
.login .verification-option {
  display: block;
  cursor: pointer;
}
.login .verification-option input[type=radio] {
  display: none;
}
.login .verification-option input[type=radio]:checked + .verification-card {
  border: 2px solid #C90000;
}
.login .verification-option .verification-card {
  border: 1px solid #CFCECF;
  border-radius: 50px;
  padding: 16px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login .verification-option .verification-card:hover {
  border-color: #C90000;
}
.login .verification-option .verification-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 1px solid #C90000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login .verification-option .verification-icon img {
  width: 22px;
}
.login .verification-option .verification-info span {
  color: #757275;
}
.login .verification-option .verification-info strong {
  font-family: "Montserrat-Bold";
  color: #231F20;
  font-size: 14px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  padding: 0;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.05s;
  transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.05s;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.05s;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.05s, -webkit-box-shadow 0.2s, -webkit-transform 0.05s;
}
input[type=checkbox]:hover {
  border-color: #CFCECF;
}
input[type=checkbox]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(201, 0, 0, 0.25);
          box-shadow: 0 0 0 3px rgba(201, 0, 0, 0.25);
}
input[type=checkbox]:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
input[type=checkbox]::before {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
input[type=checkbox]:checked {
  background: #C90000;
  border-color: #C90000;
}
input[type=checkbox]:checked::before {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.otp-input {
  width: 56px;
  height: 82px !important;
  border-radius: 50%;
  border: 1px solid #CFCECF !important;
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #231F20;
  padding: 0;
}
.otp-input:focus {
  border-color: #C90000 !important;
  outline: none;
}

.registro-page {
  padding: 24px 0 0;
}
.registro-page__progress {
  background-color: #C90000;
  border-radius: 20px;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.registro-page__progress-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.registro-page__progress-circle .progress-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.registro-page__progress-circle .progress-ring__bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 4;
  stroke-linecap: round;
}
.registro-page__progress-circle .progress-ring__fill {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-transition: stroke-dasharray 0.4s ease;
  transition: stroke-dasharray 0.4s ease;
}
.registro-page__progress-number {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 16px;
}
.registro-page__progress-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.registro-page__progress-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
  font-family: "Montserrat-Bold";
}
.registro-page__progress-subtitle {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}

.registro-form__label {
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  color: #757275;
  margin-bottom: 10px;
  display: block;
}
.registro-form__input {
  width: 100%;
  border: 1px solid #CFCECF;
  padding: 18px 16px;
  font-size: 14px;
  color: #4C494A;
  background: transparent;
  border-radius: 36px;
}
.registro-form__input:focus {
  outline: none;
  border-color: #C90000;
}
.registro-form__input::-webkit-input-placeholder {
  color: #9E9C9F;
}
.registro-form__input::-moz-placeholder {
  color: #9E9C9F;
}
.registro-form__input:-ms-input-placeholder {
  color: #9E9C9F;
}
.registro-form__input::-ms-input-placeholder {
  color: #9E9C9F;
}
.registro-form__input::placeholder {
  color: #9E9C9F;
}
.registro-form__select {
  width: 100%;
  border: 1px solid #CFCECF;
  padding: 18px 40px 18px 16px;
  font-size: 14px;
  color: #9E9C9F;
  background: transparent;
  border-radius: 36px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/vector/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
}
.registro-form__select:focus {
  outline: none;
  border-color: #C90000;
}
.registro-form__select:valid {
  color: #4C494A;
}
.registro-form__select[name=pais-celular] {
  width: auto;
  min-width: 120px;
  padding: 18px 35px 18px 12px;
  font-size: 14px;
  color: #4C494A;
  background-position: right 12px center;
  background-size: 14px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.registro-form__select[name=pais-celular]:valid {
  color: #4C494A;
}
.registro-form__input[type=date] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("../img/vector/calendar-icon.svg") no-repeat right 16px center/20px;
  position: relative;
}
.registro-form__input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.btn-back {
  background-color: #CFCECF;
  border: 1px solid #CFCECF;
  border-radius: 50px;
  color: #757275;
  font-family: "Montserrat-Semibold";
}
.btn-back:hover {
  background-color: #CFCECF;
  border-color: #CFCECF;
}

.modal-dialog {
  max-width: 414px;
}
.modal-dialog .modal-content {
  border-radius: 20px;
  border: none;
  padding: 48px 32px;
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
}
.modal-dialog .modal-content h2 {
  font-size: 18px;
}
.modal-dialog.modal-dialog-lg {
  max-width: 550px;
}

#loginModal h2 {
  font-size: 23px;
}

.selectInput {
  position: relative;
}
.selectInput::after {
  content: "";
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: url(../img/vector/select_arrow.svg) no-repeat center/24px;
}

.btnClose {
  width: 32px;
  height: 32px;
  background: url("../img/vector/close-circle.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
}

.home {
  padding: 24px 0;
}
.home__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.home__profile-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__profile-name {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #231F20;
  margin-bottom: 2px;
}
.home__profile-level {
  font-size: 14px;
  color: #757275;
  margin-bottom: 0;
}
.home__slider {
  margin-bottom: 24px;
}
.home__slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.home__slide-img {
  width: 100%;
  height: 366px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .home__slide-img {
    height: auto;
  }
}
.home__slide-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
}
.home__slide-text p {
  margin-bottom: 0;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 1.3;
}

.homeSwiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.homeSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CFCECF;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homeSwiper .swiper-pagination-bullet-active {
  background-color: #21252C;
  width: 28px;
  border-radius: 4px;
  height: 8px;
}

.bottom_home_swiper__slider {
  margin-top: 24px;
  margin-bottom: 24px;
}

.bottom_home_swiper__slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.bottom_home_swiper__slide-img {
  width: 100%;
  height: 366px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bottom_home_swiper__slide-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
}
.bottom_home_swiper__slide-text p {
  margin-bottom: 0;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 1.3;
}

.bottomHomeSwiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.bottomHomeSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CFCECF;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottomHomeSwiper .swiper-pagination-bullet-active {
  background-color: #21252C;
  width: 28px;
  border-radius: 4px;
}

.progressSwiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.progressSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CFCECF;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.progressSwiper .swiper-pagination-bullet-active {
  background-color: #C90000;
  width: 28px;
  border-radius: 4px;
  height: 8px;
}

.home__progress {
  margin-bottom: 32px;
  overflow: hidden;
}
.home__progress .d-flex.justify-content-center.mt-4 {
  width: 100%;
}
.home__progress .btn.btn-primary {
  width: 100%;
  max-width: 408px;
  font-size: 14px;
  height: 58px;
  line-height: 58px;
}

.home__progress-title {
  font-family: "Montserrat-Semibold";
  font-size: 20px;
  color: #4C494A;
  margin-bottom: 24px;
}

.home__progress-card {
  background-color: transparent;
  border: 1px solid #C90000;
  border-radius: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 203px;
}
.home__progress-card--active {
  background-color: #C90000;
}
.home__progress-card--active .home__progress-card-tag {
  color: rgba(255, 255, 255, 0.8);
}
.home__progress-card--active .home__progress-card-title {
  color: #fff;
}
.home__progress-card--active .home__progress-card-bar {
  background-color: #9F1A1A;
}
.home__progress-card--active .home__progress-card-bar-fill {
  background-color: #fff;
}
.home__progress-card--active .home__progress-card-percent {
  color: rgba(255, 255, 255, 0.8);
}
.home__progress-card:hover {
  background-color: #C90000;
}
.home__progress-card:hover .home__progress-card-tag {
  color: rgba(255, 255, 255, 0.8);
}
.home__progress-card:hover .home__progress-card-title {
  color: #fff;
}
.home__progress-card:hover .home__progress-card-bar {
  background-color: #9F1A1A;
}
.home__progress-card:hover .home__progress-card-bar-fill {
  background-color: #fff;
}
.home__progress-card:hover .home__progress-card-percent {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .swiper-slide-active .home__progress-card {
    background-color: #C90000;
  }
  .swiper-slide-active .home__progress-card .home__progress-card-tag {
    color: rgba(255, 255, 255, 0.8);
  }
  .swiper-slide-active .home__progress-card .home__progress-card-title {
    color: #fff;
  }
  .swiper-slide-active .home__progress-card .home__progress-card-bar {
    background-color: #9F1A1A;
  }
  .swiper-slide-active .home__progress-card .home__progress-card-bar-fill {
    background-color: #fff;
  }
  .swiper-slide-active .home__progress-card .home__progress-card-percent {
    color: rgba(255, 255, 255, 0.8);
  }
}
.home__progress-card-tag {
  font-size: 14px;
  color: #757275;
  margin-bottom: 8px;
  font-family: "Montserrat-Regular";
  margin-top: auto;
}

.home__progress-card-title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #231F20;
  margin-bottom: 0;
  line-height: 1.4;
}

.home__progress-card-bar {
  width: 100%;
  height: 6px;
  background-color: #9E9C9F;
  border-radius: 6px;
  margin-bottom: 8px;
  margin-top: auto;
}

.home__progress-card-bar-fill {
  height: 100%;
  background-color: #C90000;
  border-radius: 6px;
}

.home__progress-card-percent {
  font-size: 12px;
  color: #C90000;
  margin-bottom: 0;
  text-align: right;
}

.home__ranking-title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: #231F20;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .home__ranking-title {
    font-size: 24px;
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
}
.home__ranking-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .home__ranking-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}

.home__ranking-card {
  background: #231F20;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
  width: 411px;
  min-height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .home__ranking-card {
    width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-card {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-card {
    width: calc(33.333% - 0.33rem);
    height: 230px;
    min-height: 0;
    margin-bottom: 0;
    padding: 1rem 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.33rem);
            flex: 0 0 calc(33.333% - 0.33rem);
    min-width: calc(33.333% - 0.33rem);
  }
}
.home__ranking-card--first {
  background: #231F20;
  height: 330px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .home__ranking-card--first {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-card--first {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-card--first {
    background: #C90000;
    height: 250px;
  }
}
.home__ranking-card--second {
  background: #231F20;
  height: 304px;
}
@media screen and (max-width: 1200px) {
  .home__ranking-card--second {
    height: 280px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-card--second {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-card--second {
    background: #9F1A1A;
    height: 230px;
  }
}
.home__ranking-card--third {
  background: #231F20;
  height: 304px;
}
@media screen and (max-width: 1200px) {
  .home__ranking-card--third {
    height: 280px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-card--third {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-card--third {
    background: #9F1A1A;
    height: 230px;
  }
}

.home__ranking-medal {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 3;
}
.home__ranking-medal img {
  width: 82px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .home__ranking-medal {
    position: static;
    top: auto;
    right: auto;
    margin-top: -15px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home__ranking-medal img {
    width: 62px;
    height: auto;
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .home__ranking-card--first .home__ranking-medal img {
    content: url("../img/vector/mobile-medal1.svg");
  }
}

@media screen and (max-width: 768px) {
  .home__ranking-card--second .home__ranking-medal img {
    content: url("../img/vector/mobile-medal2.svg");
  }
}

@media screen and (max-width: 768px) {
  .home__ranking-card--third .home__ranking-medal img {
    content: url("../img/vector/mobile-medal3.svg");
  }
}

.home__ranking-content {
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .home__ranking-content {
    text-align: center;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.home__ranking-name {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 23px;
  letter-spacing: 0.066px;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .home__ranking-name {
    font-size: 17px;
    letter-spacing: 0.05px;
    margin-bottom: 0.3rem;
    padding: 10px 10px 0 10px;
  }
}

.home__ranking-role {
  color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 14.5px;
  letter-spacing: 0.066px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home__ranking-role {
    font-size: 11px;
    letter-spacing: 0.05px;
    padding: 0 10px;
  }
}

.home__ranking-avatar {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.home__ranking-avatar img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .home__ranking-avatar img {
    max-width: 80px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-avatar img {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home__ranking-avatar {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.home__ranking-card--first .home__ranking-avatar img {
  width: 141px;
}

.home__ranking-card--second .home__ranking-avatar img {
  width: 117px;
}

.home__ranking-card--third .home__ranking-avatar img {
  width: 116px;
}

@media screen and (max-width: 1200px) {
  .home__ranking-card--first .home__ranking-avatar img {
    width: 100px;
  }
  .home__ranking-card--second .home__ranking-avatar img {
    width: 90px;
  }
  .home__ranking-card--third .home__ranking-avatar img {
    width: 85px;
  }
}
@media screen and (max-width: 992px) {
  .home__ranking-card--first .home__ranking-avatar img {
    width: 80px;
  }
  .home__ranking-card--second .home__ranking-avatar img {
    width: 75px;
  }
  .home__ranking-card--third .home__ranking-avatar img {
    width: 70px;
  }
}
.ranking_table {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .ranking_table {
    padding: 0 0.5rem;
  }
}
.ranking_table__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 60% 1fr 1fr 1fr;
  gap: 1rem;
  padding: 0 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .ranking_table__header {
    -ms-grid-columns: 38% 1fr 1fr 1fr;
    grid-template-columns: 38% 1fr 1fr 1fr;
    padding: 0 1.2rem;
  }
}
.ranking_table__header .ranking_table__cell {
  color: #4C494A;
}
.ranking_table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 60% 1fr 1fr 1fr;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: #4C494A;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .ranking_table__row {
    -ms-grid-columns: 38% 1fr 1fr 1fr;
    grid-template-columns: 38% 1fr 1fr 1fr;
    padding: 1rem 1.2rem;
  }
}
.ranking_table__row.my-ranking {
  background: #C90000;
  border: 4px solid #231F20;
  padding: 0.85rem 1.3rem;
}
@media screen and (max-width: 768px) {
  .ranking_table__row.my-ranking {
    padding: 0.8rem 1rem;
  }
}
.ranking_table__cell {
  color: #ffffff;
  font-family: "Montserrat-Semibold";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.066px;
}
@media screen and (max-width: 768px) {
  .ranking_table__cell {
    font-size: 13.5px;
  }
}
.ranking_table__cell:not(.ranking_table__cell--user) {
  text-align: center;
}
.ranking_table__cell--user {
  text-align: left;
}

.detalle-cursos-section {
  background-image: url("../img/brand/fondo-cursos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .detalle-cursos-section {
    background: none;
  }
}

section.detalle-cursos-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 600px;
}

section.detalle-cursos-section .col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.detalle-cursos-section .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.detalle-cursos-section .col-md-4 .course-modules {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}
section.detalle-cursos-section .col-md-4 .course-modules::-webkit-scrollbar {
  width: 6px;
}
section.detalle-cursos-section .col-md-4 .course-modules::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
section.detalle-cursos-section .col-md-4 .course-modules::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
section.detalle-cursos-section .col-md-4 .course-modules::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.course-module-content {
  overflow: visible;
}

.select-curso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 36px;
  border: 1px solid #F1F3F7;
  background: white;
  padding: 15px 18px;
  text-decoration: none;
  margin-bottom: 8px;
}
.select-curso:hover {
  border: 1px solid #C90000;
}
.select-curso img {
  margin-bottom: 0;
}
.select-curso p {
  margin-bottom: 0;
  font-size: 14px;
  color: #757275;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.select-curso svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
@media screen and (max-width: 768px) {
  .select-curso svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.select-curso .curso-completo-icon {
  display: none;
}
.select-curso.curso-completo {
  background: #C90000;
  border: none;
  pointer-events: none;
}
.select-curso.curso-completo p {
  color: white;
}
.select-curso.curso-completo svg {
  display: none;
}
.select-curso.curso-completo .curso-completo-icon {
  display: block;
}

.course-modules {
  margin-top: 16px;
}

.course-module {
  border-radius: 8px;
  margin-bottom: 26px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.course-module--active .course-module-header {
  background: #C90000;
  border-color: #C90000;
}

.course-module-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #9E9C9F;
  border-radius: 8px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-module-header .course-module-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 16px;
}

.course-module-title {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat-Regular";
}

.course-module--active .course-module-title {
  color: white;
}

.course-module-icon {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.course-module--active .course-module-icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.course-module-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
  transition: max-height 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
  background: transparent !important;
  color: #4C494A;
  opacity: 0;
}

.course-module--active .course-module-content {
  max-height: 22vh;
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.course-module-list {
  padding: 26px 16px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.course-module--active .course-module-list {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.course-module-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  list-style: disc;
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 16px;
}
.course-module-item:hover {
  background: #EFEFEF;
  border-radius: 8px;
}

.course-module--active .course-module-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.course-module-item:last-child {
  border-bottom: none;
}

.course-module-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #4C494A;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.course-module-item-content:hover {
  background: rgba(255, 255, 255, 0.05);
}

.course-module--active .course-module-item-content:hover {
  background: rgba(255, 255, 255, 0.1);
}

.course-module-item-content span {
  color: #4C494A;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-module--active .course-module-item-content span {
  color: #4C494A;
}

.course-module-item-check {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
.course-module-item-check--completed {
  display: none;
}
.course-module-item-check--empty {
  display: inline-block;
}

.course-module-item.completado .course-module-item-check--completed {
  display: inline-block;
}
.course-module-item.completado .course-module-item-check--empty {
  display: none;
}

.course-modules--single-check .course-module-item .course-module-item-check {
  display: none;
}
.course-modules--single-check .course-module-item.completado .course-module-item-check {
  display: inline-block;
}

.certificados-section {
  position: relative;
  min-height: 100vh;
}

.certificados-fondo {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content-info {
  background-color: white;
  padding: 113px 0 61px 0;
  border-radius: 80px 0 80px 80px;
  text-align: center;
  margin-top: 14px;
}
.content-info .text-25 {
  font-size: 25px;
}
.content-info .nombre-participante {
  width: 100%;
  border-bottom: 1px solid #4C494A;
  margin-bottom: 8px;
}
.content-info .nombre-participante h1 {
  font-size: 50px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  .content-info .nombre-participante h1 {
    font-size: 25px;
  }
}
.content-info .firma {
  border-bottom: 1px solid #4C494A;
  padding-bottom: 16px;
}

.contenedor-firma {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .contenedor-firma {
    margin-top: 0;
  }
}

.novedades-image {
  position: relative;
}

.novedades-etiqueta {
  position: absolute;
  top: 20px;
  right: 75px;
  background-color: #C90000;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .novedades-etiqueta {
    right: 20px;
    top: 10px;
  }
}

.home-etiqueta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #C90000;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home-etiqueta {
    left: 10px;
    bottom: 10px;
  }
}

.home-etiqueta--bottom-left {
  position: absolute;
  bottom: 80px;
  left: 20px;
  background-color: #C90000;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home-etiqueta--bottom-left {
    left: 10px;
    bottom: 70px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
          box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.profile {
  padding-top: 40px;
}
.profile__info {
  text-align: center;
}
.profile__name {
  font-size: 35px;
  color: #231F20;
  letter-spacing: 0.1px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.profile__role {
  font-size: 22px;
  color: #231F20;
  letter-spacing: 0.1px;
  line-height: 26px;
  margin-bottom: 0;
}
.profile__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.profile__avatar img {
  width: 100%;
  max-width: 165px;
  height: auto;
}

.profile-page {
  background: #CFCECF;
  position: relative;
}
.profile-page .headerLog {
  background-color: #CFCECF !important;
}
.profile-page .profile.min-height {
  position: relative;
  background-color: #CFCECF !important;
}
.profile-page .profile.min-height .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .profile-page .headerLog {
    background-color: #CFCECF !important;
  }
  .profile-page .profile.min-height {
    background-color: #CFCECF !important;
  }
}

.my_achievements {
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 30px 30px 0 0;
  padding: 28px 22px 34px 22px;
}
.my_achievements__title {
  font-family: "Montserrat-Semibold";
  font-size: 20px;
  color: #231F20;
  margin-bottom: 14px;
}
.my_achievements__inner {
  width: 61%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .my_achievements__inner {
    width: 100%;
  }
}
.my_achievements__level-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #CFCECF;
  border-radius: 20px;
  padding: 14px 16px;
}
.my_achievements__level-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my_achievements__level-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.my_achievements__level-text .level {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #231F20;
}
.my_achievements__medals {
  margin-top: 14px;
  border: 1px solid #CFCECF;
  border-radius: 20px;
  padding: 18px 16px 22px 16px;
}
.my_achievements__medals-title {
  font-family: "Montserrat-Semibold";
  font-size: 16px;
  color: #231F20;
  margin-bottom: 18px;
}
.my_achievements__medals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
}
.my_achievements__medal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.my_achievements__medal img {
  width: 61px;
  height: 61px;
}
.my_achievements__medal span {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #231F20;
  letter-spacing: 0.1px;
  line-height: 19px;
  margin-top: -5px;
}
.my_achievements__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  height: 48px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
}

.certificates {
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 15px 22px 35px 22px;
}
.certificates__inner {
  width: 61%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .certificates__inner {
    width: 100%;
  }
}
.certificates__title {
  font-family: "Montserrat-Semibold";
  font-size: 20px;
  color: #231F20;
  margin-bottom: 14px;
}
.certificates__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
}
.certificates__filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 174px;
  padding: 8px 12px;
  border: 1px solid #9E9C9F;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.certificates__date-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.certificates__calendar-icon {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.certificates__filter-text {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #9E9C9F;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.certificates__arrow-icon {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.certificates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.certificates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #4C494A;
  border-radius: 50px;
  padding: 16px 20px;
}
.certificates__name {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  padding: 3px 0;
}
.certificates__download-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.profile-medal-page {
  position: relative;
}
.profile-medal-page .headerLog {
  background-color: rgba(207, 206, 207, 0.95) !important;
}
.profile-medal-page section.profile-medal.min-height {
  position: relative;
  background-color: rgba(207, 206, 207, 0.95) !important;
}
.profile-medal-page section.profile-medal.min-height .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .profile-medal-page .headerLog {
    background-color: #fff !important;
  }
  .profile-medal-page section.profile-medal.min-height {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .profile-medal-page .profile-medal__row {
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
  }
  .profile-medal-page .profile-medal__medal {
    padding: 5px 0;
  }
  .profile-medal-page .profile-medal__medal-icon {
    width: 75px;
    height: 75px;
  }
  .profile-medal-page .profile-medal__medal-title {
    font-size: 11px;
  }
}

.profile-medal {
  padding-bottom: 30px;
}
.profile-medal__title {
  font-family: "Montserrat-Semibold";
  font-size: 25px;
  color: #231F20;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .profile-medal__title {
    text-align: left;
    font-size: 20px;
    padding: 20px 20px 0 20px;
  }
}
.profile-medal__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .profile-medal__row {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .profile-medal__row {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.profile-medal__medal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .profile-medal__medal {
    padding: 12px;
  }
}
.profile-medal__medal-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}
.profile-medal__medal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.profile-medal__medal-title {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #231F20;
  margin-top: -8px;
  text-align: center;
  letter-spacing: 0.1px;
}
.profile-medal__medal-description {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #231F20;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

section.profile-medal.min-height {
  background-color: #CFCECF;
}
@media screen and (max-width: 768px) {
  section.profile-medal.min-height {
    background-color: #ffffff;
  }
}

.assessment-failed-page {
  position: relative;
}
.assessment-failed-page .headerLog {
  background-color: #EFEFEF !important;
}
.assessment-failed-page section.assessment-failed.min-height {
  position: relative;
  background-color: #EFEFEF !important;
}
.assessment-failed-page section.assessment-failed.min-height .container {
  position: relative;
  z-index: 2;
}

.assessment-questions-page {
  position: relative;
}
@media screen and (max-width: 768px) {
  .assessment-questions-page .headerLog {
    background-color: #EFEFEF !important;
  }
  .assessment-questions-page section.assessment-questions.min-height {
    background-color: #EFEFEF !important;
  }
}

.assessment__title {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 35px;
  color: #4C494A;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessment__description {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #4C494A;
  padding: 0 20px;
  text-align: center;
  max-width: 600px;
  margin: 10px 0;
}
.assessment__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.assessment__btn {
  padding: 25px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 328px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.assessment__btn--primary {
  background: #C90000;
  color: #fff;
}
.assessment__btn--primary:hover {
  background: #9F1A1A;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.assessment-questions {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assessment-questions__content {
  max-width: 828px;
  margin: 0 auto;
}
.assessment-questions__progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessment-questions__progress {
  border-radius: 20px;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
.assessment-questions__progress-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.assessment-questions__progress-circle .progress-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.assessment-questions__progress-circle .progress-ring__bg {
  fill: none;
  stroke: #4C494A;
  stroke-width: 4;
  stroke-linecap: round;
}
.assessment-questions__progress-circle .progress-ring__fill {
  fill: none;
  stroke: #C90000;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-transition: stroke-dasharray 0.4s ease;
  transition: stroke-dasharray 0.4s ease;
  stroke-dasharray: 150.8;
  stroke-dashoffset: 135.7;
}
.assessment-questions__progress-number {
  position: relative;
  z-index: 1;
  color: #4C494A;
  font-family: "Montserrat-Bold";
  font-size: 16px;
}
.assessment-questions__progress-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.assessment-questions__progress-title {
  color: #fff;
  font-size: 16px;
  margin: 0 0 4px 0;
}
.assessment-questions__progress-subtitle {
  color: #231F20;
  font-size: 14px;
  margin: 0;
}
.assessment-questions__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assessment-questions__question h2 {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 32px;
  color: #4C494A;
  margin: 0;
}
.assessment-questions__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.assessment-questions__option {
  position: relative;
}
.assessment-questions__option .assessment-questions__radio {
  position: absolute;
  opacity: 0;
}
.assessment-questions__option .assessment-questions__radio:checked + .assessment-questions__label {
  background: #C90000;
}
.assessment-questions__option .assessment-questions__radio:checked + .assessment-questions__label span {
  color: white;
}
.assessment-questions__option .assessment-questions__radio:checked + .assessment-questions__label .assessment-questions__letter {
  background: #231F20;
  color: #fff;
}
.assessment-questions__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 10px;
  background: #fff;
  border: 1px solid #C90000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.assessment-questions__label:hover {
  border-color: #C90000;
  background: rgba(201, 0, 0, 0.05);
}
.assessment-questions__letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #C90000;
  border-radius: 50%;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #C90000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.assessment-questions__text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #C90000;
}
.assessment-questions__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.assessment-questions__btn {
  padding: 28px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 432px;
  background: #C90000;
  color: #fff;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.assessment-questions__btn:hover {
  background: #9F1A1A;
}

.assessment__progress {
  background-color: #C90000;
  border-radius: 20px;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.assessment__progress-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.assessment__progress-circle .progress-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.assessment__progress-circle .progress-ring__bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 4;
  stroke-linecap: round;
}
.assessment__progress-circle .progress-ring__fill {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-transition: stroke-dasharray 0.4s ease;
  transition: stroke-dasharray 0.4s ease;
  stroke-dasharray: 150.8;
  stroke-dashoffset: 135.7;
}
.assessment__progress-number {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 16px;
}
.assessment__progress-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.assessment__progress-title {
  color: #fff;
  font-size: 16px;
  margin: 0 0 4px 0;
}
.assessment__progress-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
}

section.assessment.min-height {
  background-image: url("../img/brand/fondo-cursos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.assessment.min-height .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .assessment__title {
    font-size: 28px;
    padding: 0 10px;
  }
  .assessment__description {
    font-size: 14px;
    line-height: 18px;
  }
  .assessment__actions {
    margin-top: 15px;
  }
  .assessment__btn {
    width: 100%;
    max-width: 328px;
    padding: 28px 74px;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .assessment-questions {
    padding: 20px 0;
  }
  .assessment-questions__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .assessment-questions__progress {
    gap: 15px;
    padding: 0;
  }
  .assessment-questions__progress-info h3 {
    font-size: 16px;
  }
  .assessment-questions__question h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .assessment-questions__options {
    gap: 12px;
    margin-bottom: 30px;
  }
  .assessment-questions__label {
    padding: 16px;
    gap: 12px;
    background: #EFEFEF;
  }
  .assessment-questions__letter {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .assessment-questions__text {
    font-size: 14px;
    color: #4C494A;
  }
  .assessment-questions__btn {
    width: 100%;
    max-width: 328px;
    font-size: 14px;
    margin-top: 10px;
    padding: 28px 24px;
  }
  .assessment-questions__actions {
    margin-top: 50px;
  }
}
.assessment-passed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessment-passed__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
}
.assessment-passed__icon {
  margin-bottom: 37px;
}
.assessment-passed__icon img {
  width: 76px;
  height: auto;
}
.assessment-passed__title {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 35px;
  color: #C90000;
  margin-bottom: 25px;
  text-align: center;
}
.assessment-passed__description {
  margin-bottom: 40px;
}
.assessment-passed__paragraph {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #757275;
  margin-bottom: 20px;
  text-align: center;
}
.assessment-passed__paragraph:last-child {
  margin-bottom: 0;
}
.assessment-passed__actions {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assessment-passed__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 50px;
  background: #C90000;
  color: #fff;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.assessment-passed__btn:hover {
  background: #960000;
}
@media screen and (max-width: 768px) {
  .assessment-passed__content {
    padding: 0 20px;
  }
  .assessment-passed__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .assessment-passed__paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .assessment-passed__btn {
    padding: 28px 32px;
  }
}

.assessment-failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessment-failed__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 25px;
}
.assessment-failed__icon {
  margin-bottom: 25px;
}
.assessment-failed__icon img {
  width: 76px;
  height: auto;
}
.assessment-failed__title {
  font-family: "Montserrat-Semibold";
  font-size: 30px;
  line-height: 35px;
  color: #4C494A;
  margin-bottom: 25px;
  text-align: center;
}
.assessment-failed__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .assessment-failed__description {
    margin-bottom: 30px;
  }
}
.assessment-failed__paragraph {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #4C494A;
  margin-bottom: 20px;
  text-align: center;
}
.assessment-failed__paragraph:last-child {
  margin-bottom: 0;
}
.assessment-failed__actions {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assessment-failed__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 328px;
  padding: 28px 0;
}
.assessment-failed__btn.assessment-failed__btn--secondary {
  background: #4C494A;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .assessment-failed__btn.assessment-failed__btn--secondary {
    margin-bottom: 15px;
  }
}
.assessment-failed__btn.assessment-failed__btn--secondary:hover {
  background: #323031;
}
.assessment-failed__btn.assessment-failed__btn--primary {
  background: #C90000;
  color: #fff;
}
.assessment-failed__btn.assessment-failed__btn--primary:hover {
  background: #960000;
}
@media screen and (max-width: 768px) {
  .assessment-failed__actions {
    margin-bottom: 35px;
  }
}

.assessment-check-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 60px 0;
}
.assessment-check-answers__content {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 25px;
}
.assessment-check-answers__title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 25px;
  color: #4C494A;
  text-align: left;
  padding-left: 20px;
}
.assessment-check-answers__subtitle {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #4C494A;
  margin-bottom: 40px;
  text-align: left;
  padding-left: 20px;
}
.assessment-check-answers__questions {
  margin-bottom: 55px;
}
.assessment-check-answers__question {
  margin-bottom: 20px;
}
.assessment-check-answers__question:last-child {
  margin-bottom: 0;
}
.assessment-check-answers__question-title {
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: 18px;
  color: #4C494A;
  margin-bottom: 10px;
}
.assessment-check-answers__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF;
  border-radius: 50px;
  padding: 7px 9px;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);
}
.assessment-check-answers__option-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background-color: #C90000;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.assessment-check-answers__answer-text {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #4C494A;
}
.assessment-check-answers__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.assessment-check-answers__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #C90000;
  color: #fff;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  border-radius: 50px;
  padding: 28px 40px;
  width: 328px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.assessment-check-answers__btn:hover {
  background-color: #960000;
}
@media screen and (max-width: 768px) {
  .assessment-check-answers {
    min-height: 80vh;
    padding: 10px 0 40px 0;
  }
  .assessment-check-answers__content {
    padding: 0 10px;
  }
  .assessment-check-answers__title {
    font-size: 18px;
    line-height: 22px;
    padding-left: 0;
  }
  .assessment-check-answers__subtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .assessment-check-answers__questions {
    margin-bottom: 30px;
  }
  .assessment-check-answers__question {
    margin-bottom: 25px;
  }
  .assessment-check-answers__answer {
    padding: 12px 15px;
  }
  .assessment-check-answers__option-circle {
    width: 40px;
    height: 40px;
    font-size: 12px;
    margin-right: 12px;
  }
  .assessment-check-answers__answer-text {
    font-size: 13px;
    line-height: 16px;
  }
  .assessment-check-answers__btn {
    width: 100%;
    max-width: 288px;
    font-size: 13px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.news-details {
  padding: 10px 0 80px 0;
}
.news-details .container {
  padding: 0;
}
.news-details__content {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-details__image {
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
}
.news-details__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.news-details__text-content {
  width: 100%;
  margin: 0 auto 100px auto;
}
.news-details__title {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 36px;
  color: #21252C;
  margin-bottom: 30px;
}
.news-details__paragraph {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 19px;
  color: #21252C;
  margin-bottom: 20px;
}
.news-details__paragraph:last-child {
  margin-bottom: 0;
}
.news-details__actions {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding-top: 20px;
}
.news-details__btn {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-color: #C90000;
  color: #fff;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  border-radius: 50px;
  padding: 19px 5px;
  width: 230px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-details__btn:hover {
  background-color: #960000;
  color: #fff;
}
.news-details__btn-icon {
  margin-left: 15px;
  width: 16px;
  height: auto;
  fill: #fff;
  stroke: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
  .news-details {
    padding: 50px 0 70px 0;
  }
  .news-details__image {
    margin-bottom: 40px;
  }
  .news-details__text-content {
    margin-bottom: 40px;
  }
  .news-details__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .news-details__paragraph {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-details {
    padding: 0 0 20px 0;
  }
  .news-details__mobile-back {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1000;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-details__mobile-back:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  .news-details__back-icon {
    width: 60px;
    height: 60px;
  }
  .news-details__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-details__image img {
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news-details__text-content {
    width: 90%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .news-details__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .news-details__paragraph {
    font-size: 14px;
    line-height: 16.5px;
    margin-bottom: 15px;
  }
  .news-details__actions {
    width: 90%;
    text-align: right;
    margin-bottom: 20px;
  }
  .news-details__btn {
    width: 100%;
    max-width: 211px;
    font-size: 13px;
  }
  .news-details__btn-icon {
    margin-left: 10px;
  }
}

.frequently-asked-questions {
  padding: 50px 0 80px 0;
}
.frequently-asked-questions__content {
  max-width: 1280px;
  margin: 0 auto;
}
.frequently-asked-questions__accordion {
  margin-top: 20px;
  border: 1.5px #dfdfdf solid;
  border-radius: 10px;
}
.frequently-asked-questions__subtitle {
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  font-weight: bold;
  color: #4C494A;
  background-color: #EFEFEF;
  margin-bottom: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  text-align: left;
  border-radius: 9px;
}
.frequently-asked-questions__subtitle:hover {
  background-color: #CFCECF;
}
.frequently-asked-questions__subtitle.active {
  background-color: #fff;
}
.frequently-asked-questions__subtitle-arrow {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.active .frequently-asked-questions__subtitle-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.frequently-asked-questions__answer {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #231F20;
  line-height: 1.6;
  padding: 0 15px 15px 15px;
  background-color: #fff;
  border: none;
  border-radius: 9px;
  display: none;
}
.frequently-asked-questions__answer.active {
  display: block;
}
.frequently-asked-questions__answer p {
  margin-bottom: 15px;
}
.frequently-asked-questions__answer p:last-child {
  margin-bottom: 0;
}
.frequently-asked-questions__accordion .frequently-asked-questions__item {
  border: none;
  border-radius: 0;
  background: transparent;
}
.frequently-asked-questions__title {
  font-family: "Montserrat-Bold";
  font-size: 25px;
  color: #C90000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .frequently-asked-questions {
    padding: 40px 0 70px 0;
  }
  .frequently-asked-questions__subtitle {
    font-size: 13px;
  }
  .frequently-asked-questions__answer {
    font-size: 13px;
  }
  .frequently-asked-questions__title {
    font-size: 23px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .frequently-asked-questions {
    padding: 30px 0 60px 0;
  }
  .frequently-asked-questions__subtitle {
    font-size: 12px;
  }
  .frequently-asked-questions__content {
    padding: 0 15px;
  }
  .frequently-asked-questions__answer {
    font-size: 12px;
  }
  .frequently-asked-questions__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.new-medal {
  padding: 50px 0 80px 0;
  background-image: url("../img/brand/new-medal.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.new-medal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.new-medal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* display: none; */
}
.new-medal__close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.new-medal__close-icon {
  width: 24px;
  height: 24px;
}
.new-medal__content {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75vh;
  position: relative;
  z-index: 2;
}
.new-medal__icon {
  width: 156px;
  height: 156px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
  margin-top: 60px;
}
.new-medal__title {
  font-family: "Montserrat-Semibold";
  font-size: 30px;
  color: #C90000;
  text-align: center;
  margin-top: 20px;
}
.new-medal__description {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #757275;
  text-align: center;
  margin-top: 10px;
  max-width: 400px;
  line-height: 1.5;
}
.new-medal__button {
  font-family: "Montserrat-Semibold";
  font-size: 16px;
  color: #fff;
  background-color: #C90000;
  border: none;
  border-radius: 50px;
  padding: 17px 24px;
  margin-top: 20px;
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.new-medal__button:hover {
  background-color: #960000;
}

@media screen and (max-width: 1024px) {
  .new-medal {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .new-medal {
    padding: 30px 15px 60px 15px;
  }
  .new-medal__icon {
    margin-top: 120px;
  }
  .new-medal__title {
    font-size: 24px;
    margin-top: 40px;
  }
  .new-medal__description {
    font-size: 14px;
  }
  .new-medal__button {
    max-width: 328px;
    font-size: 13px;
    margin-top: 80px;
  }
  .new-medal__close {
    display: block;
  }
}
.news-details2 {
  padding: 50px 0 80px 0;
}
.news-details2__content {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-details2__banner {
  width: 1280px;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-details2__title {
  margin-top: 50px;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #231F20;
  line-height: 24px;
  text-align: left;
  width: 100%;
  max-width: 1280px;
}
.news-details2__title2 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #231F20;
  line-height: 48px;
  text-align: left;
  width: 100%;
  max-width: 1280px;
}
.news-details2__subtitle {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #231F20;
  line-height: 24px;
  text-align: left;
  width: 100%;
  max-width: 1280px;
}
.news-details2__text-content {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
}
.news-details2__bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-details2__bullet-item {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #231F20;
  line-height: 19px;
  margin-bottom: 16px;
  padding-left: 15px;
  position: relative;
}
.news-details2__bullet-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .news-details2 {
    padding: 40px 0 70px 0;
  }
  .news-details2__content {
    max-width: 90%;
  }
  .news-details2__banner {
    width: 100%;
  }
  .news-details2__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-details2 {
    padding: 30px 0 60px 0;
  }
  .news-details2__content {
    gap: 0;
  }
  .news-details2__banner {
    width: 100%;
  }
  .news-details2__title {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
  .news-details2__title2 {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .news-details2__subtitle {
    font-size: 16px;
    line-height: 19.2px;
    text-align: left;
    margin: 25px 0 0 0;
  }
  .news-details2__bullet-list {
    padding: 0 10px;
    margin: 0;
  }
  .news-details2__bullet-item {
    font-size: 16px;
    line-height: 19px;
  }
  .news-details2__bullet-item:before {
    content: "•";
    font-size: 25px;
  }
}
.foro-section {
  background-color: #fff;
  padding-bottom: 80px;
}

.foro-create-post {
  background: #fff;
  border: 1px solid #CFCECF;
  border-radius: 20px;
  padding: 24px;
}
.foro-create-post .btn-primary {
  padding: 24px 30px;
  border-radius: 50px;
  height: 58px;
}

.foro-textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 14px;
  color: #4C494A;
  font-family: inherit;
}
.foro-textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
.foro-textarea::-moz-placeholder {
  color: #BDBDBD;
}
.foro-textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.foro-textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
.foro-textarea::placeholder {
  color: #BDBDBD;
}

.foro-search {
  position: relative;
}

.foro-search-input {
  border: 1px solid #CFCECF;
  border-radius: 26px;
  padding: 12px 16px;
  font-size: 14px;
  color: #4C494A;
}
.foro-search-input::-webkit-input-placeholder {
  color: #BDBDBD;
}
.foro-search-input::-moz-placeholder {
  color: #BDBDBD;
}
.foro-search-input:-ms-input-placeholder {
  color: #BDBDBD;
}
.foro-search-input::-ms-input-placeholder {
  color: #BDBDBD;
}
.foro-search-input::placeholder {
  color: #BDBDBD;
}
.foro-search-input:focus {
  border-color: #C90000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.foro-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 23px;
  height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.foro-posts {
  margin-top: 40px;
}

.foro-post {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.foro-post:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.foro-post-link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.foro-post-link:hover {
  text-decoration: none;
  color: inherit;
}

.foro-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

.foro-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.foro-post-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foro-post-author {
  font-weight: 600;
  font-size: 16px;
  color: #C90000;
  font-family: "Montserrat-Bold";
}

.foro-post-role {
  font-size: 14px;
  color: #C90000;
}

.foro-post-date {
  font-size: 14px;
  color: #C90000;
  white-space: nowrap;
}

.foro-post-content {
  margin-bottom: 16px;
}
.foro-post-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.foro-post-footer {
  text-align: right;
}

.foro-post-comments {
  font-size: 14px;
  color: #757575;
}

.foro-detalle-section {
  background-color: #fff;
  padding-bottom: 80px;
}

.foro-detalle-main-post {
  padding-bottom: 40px;
  border-bottom: 1px solid #9E9C9F;
}

.foro-detalle-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foro-detalle-author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foro-detalle-author {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #C90000;
}

.foro-detalle-role {
  font-size: 14px;
  color: #C90000;
}

.foro-detalle-date {
  font-size: 14px;
  color: #C90000;
  white-space: nowrap;
}

.foro-detalle-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #4C494A;
}

.foro-detalle-comments {
  margin-top: 40px;
}

.foro-detalle-comments-title {
  font-size: 18px;
  color: #C90000;
}

.foro-detalle-comment {
  padding-bottom: 34px;
}
.foro-detalle-comment:last-child {
  border-bottom: none;
}

.foro-detalle-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}

.foro-detalle-comment-author {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  color: #C90000;
}

.foro-detalle-comment-time {
  font-size: 14px;
  color: #C90000;
  white-space: nowrap;
}

.foro-detalle-comment-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #4C494A;
}

@media (max-width: 768px) {
  .foro-create-post {
    padding: 16px;
  }
  .foro-post {
    padding: 16px;
  }
  .foro-post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .foro-post-date {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .foro-detalle-header {
    gap: 8px;
  }
  .foro-detalle-date {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .foro-detalle-comment-header {
    gap: 4px;
  }
  .foro-detalle-comment-time {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.actualizar-datos-page {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.actualizar-datos-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-bottom: 1px solid #9E9C9F;
  margin-bottom: 40px;
}

.actualizar-datos-tab {
  background: transparent;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  color: #4C494A;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.actualizar-datos-tab:hover {
  color: #C90000;
}
.actualizar-datos-tab.active {
  color: #C90000;
  background: #C90000;
  color: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #C90000;
}

.actualizar-datos-content {
  display: none;
}
.actualizar-datos-content.active {
  display: block;
}

@media (max-width: 768px) {
  .actualizar-datos-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .actualizar-datos-tabs::-webkit-scrollbar {
    display: none;
  }
  .actualizar-datos-tab {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    padding: 16px 24px;
  }
  .actualizar-datos-tab.active {
    border-radius: 8px 8px 0 0;
  }
}
/*# sourceMappingURL=main.css.map */