* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: #E5E5E5;
    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: #0D5449;
}

.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,
.claro > .verde > .claro span {
    color: #00967B;
}

.verde span,
.claro > .verde span,
.verde > .claro > .verde span {
    color: #5EFFCD;
}

.claro > .secao:last-of-type, .verde > .secao:last-of-type {
    margin-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 {
    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;
    align-items: center;
    text-align: center;
}

.s1-txt h1 {
    font-size: max(5vw, 2rem);
    color: white;
    text-transform: uppercase;
}

.s1-txt span {
    color: #5EFFCD;
}

.s1-txt h2 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    width: 80%;
}

.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;
}

/* s-parceiros */

.s-parceiros {
    margin-bottom: 15vh;
}

.pos-s1 {
    transform: translateY(-12vh);
}

.ptop0 {
    padding-top: 0;
}

.parceiros-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;
}

@keyframes scroll_x {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* s-editais */

.s-editais {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-left: 0;
}

.editais-esq {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 2;
    background-color: #E5E5E5;
    padding: 0 4rem 0 7.6vw;
}

.editais-txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.editais-txt p > span {
    font-family: "coolvetica", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.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;
}

.editais-dir {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 30vw;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex !important;
    height: auto !important;
}

.swiper-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    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;
}

.card1 {
    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;
}

.card-status {
    display: flex;
    justify-content: center;
    padding: .5rem 0;
}

.card-status p {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: 'coolvetica', sans-serif;
    color: white !important;
}

.card-resto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #E5E5E5;
    padding: 2rem 1.5rem;
    border-radius: 0 0 12px 12px;
    width: calc(100% - 4px);
    height: 100%;
    box-sizing: border-box;
}

.card-logo {
    display: flex;
    justify-content: center;
}

.card-logo img {
    height: 5rem;
}

.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.p-lim { background-color: #E55D02; }
.tag.emp { background-color: #3302E5; }
.tag.conciv { background-color: #CFA32A; }
.tag.aumes { background-color: #016C5E; }
.tag.min { background-color: #E55D02; }

.sangria {
    display: flex;
    flex-shrink: 0;
    height: 2px;
}

/* s-clientes */

.clientes-logos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bhtec {
    width: unset;
    height: 4rem;
}

@keyframes scroll_x_inv {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.logos-container.invertido .logos {
    animation: scroll_x_inv 20s linear infinite;
}

/* s-fluxo */

.fluxo-img {
    display: flex;
    justify-content: center;
}

.s-fluxo > p {
    font-family: "coolvetica", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #00D916 !important;
}

/* s-cta */

.s-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* s-cases */

.case {
    display: flex;
    gap: 1rem;
}

.card2 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 15px;
    width: 30vw;
    padding-bottom: 3rem;
    background-color: #EFFEFA;
}

.card2 .card-status {
    background: linear-gradient(to right, #00B47C 0%, #00967B 100%);
    border-radius: 15px 15px 0 0;
}

.card2 p {
    font-size: 0.9rem;
}

.card2 .card-resto {
    padding: 3rem 2rem 2rem 2rem;
    background-color: #EFFEFA;
    width: 100%;
    height: fit-content;
}

.card-logos {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}

.card-logos > div {
    flex: 1 1 0;
}

.main-logos {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.card-logos > img, .main-logos img {
    width: max(40%, 7rem);
    object-fit: contain;
}

.cofin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.cofin h4 {
    font-family: "coolvetica", sans-serif;
}

.cofin-logos {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cofin-logos img {
    width: 4rem;
    object-fit: contain;
    object-position: center;
}

.captado {
    display: flex;
    gap: .5rem;
    padding-right: 2rem;
}

.dash {
    width: 1.3rem;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    transform: translateY(.75rem);
    margin-left: .2rem;
}

.case-det {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 15px;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
}

.case-det p {
    color: white !important;
}

/* cases - slides */
.cases-container {
    position: relative;
    overflow: hidden;
    transition: height 0.6s ease;
}

.cases {
    width: 100%;
    position: relative;
}

.cases ul {
    list-style: none;
}

.case[data-active] {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.case {
    opacity: 0;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.case[data-active] {
    pointer-events: auto;
}

.cases-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
}

.case-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 2px solid #04C8A0;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
}

.case-item[data-active] {
    border-top: 4px solid #0A6557;
    opacity: 1;
    transform: translateY(-1px);
}

.case-item img {
    width: 5rem;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.case-item[data-active] img {
    filter: grayscale(0%);
}

.case-item:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.08);
}

.case-item-logos {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* s-vantagens */

.vantagens-cont {
    display: flex;
    gap: 4rem;
    padding: 2rem 0;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 15px;
}

.vantagens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.vantagens .topico {
    display: flex;
    gap: 1rem;
}

.vantagens .topico h3 {
    font-weight: 400;
    letter-spacing: .6px;
}

.vantagens .topico img {
    width: 2rem;
    height: 2px;
    transform: translateY(calc(.75rem - 1px));
}

.vantagens.invertido .topico {
    flex-direction: row-reverse;
    text-align: end;
}

.vantagens.invertido .topico img {
    transform: translateY(calc(.75rem - 1px)) scale(-1);
}

/* s-diagnostico */

.s-diagnostico {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diag-container {
    display: flex;
    flex-direction: column;
    width: min(100%, 700px);
    padding: 3rem 2rem 2rem;
    border-radius: 15px;
    border: 1px solid #04C8A0;
    box-sizing: border-box;
}

.diag-container h1 {
    margin-bottom: 3rem;
    text-align: center;
}

.diag-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.diag-campo {
    display: flex;
}

.diag-input {
    display: flex;
    flex: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #51F7CE;
    height: 3vh;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.mensagem-input {
    min-height: 10rem;
}

.diag-input:focus {
    outline: 1px solid #51F7CE;
}

.diag-input::placeholder {
    color: #C6C6C6;
}

.botao-campo {
    justify-content: center;
}

.diag-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 */

.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 {
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    padding: 5vh;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
}

.rodape-forms h1 {
    margin-bottom: 2rem;
}

.contato-forms {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contato-campos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contato-campo {
    display: flex;
}

.contato-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 {
    outline: 1px solid white;
}

.contato-input::placeholder {
    color: white;
}

.contato-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;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
}

.contato-botao p {
    color: white;
}

.contato-botao img {
    height: 3vh;
    width: auto;
}

.contato-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 .cta {
    height: 3.5rem;
    width: 3.5rem;
}

.social-icons .cta img {
    object-fit: contain;
    object-position: center;
    height: 1.3rem;
}

.social-icons .cta a {
    width: 100%;
    padding: 0;
    justify-content: center;
}

.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;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
}

.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 !important;
    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);
}

.copyright {
    display: flex;
    justify-content: center;
}

.pbot0 {
    padding-bottom: 0;
}

/* responsividade */

@media (max-width: 1300px) {
    .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: 1000px) {
    .s-editais {
        flex-direction: column;
        padding-left: 7.6vw;
        gap: 2rem;
    }

    .editais-esq {
        padding: 0;
    }

    .editais-dir {
        width: unset;
    }

    .card1 {
        width: 100%;
    }

    /* s-cases */

    .case {
        flex-direction: column;
    }

    .card2 {
        width: unset;
    }

    /* rodape */

    .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: 768px) {
    .s1-txt h2 {
        font-size: 1rem;
    }
    
    .vantagens-cont {
        flex-direction: column;
        gap: 2rem;
        padding-right: 2rem;
    }

    .vantagens.invertido .topico {
        flex-direction: row;
        text-align: start;
    }

    .vantagens.invertido .topico img {
        transform: translateY(calc(.75rem - 1px)) scale(1);
    }
}