
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.card-career {
  animation: fadeIn 0.7s ease-in-out;
  position: relative;
  bottom: 0px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  width: 400px;
  height: 180px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  transition: box-shadow 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

.card-career:hover {
  bottom: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.card-career p, div, svg {
  margin: 0;
}

.card-career-text {
  padding: 0 20px;
}

.card-career-text p:first-child {
  font-size: 1.2rem;
  display: inline;
  font-weight: 800;
}

.content-career {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ubi-career {
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ubi-career p {
  font-size: 1.55rem;
  color: #ffffff;
  padding-inline: 1rem;
}

.arrow-career {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.2rem;
  color: #ffffff;
}

.arrow-career p {
  width: 6.6ch;
  padding-left: 1rem;
}

.all-bg {
  background-color: #666666;
}

.all-bg:hover {
  background-color: #2c2c2c;
}

.lic-bg {
  background-color: var(--cucii-blue);
}

.lic-bg:hover {
  background-color: #3cb1ff;
}

.master-bg {
  background-color: var(--cucii-black);
}
.master-bg:hover {
  background-color: #3d3d3d
}

.doc-bg {
  background-color: #c2351a;
}

.doc-bg:hover {
  background-color: #dd3a1d;
}

.quick-filter {
  border: none;
  padding: 0 10px;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
}

.quick-filter button {
  display: flex;
  align-items: center;
}

.quick-filter span {
  margin: 0 !important;
}

.careers-container {
  gap: 53px;
}

.qf-campus {
  background-color: rgb(82, 82, 82);
}

.qf-campus:hover {
  background-color: #2c2c2c;
}

.current-q-all {
  background-color: #2c2c2c;
}

.current-q-lic {
  background-color: #3cb1ff;
}

.current-q-mes {
  background-color: #3d3d3d;
}

.current-q-doc {
  background-color: #dd3a1d;
}

.current-q-campus {
  background-color: #2c2c2c;
}

.height-control {
  min-height: 387px;
}

@media only screen and (max-width: 991px) {
  .careers-container {
    gap: 18px;
  }
  .card-career {
    width: 85%;
    height: 154px;
  }
}

@media only screen and (max-width: 664px) {
  .card-career {
    height: 160px;
  }
}

@media only screen and (max-width: 632px) {
  .card-career {
    width: 260px;
    height: 190px;
  }
  .card-career-text p:first-child {
    font-size: 1rem;
  }
  .card-career-text p:last-child {

    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 553px) {
  .card-career {
    width: 420px;
    height: 130px;
  }
}

@media only screen and (max-width: 495px) {
  .quick-filters-container {
    flex-wrap: wrap;
  }

  .quick-filters-container div:first-child {
    width: 100% !important;
  }
  
  .quick-filters-container div:last-child {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
}

@media only screen and (max-width: 448px) {
  .card-career {
    width: 360px;
    height: 148px;
  }
}

@media only screen and (max-width: 448px) {
  .quick-filters-container div:last-child {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 396px) {
  .card-career {
    width: 358px;
    height: 142px;
  }
}

@media only screen and (max-width: 377px) {
  .card-career {
    width: 340px;
    height: 148px;
  }
}

@media only screen and (max-width: 360px) {
  .card-career {
    width: 320px;
  }
}

@media only screen and (max-width: 340px) {
  .card-career {
    width: 300px;
  }
}

@media only screen and (max-width: 322px) {
  .card-career {
    width: 280px;
    height: 172px;
  }
}