@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

* ul {
  list-style: none;
}

* ul li a {
  text-decoration: none;
}

* a {
  cursor: pointer;
  text-decoration: none;
  color: #1A3447;
}

html body {
  margin: 0;
  padding: 0;
}

#header {
  width: 100%;
  height: 280px;
  padding: 20px 40px;
  background-image: url(../Assets/Header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .nav-container {
  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;
}

#header .nav-container .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-container .logo-container img {
  max-width: 129px;
  max-height: 24px;
}

#header .nav-container .logo-container .separator {
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  margin: 0 20px;
}

#header .nav-container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-container .nav .nav-item {
  padding: 0px 20px;
}

#header .nav-container .nav .nav-item.icon-container {
  padding: 0 10px;
}

#header .nav-container .nav .nav-item.icon-container .icon.music {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/Headset.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .nav-container .nav .nav-item.icon-container .icon.notifications {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/notification.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .nav-container .nav .nav-item.icon-container .icon.users {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/User.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .nav-container .nav .nav-item a {
  color: #ffffff;
  font-weight: bold;
}

#header .principal-title {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}

#header .principal-title h1 {
  margin-bottom: 10px;
}

#header .after-nav {
  width: 100%;
  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;
}

#header .after-nav .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 20px;
  background-color: #ffffff;
  border-radius: 40px;
  width: 704px;
  height: 56px;
}

#header .after-nav .search-container .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .after-nav .search-container .column.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  height: 100%;
  border-right: 1px solid #F1F0EB;
}

#header .after-nav .search-container .column.select select {
  width: 80%;
  height: 100%;
  margin-left: 15px;
  border: none;
  background-color: #ffffff;
}

#header .after-nav .search-container .column.select .looking-for {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/look.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .after-nav .search-container .column.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .after-nav .search-container .column.input input {
  width: 80%;
  height: 100%;
  margin-left: 15px;
  border: none;
  background-color: #ffffff;
}

#header .after-nav .search-container .column.input .looking-for {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content {
  padding: 20px 40px;
  background-color: #F1F0EB;
}

#page-content .results {
  width: 100%;
  color: #7F8D98;
  text-align: end;
  font-size: 18px;
  font-weight: bold;
}

#page-content .cards-container {
  padding: 20px 0  60px;
}

#page-content .cards-container .card {
  background-color: #ffffff;
  padding: 20px 40px;
  margin: 30px 0 10px;
  border-radius: 10px;
  color: #1A3447;
}

#page-content .cards-container .card .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 800px) {
  #page-content .cards-container .card .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page-content .cards-container .card .info-container .work-requirements {
    margin-left: 0px !important;
  }
}

#page-content .cards-container .card .info-container .work-requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  font-size: 14px;
  color: #7F8D98;
}

#page-content .cards-container .card .info-container .work-requirements .title {
  margin: 15px 0 5px;
  font-size: 24px;
  color: #1A3447;
}

#page-content .cards-container .card .info-container .selected {
  position: absolute;
  top: 20px;
  right: 0px;
}

#page-content .cards-container .card .info-container .selected .see {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../Assets/eye.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content .cards-container .card .info-container .selected .liked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../Assets/repose.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content .cards-container .card span {
  color: #7F8D98;
}

#page-content .cards-container .card.filter {
  display: none !important;
}

#page-content #page-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#page-content #page-selector .selection {
  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;
}

#page-content #page-selector .selection span {
  font-size: 18px;
  font-weight: bold;
}

#page-content #page-selector .selection.go {
  border: 1px solid #1A3447;
  border-radius: 10px;
}

#page-content #page-selector .selection.go .icon-back {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  width: 60%;
  height: 60%;
  background-image: url(../Assets/left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-content #page-selector .selection.go .icon-next {
  display: inline-block;
  width: 60%;
  height: 60%;
  background-image: url(../Assets/left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=App.css.map */