:root {
  --accent-color: #28d979;
}

html {
  font-size: 8px;
}

body {
  font-family: "Poppins";
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h1 {
  font-size: 1.75rem;
  font-weight: var(--weight, 500);
  margin: 0;
  line-height: var(--line-height, 150%);
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  line-height: var(--line-height, 150%);
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}
h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}
p {
  font-weight: 400;
  line-height: 150%;
}

small {
  font-size: 0.625rem;
  font-weight: 400;
  margin: 0;
  line-height: 150%;
}

.reducedLineHeight {
  line-height: 104%;
}

.bentoFlexBox {
  /* bentoFlexbox */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0px;
  gap: 20px;

  position: relative;
  width: 555px;
  height: 812px;
}

@media (max-width: 600px) {
  .bentoFlexBox {
    transform: scale(75%);
    transform-origin: top left;
  }
}

@media (max-width: 450px) {
  .bentoFlexBox {
    transform: scale(50%);
    transform-origin: top left;
  }
}

@media (max-width: 300px) {
  .bentoFlexBox {
    transform: scale(25%);
    transform-origin: top left;
  }
}

.profileImg {
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 12px;
}

.nameBox {
  /* nameBox */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  gap: 16px;

  width: 124px;
  height: 124px;

  background: #f0f0f0;
  border-radius: 12px;
}

.yourInfo {
  /* yourInfo */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;

  margin: 0 auto;
  width: 100px;
  height: 39px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.box {
  /* lenguagesBox */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  gap: 16px;

  background: #f0f0f0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  background-color: rgba(40, 217, 121, 0.3);
  pointer-events: none;
  z-index: 10;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.languagesBoxTitle {
  /* title */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 25px;

  width: 79px;
  height: 21px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.listLanguages {
  /* listLenguages */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 17px;

  width: 243px;
  height: 53px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.nameLanguage {
  /* nameLenguage */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 58px;
  height: 50px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.levelLanguage {
  /* levelLenguage */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 168px;
  height: 53px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 1;
}

.languageLevelBar {
  width: 100%;
  height: 11px;
  background: var(--accent-color);
  border-radius: 3px;
}

.experienceTitle {
  /* title */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 25px;

  width: 77px;
  height: 21px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.jobList {
  /* jobList */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: auto;
  height: 300px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.jobCard {
  /* job-2 */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;

  width: 387px;
  height: fit-content;

  background: #ffffff;
  border-radius: 10px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.jobCard.mostRecent {
  background: #28d979;
  color: #ffffff;
}

.topBar {
  /* topBar */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 2px;

  width: 371px;
  height: fit-content;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.jobTag {
  /* tag */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 0px;
  gap: 10px;

  margin: 0;
  width: 61px;
  height: auto;

  background: rgba(126, 115, 18, 0.4);
  border-radius: 59px;

  font-weight: 500;
  color: #ddf163;
  line-height: 155%;
}

.jobCardContent {
  /* content */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;

  width: 371px;
  height: fit-content;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.jobInfo {
  /* jobInfo */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;

  width: 124px;
  height: fit-content;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.jobAbout {
  /* aboutJob */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 0px;
  gap: 0px 6px;

  width: 124px;
  height: fit-content;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.jobPointsContainer {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: fit-content;
}

.jobPoints {
  margin: 0;
  padding-left: 12px;

  width: 100%;
}

.toolsContent {
  padding-left: 12px;
  padding-right: 12px;

  display: flex;
  flex-direction: column;
  gap: 5px;
}

.toolsCard {
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
  align-items: center;
}

.toolsCardTag {
  /* tag */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 6px;
  gap: 10px;

  width: fit-content;
  height: 11px;

  margin-bottom: -6px;

  background: #000000;
  color: #ffffff;
  border-radius: 59px;
  z-index: 1;

  font-size: 0.625rem;
  font-weight: 500;
}

.toolsCardContent {
  /* content */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 4px;
  gap: 16px;
  isolation: isolate;

  width: auto;
  height: fit-content;

  background: #ffffff;
  border-radius: 6px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.educationBoxContent {
  /* content */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  width: 248px;
  height: 228px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.educationCard {
  /* lastEducation */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;

  width: 116px;
  height: fit-content;

  background: #ffffff;
  border-radius: 10px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  --education-tag-color: var(--accent-color);
}

.educationCard.mostRecent {
  background: var(--accent-color);
  color: #ffffff;
  --education-tag-color: #ffffff;
}

.educationCardTop {
  /* topBar */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 2px;

  width: auto;
  height: fit-content;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.educationCardContent {
  /* content */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;

  width: auto;
  height: fit-content;
}

.educationHeader {
  margin-bottom: -2px;
}

.educationTag {
  color: var(--education-tag-color);
}

.extraBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.interestsBoxContent {
  /* content */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 8px;

  width: 100%;
  height: fit-content;
}

.interestTag {
  /* tag-1 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 10px;
  gap: 10px;

  width: fit-content;
  height: 23px;

  background: #ffffff;
  border-radius: 40px;

  font-size: 1.25em;
}

.downloadButton {
  background-color: var(--accent-color);
  width: 100px;
  height: 30px;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}

.downloadButton:hover {
  cursor: pointer;
}

[contenteditable="true"] {
  outline: none;
  transition:
    box-shadow 0.3s,
    border-color 0.3s;
}

[contenteditable="true"]:focus {
  box-shadow: 0 0 0 1px var(--accent-color);
  border-radius: 3px;
  border-color: var(--accent-color);
}

.mostRecent [contenteditable="true"]:focus {
  box-shadow: 0 0 0 1px #fff;
  border-color: #fff;
}
