@charset "UTF-8";
/* SCSS // ipires // 202107 - 202207 */
/* SCSS // ipires // 202107 - 202203 */
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@100..900&display=swap");
@font-face {
  font-family: "notosans";
  src: url("fonts/notosans-light.woff2") format("woff2"), url("fonts/notosans-light.woff") format("woff"), url("fonts/notosans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans";
  src: url("fonts/notosans-regular.woff2") format("woff2"), url("fonts/notosans-regular.woff") format("woff"), url("fonts/notosans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans";
  src: url("fonts/notosans-bold.woff2") format("woff2"), url("fonts/notosans-bold.woff") format("woff"), url("fonts/notosans-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'sancoale';
    src: url('fonts/sancoale_softened_light.woff2') format('woff2'),
        url('fonts/sancoale_softened_light.woff') format('woff'),
        url('fonts/sancoale_softened_light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sancoale';
    src: url('fonts/sancoale_softened.woff2') format('woff2'),
        url('fonts/sancoale_softened.woff') format('woff'),
        url('fonts/sancoale_softened.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sancoale';
    src: url('fonts/sancoale_softened_bold.woff2') format('woff2'),
        url('fonts/sancoale_softened_bold.woff') format('woff'),
        url('fonts/sancoale_softened_bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/
* {
  outline: 0 !important;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  color: inherit;
  box-sizing: border-box;
  list-style: none;
  font-size: inherit;
}
*.ready {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}
* body {
  width: 100%;
  overflow-x: hidden;
  font: 10px "notosans", Arial, sans-serif;
}
* a {
  cursor: pointer !important;
}
* input[type=text] {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  color: #111;
  font-weight: 400;
  line-height: 120%;
  padding: 7px 13px;
}
* .clear, * .clear:after {
  content: "";
  display: block;
  clear: both;
}
* section {
  overflow-x: hidden;
}
* .boxFixa {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
}
* .boxFixa:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  * .boxFixa {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  * .boxFixa {
    max-width: 980px;
  }
}
@media (min-width: 1280px) {
  * .boxFixa {
    max-width: 1200px;
  }
}
* .boxFull {
  flex: 1 1 100%;
  /*clear: both;
  &:after {@include clear;}*/
}
* .boxMetade {
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  * .boxMetade {
    flex: 1 1 100%;
  }
}
* .boxTerco {
  flex: 1 1 33.3%;
}
@media (max-width: 767px) {
  * .boxTerco {
    flex: 1 1 50%;
  }
}
@media (max-width: 420px) {
  * .boxTerco {
    flex: 1 1 100%;
  }
}
* .boxQuarto {
  flex: 1 1 25%;
}
@media (max-width: 767px) {
  * .boxQuarto {
    flex: 1 1 50%;
  }
}
* .boxQuinto {
  flex: 1 1 20%;
}
@media (max-width: 767px) {
  * .boxQuinto {
    flex: 1 1 50%;
  }
}
* .boxSexto {
  flex: 1 1 16.6%;
}
@media (max-width: 767px) {
  * .boxSexto {
    flex: 1 1 50%;
  }
}
* h1, * h2 {
  font-family: "Asap", sans-serif;
  font-size: 600%;
  color: #780096;
  letter-spacing: -0.01em;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 767px) {
  * h1, * h2 {
    font-size: 400%;
  }
}
* h3, * h4 {
  font-family: "Asap", sans-serif;
  font-size: 500%;
  color: #780096;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-weight: 600;
}
@media (max-width: 767px) {
  * h3, * h4 {
    font-size: 340%;
  }
}
* h4 {
  font-size: 460%;
  font-weight: 400;
  color: #FF0082;
}
* h5, * h6 {
  font-family: "Asap", sans-serif;
  font-size: 400%;
  color: #780096;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 400;
}
* h5 {
  color: #FF5C00;
  font-size: 360%;
}
* p, * li {
  font-family: "notosans", Arial, sans-serif;
  font-size: 180%;
  color: #111111;
  letter-spacing: -0.02em;
  line-height: 140%;
  font-weight: 300;
  padding: 8px 0;
}
@media (max-width: 767px) {
  * p, * li {
    font-size: 150%;
    padding: 5px 0;
  }
}

.cookies {
  opacity: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px;
  z-index: 999;
  text-align: center;
  background: rgba(17, 17, 17, 0.8);
  color: #ffffff;
  font-size: 160%;
}
.cookies.start {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
}
.cookies p {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}
.cookies a {
  text-decoration: underline !important;
}
.cookies .btn {
  text-decoration: none !important;
  display: inline-block;
  font-size: 120%;
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
  padding: 8px 18px 7px 18px;
  margin-left: 10px;
  color: #780096;
  border: 0;
  background: #F5D200;
  border-radius: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cookies .btn {
    margin: 10px auto 0 auto;
    font-size: 100%;
  }
}
.cookies.gotit {
  animation-name: fadeOutDown;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.contador {
  transition: --num 2s;
  transition-delay: 0.7s;
  counter-reset: num var(--num);
  /*&.one.start {
      --num: 1145;
  }
  &.two.start {
      --num: 40;
  }
  &.three.start {
      --num: 28;
  }*/
}
.contador::after {
  content: counter(num);
}

*[class*=anim] {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInGrow {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes fadeInALot {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes fadeInUpOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    filter: blur(10px);
  }
  70% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -450%, 0);
    filter: blur(5px);
  }
}
@keyframes fadeInUpShake {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes rotateShow {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    filter: blur(10px);
    transform-origin: bottom right;
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
    filter: blur(0);
  }
}
@keyframes rotateShow1 {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    filter: blur(15px);
    transform-origin: bottom right;
  }
  80% {
    transform: rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: rotate(-1.5deg);
    filter: blur(0);
  }
}
@keyframes rotateShow2 {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    filter: blur(15px);
    transform-origin: bottom right;
  }
  80% {
    transform: rotate(3.5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(2deg);
    filter: blur(0);
  }
}
@keyframes tadaShow {
  from {
    transform: scale3d(1, 1, 1);
    opacity: 0;
    filter: blur(10px);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-6px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
  }
}
@keyframes travelLeftRight {
  from {
    transform: translate3d(-200%, 0, 0);
  }
  to {
    transform: translate3d(4000%, 0, 0);
  }
}
.boxFixa {
  max-width: 800px;
}

header {
  padding: 20px 0;
  background: linear-gradient(to right, #780096 0%, #FF0082 100%);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100 !important;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
header.top {
  padding: 30px 0;
  width: 100%;
}
header.top h1 {
  width: 54px;
  height: auto;
}
header.top a {
  font-size: 220%;
  padding: 8px 10px;
}
header h1 {
  float: left;
  width: 54px;
  transition: all 0.3s;
}
header h1 img {
  display: block;
  width: 100%;
}
header .switch {
  border: solid 1px #ffffff;
  border-radius: 30px;
  display: block;
  float: right;
  padding: 2px;
  margin: 5px 0 0 0;
}
header a {
  display: inline-block;
  font-size: 180%;
  font-family: "Asap", sans-serif;
  padding: 7px 9px;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 30px;
}
header a.on {
  background: #ffffff;
  color: #FF0082;
}
@media (max-width: 767px) {
  header .boxMetade {
    flex: 1 1 50%;
  }
}
header:after {
  content: "";
  display: block;
  clear: both;
}

section.links {
  background: #ffffff;
  padding: 150px 0 40px 0;
}
section.links.en {
  display: block;
}
section.links.pt {
  display: none;
}
section.links h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 380%;
}
section.links a {
  display: block;
  width: calc(50% - 10px);
  float: left;
  font-size: 180%;
  font-family: "notosans", Arial, sans-serif;
  padding: 8px 18px 7px 18px;
  margin: 10px 0 0 10px;
  color: #780096;
  border: 0;
  background: #F5D200;
  border-radius: 35px;
  font-weight: 400;
  text-align: center;
}
section.links a:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 767px) {
  section.links a {
    width: 100%;
    float: none;
    margin: 10px auto 0 auto;
    font-size: 160%;
  }
}
section.links a:empty {
  display: none;
}

section.destaque {
  background: #fafafa;
  padding: 30px 0 30px 0;
}
section.destaque.en {
  display: block;
}
section.destaque.pt {
  display: none;
}
section.destaque h3 {
  font-size: 320%;
  font-weight: 400;
  padding-bottom: 20px;
}
section.destaque .boxFixa {
  overflow: visible;
}
section.destaque .boxMetade:last-child {
  overflow: visible;
  /*padding: 20px;*/
  margin: 0 -20px;
}
section.destaque .tcycle {
  overflow: hidden !important;
}
section.destaque a.btnCTA {
  display: block;
  width: 250px;
  margin: 20px auto 10px auto;
  font-size: 240%;
  font-family: "Asap", sans-serif;
  padding: 13px 20px 12px 20px;
  color: #780096;
  border: 0;
  background: #F5D200;
  border-radius: 35px;
  font-weight: 600;
  text-align: center;
}
section.destaque a.btnCTA:after {
  content: " ›";
}
section.destaque a[class*=job] {
  display: block;
  width: calc(100% - 40px);
  margin: 0 0 10px 20px;
  height: 170px;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.15);
}
section.destaque a[class*=job] .category {
  font-size: 160%;
}
section.destaque a[class*=job] h1 {
  font-size: 240%;
  color: #FF0082;
  padding: 5px 0;
}
section.destaque a[class*=job] .job-lang {
  font-size: 160%;
  color: #FF0082;
}
section.destaque a[class*=job] .btn-wrapper {
  text-align: right;
}
section.destaque a[class*=job] a {
  font-size: 200%;
  text-align: center;
  color: #780096;
  border-bottom: solid 1px #FF0082;
  text-transform: lowercase;
}
section.destaque a[class*=job] a:after {
  content: " ›";
}
section.destaque a[class*=job] .job-lang {
  padding-left: 5px;
}
section.destaque a[class*=job] .job-lang + .job-lang {
  display: none;
}
section.destaque .card-body:nth-child(2) {
  display: none;
}
section.destaque .card-body .pre-title,
section.destaque .card-body img {
  display: none;
}

footer {
  background: #4c4c4c;
  padding: 40px 0;
}
footer h1 {
  float: left;
  width: 50px;
}
@media (max-width: 767px) {
  footer h1 {
    float: none;
    margin: auto;
  }
}
footer h1 img {
  display: block;
  width: 100%;
}
footer p {
  display: block;
  float: right;
  font-size: 160%;
  font-family: "notosans", Arial, sans-serif;
  padding: 20px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 767px) {
  footer p {
    float: none;
    text-align: center;
    font-size: 140%;
    margin-top: 20px;
  }
}
footer:after {
  content: "";
  display: block;
  clear: both;
}

.anim01.start {
  animation-name: fadeInGrow;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
}

.contador.one.start {
  --num: 1145;
}
.contador.two.start {
  --num: 40;
}
.contador.three.start {
  --num: 28;
}/*# sourceMappingURL=lp-styles.css.map */