@charset "UTF-8";.footer-carreiras{text-align:center;position:relative;background-color:var(--color-bg-primary);color:var(--color-text-contrast)}.footer-carreiras__container{padding:4rem 3.0625rem}@media screen and (min-width:768px){.footer-carreiras__container{padding:5.625rem 3rem}}@media screen and (min-width:1024px){.footer-carreiras__container{padding:5.625rem 12.625rem}}.footer-carreiras__ilustracao{background:url(../../img/carreiras/bg-footer.svg) no-repeat center/cover;position:relative;display:inline-block;bottom:0;min-height:240px;min-width:100%;width:100%}@media screen and (min-width:768px){.footer-carreiras__ilustracao{min-height:440px}}.footer-carreiras__astronauta{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%);width:246px;height:auto;z-index:1}@media screen and (min-width:768px){.footer-carreiras__astronauta{width:325px}}.footer-carreiras__balao{position:absolute;background:url(../../img/carreiras/balao-footer.svg) no-repeat center/contain;width:90px;height:54px;right:52%;top:0;z-index:2;-webkit-transform:translateX(-50%);transform:translateX(-50%);animation:flutuar 2s ease-in-out infinite}@media screen and (min-width:768px){.footer-carreiras__balao{top:60px;width:131px;height:80px}}.footer-carreiras__conteudo{margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;max-width:100%}.footer-carreiras__texto{font-size:var(--font-size-lg);line-height:normal;font-weight:600;font-family:var(--font-family-primary);margin-bottom:2.375rem}@media screen and (min-width:768px){.footer-carreiras__texto{font-size:var(--font-size-xl);margin-bottom:3.6875rem}}@media screen and (min-width:1024px){.footer-carreiras__texto{font-size:var(--font-size-footer);max-width:800px}}.footer-carreiras__destaque{color:var(--color--text-accent-footer);font-weight:bold}@keyframes flutuar{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}