/* IDCloud One */
.s-hero {
  overflow: hidden;
}
.s-hero .container {
  display: flex;
  align-items: center;
}
.s-hero .left {
  width: 100%;
  max-width: 54.9rem;
}
.s-hero .left .unico-20-regular {
  display: block;
  margin-bottom: 1.3rem;
  color: #5c5d5e;
  font: 400 2rem/140% "Unico Display", sans-serif;
}
.s-hero .left h1 {
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #161818;
  margin-bottom: 2.4rem;
}
.s-hero .left h1 span {
  display: inline-block;
  width: 7.4rem;
  height: 4rem;
  background: linear-gradient(90deg, #80D4FF -11.36%, rgba(128, 212, 255, 0) 119%);
  border-radius: 68.3652px;
  position: relative;
  transition: 0.3s ease;
}
.s-hero .left h1 span.change {
  background: transparent;
}
.s-hero .left h1 span.change::after {
  left: 3.74rem;
}
.s-hero .left h1 span.change::before {
  opacity: 1;
}
.s-hero .left h1 span::after {
  position: absolute;
  content: "";
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 50%;
  background: #00a5ff;
  left: 0.757rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.s-hero .left h1 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #80D4FF -11.36%, rgba(128, 212, 255, 0) 119%);
  border-radius: 68.3652px;
  opacity: 0;
  transition: 0.3s ease;
}
.s-hero .left .text-16-regular {
  margin-bottom: 2.4rem;
  color: #5c5d5e;
  max-width: 45rem;
}
.s-hero .left .btn {
  width: fit-content;
  min-width: 20.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #f22963;
  border-radius: 15.6rem;
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.s-hero .left .btn::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 125%;
  background-color: rgba(231, 33, 90, 0.2);
  border-radius: 15.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-hero .left .btn:hover {
  background-color: #cc0a42;
}
.s-hero .left .btn:hover::before {
  opacity: 1;
}
.s-hero .right {
  margin-right: -34.3rem;
}
@media (max-width: 930px) {
  .s-hero {
    padding-top: 70px;
  }
  .s-hero .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-hero .left {
    margin-bottom: 5rem;
    max-width: 100%;
  }
  .s-hero .right {
    margin-right: -12rem;
  }
}
@media (max-width: 550px) {
  .s-hero {
    padding-top: 40px;
    overflow: hidden;
  }
  .s-hero .left h1 {
    font-size: 40px;
  }
  .s-hero .left h1 span {
    width: 65px;
    height: 30px;
  }
  .s-hero .left h1 span::after {
    height: 20px;
    width: 20px;
  }
  .s-hero .left .text-16-regular {
    max-width: 100%;
  }
}

.s-features {
  padding: 3.5rem 0;
  background: #ffffff;
  border-top: 1px solid #f3f3f4;
}
.s-features ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.8rem;
  margin: 0 auto;
}
.s-features ul li {
  display: flex;
  align-items: center;
}
.s-features ul li .icone {
  margin-right: 2.4rem;
  width: 100%;
  max-width: 4rem;
}
.s-features ul li .info {
  max-width: 21.2rem;
}
.s-features ul li .info .text-18-regular {
  color: #161818;
  margin-bottom: 0.2rem;
}
.s-features ul li .info .unico-14-regular {
  color: #5c5d5e;
}
@media (max-width: 991px) {
  .s-features ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-features ul li .icone {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .s-features ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .s-features ul li {
    align-items: center;
    flex-direction: row;
  }
  .s-features ul li .info {
    max-width: 100%;
  }
}

.s-noticias {
  padding-top: 11.8rem;
  padding-bottom: 4.4rem;
  position: relative;
  overflow: hidden;
  background: url("../../img/carreiras/bg-midia.png") no-repeat center center;
  background-size: cover;
}
.s-noticias::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 21%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.s-noticias .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.8rem;
}
.s-noticias .top h2 {
  font-size: 3.2rem;
  line-height: 120%;
  color: #2d2f30;
  max-width: 19rem;
}
.s-noticias .top .unico-16-regular {
  color: #5c5d5e;
  max-width: 52rem;
}
.s-noticias .top .btn {
  width: fit-content;
  min-width: 20.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #f22963;
  border-radius: 15.6rem;
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.s-noticias .top .btn::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 125%;
  background-color: rgba(231, 33, 90, 0.2);
  border-radius: 15.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-noticias .top .btn:hover {
  background-color: #cc0a42;
}
.s-noticias .top .btn:hover::before {
  opacity: 1;
}
.s-noticias .main .top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.s-noticias .main .text {
  display: flex;
  align-items: center;
}
.s-noticias .main .text .icone {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(242, 41, 99, 0.1);
  margin-right: 1.6rem;
}
.s-noticias .main .text .unico-16-regular {
  color: #5c5d5e;
}
.s-noticias .main .control-slide-noticias {
  display: flex;
  align-items: center;
}
.s-noticias .main .control-slide-noticias .swiper-pagination {
  position: initial;
}
.s-noticias .main .control-slide-noticias .btns {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.s-noticias .main .control-slide-noticias .btns button {
  background: url("../../img/carreiras/seta-slide.svg") no-repeat center center;
  width: 2.7rem;
  height: 2.7rem;
  border: 2px solid #f22963;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.s-noticias .main .control-slide-noticias .btns button.prev-slide {
  transform: rotate(180deg);
  margin-right: 1rem;
}
.s-noticias .main .control-slide-noticias .btns button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.s-noticias .slide-noticias {
  width: 100%;
  overflow: hidden;
}
.s-noticias .slide-noticias .swiper-slide {
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.s-noticias .slide-noticias .swiper-slide:hover {
  filter: grayscale(0);
}
.s-noticias .slide-noticias .swiper-slide .card {
  height: 12.9rem;
  padding: 2rem;
  display: grid;
  place-items: center;
  background: #ffffff;
  box-shadow: 0px 12.0097px 47.0382px -10.0081px rgba(70, 78, 98, 0.08);
  border-radius: 16.013px;
}
@media (max-width: 1020px) {
  .s-noticias {
    padding-top: 8rem;
  }
  .s-noticias .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-noticias .top h2 {
    max-width: 100%;
  }
  .s-noticias .top .unico-16-regular {
    margin: 2rem 0;
    max-width: 80%;
  }
}
@media (max-width: 680px) {
  .s-noticias {
    padding-top: 60px;
  }
  .s-noticias .top .unico-16-regular {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .s-noticias {
    padding-bottom: 24px;
  }
  .s-noticias .main .top-main .swiper-pagination {
    display: none;
  }
}

.s-informacoes {
  padding-top: 4.4rem;
  padding-bottom: 9.8rem;
  overflow: hidden;
}
.s-informacoes .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s-informacoes .left {
  width: 100%;
  max-width: 74.3rem;
}
.s-informacoes .left .separator {
  width: 3.2rem;
  height: 0.6rem;
  background: #00a5ff;
  border-radius: 100px;
  margin-bottom: 2.4rem;
}
.s-informacoes .left h2 {
  font-size: 2.4rem;
  line-height: 140%;
  color: #161818;
  max-width: 44rem;
  margin-bottom: 3.8rem;
}
.s-informacoes .left .unico-16-regular {
  margin-bottom: 3.8rem;
  color: #585858;
}
.s-informacoes .left .destaque {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 3.1rem 4.1rem 0;
  border-right: 1px solid #ff80a4;
  border-bottom: 1px solid #ff80a4;
  border-bottom-right-radius: 55px;
  margin-bottom: 2.8rem;
  position: relative;
}
.s-informacoes .left .destaque::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 0.95rem;
  background: url("../../img/carreiras/icone-triangulo.png");
  bottom: -0.1rem;
  left: 3rem;
}
.s-informacoes .left .destaque .aspas {
  margin-top: 0.8rem;
  margin-right: 1rem;
}
.s-informacoes .left .destaque .unico-18-regular {
  color: #5c5d5e;
  max-width: 66.6rem;
  margin-left: auto;
}
.s-informacoes .left .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-informacoes .left .column-left {
  display: flex;
  align-items: center;
}
.s-informacoes .left .column-left .icone {
  width: 5.2rem;
  height: 5.2rem;
  background: rgba(242, 41, 99, 0.1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 1.6rem;
}
.s-informacoes .left .column-left .unico-18-medium {
  color: #161818;
  margin-bottom: 0.2rem;
}
.s-informacoes .left .column-left .text-16-regular {
  color: #8a8b8c;
}
.s-informacoes .right {
  width: 100%;
  max-width: 40.3rem;
}
.s-informacoes .right .link {
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #f22963;
  display: flex;
  align-items: center;
  margin-bottom: 3.4rem;
  margin-left: auto;
  width: fit-content;
  position: relative;
}
.s-informacoes .right .link:hover:after {
  width: 82%;
}
.s-informacoes .right .link::after {
  transition: 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.1rem;
  background: #f22963;
}
.s-informacoes .right .link .seta {
  margin-left: 1.4rem;
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  background: #f22963;
  border-radius: 50%;
}
.s-informacoes .right .image {
  position: relative;
  width: 100%;
  height: fit-content;
}
.s-informacoes .right .image .elemento-1,
.s-informacoes .right .image .elemento-2,
.s-informacoes .right .image .icone-unico {
  position: absolute;
}
.s-informacoes .right .image .icone-unico {
  top: 4.2rem;
  right: 2.9rem;
}
.s-informacoes .right .image .elemento-1 {
  top: -6.2rem;
  left: -3.2rem;
  z-index: -1;
}
.s-informacoes .right .image .elemento-2 {
  bottom: 11.4rem;
  right: -6.8rem;
  z-index: -1;
}
.s-informacoes .right .image .presidente {
  border-radius: 24px;
}
@media (max-width: 1070px) {
  .s-informacoes .left {
    max-width: 55%;
  }
}
@media (max-width: 900px) {
  .s-informacoes {
    padding-bottom: 6rem;
  }
  .s-informacoes .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-informacoes .left {
    margin-bottom: 3rem;
    max-width: 100%;
  }
  .s-informacoes .left h2 {
    margin-bottom: 2rem;
    max-width: 100%;
  }
  .s-informacoes .left .destaque {
    padding: 0 2.5rem 2.5rem 0;
  }
  .s-informacoes .left .destaque .unico-18-regular {
    max-width: 100%;
  }
  .s-informacoes .right {
    max-width: 100%;
  }
  .s-informacoes .right .link {
    margin: 0 auto 30px;
  }
  .s-informacoes .right .image {
    width: fit-content;
    margin: 0 auto;
  }
  .s-informacoes .right .image .elemento-1 {
    top: 4rem;
    left: -4rem;
  }
}
@media (max-width: 550px) {
  .s-informacoes .left .info .column-left .icone {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }
  .s-informacoes .left .info .column-left .text .unico-18-medium {
    font-size: 16px;
  }
  .s-informacoes .left .info .column-left .text .text-16-regular {
    font-size: 14px;
  }
  .s-informacoes .right .link {
    margin: 0 0 30px 0;
  }
}

.s-lideranca {
  padding: 8.5rem 0 6.9rem;
  background: #f9f9fa;
}
.s-lideranca .top {
  margin-bottom: 7.1rem;
}
.s-lideranca .top .text-hat {
  display: block;
  margin-bottom: 1.7rem;
  font: 400 2rem/140% "Unico Display", sans-serif;
  color: #5c5d5e;
  text-align: center;
}
.s-lideranca .top h2 {
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #161818;
  max-width: 103.7rem;
  margin: 0 auto;
}
.s-lideranca .main {
  display: flex;
  gap: 3.2rem;
}
.s-lideranca .main .column-left,
.s-lideranca .main .column-right {
  width: 100%;
  max-width: 59.2rem;
}
.s-lideranca .main .column-left {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.s-lideranca .main .column-left .box .row .item-lideranca {
  position: relative;
}
.s-lideranca .main .column-left .box .row .item-lideranca:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 30%;
  background: #f3f3f4;
  right: -100%;
  top: 50%;
  transform: translate(0, -50%);
}
.s-lideranca .main .column-left .box:nth-child(2) .row .item-lideranca:not(:last-child)::after {
  right: -25%;
}
.s-lideranca .main .column-right .box {
  height: 100%;
}
.s-lideranca .main .box {
  background: #ffffff;
  border-radius: 16px;
  padding: 3.2rem 2rem 3.7rem;
  width: 100%;
}
.s-lideranca .main .box hr {
  height: 0.1rem;
  width: 100%;
  max-width: 100%;
  background: #f3f3f4;
  margin: 5.5rem auto 7.8rem;
}
.s-lideranca .main .box h3 {
  margin-bottom: 3.2rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #00a5ff;
}
.s-lideranca .main .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.s-lideranca .main .row .item-lideranca {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.s-lideranca .main .row .item-lideranca .avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1rem;
}
.s-lideranca .main .row .item-lideranca .avatar .ico-linkedin {
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  background: #0077CC url("../../img/carreiras/logo-linkedin.svg") no-repeat center center;
  bottom: 0.1rem;
  right: -1.2rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.s-lideranca .main .row .item-lideranca .avatar .avatar-fig {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.s-lideranca .main .row .item-lideranca h4 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  color: #2d2f30;
  margin-bottom: 0.3rem;
}
.s-lideranca .main .row .item-lideranca .unico-14-regular {
  color: #0099e6;
  text-align: center;
  max-width: 14.8rem;
}
@media (max-width: 1040px) {
  .s-lideranca {
    padding-top: 6rem;
  }
  .s-lideranca .main .column-left {
    max-width: 60%;
  }
  .s-lideranca .main .column-right {
    max-width: 40%;
  }
}
@media (max-width: 900px) {
  .s-lideranca .main {
    flex-direction: column;
  }
  .s-lideranca .main .column-left,
  .s-lideranca .main .column-right {
    max-width: 100%;
  }
  .s-lideranca .main .column-left .box .row .item-lideranca:not(:last-child):after {
    display: none;
  }
  .s-lideranca .main .column-right .box hr {
    margin: 4rem 0;
  }
  .s-lideranca .main .row {
    justify-content: center;
    gap: 5rem;
  }
}
@media (max-width: 550px) {
  .s-lideranca {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-lideranca .top {
    margin-bottom: 40px;
  }
  .s-lideranca .top .text-hat {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .s-lideranca .top h2 {
    font-size: 20px;
  }
  .s-lideranca .main .row {
    flex-direction: column;
    gap: 40px;
  }
}

.s-valores {
  padding-top: 7.5rem;
  margin-bottom: -3.1rem;
}
.s-valores .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2rem;
}
.s-valores .top h2 {
  font-size: 3.2rem;
  line-height: 120%;
  color: #212121;
}
.s-valores .top .texto {
  display: flex;
  align-items: center;
}
.s-valores .top .texto .icone-unico {
  margin-right: 2.4rem;
}
.s-valores .top .texto .unico-16-regular {
  color: #5c5d5e;
}
.s-valores .tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: flex-start;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 3.5rem;
}
.s-valores .tabs .title-tab {
  height: 5.2rem;
  font: 500/1.6rem 150%/"Unico Display", sans-serif;
  text-align: center;
  color: #8a8b8c;
  transition: 0.3s ease;
  cursor: pointer;
  padding-bottom: 1rem;
  position: relative;
}
.s-valores .tabs .title-tab::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.2rem;
  bottom: -1px;
  left: 0;
  background: #f22963;
  transition: 0.3s ease;
}
.s-valores .tabs .title-tab.active, .s-valores .tabs .title-tab:hover {
  color: #f22963;
}
.s-valores .tabs .title-tab.active:after, .s-valores .tabs .title-tab:hover:after {
  width: 100%;
}
.s-valores .tabs .title-tab p {
  font: 500/1.6rem 150%/"Unico Display", sans-serif;
  text-align: center;
  color: #8a8b8c;
}
.s-valores .main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.s-valores .main .content-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 6.4rem;
  display: none;
  border-radius: 12px;
  background: #ffffff;
}
.s-valores .main .content-tab.active {
  display: flex;
  animation: fadeLeft 0.3s ease-in forwards;
}
.s-valores .main .content-tab .left {
  margin-bottom: 2rem;
  max-width: 51.5rem;
  margin-right: auto;
}
.s-valores .main .content-tab .left .ilustra {
  margin-bottom: 2rem;
  max-width: 10rem;
  max-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.s-valores .main .content-tab .left .ilustra img {
  width: 100%;
  object-fit: cover;
}
.s-valores .main .content-tab .left h3 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: 500;
  color: #212121;
}
.s-valores .main .content-tab .left h3 p,
.s-valores .main .content-tab .left h3 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.s-valores .main .content-tab .left h3 strong {
  font-weight: bold;
}
.s-valores .main .content-tab .left .unico-16-regular {
  color: #585858;
}
.s-valores .main .content-tab .left ul {
  padding-left: 2rem;
}
.s-valores .main .content-tab .left ul li {
  list-style: disc;
}
.s-valores .main .content-tab .left ul li:not(:last-child) {
  margin-bottom: 3px;
}
.s-valores .main .content-tab .image {
  width: 100%;
  max-width: 486px;
  overflow: hidden;
  position: relative;
  background: url(../../img/carreiras/bg-tab.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 12px 12px 0;
}
.s-valores .main .content-tab .image::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, #041020 -14.37%, rgba(4, 16, 32, 0) 70.63%);
  opacity: 0.89;
}
@media (max-width: 1060px) {
  .s-valores .main .content-tab {
    padding-left: 2rem;
  }
  .s-valores .main .content-tab .left {
    margin-right: 2rem;
    max-width: 45%;
  }
}
@media (max-width: 900px) {
  .s-valores .container {
    padding: 0;
  }
  .s-valores .top {
    padding: 0 24px;
  }
  .s-valores .responsive {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .s-valores .tabs {
    margin: 0 24px 2rem;
    width: fit-content;
  }
  .s-valores .tabs .title-tab {
    width: fit-content;
    min-width: 170px;
  }
  .s-valores .main {
    padding: 0 2.4rem;
  }
}
@media (max-width: 820px) {
  .s-valores .main .content-tab {
    padding-left: 0;
    flex-direction: column;
  }
  .s-valores .main .content-tab .left {
    margin-right: 0;
    margin-bottom: 3rem;
    padding: 0;
    max-width: 100%;
  }
  .s-valores .main .content-tab .left .ilustra {
    margin-bottom: 2rem;
    max-width: 70px;
  }
  .s-valores .main .content-tab .image {
    max-width: 100%;
    border-radius: 12px;
  }
}
@media (max-width: 700px) {
  .s-valores {
    padding-top: 5rem;
  }
  .s-valores .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-valores .top .texto {
    margin-top: 2rem;
  }
  .s-valores .top .texto .icone-unico {
    margin-right: 1rem;
    max-width: 3rem;
  }
  .s-valores .tabs .title-tab {
    font-size: 14px;
  }
}

.s-depoimentos {
  background: #041020;
  padding: 16.1rem 0 11.5rem;
}
.s-depoimentos .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
.s-depoimentos .top h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #ffffff;
}
.s-depoimentos .top .control-slide-depoimentos .btns {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.s-depoimentos .top .control-slide-depoimentos .btns button {
  background: url("../../img/carreiras/seta-slide.svg") no-repeat center center;
  width: 2.7rem;
  height: 2.7rem;
  border: 2px solid #f22963;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.s-depoimentos .top .control-slide-depoimentos .btns button.prev-slide {
  transform: rotate(180deg);
  margin-right: 1rem;
}
.s-depoimentos .top .control-slide-depoimentos .btns button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.s-depoimentos .slide-depoimentos {
  overflow: hidden;
}
.s-depoimentos .swiper-slide {
  width: 100%;
  max-width: 38.4rem;
}
.s-depoimentos .swiper-slide .box-depoimento {
  background: #142236;
  border-radius: 12px;
}
.s-depoimentos .swiper-slide .box-depoimento .text {
  padding: 4rem 4rem 3.2rem;
}
.s-depoimentos .swiper-slide .box-depoimento .text .icone-unico {
  margin-bottom: 2.4rem;
}
.s-depoimentos .swiper-slide .box-depoimento .text .text-16-regular {
  color: rgba(249, 249, 250, 0.7);
  height: 19.3rem;
  padding-right: 1rem;
  overflow: auto;
}
.s-depoimentos .swiper-slide .box-depoimento .text .text-16-regular::-webkit-scrollbar {
  width: 0.5rem;
}
.s-depoimentos .swiper-slide .box-depoimento .text .text-16-regular::-webkit-scrollbar-thumb {
  background: #f22963;
  border-radius: 12px;
}
.s-depoimentos .swiper-slide .box-depoimento .info {
  display: flex;
  align-items: center;
  border-top: 1px solid #29384D;
}
.s-depoimentos .swiper-slide .box-depoimento .info .avatar {
  margin-right: 2.7rem;
}
.s-depoimentos .swiper-slide .box-depoimento .info .avatar img {
  border-radius: 0 0 0 12px;
}
.s-depoimentos .swiper-slide .box-depoimento .info h3 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  color: #f9f9fa;
}
.s-depoimentos .swiper-slide .box-depoimento .info .unico-14-regular {
  color: #ff80a4;
}
.s-depoimentos .swiper-pagination {
  position: initial;
  margin-top: 6.9rem;
}
.s-depoimentos .swiper-pagination span {
  background: #f22963;
  margin-right: 0.8rem;
  width: 1.6rem;
  transition: 0.3s ease;
  border-radius: 100px;
}
.s-depoimentos .swiper-pagination span.swiper-pagination-bullet-active {
  width: 3.2rem;
}
@media (max-width: 1260px) {
  .s-depoimentos .container {
    padding: 0;
  }
  .s-depoimentos .top {
    padding: 0 24px;
  }
  .s-depoimentos .slide-depoimentos {
    padding-left: 24px;
  }
}
@media (max-width: 640px) {
  .s-depoimentos {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .s-depoimentos .top {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .s-depoimentos .top h2 {
    margin-bottom: 2rem;
    font-size: 24px;
  }
  .s-depoimentos .top .control-slide-depoimentos .btns {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .s-depoimentos .swiper-slide {
    max-width: 94%;
  }
  .s-depoimentos .swiper-slide .box-depoimento {
    max-width: 100%;
  }
  .s-depoimentos .swiper-slide .box-depoimento .text {
    padding: 4rem 1rem 3rem 2rem;
  }
  .s-depoimentos .swiper-slide .box-depoimento .text .icone-unico {
    margin-bottom: 2rem;
    width: 3rem;
  }
}

.s-vagas {
  background: #f9f9fa;
  padding: 8.3rem 0 10.3rem;
}
.s-vagas .top {
  margin-bottom: 3.2rem;
}
.s-vagas .top .text-hat {
  font: 400 1.8rem/150% "Unico Display", sans-serif;
  color: #5c5d5e;
  opacity: 0.8;
  display: block;
  margin-bottom: 0.3rem;
}
.s-vagas .top h2 {
  color: #2d2f30;
}
.s-vagas #lever-jobs-filter {
  display: flex;
  align-items: flex-end;
  gap: 3.2rem;
  margin-bottom: 4.7rem;
}
.s-vagas #lever-jobs-filter .unico-18-regular {
  color: #2d2f30;
  margin-bottom: 0.8rem;
}
.s-vagas #lever-jobs-filter .select-box {
  width: 100%;
  max-width: 38.4rem;
}
.s-vagas #lever-jobs-filter .select-box select {
  width: 100%;
  height: 5.5rem;
  padding-left: 2.5rem;
  border-radius: 8px;
  appearance: none;
  background: #ffffff url("../../img/carreiras/icone-chevron.svg") no-repeat 95% center;
}
.s-vagas #lever-jobs-filter #lever-clear-filters {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font: 400 1.6rem/150% "Unico Display", sans-serif;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s ease;
  color: #f22963;
}
.s-vagas #lever-jobs-filter #lever-clear-filters:hover {
  color: #ff80a4;
}
.s-vagas #lever-jobs-filter #lever-clear-filters img {
  margin-right: 0.8rem;
}
.s-vagas .list.active {
  display: flex !important;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.s-vagas .lever-job {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 38.4rem;
  padding: 3.5rem 4.6rem;
  border-radius: 16px;
  transition: 0.3s ease;
}
.s-vagas .lever-job:hover {
  box-shadow: 0px 20px 60px -10px #DEE2E8;
}
.s-vagas .lever-job .lever-job-title {
  grid-column: 1/3;
  margin-bottom: 1.34rem;
  font: 400 1.8rem/150% "Unico Display", sans-serif;
  color: #161818;
}
.s-vagas .lever-job .lever-job-tag {
  font: 400 1.6rem/150% "Unico Display", sans-serif;
  color: #5c5d5e;
  background: url("../../img/carreiras/icone-local.svg") no-repeat left 0.5rem;
  padding-left: 2.2rem;
}
.s-vagas .lever-job .unico-16-regular {
  background: url("../../img/carreiras/icone-disponivel.svg") no-repeat left 0.5rem;
  padding-left: 2.2rem;
}
.s-vagas .main section:not(:last-child) {
  margin-bottom: 4rem;
}
.s-vagas .main section ul:not(:last-child) {
  margin-bottom: 3.2rem;
}
.s-vagas .main .lever-team li ul {
  gap: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.s-vagas .main .lever-team-title {
  display: none;
}
.s-vagas .main .lever-department-title {
  font: 500 2rem/140% "Unico Display", sans-serif;
  color: #2d2f30;
  margin-bottom: 3.2rem;
}
.s-vagas .main .lever-job {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 100%;
  padding: 3.5rem 4.6rem;
  border-radius: 16px;
}
.s-vagas .main .lever-job:hover {
  box-shadow: 0px 20px 60px -10px #DEE2E8;
}
.s-vagas .main .lever-job .lever-job-title {
  grid-column: 1/3;
  margin-bottom: 1.34rem;
  font: 400 1.8rem/150% "Unico Display", sans-serif;
  color: #161818;
}
.s-vagas .main .lever-job .lever-job-tag {
  font: 400 1.6rem/150% "Unico Display", sans-serif;
  color: #5c5d5e;
  background: url("../../img/carreiras/icone-local.svg") no-repeat left 0.5rem;
  padding-left: 2.2rem;
}
.s-vagas .main .lever-job .unico-16-regular {
  background: url("../../img/carreiras/icone-disponivel.svg") no-repeat left 0.5rem;
  padding-left: 2.2rem;
}
.s-vagas .bottom {
  margin-top: 8.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-vagas .bottom .newslleter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 34.7rem;
}
.s-vagas .bottom .newslleter .icone {
  margin-right: 1rem;
}
.s-vagas .bottom .newslleter .unico-14-regular {
  color: #2d2f30;
  max-width: 29.8rem;
}
.s-vagas .bottom .newslleter .btn {
  margin-top: 3.2rem;
  width: fit-content;
  min-width: 100%;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #f22963;
  border-radius: 15.6rem;
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.s-vagas .bottom .newslleter .btn::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 125%;
  background-color: rgba(231, 33, 90, 0.2);
  border-radius: 15.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-vagas .bottom .newslleter .btn:hover {
  background-color: #cc0a42;
}
.s-vagas .bottom .newslleter .btn:hover::before {
  opacity: 1;
}
.s-vagas .bottom .link-beneficios {
  display: flex;
  align-items: center;
}
.s-vagas .bottom .link-beneficios .icone-seta {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: rgba(242, 41, 99, 0.1);
  display: grid;
  place-items: center;
  margin-right: 1.6rem;
  padding: 0.4rem 0.6rem;
}
.s-vagas .bottom .link-beneficios .unico-16-regular {
  color: #2d2f30;
}
@media (max-width: 1050px) {
  .s-vagas .main .lever-team li ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .s-vagas {
    padding-bottom: 4rem;
  }
  .s-vagas .main .lever-job {
    padding: 3rem;
  }
  .s-vagas .bottom {
    margin-top: 5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .s-vagas .bottom .newslleter {
    margin-bottom: 2rem;
  }
}
@media (max-width: 580px) {
  .s-vagas {
    padding-top: 50px;
  }
  .s-vagas .top .text-hat {
    font-size: 16px;
  }
  .s-vagas #lever-jobs-filter {
    flex-direction: column;
  }
  .s-vagas #lever-jobs-filter .select-box {
    width: 100%;
    max-width: 100%;
  }
  .s-vagas .main .lever-team li ul {
    grid-template-columns: 1fr;
  }
}

.s-foto-escritorio {
  width: 100%;
  height: 23.8rem;
  background-position-y: 100%;
  background-size: cover !important;
  overflow: hidden;
}
@media (max-width: 650px) {
  .s-foto-escritorio {
    height: 200px;
  }
}

.s-beneficios {
  padding-top: 10.2rem;
  padding-bottom: 3rem;
}
.s-beneficios .top {
  margin-bottom: 4.1rem;
}
.s-beneficios .top .text-hat {
  display: block;
  margin-bottom: 0.3rem;
  font: 400 1.8rem/150% "Unico Display", sans-serif;
  color: #5c5d5e;
  opacity: 0.8;
}
.s-beneficios .top h2 {
  color: #2d2f30;
}
.s-beneficios .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  position: relative;
}
.s-beneficios .row.centered .box-beneficio {
  margin-top: 6rem;
}
.s-beneficios .row::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 69.5rem;
  height: 0.2rem;
  left: 0;
  bottom: 0;
  background: #f3f3f4;
}
.s-beneficios .row .images {
  position: relative;
  width: 100%;
  max-width: 38.8rem;
  height: 35.7rem;
}
.s-beneficios .row .images img {
  position: absolute;
}
.s-beneficios .row .images .fig-01 {
  top: 2.2rem;
  left: 0;
}
.s-beneficios .row .images .fig-02 {
  right: 0;
  bottom: 0;
}
.s-beneficios .box-beneficio {
  width: 100%;
  max-width: 38.4rem;
}
.s-beneficios .box-beneficio .icone {
  width: 5.8rem;
  height: 5.8rem;
  background: rgba(242, 41, 99, 0.05);
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 2.4rem;
}
.s-beneficios .box-beneficio h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 150%;
  color: #041020;
  margin-bottom: 1.6rem;
}
.s-beneficios .box-beneficio ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.s-beneficios .box-beneficio ul li {
  display: flex;
  align-items: center;
}
.s-beneficios .box-beneficio ul li img {
  margin-right: 0.8rem;
}
.s-beneficios .box-beneficio ul li .unico-16-regular {
  max-width: 29.4rem;
}
.s-beneficios .bottom {
  padding-top: 8.2rem;
}
.s-beneficios .bottom .unico-20-regular {
  color: #041020;
  margin-bottom: 4.3rem;
}
.s-beneficios .bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 3.4rem;
}
.s-beneficios .bottom ul li {
  display: flex;
  align-items: center;
  background: #f9f9fa;
  border-radius: 12px;
  gap: 2.4rem;
  height: 6rem;
  padding: 0 3.2rem 0 1.6rem;
}
.s-beneficios .bottom ul li .unico-16-regular {
  color: #212529;
}
@media (max-width: 1129px) {
  .s-beneficios .row {
    gap: 4rem;
  }
  .s-beneficios .row.centered {
    padding-top: 4rem;
  }
  .s-beneficios .row.centered .box-beneficio {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .s-beneficios {
    padding-top: 8rem;
  }
}
@media (max-width: 800px) {
  .s-beneficios {
    padding-top: 50px;
  }
  .s-beneficios .box-beneficio {
    max-width: 100%;
  }
  .s-beneficios .box-beneficio ul li .unico-16-regular {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .s-beneficios {
    padding-bottom: 50px;
  }
  .s-beneficios .top .text-hat {
    font-size: 16px;
  }
  .s-beneficios .box-beneficio .icone {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .s-beneficios .bottom {
    padding-top: 40px;
  }
  .s-beneficios .bottom ul {
    gap: 20px;
  }
  .s-beneficios .bottom ul li {
    height: auto;
    padding: 10px 15px;
    gap: 10px;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}