* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: black;
}

body {
    font-family: 'Poppins';
    color: #000000;

}

.sobre-color {
    background: #eeeeee;
    color: rgb(0, 0, 0);
}

.processo-color {
    background: #eeeeee;
    color: rgb(0, 0, 0);
}

a:hover {
    opacity: 0.7;
}

.nav_bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 14vh;
}

.logo {
    width: 20vh;
}

.nav-list {
    display: flex;
    list-style: none;
    align-items: center;
    text-transform: uppercase;
}

.nav-list li {
    letter-spacing: 2px;
    margin-left: 32px;
}

.inicio {
    color: white;
}

.hero {
    text-align: center;
    margin-top: 25vh;
}

.hero h1 {
    font-size: 70px;
}

ul {
    gap: 40px;
}


.hero p {
    font-size: 20px;
}

hr {
    display: block;
    border: 1px solid black;
    width: 60px;
    border-radius: 100px;
    margin: 25px auto 25px auto;
}

.btn {
    background: linear-gradient(157.26deg, #000000 26.8%, rgba(75, 75, 75, 0.93) 101.4%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 14px 34px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    transition: 0.5s !important;
    border: none;
    margin-left: 24px;
    text-transform: uppercase;
}

.btn:hover {
    box-shadow: 0 0 15px 5px rgba(180, 180, 180, 0.8), 0 4px 4px rgba(0, 0, 0, 0.25);
}



.tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.tools-img {
    margin-top: 30px;
    display: flex;
    gap: 50px;
    align-items: center;
}

img {
    width: 60px;
}

.gif {
    width: 500px;
}

.item {
    transition: .35s;
    cursor: pointer;
}


.tools-img:hover> :not(:hover) {
    opacity: .4;
    transform: scale(0.9);
}

.animated {
    width: 600px;
}

.sobre {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 150px;
}

.text {
    width: 500px;
    font-size: 20px;
    margin-left: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.text h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

/* span {
    color: white;
    background-color: black;
    border-radius: 5px;
    padding: 5px;

} */

.txt-animado {
    font-size: 80px;
    font-weight: 600;
    font-family: sans-serif;
}

.txt-animado span {
    position: relative;
}

.txt-animado span::before {
    content: "";
    color: black;
    animation: palavras 20s infinite;
}

.txt-animado span::after {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px solid black;
    right: -10px;
    opacity: 1;
    animation: cursor .8s infinite, digita 20s steps(80) infinite;
    width: calc(100% + 15px);
    background-color: white;
}

@keyframes digita {
    10%, 15%, 35%, 50%, 55%, 70%, 75%, 90%, 95% {
        width: 0;
    }

    5%, 20%, 25%, 40%, 45%, 60%, 65%, 80%, 85% {
        width: calc(100% + 15px);
    }
}

@keyframes cursor {
    0% {
        border-left: 2px solid white;
    }
}

@keyframes palavras {
    0%, 20% {
        content: "AUTOMATIZADO.";
    }

    21%, 40% {
        content: "CONECTADO.";
    }

    41%, 60% {
        content: "INOVADOR.";
    }

    61%, 80% {
        content: "DIGITAL.";
    }

    81%, 100% {
        content: "GENIUS UNO.";
    }
}

.motivacao {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 100px;
    padding: 20px;
}

.motivacao p {
    font-size: 17px;
}

.text h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.cards {
    margin-top: 70px;
}


.gif2 {
    width: 500px;
    margin-left: 100px
}

.esquema-conceitual {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.processo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;

}

/* .main {
    background-color: rgb(155, 155, 155);
    padding: 100px;
} */

.processo-text h2 {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.processo-comp h2 {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.processo-criativo h2 {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 100px;
}

.box {
    width: 200px;
    height: 250px;
    border: 1px solid #000000;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    position: relative;
}

.text-box {
    font-size: 12px;
}

.title {
    font-weight: bold;
    font-size: 14px;
}


.number {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
}


.youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

table {
    width: 820px;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 200px;
    border-top: 1px solid #ddd;
}

th, td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}

th {
    font-weight: bold;
    border-top: none;
    /* Remove a borda superior do cabeçalho */
}

tr:first-child th {
    border-top: none;
    /* Remove a borda superior da primeira linha do cabeçalho */
}

/* Estilo do botão para voltar ao topo */
/* Estilo do botão de voltar ao topo */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #000000;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* Animação pulsante */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.back-to-top {
    animation: pulse 3s infinite;
    /* Pulse a cada 3 segundos */
}

/* Opções adicionais de estilização */
.arrow {
    font-size: 35px;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.process-container h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.process-container p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #8b949e;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.process-card {
    background-color: #161b22;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.process-card h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.process-card p {
    font-size: 0.95rem;
    color: #8b949e;
    line-height: 1.6;
}

.components-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
    text-align: center;
    margin-bottom: 0;
}

.components-container h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
}

.components-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.components-table th, .components-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.components-table thead th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #111;
}

.components-table tbody tr {
    transition: transform 0.3s, box-shadow 0.3s;
}

.components-table tbody tr:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9;
}

.components-table tbody td {
    color: #555;
}

.components-table tbody tr:last-child td {
    border-bottom: none;
}

.projeto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #161b22;
    border-radius: 12px;
    padding: 20px 30px;
    width: 73%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

.infor {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Texto */
.texto {
    max-width: 70%;
}

.texto-container h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.texto-container p {
    font-size: 16px;
    color: #8b949e;
    line-height: 1.5;
}

/* Container responsivo 16:9 */
.video-wrapper {
  width: 100%;
  max-width: 450px;   /* tamanho que você queria */
  margin: 0 auto;
  position: relative;
  height: 350px;      /* <<< altura fixa (pode ajustar) */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* Botão */
.btn-container {
    background: linear-gradient(157.26deg, #000000 26.8%, rgba(75, 75, 75, 0.93) 101.4%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 14px 34px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    width: 310px;
    line-height: 25px;
    color: #ffffff;
    transition: 0.5s !important;
    border: none;
    margin-left: 24px;
    text-transform: uppercase;
}

.btn-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Ícone dentro do botão */
.icon {
    margin-right: 8px;
}

.testimonial-section {
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 20px;
}

.testimonial-section h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    min-width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.quote-icon {
    font-size: 3rem;
    color: #555;
}

.testimonial p {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #666;
}

.client-name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.arrow:hover {
    color: #333;
}

.de {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}

.depoimentos {
    width: 100%;
    padding: 60px 40px;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0;
}

.depoimentos .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dt {
    text-align: center;
    margin-top: 150px;
}

.dt h1{
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.dt p{
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #8b949e;
}

.process-containerdifi{
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    margin-top: 150px;
}

.process-containerdifi h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.process-containerdifi p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #8b949e;
}

.depoimentos .slide .person {
    display: flex;
    align-items: center;
    gap: 15px;
}

.depoimentos .slide .person img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.depoimentos .slide .person .info-person {
    text-align: left;
}

.depoimentos .slide .person .nome-person {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.depoimentos .slide .person .func-person {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Configuração dos botões do Swiper */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet {
    background: #ccc;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

.button-t {
    background: linear-gradient(157.26deg, #000000 26.8%, rgba(75, 75, 75, 0.93) 101.4%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    line-height: 25px;
    width: 80px;
    transition: 0.5s !important;
    border: none;
    text-transform: uppercase;
    margin-top: 6px;
}

.container-co {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.project-card {
    background-color: #161b22;
    border-radius: 8px;
    overflow: hidden;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.project-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.project-content {
    padding: 20px;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tag {
    background-color: #1d2229;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.project-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: white;
}

.project-description {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

.project-link {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #76b3fa;
    font-weight: bold;
}

.project-link:hover {
    text-decoration: underline;
}

.footer {
    background-color: #1d2229;
    /* Azul escuro */
    padding: 70px;
    color: white;
    text-align: center;
    margin-top: 100px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Estilo do copyright */
.footer-copyright p {
    margin: 0;
    font-size: 14px;
}

/* Navegação */
.footer-navigation {
    display: flex;
    gap: 20px;
}

.footer-navigation a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: color 0.3s;
}

/* Redes sociais */
.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    color: white;
    font-size: 18px;
    transition: color 0.3s;
}

.footer-socials a:hover {
    color: #ffffff;
    /* Destaque ao passar o mouse */
}

iframe {
    border-radius: 20px;
}

.code-card {
    background-color: #222;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
    box-shadow: 0 4px 8px rgba(180, 114, 114, 0.3);
}

.code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 150px;
    flex-direction: column;
}

.code-txt {
    text-align: center;
    margin-bottom: 20px;
}

.code-card h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.code-card p {
    font-size: 1em;
    margin-bottom: 15px;
}

pre {
    background-color: #333;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
}

code {
    color: #76c7c0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

.code-card a{
    color: rgb(202, 2, 2);
}

.esquema{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.code-txt-2 {
    text-align: center;
    margin-bottom: 20px;
}

.code-txt-2 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.code-txt-2 p{
    color: #8b949e;
    margin-top: 10px;
}

.esquema img{
    width: 700px;
}

/* .mobile-menu {
    cursor: pointer;
    display: none;
}

.mobile-menu div {
    width: 32px;
    height: 2px;
    background-color: black;
    margin: 8px;
    transition: 0.3s;
}

@media (max-width: 999px) {
    body {
        overflow-x: hidden;
    }

    .nav-list{
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 92vh;
        background: black;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }

    .nav-list li{
        margin-left: 0;
        opacity: 0;
    }

    .mobile-menu {
        display: block;
    }

    .nav-list.active {
        transform: translateX(0);
    }
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-9px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line2 {
    transform: rotate(45deg) translate(-5px, -7px);
} */
