:root {
  --global-text: #6c757d;
  --blue-primary: #004b68;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6c757d;
  background-color: #f3f3f3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.buttons-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.form-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.input-label {
  -webkit-text-stroke-color: #1b1b1b;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: 500;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #f7a700;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 8px 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  background-color: #ffb823;
}

.button-primary:active {
  background-color: #d59309;
}

.button-primary.configuration {
  margin-bottom: 20px;
}

.line-separator {
  background-color: #1b1b1b0d;
  width: 100%;
  height: 1px;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.form-login {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.login-screen-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.login-welcome-message-wrapper {
  color: #fff;
  background-image: linear-gradient(#004b68d9, #004b68d9), url('../images/Feria-del-empleo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
}

.login-form-wrapper {
  background-color: #f3f3f3;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 50px;
}

.input {
  color: #000;
  border: 1px solid #0000;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
}

.input:focus {
  border: 1px solid #6c757d40;
}

.input.verification-code {
  text-align: center;
  height: 56px;
  font-size: 24px;
  line-height: 24px;
}

.input.search {
  background-image: url('../images/search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 48px;
}

.input.place {
  background-image: url('../images/location.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 48px;
}

.input.text-area {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100px;
  max-height: 200px;
}

.simple-link {
  color: #060cbf;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  text-decoration: none;
}

.other-option {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--global-text);
  background-color: #ebebeb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #e2e2e2;
}

.button:active {
  background-color: #d3d2d2;
}

.button.load-more {
  background-color: #eaf9ff;
}

.form-title-wrapper {
  margin-bottom: 16px;
}

.simple-text-link {
  margin-bottom: 12px;
}

.password-requirements-wrapper {
  margin-top: 10px;
}

.user-email {
  font-weight: 600;
}

.check-circle {
  width: 160px;
  margin: 16px auto;
  display: block;
}

.h3-title {
  color: #000;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.h3-title.center {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}

.h3-title.section-title {
  margin-bottom: 20px;
}

.h3-title.white {
  color: #fff;
  font-weight: 400;
}

.message-paragraph {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.form-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.fde-logo {
  margin-left: auto;
  margin-right: auto;
}

.home-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #004b68;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.h1-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.welcome-message {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  align-items: stretch;
}

.info-count-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.title-count {
  margin-top: 0;
  margin-bottom: 0;
}

.info-count-description {
  font-size: 16px;
  line-height: 24px;
}

.info-count-box-wrapper {
  align-items: flex-start;
}

.home-welcome-message-wrapper {
  color: #fff;
  background-color: #004b68;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.steps-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.step {
  background-color: #d9d9d9;
  border-radius: 16px;
  flex: 1;
  height: 8px;
}

.step.ready {
  background-color: #009de1;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field.configuration {
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox-field.alert-configuration {
  margin-top: 0;
  margin-bottom: 4px;
}

.checkbox {
  aspect-ratio: 1;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.cv-form-wrapper {
  background-color: #f3f3f3;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 75px 50px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
}

.select-field:focus {
  border-color: #6c757d40;
}

.dual-input-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.specialty-suggestion-chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #d9d9d9;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-flex;
}

.specialty-suggestion-chip:hover {
  background-color: #d3d3d3;
}

.suggestions-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
}

.notification-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 500px;
  padding: 20px;
}

.notification-icon-box {
  background-color: #f3f3f3;
  border-radius: 100%;
  max-width: 52px;
  max-height: 52px;
  padding: 12px;
}

.notification-text {
  margin-bottom: 0;
}

.notification-message {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.notification-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.notification-bg {
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: flex;
}

.back-button-bg {
  background-color: #e7e7e7;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.back-button-bg:hover {
  background-color: #dadada;
}

.back-button-bg:active {
  background-color: #d4d4d4;
}

.nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #0000;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #0000000d;
  border-bottom-color: #009de1;
}

.nav-link.w--current {
  border-bottom-color: #f7a700;
}

.nav-menu-wrapper {
  background-color: #00425c;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--blue-primary);
}

.navmenu-button {
  aspect-ratio: 1;
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 8px;
  padding: 16px;
  display: flex;
}

.navmenu-button.w--open {
  color: #f7a700;
  background-color: #00425c;
  border-radius: 8px;
}

.burger-icon {
  display: block;
}

.content-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding: 50px;
}

.content-container {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 35px #0000001a;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.mi-cv-note {
  background-color: #eaf9ff;
  border-radius: 20px;
  flex-flow: row;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
}

.cv-id-span {
  font-weight: 700;
}

.cv-id-text {
  font-size: 16px;
}

.cv-content-wrapper {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 12px;
  align-items: stretch;
  margin-bottom: 20px;
}

.divider {
  background-color: #ececec;
  width: 100%;
  height: 1px;
}

.cv-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  padding: 16px;
}

.mi-cv-profile-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.cv-image {
  aspect-ratio: 1;
  border-radius: 150px;
  width: 150px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mi-cv-text-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.mi-cv-state-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.cv-state-point {
  aspect-ratio: 1;
  background-color: #cacaca;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.cv-state-point.disabled {
  background-color: #ff4a4a;
}

.cv-state-point.enable {
  background-color: #05be3a;
}

.h3-title-mi-cv {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-mi-cv {
  margin-bottom: 0;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.brand-wrapper {
  background-color: var(--blue-primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.add-button {
  color: #009de1;
  background-color: #0000000d;
  background-image: url('../images/addicon_yellow.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  align-self: flex-start;
  padding-left: 40px;
  display: flex;
}

.add-button:hover {
  background-color: #0000001a;
}

.cv-info-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cv-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
}

.cv-input.cv-text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.mi-cv-form-content {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.dual-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.mi-cv-help-text-input {
  margin-top: 6px;
  font-size: 12px;
}

.cv-info-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.cv-info-text.text-link {
  color: #060cbf;
  font-weight: 400;
}

.mi-cv-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.mi-cv-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.mi-cv-title-card-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mi-cv-title-card-wrapper.horizontal {
  display: flex;
}

.edit-button {
  aspect-ratio: 1;
  background-color: #0000000d;
  background-image: url('../images/pencil.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}

.edit-button:hover {
  background-color: #0000001a;
}

.trash-button {
  aspect-ratio: 1;
  background-color: #0000000d;
  background-image: url('../images/trash.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}

.trash-button:hover {
  background-color: #0000001a;
}

.search-button-card {
  aspect-ratio: 1;
  background-color: #0000000d;
  background-image: url('../images/searchicon_grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}

.search-button-card:hover {
  background-color: #0000001a;
}

.cv-card-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.speciality-chip {
  color: #fff;
  background-color: #009de1;
  border-radius: 100px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-flex;
}

.mi-cv-title-card-div {
  flex: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-section {
  color: #fff;
  background-color: #009de1;
  padding: 30px 20px;
}

.searchbar {
  width: 100%;
  margin-bottom: 0;
}

.search-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
}

.search-button {
  min-width: 48px;
  width: 48px;
  height: 48px;
  background: #004b68 url('../images/search_white.svg') no-repeat center center;
  background-size: 24px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.search-button .search-text {
  display: none;
}

@media (max-width: 900px) {
  .search-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .search-button .search-text {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 8px;
  }

  .search-button {
    background-image: none !important;
    width: 100%;
    min-width: 100%;
    height: 48px;
  }
}

.search-button:hover {
  background-color: #00384e;
}

.recent-search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.recent-search-icon {
  aspect-ratio: 1;
}

.recent-search-title {
  font-size: 16px;
  font-weight: 600;
}

.recent-searchs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-bottom: 30px;
}

.recent-search-place {
  margin-bottom: 0;
}

.card {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  flex: 1;
  align-items: stretch;
  min-width: 400px;
  padding: 20px;
  box-shadow: 5px 5px 35px #0000001a;
}

.card-dark {
  background-color: #cecece;
  border: 1px solid #ececec;
  border-radius: 20px;
  flex: 1;
  align-items: stretch;
  min-width: 400px;
  padding: 20px;
  box-shadow: 5px 5px 35px #0000001a;
}

.card.latest-applications {
  min-width: auto;
}

.card.my-profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.card.article {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  color: #6c757d;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.card.article:hover {
  background-color: #f8f8f8;
}

.job-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.card-salary-detail {
  font-size: 16px;
}

.circle-card-button {
  aspect-ratio: 1;
  background-color: #0000000d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}

.circle-card-button:hover {
  background-color: #0000001a;
}

.circle-card-button.save-post {
  background-image: url('../images/save_black.svg');
}

.circle-card-button.eye-black {
  background-image: url('../images/eye_black.svg');
}

.circle-card-button.close-post {
  background-image: url('../images/cancel-icon.svg');
}

.company-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.company-name {
  font-size: 16px;
  font-weight: 600;
}

.card-job-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.post-job-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.saved-searchs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}

.application-status {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000000d;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 8px;
  display: inline-flex;
}

.card-button {
  color: #009de1;
  background-color: #0000000d;
  border-radius: 100px;
}

.card-button:hover {
  background-color: #0000001a;
}

.job-card-wrapper {
  align-items: stretch;
}

.card-actions {
  align-self: flex-end;
}

.card-company-info-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.job-benefict-list-item {
  margin-bottom: 2px;
  font-weight: 500;
}

.job-beneficts-list {
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.job-characteristics {
  margin-bottom: 2px;
}

.navlink-menu {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.navlink-menu:hover {
  color: #f7a700;
}

.my-profile-options-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.urgent-job-offers-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}

.my-profile-options {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.profile-option {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6c757d;
  border: 1px solid #ececec;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.profile-option:hover {
  background-color: #f8f8f8;
}

.profile-option.postulation {
  flex: 1;
}

.profile-option-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
}

.profile-option-icon {
  aspect-ratio: 1;
  width: 24px;
}

.profile-option-icon-bg {
  aspect-ratio: 1;
  background-color: #eaf9ff;
  border-radius: 100px;
  padding: 4px;
}

.my-profile-img {
  aspect-ratio: 1;
  border-radius: 100px;
  width: 100px;
}

.green-border {
  border: 3px solid #05be3a;
}

.red-border {
  border: 3px solid red;
}

.my-profile-text-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.my-profile-info-wrapper {
  flex: 1;
  align-items: stretch;
}

.green-span {
  color: #05be3a;
  font-weight: 700;
}

.red-span {
  color: red;
  font-weight: 700;
}

.urgent-text-alert {
  color: #e10000;
  margin-bottom: 6px;
}

.most-read-articles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.articles-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: stretch;
}

.blue-span {
  color: #009de1;
  font-weight: 700;
}

.visit-profile-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-span {
  font-weight: 700;
}

.postulation-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
}

.postulation-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ececec;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .login-screen-wrapper {
    flex-flow: column;
  }

  .login-welcome-message-wrapper {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(135deg, #f7a70080, #009de1bf);
    flex: none;
    width: 100%;
    height: 25vh;
    display: none;
  }

  .login-form-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-welcome-message-wrapper {
    text-align: center;
    flex: none;
    order: 1;
    height: auto;
    min-height: 25vh;
  }

  .content-section {
    padding: 20px;
  }

  .cv-input {
    border-color: #0000000d;
    margin-bottom: 0;
  }

  .cv-input:focus {
    border-color: #009de1;
    box-shadow: 0 0 5px #009de140;
  }

  .mi-cv-form-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .card {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .login-screen-wrapper {
    flex-flow: column;
  }

  .login-welcome-message-wrapper {
    flex: none;
    width: 100%;
    height: 25vh;
    display: none;
  }

  .login-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .cv-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    flex-flow: column;
  }

  .add-button {
    display: block;
  }

  .cv-input {
    color: #000;
  }

  .recent-search-title {
    font-size: 14px;
  }

  .recent-search-place {
    font-size: 12px;
    line-height: 14px;
  }

  .my-profile-options-wrapper {
    flex-flow: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    order: -1;
  }

  .info-count-box-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .notification-buttons,
  .dual-buttons {
    flex-flow: column;
  }

  .job-posting-date {
    order: 1;
  }

  .card-job-title-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .postulation-info-wrapper {
    flex-flow: column;
  }

  .postulation-info {
    justify-content: space-between;
    align-items: center;
  }
}

.required-dot {
  color: red;
}

.dynamic-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  background-color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 25px;
  /* Espacio para el punto */
  transition: background-color 0.3s ease;
}

.dynamic-item:hover {
  background-color: #f5f5f5;
  /* Cambio de color al pasar el cursor */
}

.dynamic-item::before {
  content: '•';
  position: absolute;
  left: 10px;
  color: #333;
  font-size: 1.2em;
  line-height: 1;
}

.dynamic-item button {
  background-color: #ff4d4d;
  border: none;
  color: white;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.9em;
  transition: background-color 0.2s ease;
}

.dynamic-item button:hover {
  background-color: #e60000;
}

/* ----- Alertas ----- */
.datatable-alert {
  padding: 12px 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 1000;
}

.datatable-alert.success {
  background-color: #d4edda;
  border: 3px solid #28a745;
  color: #155724;
}

.datatable-alert.error {
  background-color: #f8d7da;
  border: 3px solid #dc3545;
  color: #721c24;
}

.datatable-alert.warning {
  background-color: #fff3cd;
  border: 3px solid #ffc107;
  color: #856404;
}

.datatable-alert.info {
  background-color: #d1ecf1;
  border: 3px solid #17a2b8;
  color: #0c5460;
}

.datatable-alert.question {
  background-color: #e2e3e5;
  border: 3px solid #6c757d;
  color: #383d41;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  color: inherit;
}

/* ----- PREVISUALIZADOR ------ */
.holder {
  width: 200px;
  height: 200px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.holder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 220px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 6px 12px;
  position: absolute;
  z-index: 10;
  font-size: 14px;
  white-space: pre-line;
  transition: opacity 0.25s;
  pointer-events: none;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.tooltip-top .tooltiptext {
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}

.tooltip-bottom .tooltiptext {
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}

.tooltip-right .tooltiptext {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}

.tooltip-left .tooltiptext {
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.tooltip-top .tooltiptext::after {
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0 6px;
  border-color: #222 transparent transparent transparent;
}

.tooltip-bottom .tooltiptext::after {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #222 transparent;
}

.tooltip-right .tooltiptext::after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-color: transparent #222 transparent transparent;
}

.tooltip-left .tooltiptext::after {
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #222;
}

.solid-link {
  color: #0077b6;
  font-weight: 600;
}

.error-message {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 2px;
  display: block;
}

.input:invalid,
.w-input:invalid,
select:invalid {
  border-color: #d32f2f;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0;
}

.pagination-link {
  display: inline-block;
  padding: 8px 14px;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: background 0.2s, color 0.2s, border 0.2s;
  font-weight: 500;
}

.pagination-link:hover {
  background: #e0e0e0;
  color: #1976d2;
  border-color: #1976d2;
}

.pagination-link.active {
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
  cursor: default;
  pointer-events: none;
}

.pagination-link.disabled {
  pointer-events: none;
  color: #aaa;
  background: #f5f5f5;
  border-color: #e0e0e0;
  cursor: default;
}

.input-error-alt {
  border: 2px solid #fff !important;
  background-color: #fff0f0;
}

.error-message-alt {
  color: #fff;
  font-size: 13px;
  margin-top: 4px;
  margin-left: 2px;
  display: block;
  min-height: 16px;
}

.select2-location + .select2-container--default .select2-selection--single {
    background-image: url('../images/location.svg');
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 26px 26px;
    padding-left: 52px !important;
    min-height: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}