* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: #0A6557;
    border: none;
    
}

h1, h2, h3 {
    font-family: "coolvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

p {
    font-weight: 300;
    line-height: 1.5;
}

p strong {
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

span {
    color: #5EFFCD;
}

.mobile-cabecalho-container, .mobile-menu {
    display: none;
}

.botao-vidro {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 15px !important;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500 !important;
    font-family: "coolvetica", sans-serif;
    font-size: 20px;
    color: #5EFFCD !important;
    transition: all 0.3s ease-in-out;
}

.botao-vidro img {
    height: 2rem;
    width: auto !important;
}

.botao-vidro p {
    font-weight: 500 !important;
}

.botao-vidro:hover {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    opacity: 1 !important;
}

.secao {
    padding: 0 7.6vw;
    margin-bottom: 10vh;
}

.claro, .verde {
    background-color: #E5E5E5;
    padding: 10vh 0;
    border-radius: 30px;
}

.claro > .verde, .verde > .claro {
    margin-bottom: 10vh;
}

.verde {
    background-color: #0A6557;
}

.claro p, .claro li,
.verde > .claro p, .verde > .claro li,
.claro > .verde > .claro p, .claro > .verde > .claro li {
    color: #0A6557;
}

.verde p, .verde li,
.claro > .verde p, .claro > .verde li,
.verde > .claro > .verde p, .verde > .claro > .verde li {
    color: white;
}

.claro span, .verde > .claro span {
    color: #005445;
}

.verde span, .claro > .verde span {
    color: #5EFFCD;
}

.claro > .secao:last-of-type, .verde > .secao:last-of-type {
    margin-bottom: 0;
}

.bottom-layer {
    padding: 0;
    padding-bottom: 10vh;
}

.reto-embaixo {
    border-radius: 30px 30px 0 0;
    margin-bottom: 0 !important;
}

.pbot0 {
    padding-bottom: 0;
}

.frase {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
    margin-bottom: 10vh;
}

.gradient-txt.g1 {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g2 {
    background: linear-gradient(to right, #00967B 0%, #003027 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g3 {
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g4 {
    background: linear-gradient(to right, #5EFFCD 0%, #00967B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.gradient-txt.g5 {
    background: linear-gradient(to left, #5EFFCD 0%, #005445 120%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

img {
    max-width: 100%;
}

/* seção 1 */

.s1-bg {
    background-image: url(assets/img/hero-bg.png);
    height: 105vh;
    background-position: center;
    background-size: cover;
}

.s1 {
    padding: 5vh 0 2rem 0;
    height: calc(95vh - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.s1-conteudo-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.s1-conteudo {
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 7.6vw;
    box-sizing: border-box;
}

.s1-conteudo img {
    width: 30%;
}

.s1-txt {
    display: flex;
    flex-direction: column;
    gap: 3vh;
}

.s1-txt h1 {
    font-size: 6vw;
    color: white;
}

.s1-txt span {
    color: #5EFFCD;
}

.s1-txt h2 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    width: 80%;
}

.cta {
    position: relative;
    display: grid;
    width: fit-content;
}

.cta > * {
    grid-area: 1/1;
}

.cta .bg, .cta .hover {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    border-radius: 12px;
}

.cta .hover {
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.cta:hover .hover {
    opacity: 1;
}

.cta a {
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    border-radius: 12px;
    color: white;
    font-family: "coolvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: none;
    z-index: 2;
}

.cta a img {
    height: 2rem;
    width: auto;
}

.s1-txt .botao-vidro {
    opacity: .5;
}

.animacoes {
    width: 45%;
    display: flex;
    gap: 1rem;
}

.album-container {
    display: flex;
    flex-direction: column;
    height: 60vh;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
}

.album-container::-webkit-scrollbar {
    display: none;
}

.album {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    flex-shrink: 0;
    animation: scroll_y 30s linear infinite;
    padding-top: 1rem;
}

.album.invertido {
    animation: scroll_y_inv 30s linear infinite;
}

@keyframes scroll_y {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}

@keyframes scroll_y_inv {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.album img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

.scroll-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 5px;
    width: 150px;
    border-radius: 10px;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    
    transition: all 0.3s ease;
}

.scroll-cta img {
    width: 1.5rem;
    height: 1.5rem;
}

.scroll-cta span {
    color: white;
}

.scroll-cta:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2vh;
}

.logo img {
    height: 6vh;
}

.cabecalho {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    height: 7vh;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: .5rem 0;
    
    font-family: "coolvetica", sans-serif;
    font-style: normal;

    font-size: 22px;
    
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

.cabecalho a {
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.cabecalho .atual {
    color: #5EFFCD;
}

.cabecalho a:hover {
    color: #5EFFCD;
}

.cabecalho-rolagem {
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.escondido {
    opacity: 0;
    filter: blur(5px);
    pointer-events: none;
}

#cabecalho-alvo {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
    pointer-events: none;
}

#cabecalho-alvo.visivel {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
}

/* seção s-paixao */

.pos-s1 {
    transform: translateY(-12vh);
}

.ptop0 {
    padding-top: 0;
}

.s-paixao, .projeto {
    display: flex;
    align-items: center;
}

.frase-paixao {
    padding: 0 7.6vw;
}

.projeto img {
    aspect-ratio: 4 / 3;
    width: 40%;
    background-color: #D9D9D9;
    object-fit: cover;
    object-position: center;
}

.paixao-desc, .proj-desc {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 60%;
    padding-right: 4rem;
}

.s-paixao img {
    aspect-ratio: 4 / 3;
    width: 40%;
    object-fit: cover;
    object-position: center;
}

.phldr {
    aspect-ratio: 4 / 3;
    width: 40%;
    background-color: #D9D9D9;
}

/* seção s-projetos */

.secao-ttl {
    display: flex;
    gap: 1rem;
}

.secao-ttl img {
    width: calc(7.6vw - 1rem);
    height: 2px;
    transform: scaleX(-1) translateY(calc(1.25rem - 1px));
}



.projs-menu {
    display: flex;
    margin-top: 4rem;
}

.proj-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(4, 200, 160, .5);
    width: 33.333%;
    opacity: .5;
}

.proj-item img {
    width: 5rem;
}

.proj-item:hover {
    background-color: #c2c2c2;
    cursor: pointer;
}

.proj-item h3 {
    color: rgba(0, 150, 123, 0.5);
    font-size: 1.2rem;
}

.proj-item[data-active] h3 {
    color: #00967B;
}

/* projetos - slides */
.projetos {
    position: relative;
    overflow: hidden;
    transition: height 0.4s ease;
}

.projetos .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.projetos .slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.projs-menu .proj-item {
    cursor: pointer;
}

.projs-menu .proj-item[data-active] {
    opacity: 1;
    border-top: 3px solid #00967B;
    transform: translateY(-1px);
}

/* seção s-clientes */

.s-clientes {
    margin: 20vh 0;
}

.clientes-logos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 10%, black 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 10%, black 90%, rgba(0, 0, 0, 0) 100%);
}

.logos-container {
    display: flex;
    overflow-x: auto;
}

.logos-container::-webkit-scrollbar {
    display: none;
}

.logos {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding-right: 4rem;
    flex-shrink: 0;
    animation: scroll_x 20s linear infinite;
}

.logos img {
    width: 5rem;
    object-fit: contain;
}

.logos.inverso {
    animation: scroll_x_inv 18s linear infinite
}

@keyframes scroll_x {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@keyframes scroll_x_inv {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

/* seção s-numeros */

.s-numeros {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
}

.numero {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
}

.numero h1 {
    font-size: 4rem;
}

.numero div h2 {
    font-size: 3.2rem;
    margin-top: auto;
}

.numero > div {
    display: flex;
    gap: 1rem;
}

/* seção s-times */

.s-times {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-auto-rows: 1fr;
}

.s-times p {
    color: white !important;
}

.time {
    display: flex;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    border-radius: 30px;
}

.time.t-vendas { background-color: #00332D; }
.time.t-cliente { background-color: #0D5449; }
.time.t-suporte { background-color: #0A6557; }
.time.t-expansao { background-color: #05806B; }

.time-desc, .time-setores {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

.setores {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.setor {
    display: flex;
    width: fit-content;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    border-radius: 15px;
}

.setor h4 {
    font-weight: 500;
}

/* seção s-depoimentos */

.s-depoimentos {
    padding-left: 0;
}

.deps-titulo {
    padding: 0 7.6vw;
    margin-bottom: 2rem;
}

.depoimentos-container section {
    width: 100%;
}

.deps {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: height 0.6s ease-in-out;
}

.deps ul {
    list-style: none;
}

.depoimento[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.depoimento {
    display: flex;
    gap: 4rem;
    align-items: center;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.dep-esquerda {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dep-esquerda > h1 {
    padding-left: 7.6vw;
}

.dep-txt {
    display: flex;
}

.dep-txt div {
    width: 7.6vw;
    padding: 0 1rem;
}

.dep-txt div img {
    width: calc(7.6vw - 2rem);
    max-width: none;
    transform: translateY(-1rem);
    opacity: .3;
}

.dep-txt p strong {
    font-weight: 700;
}

.dep-colaborador {
    display: flex;
    gap: 0.6vw;
}

.dep-colaborador img {
    width: 7vw;
    max-width: none;
    height: 2px;
    transform: translateY(1.25rem);
}

.dep-colaborador div p {
    color: #7C7A7A !important;
}

.colab-foto {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    aspect-ratio: 4 / 5;
    border-radius: 30px;
}

.colab-foto > img {
    width: calc(100% - 4px);
    aspect-ratio: 4 / 5;
    border-radius: 27px;
    object-fit: cover;
    object-position: center;
}

.deps-menu {
    display: flex;
    margin-top: 4rem;
    padding-left: 7.6vw;
    position: relative;
}

.dep-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(4, 200, 160, .5);
    width: 33.333%;
    flex: 0 0 33.333%;
    opacity: .5;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.dep-item { display: none; }
.dep-item[data-visible] { display: flex; }

.deps-menu { gap: 0; }

.dep-item[data-active] {
    opacity: 1;
    border-top: 3px solid #00967B;
    transform: translateY(-1px);
}

.dep-item h3 {
    color: rgba(0, 150, 123, 0.5);
}

.dep-item[data-active] h3 {
    color: #00967B;
}

.dep-item h4 {
    font-family: 'coolvetica', sans-serif;
    color: #00332D;
    font-weight: 500;
    text-align: center;
    font-size: 1.1rem;
    
}

.dep-item:hover {
    background-color: #c2c2c2;
    transition: none;
}

/* seção s-valores */

.s-valores {
    overflow: hidden;
}

.valor-card {
    display: flex;
    flex-direction: column;
}

.valor-card > img {
    border-radius: 15px 15px 0 0;
}

.v-card-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    padding: 2rem;
    border-radius: 0 0 15px 15px;
    background-color: #EFFEFA;
}

.v-card-desc p {
    color: #7C7A7A !important;
}

.v-card-desc .cta {
    margin-top: auto;
}

.valor-modais {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2000;
}

.valor-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.valor-modal[data-open] {
    opacity: 1;
    pointer-events: auto;
}

.valor-modal__card {
    position: relative;
    width: 70vw;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-height: calc(90vh - 2rem);
}

.valor-modal__card > h2 {
    color: white;
    text-align: center;
}

.valor-popup {
    width: 70vw;
    max-height: 50vh;
    overflow-y: auto;
    color: #0A6557;
    border-radius: 18px;
    padding: 2.5rem 0;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    background: #EFFEFA;
    display: flex;
    gap: 2rem;
}

/* Scrollbar: simple bar, Escalab green, transparent track */
.valor-popup {
    scrollbar-width: thin;               /* Firefox */
    scrollbar-color: #0A6557 transparent;/* Firefox */
}

.valor-popup::-webkit-scrollbar {
    width: 8px;                          /* WebKit */
    height: 8px;
}

.valor-popup::-webkit-scrollbar-track {
    background: transparent;             /* Track transparent */
}

.valor-popup::-webkit-scrollbar-thumb {
    background-color: #0A6557;           /* Thumb color */
    border-radius: 18px;                  /* Respect container rounding */
    border: 2px solid transparent;       /* Creates inset look on transparent track */
    background-clip: content-box;
}

.valor-popup::-webkit-scrollbar-corner {
    background: transparent;
}

.como-viv, .nao-viv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    flex: 1 0 0;
}

.como-viv h2 {
    width: fit-content;
    margin-left: 3rem;
}

.nao-viv {
    align-items: flex-end;
    text-align: end;
}

.nao-viv h2 {
    margin-right: 3rem;
    background: linear-gradient(to right, #FC1D1D 0%, #510101 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.valor-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    color: #ccc;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    transition: color .2s ease;
    transform: translateY(-.5rem);
}

.valor-modal__close:hover {
    color: white;
}

.valor-popup .topico {
    display: flex;
    gap: .5rem;
}

.valor-popup .topico img {
    margin-left: .5rem;
    width: 2rem;
    height: 2px;
    transform: translateY(calc(.7rem - 1px));
}

.valor-popup .topico h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #00967B;
}

.nao-viv .topico {
    flex-direction: row-reverse;
}

.nao-viv .topico img {
    margin-left: 0;
    margin-right: .5rem;
    transform: translateY(calc(.7rem - 1px)) scale(-1);
}

/* seção s-beneficios */

.s-beneficios {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

.s-titulo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex !important;
    height: auto !important;
}

.benef-card {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    border-radius: 30px;
    padding: 4rem 3rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.benef-card > img {
    width: 90%;
}

.faded-txt {
    background: linear-gradient(to right, rgba(94, 255, 205, 1) 0%, rgba(94, 255, 205, 0.2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    width: fit-content;
}

.swiper-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    margin-right: 10rem;
    justify-content: flex-end;
}

.swiper-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
    transition: all .2s ease;
}

.swiper-buttons button img {
    width: 3rem;
}

.swiper-buttons button:hover {
    opacity: 1;
}

/* seção s-produtos */

.produtos-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 1rem;
}

.produto-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 2rem;
    border-radius: 8px;
    text-align: center;
}

.produto-card.fixo { background-color: #0D5449; }
.produto-card.as-proj { background-color: #0A6557; }
.produto-card.pesq-as { background-color: #05806B; }
.produto-card.as-red { background-color: #00967B; }

.produto-card:first-of-type {
    grid-column: 1 / -1;
}

.produto-card p {
    color: white;
    font-size: 0.9rem;
}

/* seção s-vagas */

.s-vagas .frase {
    align-items: start;
}

.s-vagas .frase p {
    color: #7C7A7A !important;
}

.vagas-abertas {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vaga {
    display: flex;
    gap: 2rem;
}

.vaga-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    width: 30vw;
    flex-shrink: 0;
    border-radius: 15px;
}

.vaga-status {
    display: flex;
    justify-content: center;
    padding: .5rem 0;
}

.vaga-status p {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'coolvetica', sans-serif;
    color: white;
}

.vaga-resto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #E5E5E5;
    padding: 3rem 2rem;
    border-radius: 0 0 12px 12px;
    width: calc(100% - 4px);
    height: 100%;
    box-sizing: border-box;
}

.tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background-color: red;
    border-radius: 8px;
    padding: 0.3rem 1.5rem;
    width: fit-content;
}

.tag p {
    color: white !important;
    font-size: .9rem;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: 'coolvetica', sans-serif;
    width: fit-content;
}

.tag.bolsista { background-color: #00967B; }
.tag.fixo { background-color: #A101C9; }
.tag.asso { background-color: #797979; }
.tag.hib { background-color: #00332D; }
.tag.posv { background-color: #2600F9; }

.sangria {
    display: flex;
    flex-shrink: 0;
    height: 2px;
}

.vaga-desc {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    overflow: hidden;
}

.vaga-desc h2 {
    hyphens: auto;
}

.vaga-desc p {
    color: #7C7A7A;
    font-size: 0.9rem;
}

.vaga-resto .cta {
    margin-top: auto;
}

.vaga-detalhes {
    display: flex;
    gap: 2rem;
    align-items: center;
    background-color: #0A6557;
    padding: 4rem 0;
    border-radius: 15px;
}

.vaga-perfil h2 {
    padding-left: 4rem;
}

.vaga-tarefas h2 {
    text-align: end;
    padding: 0 4rem;
}

.vaga-perfil h2 span, .vaga-tarefas h2 span {
    color: #51F7CE;
}

.vaga-perfil, .vaga-tarefas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vaga .topico {
    display: flex;
    gap: 1rem;
}

.vaga .topico h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.vaga .topico img {
    width: 3rem;
    height: 2px;
    transform: translateY(calc(0.75rem - 1px));
}

.topico.espelhado-x {
    text-align: end;
    justify-content: flex-end;
}

.topico.espelhado-x img {
    transform: translateY(calc(0.75rem - 1px)) scaleX(-1) !important;
}

/* seção s-encerradas */

.s-encerradas .vaga-card {
    background: linear-gradient(to right, red 0%, #830000 100%);
    width: unset;
    height: 100%;
}

.encerradas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.vaga-desc h2 span {
    color: #04C8A0;
}

/* seção s-banco */

.s-banco {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-banco .frase {
    margin-bottom: 2rem;
}

/* seção s-gc */

.s-gc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.s-gc .frase {
    margin-bottom: 0;
}

.gc-bio {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.gc-bio > img {
    width: 7rem;
}

.gc-bio > div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.gc-bio a {
    display: flex;
    width: fit-content;
}

.gc-bio a img {
    width: 1.5rem;
    transition: all .2s ease;
}

.gc-bio a:hover img {
    transform: scale(1.1);
}

/* rodapé */

.rodape {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    margin-bottom: 5vh;
}

.rodape-forms-container {
    display: flex;
    flex-basis: 50%;
    height: fit-content;
}

.rodape-forms, .ebook-cta {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5vh;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
}

.rodape-forms h1 {
    margin-bottom: 2rem;
}

.contato-forms, .ebook-forms {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contato-campos, .ebook-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contato-campo, .ebook-campo {
    display: flex;
}

.contato-input, .ebook-input {
    display: flex;
    flex: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 3vh;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.mensagem-input {
    min-height: 10rem;
}

.contato-input:focus, .ebook-input:focus {
    outline: 1px solid white;
}

.contato-input::placeholder, .ebook-input::placeholder {
    color: white;
}

.contato-botao, .ebook-botao {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 5vh;
    padding: 25px 20px;
    color: white;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.contato-botao img, .ebook-botao img {
    height: 3vh;
    width: auto;
}

.contato-botao:hover, .ebook-botao:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}

/* Override autofill (Chrome/Edge/Safari) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* variante quando o campo está em foco após autofill */
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.14) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.14) inset;
}

/* Firefox */
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.rodape-resto-container {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    height: fit-content;
}

.rodape-resto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
}

.rodape-logo {
    height: 7vh;
    object-fit: contain;
}

.rodape-resto-infos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.rodape-info-linha {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
}

.rodape-resto-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.rodape-resto-info img {
    height: 2vh;
    object-fit: contain;
}

.social-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.social-cta h2 {
    text-align: center;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;

    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1vw;
    border-radius: 15px;
    transition: background-color 0.2s ease, border 0.2s ease;
}

.social-icons a:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
}

.social-icons img {
    height: 2vh;
    width: auto;
}

.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-forms {
    display: flex;
    flex-direction: row;
}

.newsletter h2 {
    color: #5EFFCD;
    margin-bottom: 1rem;
    text-align: center;
}

.newsletter-campos {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50px;
    padding: 0.3rem;
    border: 1px solid white;
}

.newsletter-input {
    background: none;
    border: none;
    height: 3vh;
    width: 80%;
    padding: 10px 20px;
    border-radius: 50px 0 0 50px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.newsletter-input:focus {
    outline: none;
}

.newsletter-input::placeholder {
    color: white;
    opacity: 1;
}

.inscrever-botao {
    flex-direction: row;
    gap: 3vh;
    align-items: center;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 500px !important;
    height: 5vh;
    padding: 25px 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.inscrever-botao:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Override autofill (Chrome/Edge/Safari) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s; /* evita "flash" do navegador */
}

/* variante quando o campo está em foco após autofill */
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
}

/* Firefox */
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
}

.copyright {
    display: flex;
    justify-content: center;
}

/* responsividade */

@media (max-width: 1400px) {
    .animacoes {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    .animacoes {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .vaga {
        flex-direction: column;
    }

    .vaga-card {
        align-self: center;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .mobile-oculto {
        display: none !important;
    }

    .logo {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo a {
        height: fit-content;
    }

    .mobile-cabecalho-container {
        display: flex;
        width: 100%;
        height: auto;
    }

    .mobile-cabecalho {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding: 1rem 0;
        width: 100%;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 999999;
        transition: background-color 0.3s ease;
    }

    .mobile-cabecalho.change {
        background-color: rgba(255, 255, 255, 0);
    }

    .menu-hamburguer {
        display: inline-block;
        cursor: pointer;
    }
    
    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        transform: translate(0, -9px) rotate(45deg);
    }

    .mobile-menu {
        height: 0;
        position: fixed;
        top: 0; left: 0; right: 0;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: height 0.3s ease;
        z-index: 999998;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .mobile-menu.change {
        height: 100vh;
    }

    .mobile-menu a {
        z-index: 9999999;
        font-family: "coolvetica", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: white;
    }

    .pos-s1 {
        transform: translateY(-5vh);
    }

    .oculto-1150 {
        display: none;
    }
}

@media (max-width: 1100px) {
    .s-paixao {
        flex-direction: column-reverse;
        align-items: start;
        gap: 4rem;
    }

    .s-paixao img {
        align-self: center;
        width: 80%;
    }

    .paixao-desc {
        width: unset;
        padding-right: 0;
    }

    .swiper-buttons {
        margin-right: 2rem;
    }

    .encerradas {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1000px) {
    .valor-modal__close {
        display: none;
    }

    .valor-popup {
        flex-direction: column;
        gap: 4rem;
        max-height: 50vh;
    }

    .como-viv {
        padding-right: 1.5rem;
    }

    .nao-viv {
        padding-left: 1.5rem;
    }

    .rodape {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 0;
    }

    .rodape-forms-container, .rodape-resto-container {
        width: 100%;
    }

    .rodape-forms {
        padding: 2rem;
    }

    .rodape-info-linha {
        flex-direction: column;
    }

    .social-icons a {
        width: 3rem;
        height: 3rem;
    }

    .newsletter {
        margin-top: 1rem;
    }

    .copyright {
        margin-bottom: 5vh;
    }

    .copyright p {
        text-align: center
    }
}

@media (max-width: 900px) {
    .projeto {
        flex-direction: column-reverse;
        gap: 4rem;
    }

    .projeto img {
        width: 80%;
    }

    .proj-desc {
        width: unset;
        padding-right: 0;
    }

    .s-numeros {
        grid-template-columns: 1fr 1fr;
    }

    .depoimento {
        flex-direction: column-reverse;
    }

    .colab-foto {
        height: unset;
        width: 50%;
        aspect-ratio: 1/1;
        margin-left: 7.6vw;
    }

    .colab-foto img {
        aspect-ratio: 1/1;
    }

    .produtos-cards {
        grid-template-columns: 1fr;
    }

    .vaga-detalhes {
        flex-direction: column;
        padding: 4rem 1rem;
    }

    .vaga-tarefas {
        align-self: flex-start;
    }

    .vaga-tarefas h2 {
        text-align: start;
    }

    .topico.espelhado-x {
        text-align: start;
        flex-direction: row-reverse;
    }

    .topico.espelhado-x img {
        transform: translateY(calc(0.75rem - 1px)) scaleX(1) !important;
    }
}

@media (max-width: 768px) {
    .s1-conteudo {
        flex-direction: column;
    }

    .s1-txt h1 {
        font-size: 3rem;
    }

    .s1-txt h2 {
        width: unset;
        font-size: 1.2rem;
    }

    .animacoes {
        display: none;
    }

    .proj-item {
        overflow: hidden;
    }

    .logos {
        display: flex;
        animation: scroll_x 20s linear infinite;
    }

    .encerradas {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .s-paixao img {
        width: 100%;
    }
    
    .projeto img {
        width: 100%;
    }

    .s-numeros {
        grid-template-columns: 1fr;
    }

    .colab-foto {
        width: 80%;
    }

    .vaga-perfil h2 {
        padding: 0;
        align-self: center;
    }
    
    .vaga-tarefas {
        width: 100%;
    }

    .vaga-tarefas h2 {
        padding: 0;
        align-self: center;
    }

    .vaga .topico {
        gap: .5rem;
    }

    .vaga .topico img {
        width: 1.5rem;
    }

    .gc-bio > img {
        width: 5rem;
    }
}