.intro.content {
    padding-top: 0;
}

.intro a {
    font-size: 15px;
    padding: 5px;
}

.intro ul {
    display: flex;
    justify-content: right;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}

.intro h1 {
    font-weight: 700;
    font-size: 50px;
    margin: 0;
}

.intro h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.intro p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.campus h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.campus p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.campi {
    display: grid;
    grid-gap: 8px;
    padding: 16px 0;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 50px 50px;
}

.city {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}

.city button {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #cac8c8;
    border-radius: 6px;
    transition: background-color ease 150ms, color ease 150ms, border-color ease 150ms;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
}

.city button:hover,
.city button.active  {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.disable {
    opacity: 0.6;
}

.top5 {
    display: grid;
    grid-gap: 1px;
    padding: 16px 0;
    grid-template-columns: repeat(3, 1fr);
}

.top5 h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
}

.top5 p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.top-ocup-item {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-decoration: none;
    padding: 15px 0px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
  }
    
  .top-ocup-item .top-ofert-badge {
    position: right;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #c5c5c5;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
  }

  .top-ocup-item .top-ocup-badge {
    position: right;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #A7CEA1;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
  }

  .top-ocup-item .top-nocup-badge {
    position: right;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #FFC999;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
  }

.ocupations h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding-bottom: 4px;
}

.ocupations p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding-bottom: 24px;
}

.rectangle {
    height: 150px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #c5c5c5;
    border-top: 0;
    overflow: auto;
    padding: 12px 4px;
}

.item button {
    font-size: 12px;
    background: white;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 8px 12px;
    transition: background-color ease 150ms, color ease 150ms, border-color ease 150ms;
}

.item button:hover,
.item button.active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.rectangle {
    height: 150px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    overflow: auto;
}

.ocup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item {
    margin: 2px;
}

.ocup-bar {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.ocup-bar p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.ocup-bar h3 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding-right: 20px;
    margin: 0;
}

.bar-wrapper {
    width: 1100px;
    overflow: hidden;
}

.bar-labels {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.ocupadas-label,
.nocupadas-label {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 50%;
}

.ocupadas-label {
    color: #000000;
}

.nocupadas-label {
    color:#000000;
}

.bar {    
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
    overflow: hidden; 
}

.ocupadas {
    position: relative;
    height: 100%;
    background-color: #A7CEA1;
    text-align: center;
    line-height: 50px;
    color: #000000;
    z-index: 1;
    width: 50%;
}

.ofertadas {
    height: 100%;
    background-color: #FFC999;
    text-align: center;
    line-height: 50px;
    color: #000000;
    z-index: 1;
    width: 50%;
}

.skills {
    display: flex;
    padding: 50px;
}

.skills-container {
    flex: 1;
    padding: 10px;
    padding-bottom: 3px;
}

.skills-container h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding-bottom: 4px;
}

.skills-container h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 30px;
}

.skills-container p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding-bottom: 24px;
}

.skills-container li {
    padding-top: 10px;
    font-size: 12px;
}

.description {
    columns: 100px 2;
}

footer {
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}

footer a {
    text-decoration: underline;
    font-size: 12px;
}

footer a:link {
    color: rgb(0, 0, 0);
}

footer a:visited {
    color: rgb(0, 0, 0);
}

footer a:hover {
    color: #000000;
}