/* Trabalhe Banner */
.trabalhe-banner {
  height: 960px;
  width: 100%;
  background-image: image-set(url("/assets/images/trabalhe-conosco/trabalhe-banner.webp") type("image/webp"), url("/assets/images/trabalhe-conosco/trabalhe-banner.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.trabalhe-banner h1 {
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  max-width: 785px;
  padding-top: 253px;
  margin-bottom: 50px;
  display: inline-block;
}

.trabalhe-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  max-width: 690px;
  margin-bottom: 50px;
}

.trabalhe-banner-ceabs {
    position: absolute;
    right: 0;
    bottom: -110px;
}

/* Trabalhe Sobre */
.trabalhe-sobre {
    min-height: 100vh;
    padding-top: 118px;
    padding-bottom: 210px;
    background-color: #0F1E37;
    clip-path: polygon(56% 100%, 46% 85%, 0% 85%, 0% 0%, 100% 0%, 100% 100%);
}

.trabalhe-sobre .trabalhe-sobre-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.trabalhe-sobre .trabalhe-sobre-content h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    line-height: 50px;
    max-width: 560px;
}

.trabalhe-sobre .trabalhe-sobre-content p {
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    max-width: 486px;
}

.trabalhe-sobre .trabalhe-sobre-content p span {
    color: #0061FF;
    font-weight: 700;
}

.trabalhe-sobre h2 strong {
    font-weight: 700;
}

.trabalhe-sobre-topicos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    margin-bottom: 14px;
}

.trabalhe-sobre-topicos-item {
    width: 33.33%;
    min-height: 74px;
    padding: 15px 15px 5px 30px;
    background-color: #0000001A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
    transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.trabalhe-sobre-topicos-item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.trabalhe-sobre-topicos-item-wrapper p {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    margin-left: 20px;
}

.trabalhe-sobre-topicos-item-button {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
}

.trabalhe-sobre-topicos-hide {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    display: block;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 0;
    padding-left: 54px;
    padding-bottom: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.25s ease, transform 0.25s ease, margin-top 0.35s ease, padding-bottom 0.35s ease;
}

.trabalhe-sobre-topicos-item-button-up,
.trabalhe-sobre-topicos-item-active .trabalhe-sobre-topicos-item-button-plus {
    display: none;
}

.trabalhe-sobre-topicos-item-active .trabalhe-sobre-topicos-hide {
    max-height: 160px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 32px;
    padding-bottom: 30px;
}

.trabalhe-sobre-topicos-item-active .trabalhe-sobre-topicos-item-button-up {
    display: block;
}

.trabalhe-sobre-topicos-item-active {
    background-color: #FFFFFF12;
    border-color: #FFFFFF66;
    transform: translateY(-2px);
}

/* Trabalhe Cultura */
.trabalhe-cultura {
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
}

.trabalhe-cultura .container {
    position: relative;
}

.trabalhe-cultura h2 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.trabalhe-cultura h2 strong {
    font-weight: 700;
}

.trabalhe-cultura .trabalhe-cultura-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.trabalhe-cultura-wrapper {
    width: 100%;
    min-height: 668px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000008;
    border: 1px solid #0000000D;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    z-index: 2;
}

.trabalhe-cultura-bg {
    min-height: 660px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: image-set(url("/assets/images/trabalhe-conosco/trabalhe-slides-bg.webp") type("image/webp"), url("/assets/images/trabalhe-conosco/trabalhe-slides-bg.png") type("image/png"));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.trabalhe-cultura-bg h4 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.trabalhe-cultura-bg h4 strong {
    font-weight: 700;
}

.trabalhe-cultura-slides-wrapper {
    width: 100%;
    max-width: 840px;
    margin-bottom: 60px;
    touch-action: pan-y;
    filter: drop-shadow(0px 0px 55px rgba(0, 0, 0, 0.25));
}

.trabalhe-cultura-slides {
    min-height: 379px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
    background-color: #FFFFFF;
    padding: 20px 76px;
    clip-path: polygon(30% 0%, 34% 5%, 66% 5%, 70% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.trabalhe-cultura-slides-icon {
    min-height: 258px;
    width: 271px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.trabalhe-cultura-slides-icon ._js_trabalhe_slide_icon {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.trabalhe-cultura-slides-icon ._js_trabalhe_slide_icon.is-changing {
    opacity: 0;
    transform: scale(0.95);
}

.trabalhe-cultura-slides-icon :is(img, svg.svg-icon):first-child {
    position: absolute;
}

.trabalhe-cultura-slides-content {
    max-width: 270px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.trabalhe-cultura-slides-content.is-changing {
    opacity: 0;
}

.trabalhe-cultura-slides-content h3 {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 30px;
}

.trabalhe-cultura-slides-content p {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.trabalhe-cultura-slides-bottom-logo {
    position: absolute;
    left: 21px;
    bottom: 21px;
}

.trabalhe-cultura-slides-buttons {
    position: absolute;
    right: 17px;
    bottom: 17px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.trabalhe-cultura-slides-buttons :is(img, svg.svg-icon) {
    padding: 4px;
    cursor: pointer;
}

.trabalhe-cultura-logo-1 {
    position: absolute;
    top: 52%;
    left: -80px;
    z-index: 1;
    animation: breathe 3s ease-in-out infinite;
}

.trabalhe-cultura-logo-2 {
    position: absolute;
    top: 190px;
    right: -120px;
    z-index: 3;
    animation: breathe 3s ease-in-out infinite;
}

.trabalhe-cultura-logo-3 {
    position: absolute;
    bottom: -90px;
    right: 32%;
    z-index: 3;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Trabalhe Ceabs */
.trabalhe-ceabs {
    min-height: 2240px;
    padding-top: 263px;
    background-color: #0F1E37;
    background-image: image-set(url("/assets/images/trabalhe-conosco/trabalhe-bg.webp") type("image/webp"), url("/assets/images/trabalhe-conosco/trabalhe-bg.jpg") type("image/jpeg"));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trabalhe-ceabs h2 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 100px;
}

.trabalhe-ceabs h2 strong {
    font-weight: 700;
}

.trabalhe-ceabs-dot-1 {
    position: absolute;
    bottom: -196px;
    left: 23%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.trabalhe-ceabs-dot {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(24px);
}

.trabalhe-ceabs-dot-2 {
    position: absolute;
    bottom: -270px;
    right: -3%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.trabalhe-ceabs-dot-3 {
    position: absolute;
    bottom: -574px;
    left: -1%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.trabalhe-ceabs-dot-4 {
    position: absolute;
    bottom: -585px;
    right: 22%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.trabalhe-ceabs-dot-popover {
    opacity: 0;
    --trabalhe-ceabs-dot-popover-offset: translate(40%, 32%);
    transform: var(--trabalhe-ceabs-dot-popover-offset) scale(0.98);
    width: 366px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 10px 16px 23px;
    background-color: #00000033;
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity .45s ease, transform .45s cubic-bezier(0.16, 1, 0.3, 1);
}

.trabalhe-ceabs-dot-2 .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-4 .trabalhe-ceabs-dot-popover {
    --trabalhe-ceabs-dot-popover-offset: translate(-105%, 32%);
}   

.trabalhe-ceabs-dot-popover p {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}

.trabalhe-ceabs-dot-1:hover .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-2:hover .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-3:hover .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-4:hover .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-1.trabalhe-ceabs-dot-active .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-2.trabalhe-ceabs-dot-active .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-3.trabalhe-ceabs-dot-active .trabalhe-ceabs-dot-popover,
.trabalhe-ceabs-dot-4.trabalhe-ceabs-dot-active .trabalhe-ceabs-dot-popover {
    opacity: 1;
    transform: var(--trabalhe-ceabs-dot-popover-offset) scale(1);
    position: relative;
    z-index: 3;
}

.trabalhe-ceabs .trabalhe-ceabs-logo {
    margin: 0 auto;
}

.trabalhe-ceabs .trabalhe-ceabs-map {
    display: none;
}

.trabalhe-tecnologia {
    position: relative;
    text-align: center;
    margin-top: 865px;
}

.trabalhe-tecnologia :is(img, svg.svg-icon) {
    margin: 0 auto 60px auto;
    transform: translateX(-8%);
}

.trabalhe-tecnologia h3,
.trabalhe-tecnologia h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
}

.trabalhe-tecnologia h4 {
    line-height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 900px;
}

.trabalhe-tecnologia .trabalhe-tecnologia-text {
    position: absolute;
    top: 10%;
    right: 4%;
    text-align: left;
    max-width: 400px;
    z-index: 2;
}

.trabalhe-tecnologia p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    max-width: 350px;
    margin-top: 8px;
}

.trabalhe-tecnologia p strong {
    font-weight: 700;
}

@media (max-width: 1280px) {
    .trabalhe-ceabs {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: none;
        overflow: hidden;
    }

    .trabalhe-ceabs .trabalhe-ceabs-map {
        display: block;
    }

    .trabalhe-ceabs-dot-popover {
        width: min(280px, calc(100vw - 24px));
    }

    .trabalhe-ceabs-dot-1 {
        top: 29%;
        left: 26%;
        bottom: auto;
        width: 80px;
        height: 80px;
    }

    .trabalhe-ceabs-dot-2 {
        top: 37%;
        right: 7%;
        bottom: auto;
        width: 80px;
        height: 80px;
    }

    .trabalhe-ceabs-dot-3 {
        bottom: 14%;
        left: 8%;
        width: 80px;
        height: 80px;
    }

    .trabalhe-ceabs-dot-4 {
        bottom: 11%;
        right: 28%;
        width: 80px;
        height: 80px;
    }

    .trabalhe-ceabs-dot-1 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-8%, 130%);
    }

    .trabalhe-ceabs-dot-2 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-75%, 120%);
    }

    .trabalhe-ceabs-dot-3 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-15%, 120%);
    }

    .trabalhe-ceabs-dot-4 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-43%, 120%);
    }

    .trabalhe-tecnologia {
        margin-top: 80px;
    }
}

@media (max-width: 1100px) {
    .trabalhe-sobre {
        padding-bottom: 220px;
        clip-path: polygon(68% 100%, 36% 92%, 0% 92%, 0% 0%, 100% 0%, 100% 100%);
    }

    .trabalhe-sobre .trabalhe-sobre-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .trabalhe-sobre-topicos-item {
        width: 100%;
        max-width: 384px;
    }

    .trabalhe-sobre-topicos {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .trabalhe-ceabs {
        overflow: visible;
    }

    .trabalhe-ceabs-dot-1 .trabalhe-ceabs-dot-popover,
    .trabalhe-ceabs-dot-3 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(6px, 32%);
    }

    .trabalhe-ceabs-dot-2 .trabalhe-ceabs-dot-popover,
    .trabalhe-ceabs-dot-4 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(calc(-100% + 18px), 32%);
    }

    .trabalhe-banner {
        height: 860px;
    }

    .trabalhe-banner h1 {
        padding-top: 260px;
    }

    .trabalhe-banner-ceabs {
        max-width: 150px;
        bottom: -60px;
    }

    .trabalhe-tecnologia .trabalhe-tecnologia-text {
        position: inherit;
        top: auto;
        right: auto;
        max-width: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .trabalhe-tecnologia p {
        margin-left: auto;
        margin-right: auto;
    }

    .trabalhe-tecnologia :is(img, svg.svg-icon) {
        transform: none;
    }

    .trabalhe-cultura-logo-2 {
        display: none;
    }

    .trabalhe-ceabs-dot-popover {
        width: min(276px, calc(100vw - 24px));
    }
}

@media (max-width: 500px) {
    .trabalhe-banner h1,
    .trabalhe-sobre .trabalhe-sobre-content h2,
    .trabalhe-cultura h2,
    .trabalhe-ceabs h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .trabalhe-cultura-slides {
        flex-direction: column;
        padding: 80px 20px;
        gap: 40px;
        text-align: center;
    }

    .trabalhe-cultura-wrapper {
        padding: 45px 10px;
    }

    .trabalhe-ceabs-dot {
        height: 36px;
        width: 36px;
    }

    .trabalhe-ceabs-dot-1 {
        top: 23%;
        left: 21%;
        bottom: auto;
        width: 60px;
        height: 60px;
    }

    .trabalhe-ceabs-dot-2 {
        top: 32%;
        right: 7%;
        bottom: auto;
        width: 60px;
        height: 60px;
    }

    .trabalhe-ceabs-dot-3 {
        bottom: 14%;
        left: 12%;
        width: 60px;
        height: 60px;
    }

    .trabalhe-ceabs-dot-4 {
        bottom: 10%;
        right: 27%;
        width: 60px;
        height: 60px;
    }

    .trabalhe-ceabs-dot-1 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-8%, 15%);
    }

    .trabalhe-ceabs-dot-2 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-75%, 10%);
    }

    .trabalhe-ceabs-dot-3 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-15%, 10%);
    }

    .trabalhe-ceabs-dot-4 .trabalhe-ceabs-dot-popover {
        --trabalhe-ceabs-dot-popover-offset: translate(-43%, 10%);
    }
}

@media (max-width: 460px) {
    .trabalhe-banner {
        height: 660px;
    }

    .trabalhe-banner h1 {
        padding-top: 180px;
    }
}

@media (max-width: 370px) {
    .trabalhe-banner h1 {
        padding-top: 100px;
    }
}
