/* base */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-image: url('assets/img/Background.png');
    background-size: cover;
    background-position: top ;
    font-family: "Poppins", sans-serif;
    color: white;
}

h1, h2, h3 {
    font-family: "coolvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

p {
    font-weight: 300;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: white;
}

img {
    max-width: 100%;
}

.botao-vidro {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500 !important;
    font-family: "coolvetica", sans-serif;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 15px;
    width: fit-content;
    transition: border 0.2s ease, background-color 0.2s ease;

    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.botao-vidro p {
    font-weight: 500 !important;
}

.botao-vidro:hover {
    border: 1px solid rgba(94, 255, 205, 0.8);
    background-color: rgba(94, 255, 205, 0.05);
    cursor: pointer;
}

.botao-vidro img {
    width: 2rem;
}

.mask-txt {
    -webkit-mask-image: linear-gradient(to right, black 40%, transparent 125%);
    mask-image: linear-gradient(to right, black 40%, transparent 125%);
    line-height: 120%;
}

.rev-mask-txt {
    -webkit-mask-image: linear-gradient(to left, black 40%, transparent 125%);
    mask-image: linear-gradient(to left, black 40%, transparent 125%);
    line-height: 120%;
}

.frase {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: center;
    text-align: center;
    margin-bottom: 5vh;
}

span {
    color: #5EFFCD;
}

.secao {
    margin-bottom: 15vh;
    padding: 0 7.6vw;
}

.claro {
    background-color: #E5E5E5;
    padding: 7vh 7.6vw;
    border-radius: 30px;
}

.claro p {
    color: #005541;
}

.claro .frase h1 span {
    color: #005541;
}

.mobile-cabecalho-container, .mobile-menu {
    display: none;
}

/* seção 1 */

.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 .botao-vidro {
    color: #5EFFCD;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.cabecalho .botao-vidro:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.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);
}

#cabecalho-alvo {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
}

#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);
}

.s1 {
    padding: 5vh 0 2rem 0;
    height: calc(95vh - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}


.s1-conteudo {
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 7.6vw;
}

.s1-conteudo img {
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
    width: 50%;
}

.s1-txt {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    width: 50%;
}

.s1-txt h1 {
    font-size: 6vw;
    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;
    margin-top: auto;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, padding 0.3s ease;
}

.scroll-cta img {
    width: 2vw;
    height: 2vw;
    transition: transform 0.3s ease;
}

.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);
    padding: 10px 5px 15px 5px;
}

.scroll-cta:hover img {
    transform: translateY(5px);
}

/* seção 2 */

.s2, .s3, .s4, .s5 {
    margin-bottom: 0;
}

/* seção 3 */

.s3, .s4, .s5, .s6 {
    display: flex;
    flex-direction: row;
}

.s3-esquerda, .s3-direita, .s4-esquerda, .s4-direita, .s5-esquerda, .s5-direita, .s6-esquerda, .s6-direita {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.s3-esquerda, .s5-esquerda {
    padding-right: 3.5rem;
    justify-content: center;
}

.s3-esquerda p > span, .s4-direita p > span, .s5-esquerda p > span, .s6-direita p > span {
    font-weight: bold;
}

.inforisco {
    display: flex;
    gap: 1rem;
}

.inforisco > .botao-vidro p, .POC p {
    color: #5EFFCD;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.inforisco > .botao-vidro:hover, .POC:hover {
    cursor: auto;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.s3-direita, .s4-esquerda, .s5-direita, .s6-esquerda {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 5rem 3rem .5rem;
    border-radius: 15px;
}

.ent-title {
    display: flex;
    justify-content: center;
}

.s3 h1, .s4 h1, .s5 h1, .s6 h1 {
    color: #5EFFCD;
    font-size: 3.5rem;
}

.ent-topicos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ent-topico {
    display: flex;
    gap: 1rem;
}

.ent-topico img {
    width: 4rem;
    height: 2px;
    margin-top: calc(0.585em - 1px);
}

.ent-txt {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.ent-txt h3 {
    font-size: 1.4rem;
}

.ent-tempo {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.ent-tempo p {
    text-transform: uppercase;
    text-align: end;
}

.link-etapa, .rev-link-etapa {
    display: flex;
    justify-content: center;
}

.link-etapa img, .rev-link-etapa img {
    width: 65%;
}

.rev-link-etapa img {
    transform: scaleY(-1);
}

.s4-direita, .s6-direita {
    padding-left: 3.5rem;
    justify-content: center;
    text-align: end;
    align-items: flex-end;
}

/* seção 5 */

.s5-direita, .s6-esquerda {
    padding-right: .5rem;
}

.s5-direita .ent-tempo, .s6-esquerda .ent-tempo {
    padding-right: 5rem;
}

.ent-tpcs-cont {
    display: flex;
    flex-direction: row;
}

.ent-tpcs-cont .ent-topicos, .ent-tpcs-cont .rev-ent-topicos {
    flex: 1 1 50%;
}

.rev-ent-topicos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    gap: 1rem;
}

.rev-ent-topicos .ent-topico {
    flex-direction: row-reverse;
}

.rev-ent-topicos .ent-topico img {
    transform: scaleX(-1);
}

/* seção 7 */

.diff {
    position: relative;
    width: 100%;
    aspect-ratio: 1235 / 356;
}

.diff-slide {
    display: flex;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 0.2s;
}

.diff-slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.s-infra {
    display: flex;
    flex-direction: row;
}

.s-infra-esquerda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    flex: 1 1 60%;
    margin-right: 4rem;
}

.s-infra-swiper {
    flex: 1 1 40%;
    min-width: 0;
    position: relative;
}

.swiper-espaco {
    overflow: hidden;
}

.espaco-prev, .espaco-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
}

.espaco-next {
    right: 1rem;
}

.espaco-prev {
    left: 1rem;
}

.espaco-prev img, .espaco-next img {
    height: 2.5rem;
}

.espaco-prev:hover, .espaco-next:hover {
    cursor: pointer;
    transform: scale(1.05) translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    padding: .2rem;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    background: #fff;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
    transform: scale(1.3);
    background: #d6d6d6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #04C8A0 !important;
    transform: scale(1.3);
}


.espaco-slide {
    background-color: #c6c6c6;
    height: 40vh !important;
    border-radius: 8px;
}

.espaco-slide img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

/* seção 8 */

.clientes-container {
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);

}

.logos-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: fit-content;
    margin-top: 5vh;
    animation: scroll 18s linear infinite;
    padding: 1rem 0;
}

.inverso {
    animation: scroll2 16s linear infinite;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes scroll2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.logos-clientes img {
    width: 4.5rem;
}

/* seção 9 */

.s9 .frase {
    text-align: start;
}

.swiper-next, .swiper-prev, .swiper-op-next, .swiper-op-prev {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
    transition: all .2s ease;
}

.swiper-next img, .swiper-prev img, .swiper-op-next img, .swiper-op-prev img {
    width: 3rem;
}

.swiper-next:hover, .swiper-prev:hover, .swiper-op-next:hover, .swiper-op-prev:hover {
    opacity: 1;
}

.card-case, .card-op {
    display: flex !important;
    flex-direction: column;
    height: 50vh;
    border-radius: 15px;
    background-color: #E5E5E5;
    clip-path: inset(0 round 15px);
}

.card-case h2, .card-op h2 {
    background: linear-gradient(to right, #00967B 0%, #005541 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 111%;
    font-size: 1.7rem;

}

.case-status, .op-status {
    display: flex;
    padding: .5rem 0;
    font-family: "coolvetica", sans-serif;
    justify-content: center;
}

.case-status.em-and, .op-status.em-and {
    background: linear-gradient(to right, #FF8000 0%, #FFCE9C 100%);
}
.case-status.conc, .op-status.conc {
    background: linear-gradient(to right, #00967B 0%, #005445 100%);
}
.op-status.enc {
    background: linear-gradient(to right, #FF0000 0%, #830000 100%);
}
.op-status.ag-res {
    background: linear-gradient(to right, #FFAE00 0%, #CD6802 100%);
}

.case-status p, .op-status p {
    letter-spacing: .8px;
    font-weight: 400;
}

.case-resto, .op-resto {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1.5rem;
    padding: 2rem;
}

.case-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-financeamento {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
}

.case-financeamento h3 {
    font-size: 1rem;
    color: #00967B;
}

.case-financeamento .fin-logos {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.fin-logos .cnpq {
    height: 2rem;
}

.case-logos img {
    height: 2.5rem;
    object-fit: contain;
    object-position: center;
}

.case-logos > .supergasbras {
    height: 3rem;
}

.case-logos > img {
    margin-right: 2.5rem;
}

.case-logos .esq {
    display: flex;
    gap: .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;
    font-family: "coolvetica", sans-serif;
}

.tag p {
    font-size: .9rem;
    letter-spacing: .8px;
    font-weight: 400;
}


.esc-pp { background-color: #016C5E; }
.min { background-color: #D17A24; }
.met { background-color: #4B4F52; }
.con-civ { background-color: #CFA32A; }
.esc-prot { background-color: #00AF95; }
.quim { background-color: #5A3E8C; }
.pd { background-color: #22879C; }
.amb { background-color: #50B045; }
.auto { background-color: #1F4E79; }
.saude { background-color: #770B34; }
.map-tec { background-color: #929A9C; }

.prazo { background-color: #0080FF; }
.emp { background-color: #00B1A1; }
.cont { background-color: #2F0069; }
.stt { background-color: #6A07FF; }
.inc { background-color: #830000; }

.case-txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-case .botao-vidro p {
    color: #C6C6C6;
    font-weight: 500;
}

.botao-cases {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    margin-right: 10rem;
    justify-content: flex-end;
}

/* seção download de cases */

.s-cases {
    display: flex;
    flex-direction: row;
    gap: 3vw;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-right: 0 !important;
}

.s-cases section {
    display: flex;
    flex: 1;
    width: 100%;
}

#pdf-viewer-iframe {
    width: 100%;
    height: 68vh;
    aspect-ratio: 16 / 9;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 15px 0 0 15px;
}

.preview-mobile-container {
    display: none;
}

.forms-download {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5vh;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    
    flex: 0 0 420px;
    width: 420px;
    max-width: 600px;
    margin-left: 0;
}

.forms-download h1 {
    margin-bottom: 4vh;
}

.campos {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-bottom: 4vh;
}

.campo {
    display: flex;
}

.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: 1.3rem 1rem;
    border-radius: 15px;
    color: white;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.input:focus {
    outline: 1px solid white;
}

.baixar-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);
    height: 5vh;
    padding: 1.8rem;
    outline: none;
    cursor: pointer;
}

.baixar-botao span {
    -webkit-mask-image: linear-gradient(to right, black 40%, transparent 125%);
    mask-image: linear-gradient(to right, black 40%, transparent 125%);
}

.baixar-botao img {
    height: 3vh;
    width: auto;
}

.baixar-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; /* 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.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;
}

/* seção 10 */

.s10 {
    display: flex;
    flex-direction: row;
}

.s10-esquerda, .s10-direita {
    flex: 1 1 50%;
}

.s10-esquerda {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-self: center;
}

.s10-direita {
    padding-left: 3.5rem;
    min-width: 0;
}

.s10-direita > h2 {
    margin-bottom: 2rem;
}

.s10-direita .botao-cases {
    margin-right: 5rem;
}

.swiper2 {
    width: 101%;
    overflow: hidden;
}

.card-op {
    height: 55vh;
    overflow-y: auto;
}

.op-logos {
    display: flex;
    justify-content: center;
}

.op-logos img {
    width: 30%;
}

.proposta-env, .proposta-aprov {
    position: relative;
    display: grid;
    width: fit-content;
}

.proposta-env > *, .proposta-aprov > * {
    grid-area: 1 / 1;
}

.proposta-env a, .proposta-aprov a {
    display: flex;
    padding: 1rem 1.5rem;
    width: fit-content;
    border-radius: 12px;
    color: white;
    font-family: "coolvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: none;
    z-index: 2;
}

.proposta-aprov a {
    color: #00967B;
}

.proposta-env .hover, .proposta-env .bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00967B 0%, #0D5449 100%);
    border-radius: 12px;
}

.proposta-aprov .hover, .proposta-aprov .bg {
    width: 100%;
    height: 100%;
    border: 1px solid #00967B;
    border-radius: 12px;
}

.proposta-env .hover, .proposta-aprov .hover {
    background: linear-gradient(to right, #04C8A0 0%, #0A6557 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.proposta-env:hover .hover {
    opacity: 1;
}

.proposta-aprov:hover .hover, .proposta-aprov:hover a {
    opacity: 1;
    color: white;
}

.proposta-aprov:hover .hover, .proposta-aprov:hover .bg {
    border: none;
}

/* seção 11 */

.s11 {
    display: flex;
}

.s11-esquerda, .s11-direita {
    flex: 1 1 50%;
}

.s11-esquerda {
    margin-top: 4%;
}

.s11-esquerda .frase {
    text-align: start;
    margin-bottom: 5vh;
}

.m-perfil {
    display: flex;
    gap: 2rem;
}

.m-perfil > img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    width: 30%;
    height: fit-content;
    min-width: 135px;
    max-width: 200px;
    border-radius: 50%;
}

.m-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-self: center;
}

.m-social {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.m-social img {
    width: 2rem;
}

.s11-direita {
    background-color: white;
    height: 60vh;
}

/* rodapé */

/* 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 {
    color: #5EFFCD;
    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-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;
}

.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;
    margin-bottom: 10vh;
}

/* responsividade */

@media (max-width: 1150px) {
    .diff-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .diff {
        display: flex;
        justify-content: center;
        aspect-ratio: 1/1;
        max-width: min(500px, 70vw);
    }

    .diff-slide img {
        max-width: min(500px, 70vw);
        transform: translateX(-50%);
    }
}

@media (max-width: 1100px) {
    .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;
    }

    .s2 img {
        display: none;
    }
    
    .s3, .s4, .s5, .s6 {
        gap: 5rem;
    }

    .s3, .s4, .s5 {
        margin-bottom: 5rem;
    }

    .s3, .s5 {
        flex-direction: column;
    }

    .s4, .s6 {
        flex-direction: column-reverse;
    }

    .inforisco {
        flex-wrap: wrap;
    }

    .s3-direita, .s4-esquerda, .s5-direita, .s6-esquerda {
        padding: 2.5rem 1.5rem;
    }

    .s3-esquerda a, .s4-direita a, .s5-esquerda .botao-vidro, .s6-direita a {
        width: 100%;
        justify-content: center;
    }

    .ent-tpcs-cont {
        flex-direction: column;
        gap: 1rem;
    }

    .ent-topico img {
        width: 2rem;
    }

    .rev-ent-topicos {
        align-items: flex-start;
        text-align: start;
    }

    .rev-ent-topicos .ent-topico {
        flex-direction: row;
    }

    .rev-ent-topicos .ent-topico img {
        transform: scaleX(1);
    }

    .s5-direita .ent-tempo, .s6-esquerda .ent-tempo {
        padding-right: 0;
    }

    .link-etapa, .rev-link-etapa {
        display: none;
    }

    .s-infra {
        flex-direction: column;
        gap: 3rem;
    }

    .espaco-slide {
        height: 60vh !important;
    }

    .s-cases-mobile {
        padding-right: 7.6vw !important;
        flex-direction: column;
        gap: 3rem;
    }

    .preview-mobile-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
        max-width: 700px;
    }

    .preview {
        border-radius: 15px;
        aspect-ratio: auto;
        height: 70vh;
        width: 100%;
    }

    .preview-mobile {
        width: 100%;
        aspect-ratio: 16 / 9;
        position: relative;
    }

    .preview-mobile ul {
        list-style: none;
    }

    .preview-slide {
        display: flex;
        justify-content: center;
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        transition-delay: 0.2s;
    }

    .preview-slide img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        border-radius: 15px;
        width: 100%;
    }

    .preview-slide[data-active] {
        opacity: 1;
        z-index: 1;
        transition-delay: 0ms;
    }

    #pdf-viewer-iframe {
        border-radius: 15px;
    }

    .forms-download {
        box-sizing: border-box;
        width: 100%;
        flex: 1 1 auto;
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 900px) {
    .rodape {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
    }

    .s1 {
        justify-content: space-between;
    }

    .s1-conteudo {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 3rem;
    }

    .s1-txt, .s1-conteudo img {
        width: 100%;
    }

    .s1-txt h1 {
        font-size: 3rem;
    }

    .s1-txt h2 {
        font-size: 1.2rem;
    }

    .scroll-cta {
        margin-top: 0;
    }

    .scroll-cta img {
        height: 1.5rem;
        width: 1.5rem;
    }

    .s7 {
        margin-bottom: 10vh;
    }

    .diff {
        aspect-ratio: 1 / 1;
    }

    /* .forms-download {
        padding: 2rem;
        flex: none;
        width: 100%;
    } */

    .s7 section {
        width: 100%;
    }

    .espaco-slide {
        height: 40vh !important;
    }

    .s10 {
        flex-direction: column;
        gap: 3rem;
    }

    .s10-direita {
        padding-left: 0;
    }

    .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-cta h2 {
        text-align: center;
    }

    .social-icons a {
        width: 3rem;
        height: 3rem;
    }

    .newsletter {
        margin-top: 1rem;
    }

    .newsletter h2 {
        text-align: center;
    }

    .copyright {
        margin-bottom: 5vh;
    }

    .copyright p {
        text-align: center
    }

    .linha-desktop {
        display: none;
    }

    .linha-mobile {
        display: flex;
        height: 2px;
        width: 55%;
        object-fit: cover;
    }

    .invertido img {
        width: 45%;
    }

    .UFMG {
        flex-direction: column-reverse;
    }

    .CIT {
        flex-direction: column;
    }

    .diffs-cards {
        grid-template-columns: 1fr;
    }

    .ebook-cta {
        flex-direction: column;
    }

    .ebook-esquerda {
        width: auto;
        align-items: center;
    }
}