.icon-1-carreiras{
  content: url("../img/icons/icone01.svg");
}
.icon-2-carreiras{
  content: url("../img/icone02.svg");
}
.icon-3-carreiras{
  content: url("../img/icone03.svg");
}
.icon-4-carreiras{
  content: url("../img/icone04.svg");
}

/* table */

.content-carrer-container .table-experience tbody > tr {
  border-top: 60px solid #ffffff;
}

.content-carrer-container .table-experience tbody > tr > td >img {
  border-radius: 0px 24px;
}

.content-carrer-container .table>:not(caption)>*>* {
  padding-top: 0px;
  border-bottom-width: 0px;
  border-top: transparent;
}

.content-carrer-container .table p {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  color: #666666;
}

.content-carrer-container .table p > strong {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}

.content-carrer-container .table h5 {
  line-height: 175%;
  color: #222222;
  font-weight: normal;
  font-size: 20px;
}
.content-carrer-container .table img {
  height: 80px;
  margin: 0!important;
  position: inherit!important;
  background: #F0F0F0;
  margin: 10px 0 0 0;
  width: 80px;
}


.content-carrer-container {
  background-color: #FFFFFF;
  padding-bottom: 50px;
  /* margin-bottom: 190px; */
  padding-top: 120px;
}

.content-carrer-container small {
  font-weight: bold;
  font-size: 12px;
  line-height: 175%;
  color: #A0A0A0;
  text-transform: uppercase;
  margin-top: 120px;
}

.content-carrer-container h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 125%;
  margin-top: 16px;
}

.content-carrer-container p {
  font-size: 18px;
  line-height: 200%;
  color: #666666;
  margin-top: 48px;
}

.content-carrer-container br {
  margin-bottom: 25px;
}



.content-carrer-container h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  margin-top: 72px;
}

/* btn */

.content-carrer-container a {
    background-color: #3C7C00;
    border: 1px solid #3C7C00;
    border-radius: 16px;
    color: #F6F6F6;
    font-weight: 600;
    padding: 12px 24px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-right: 10px;
  }

  .content-carrer-container a .material-icons {
    margin-left: 10px;
    font-size: 14px;
  }
  .content-carrer-container a {
    text-decoration: none;
  }

@media(max-width: 1024px) {
  .content-carrer-container h1 {
    font-size: 28px;
  }
}

@media(max-width: 540px) {
  .content-carrer-container {
    padding-top: 64px;
  }
  .content-carrer-container h2 {
    font-size: 28px;
  }
  .content-carrer-container table tr td {
    padding: 0;
  }
}
