@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;900&family=Poppins&family=Roboto+Condensed:wght@400;700&display=swap");

:root {
  /* Base Colors */
  ---black: #000000;
  ---white-1: #ffffff;
  ---white-2: #1b406d00;
  ---primary-color: #2E2A43;
  ---dark-blue-2: #08193f;
  ---dark-blue-3: #08193f80;
  ---light-blue-1: #01aae533;
  ---light-blue-2: #01aae54d;
  ---yellow: #FBB03B;
  ---cyan: #01aae5;
  ---gray-1: #f3f3f3;
  ---gray-2: #1e1e1e33;
  ---gray-3: #f7f7f7;
  ---gray-4: #eeeeee;
  ---gray-5: #666666;
  ---gray-6: #525252;
  ---gray-7: #555555;
  ---gray-8: #1e1e1e;

  /* Fonts */
  ---font-roboto-condensed: "Roboto Condensed", sans-serif;
  ---font-noto-serif: "Noto Serif", serif;
  ---font-poppins: "Poppins", sans-serif;
}

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* End Reset CSS */
/* Grid */
.w__1240 {
  max-width: 1240px;
  margin: 0 auto;
}
/* Grid */
/* Text title */
.text-title {
  text-align: left;
  font-family: var(---font-noto-serif);
  letter-spacing: 0;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 900;
}
.text-title--blue {
  color: var(---primary-color);
}
/* Text title */
/* Header */
header {
  background-color: var(---primary-color);
  background-image: url(/reboot_portal/public/assets/img/trabalhe-conosco/emphasis-background.webp);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom right;
}
.header {
  position: fixed;
  z-index: 3;
  padding-top: 3.4375rem;
  transition: 0.5s all;
}
.header.scroll {
  background-color: var(---primary-color);
  margin-top: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}
.c-header {
  gap: 2.3125rem;
}
.header__logo {
  width: 100%;
  max-width: 273px;
  height: 55px;
}
.header__menu {
  gap: 0.625rem;
  font-family: var(---font-roboto-condensed);
  list-style: none;
}
.header__menu--mob {
  position: fixed;
  top: 0;
  right: -250px;
  font-family: var(---font-roboto-condensed);
  list-style: none;
  background-color: var(---primary-color);
  width: 250px;
  gap: 1.6875rem;
  border-radius: 0px 0px 0px 24px;
  transition: 0.5s;
  padding: 2rem 0;
  z-index: 2;
}
.header__item a {
  font-size: 1.5rem;
  line-height: 30px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border-radius: 24px;
}
.header__item a:hover {
  background-color: var(---primary-color);
  text-decoration: none;
}
.header.scroll .header__item a:hover {
  background-color: var(---cyan);
}
/* Header */
/* Mobile menu */
.mobile-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 30px;
  height: 24px;
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/icon-menu.svg) center center no-repeat;
}
nav.active .mobile-menu {
  display: none !important;
}
.mobile-menu--close {
  bottom: 5px;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0 2rem;
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/icon-fechar.svg) center center
    no-repeat;
}
.mobile-menu--close:focus,
.mobile-menu:focus {
  outline: none;
}
/* Mobile Menu */
/* Emphasis */
/* .emphasis {
  padding-top: 190px !important;
} */
 .emphasis {
  padding-top: 8.625rem !important;
  padding-bottom: 3.375rem !important;
 }
.emphasis__item {
  width: 100%;
  height: calc(100vh - 12rem);
}
.emphasis__item__logo {
  height: 100%;
  background-image: url(/reboot_portal/public/assets/img/trabalhe-conosco/phrase-emphasis.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.emphasis__item__content {
  gap: 1.875rem;
  height: 100%;
  font-family: var(---font-noto-serif);
  letter-spacing: 0px;
  color: var(---white-1);
}
.emphasis__item__content h1,
.emphasis__item__content h2 {
  font-size: 2.25rem;
  line-height: 1.625rem;
  font-weight: normal;
}
.emphasis__item__content p {
  font-size: 3.75rem;
  line-height: 4.5rem;
  max-width: 610px;
  font-weight: bold;
}
.arrow-bottom {
  z-index: 2;
  bottom: 6.25rem;
  left: calc(50% - 20px);
}
.arrow-bottom img {
  transition: 0.3s ease-in-out;
}
.arrow-bottom img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.emphasis-carousel .owl-dots {
  height: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1.875rem;
  position: relative;
  bottom: 65vh;
}
button {
  outline: none !important;
}
.emphasis-carousel .owl-dot {
  border-radius: 50%;
  background-color: #ffffff67 !important;
  border: 1px solid var(---white-1) !important;
}
.owl-dot span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  margin: 0px !important;
  font-family: var(---font-poppins);
  color: var(---white-1);
  font-size: 1rem;
  font-weight: 400px;
  transition: 0.3s;
}
.emphasis-carousel .owl-dot.active {
  background-color: var(---white-1) !important;
}
.emphasis-carousel .owl-dot.active span {
  color: var(---primary-color);
}
/* Emphasis Carousel */

/* Audience */
.c-audience {
  padding-top: 4.375rem;
  background: var(---primary-color);
}
.c-audience__box {
  gap: 1.25rem;
  visibility: hidden;
}
.c-audience__circle {
  width: 400px;
  height: 400px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.c-audience__box__item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(---primary-color);
}
.c-audience__item__content {
  max-width: 20rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: var(---font-roboto-condensed);
}
.c-audience__highlighted__text {
  font-size: 3rem;
  line-height: 3.625rem;
  margin: 0.3125rem 0;
}
.c-audience__credits {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
/* Audience */

/* Benefits */
.benefits {
  background-color: var(---primary-color);
}
.c-benefits {
  padding-top: 70px;
  gap: 1.25rem;
  padding-bottom: 70px;
}
.benefits__card {
  align-items: center;
  max-width: 295px;
  box-shadow: 0px 0px 10px #01aae533;
  border-radius: 10px;
}
.benefits__card.extra-space {
  display: none;
}
.benefits__card__figure {
  width: 18.4375rem;
  height: 12.5rem;
}
.benefits__card__figure img {
  width: 100%;
  height: 100%;
}
.benefits__card__infos {
  gap: 15px;
  width: 100%;
  height: 401px;
  padding: 1.5625rem;
}
.benefits__card__infos__title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: var(---font-roboto-condensed);
  font-weight: bold;
}
.benefits__card__infos__description {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: var(---font-noto-serif);
  max-width: 235px;
}
.benefits-carousel .owl-stage-outer {
  padding: 0.4rem;
}
.benefits-carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0;
  z-index: 1;
}
.benefits-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(---white-1) !important;
}
.benefits-carousel .owl-nav .owl-prev span {
  display: block;
  content: "";
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/seta.svg) no-repeat center center;
  transform: rotateY(180deg);
}
.benefits-carousel .owl-nav .owl-next span {
  display: block;
  content: "";
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/seta.svg) no-repeat center center;
}
.benefits-carousel .owl-nav .owl-next.disabled,
.benefits-carousel .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.benefits-carousel .owl-nav button span {
  color: transparent;
}
.benefits-carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  right: 0;
  width: 295px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #2E2A4300, #2E2A43);
}
/* Benefits */
/* Our Values */
.our-values {
  margin-top: 70px;
}
.c-our-values {
  gap: 20px;
}
.our-values__card {
  flex: 1;
  width: 100%;
  min-width: 29.6875rem;
  background: #F3F3F3;
  border-radius: 0.625rem;
  overflow: hidden;
}
.our-values-box {
  gap: 20px;
}
.our-values__card__header {
  gap: 1.25rem;
  height: 5.3125rem;
  overflow: hidden;
}
.our-values__card__figure {
  width: 5.3125rem;
  height: 5.3125rem;
}
.our-values__card__figure img {
  width: 100%;
  height: 100%;
}
.our-values__card__infos {
  padding: 1.25rem;
}
.our-values__card__header h2 {
  font-family: var(---font-roboto-condensed);
  font-weight: bold;
  color: var(---gray-8);
  letter-spacing: 0px;
  font-size: 2.25rem;
  line-height: 1.875rem;
}
.our-values__card__infos__description {
  font-family: var(---font-noto-serif);
  color: var(---gray-8);
  letter-spacing: 0px;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
/* Our Values */
/* Areas of Expertise */

/* Areas of expertise - variantion colors */

/* Areas of expertise - variantion Cyan */
.areas-of-expertise__card--cyan {
  background-color: var(---cyan);
}
.areas-of-expertise__card--cyan:hover {
  border: 1px solid var(---cyan);
}
.areas-of-expertise__card--cyan:hover h2 {
  color: var(---cyan);
}
/* Areas of expertise - variantion Cyan */
/* Areas of expertise - variantion Blue */
.areas-of-expertise__card--blue {
  background-color: var(---primary-color);
}
.areas-of-expertise__card--blue:hover {
  border: 1px solid var(---primary-color);
}
.areas-of-expertise__card--blue:hover h2 {
  color: var(---primary-color);
}
/* Areas of expertise - variantion Blue */
/* Areas of expertise - variantion Dark Blue */
.areas-of-expertise__card--dark-blue {
  background-color: var(---dark-blue-2);
}
.areas-of-expertise__card--dark-blue:hover {
  border: 1px solid var(---dark-blue-2);
}
.areas-of-expertise__card--dark-blue:hover h2 {
  color: var(---dark-blue-2);
}
/* Areas of expertise - variantion Dark Blue */

/* Areas of expertise - variantion colors */
.areas-of-expertise {
  margin-top: 70px;
}
.areas-of-expertise__card {
  width: 295px;
  height: 295px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.areas-of-expertise__card:hover {
  cursor: pointer;
  background-color: var(---white-1);
}
.areas-of-expertise__card__name {
  font-family: var(---font-roboto-condensed);
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  max-width: 225px;
  color: var(---white-1);
}
.c-areas-of-expertise {
  gap: 20px;
}
.areas-of-expertise-box {
  gap: 20px;
}
.areas-of-expertise-box-carousel {
  display: flex;
}
/* Areas of Expertise */
/* Popup */
.popup {
  display: none;
}
.overlay {
  display: none;
  background-color: var(---dark-blue-3);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 3;
  top: 0;
  transition: 0.3s ease-in-out;
}
.c-popup {
  z-index: 4;
  padding: 0 15px;
}
.popup-box {
  gap: 15px;
  max-width: 670px;
  padding: 30px;
  background-color: var(---gray-1);
  border-radius: 10px;
}
.popup__btn--close {
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(---white-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s ease-in-out;
}
.popup__btn--close svg {
  width: 100%;
  height: 100%;
}
.popup__btn--close:hover {
  background-color: #000000;
}
.popup__btn--close:hover svg {
  fill: #ffffff;
}
.popup__header__title {
  font-family: var(---font-roboto-condensed);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.87rem;
}
.popup__header__description {
  font-family: var(---font-noto-serif);
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.bg-overlay-modal {
  display: none;
}
/* Popup */
/* Depoiments Card */
.depoiments {
  margin-top: 70px;
}
.c-depoiments {
  gap: 20px;
}
.depoiments__box {
  gap: 20px;
}
.depoiments__card {
  width: 400px;
  background-color: var(---yellow);
  padding: 40px;
  gap: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px var(---gray-2);
  cursor: pointer;
}
.depoiments__card__infos {
  width: 320px;
}
.depoiments__card__infos__person {
  gap: 0.3125rem;
}
.depoiments__card__infos-name {
  font-family: var(---font-roboto-condensed);
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0;
  color: var(---gray-8);
}
.depoiments__card__infos-occupation {
  font-family: var(---font-roboto-condensed);
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: var(---gray-8);
}
.depoiments__card__infos__description {
  width: 320px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: var(---font-noto-serif);
  color: var(---primary-color);
}
.depoiments__card__photo img {
  margin-bottom: 20px;
}
/* Depoiments Card */

/* Fita de imagens*/
.picture-tape {
  margin-top: 4.375rem;
  width: 100%;
  height: 7.25rem;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
/* Fita de imagens*/

/* Vacancies */
.vacancies {
  background-color: var(---primary-color);
}
.c-vacancies {
  padding-top: 70px;
  padding-bottom: 57px;
  gap: 20px;
}
.vacancies-carousel .owl-stage-outer {
  padding: 0.4rem;
}
.vacancies__card {
  width: 292px;
  height: 175px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #009FE333;
  padding: 20px;
  gap: 33px;
}
.vacancies__card-name {
  font-family: var(---font-roboto-condensed);
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  color: var(---white-1);
  max-width: 255px;
  letter-spacing: 0;
}
.vacancies__card-btn {
  align-self: flex-end;
  background-color: var(---white-1);
  color: var(---primary-color);
  border-radius: 20px;
  border: 1px solid var(---white-1);
  font-weight: bold;
  font-family: var(---font-roboto-condensed);
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  padding: 8px 16px;
  transition: 0.3s ease-in-out;
}
.vacancies__card-btn:hover {
  background: none;
  text-decoration: none;
  color: var(---white-1);
}
.vacancies-carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  height: 0;
}
.vacancies-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(---white-1) !important;
}
.vacancies-carousel .owl-nav .owl-prev span {
  display: block;
  content: "";
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/seta.svg) no-repeat center center;
  transform: rotateY(180deg);
}
.vacancies-carousel .owl-nav .owl-next span {
  display: block;
  content: "";
  background: url(/reboot_portal/public/assets/img/trabalhe-conosco/seta.svg) no-repeat center center;
}
.vacancies-carousel .owl-nav .owl-next.disabled,
.vacancies-carousel .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.vacancies-carousel .owl-nav button span {
  color: transparent;
}
/* .vacancies-carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  right: 0;
  width: 295px;
  height: 100%;
  z-index: 1;
  background-image: url(../public/assets/img/trabalhe-conosco/degrade.webp);
} */
/* Vacancies */
/* Footer */
.footer {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer__social-medias {
  gap: 15px;
}
.c-footer {
  gap: 32px;
}
.footer__infos {
  gap: 15px;
}
.footer__trueproject__name {
  font-family: var(---font-roboto-condensed);
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: var(---gray-6);
  letter-spacing: 0;
}
.footer__trueproject__name:hover {
  text-decoration: none;
  color: var(---gray-6);
}
.footer__trueproject__name img {
  width: 138px;
  height: 40px;
}
.footer__social-medias-icon img {
  width: 24px;
  height: 24px;
}
.footer__direitos p {
  text-align: center;
  font-family: var(---font-roboto-condensed);
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(---gray-5);
}
.footer__direitos__top {
  display: flex;
}
/* Footer */
@media (max-width: 1270px) {
  .mobile-menu {
    display: flex;
  }
  .header__item a:hover {
    background: none;
    opacity: 0.7;
    text-decoration: none;
  }
  .header {
    background-color: var(---primary-color);
    padding-top: 0;
    margin-top: 0;
  }
  .header.scroll {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-header {
    height: 80px;
    padding-top: 0;
  }
  .header__menu {
    display: none !important;
  }
  .emphasis {
    padding-top: 6rem !important;
    padding-bottom: 5rem !important;
  }
  .emphasis__item {
    height: calc(100vh - 11rem);
  }
  .emphasis-carousel .owl-dots {
    flex-direction: row;
    bottom: 75vh;
    padding: 0 15px;
  }

  .arrow-bottom {
    display: none;
  }
  /* Mobile menu active */
  nav.active .header__menu--mob {
    right: 0;
    box-shadow: 0px 0px 10px #009FE333;
  }

  /* Mobile menu active */
  nav.active .header__menu--mob {
    right: 0;
  }
  /* Mobile menu active */
  .emphasis__item__content {
    padding: 0 15px;
    gap: 0.9375rem;
  }
  .depoiments__box {
    overflow: auto;
  }
  .depoiments__box::-webkit-scrollbar {
    display: none;
  }
}
/* Tablet Mode */
@media (max-width: 992px) {
  header {
    background-image: url(/reboot_portal/public/assets/img/trabalhe-conosco/emphasis-background-tab.webp);
  }
  .header__logo {
    max-width: 166px;
    height: 33px;
  }
  .emphasis-carousel .owl-dots {
    flex-direction: row;
    bottom: 75vh;
  }
  .emphasis__item__logo {
    background-image: url(/reboot_portal/public/assets/img/trabalhe-conosco/phrase-emphasis-tab.webp);
  }
  /*Audience*/
  .c-audience__circle {
  width: 21.5625rem;
  height: 21.5625rem;
  }
  /*Audience*/
  .areas-of-expertise {
    padding-right: 0;
  }
  .c-vacancies {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* .vacancies-carousel .owl-stage-outer::before {
    content: "";
    position: absolute;
    right: 0;
    width: 65px;
    height: 100%;
    z-index: 1;
    background-image: url(../public/assets/img/trabalhe-conosco/degrade-mobile.webp);
  } */
  .benefits-carousel .owl-stage-outer::before {
    width: 65px;
  }
  .picture-tape {
    height: 5.625rem;
  }
}
/* Tablet Mode */

@media (max-width: 743px) {
  .picture-tape {
    height: 2.8125rem;
  }
}

/* Mobile Mode */
@media (max-width: 600px) {
  .c-header {
    height: 60px;
  }
  .emphasis {
    padding-top: 4.75rem !important;
    padding-bottom: 3rem;
  }
  .emphasis__item {
    height: calc(100vh - 7.75rem);
  }
  .emphasis__item__content h1,
  .emphasis__item__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .emphasis__item__content p {
    font-size: 48px;
    line-height: 48px;
    max-width: 345px;
  }
  .arrow-bottom {
    bottom: 2.5rem;
  }
  .c-audience {
    padding-top: 2.5rem;
  }
  .our-values__card {
    flex: auto;
    min-width: auto;
  }
  .depoiments__box {
    flex-direction: column;
    overflow: hidden;
  }
  .depoiments__card {
    width: 100%;
    gap: 30px;
    padding: 30px;
  }
  .depoiments__card__infos__description {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .c-vacancies {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__direitos__top {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 475px) {
  .emphasis__item__logo {
    background-image: url(/reboot_portal/public/assets/img/trabalhe-conosco/phrase-emphasis-mob.webp);
  }
}
/* Mobile Mode */
