* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

/* cores */

    /* background: linear-gradient(45deg, #3533cd, #00c9a7); */
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* color: #00c9a7; */
    /* background-color: #ffffff; */
    /* background-color: #000000c7; */
    /* color: #3533cd; */

/*  */


body {
    font-family: 'Inter', 'Roboto', sans-serif;
    line-height: 1.6;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    min-height: 100vh;
    overflow-x: hidden;
}


#header {
    background: linear-gradient(90deg, #000000, #3533cd);
    /* background-color: #080808c2; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.334); */
    position: fixed;
    top: -600px;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;
    transition: top 0.7s ease;

}

#header.show {
  top: 0px; 
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.logo {
    display: flex;
}

.logo img {
    height: 80px; 
    width: auto;
}

.logo span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 22px;
    color: #ffffff;

}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-menu li {
    cursor: pointer;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.3s ease;
    padding: 8px 15px;
    border-radius: 5px;
}

.nav-menu li:hover {
    color: #00c9a7;
    background-color: #f8f9fa;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
        


/* Mobile Styles */
        @media screen and (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 80%;
                height: 100vh;
                background-color: rgb(0, 0, 23);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 40px;
                transition: right 0.3s ease;
                box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            }

            .nav-menu.active {
                right: 0;
            }

            .nav-menu li {
                font-size: 24px;
                padding: 15px 30px;
                width: 80%;
                text-align: center;
                border-radius: 10px;
            }

            .nav-menu li:hover {
                background-color: #007bff;
                color: #fff;
            }

            nav {
                padding: 15px 20px;
            }

            .logo img {
                height: 62px;
            }

            .logo span {
                display: none;
            }
            
            .section-3{
                flex-direction: column;
                overflow-x: hidden;
            }

        
        }

        @media screen and (max-width: 480px) {
            .nav-menu li {
                font-size: 20px;
                width: 90%;
            }

            nav {
                padding: 10px 15px;
            }
        }




/* .section-1 {
    width: 100%;
    height: 100vh;
    background-image: url('fotos/capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
    display: flex;
    padding: 100px 100px ;
}

.ef1, .ef2{
    visibility: hidden;
}


.x {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x img {
    width: 480px;
}

.tec-x span{
    font-size: 3.5rem;
    padding: 5px;
}


.x span   {
    color: #ffffff;
}

.text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mov {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text span {
    color:#ffffff;
    font-size: 2.1rem;
    font-weight: 100;
    padding: 10px;
    font-family: "Inter", sans-serif;
    letter-spacing: 10px;
}

.text h1 {
    color:#ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: justify;
    padding: 10px;
    font-family: "Inter", sans-serif;
}

.tec {
    width: 50%;
    display: flex;
    align-items: center;
}
.tec span {
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 3.3rem;
    letter-spacing: 5px;
    position: relative;
    left: -50px;

}

.mov p {
    color: #e5e7eb;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 500px;
    line-height: 1.6;
} */


.section-1 {
    width: 100%;
    height: 100vh;
    background-image: url('fotos/capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
    display: flex;
    padding: 100px 100px;
}

.ef1, .ef2{
    visibility: hidden;
}

.x {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x img {
    width: 480px;
}

.tec-x span{
    font-size: 3.0rem;
    padding: 5px;
}

.x span {
    color: #ffffff;
}

.text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mov {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text span {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 100;
    padding: 10px;
    font-family: "Inter", sans-serif;
    letter-spacing: 10px;
}

.text h1 {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    padding: 10px;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}

.tec {
    width: 50%;
    display: flex;
    align-items: center;
}

.tec span {
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 3.3rem;
    letter-spacing: 5px;
    position: relative;
    left: -50px;
}

.mov p {
    color: #e5e7eb;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 500px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
}


@media (max-width: 1430px) {
    .section-1 {
        padding: 50px;
    }
    
    .x img {
        width: 400px;
    }

    
    .tec-x span {
        font-size: 2.8rem;
    }
    
    .text span {
        font-size: 1.8rem;
    }
    
    .text h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 1250px) {
    .section-1 {
        padding: 50px;
    }
    
    .x img {
        width: 400px;
    }

    
    .tec-x span {
        font-size: 2.6rem;
    }
    
    .text span {
        font-size: 1.8rem;
    }
    
    .text h1 {
        font-size: 3.2rem;
    }
}

/* Media Queries para Responsividade */

/* Tablets */
@media (max-width: 1024px) {
   

    .section-1 {
        flex-direction: column;
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
    }

    .x {
        width: 100%;
    }
    
    .x img {
        width: 400px;
    }

    .text {
        /* background-color: red; */
        width: 100%;
    
    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }
    
    .text h1 {
        font-size: 2.4rem;
    }
}

.mov p {
    font-size: 20px;
}


@media (max-width: 1200px) {
   

    .section-1 {
        flex-direction: column;
        padding: 20px 10px;
        height: auto;
        min-height: 100vh;
    }

    .x {
        width: 100%;
    }
    
    .x img {
        width: 400px;
    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .text span {
        font-size: 1.2rem;
        letter-spacing: 5px;
        text-align: center;
        white-space: normal;
    }
    
    
    .text h1 {
        font-size: 2.4rem;
    }
}

.mov p {
    font-size: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .section-1 {
        flex-direction: column;
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }
    
    .x {
        width: 100%;
        order: 1; /* Posição 1 - imagem primeiro */
        margin-bottom: 30px;
    }
    
    .text {
        width: 90%;
        order: 2; /* Posição 2 - texto embaixo */
    }
    
    .x img {
        width: 200px;
        max-width: 80%;
    }
    
    .tec-x span {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .mov {
        height: auto;
        padding: 20px 0;
    }
    
    .text span {
        font-size: 1.2rem;
        letter-spacing: 5px;
        text-align: center;
        white-space: normal;
    }
    
    .text h1 {
        font-size: 2.2rem;
        text-align: center;
        white-space: normal;
        line-height: 1.2;
    }
    
    .mov p {
        font-size: 1.2rem;
        text-align: center;
        white-space: normal;
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .section-1 {
        padding: 20px 15px;
    }
    
    .x img {
        width: 250px;
    }
    
    .tec-x span {
        font-size: 2rem;
    }
    
    .text span {
        font-size: 1.3rem;
        letter-spacing: 3px;
    }
    
    .text h1 {
        font-size: 2.4rem;
    }
    
    .mov p {
        font-size: 1.2rem;
    }
}

/* SECTION 2 - Serviços */
.section-2 {
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    background-color: #ffffff;
    min-height: 100vh;
    padding: 100px 5% 50px;
    position: relative;
}

.div-servicos {
    max-width: 1400px;
    margin: 0 auto;
}

.div-titulo {
    text-align: center;
    margin-bottom: 80px;
    color: #3533cd;
    animation: fadeInUp 1s ease-out;
}

.div-titulo h2 {
    color: #007bff ;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* background: linear-gradient(45deg, #ffffff, #00c9a7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.div-titulo h2 {
    background-color: #3533cd;
}

.paragrafo p {
    color: #2a28a3;
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.servicos-conteiner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.conteiner {
    background: linear-gradient(135deg, #3533cd, #000000);  
    /* background: linear-gradient(135deg, #000000, #3533cd);   */
    /* background-color: rgb(0, 0, 23); */
    /* background-color: #fff; */
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.conteiner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 201, 167, 0.1), transparent);
    transition: left 0.5s;
}

.conteiner:hover::before {
    left: 100%;
}

.conteiner:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 201, 167, 0.2);
}

.conteiner i {
    font-size: 3rem;
    color: #00c9a7;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.conteiner:hover i {
    transform: scale(1.2);
    color: #ffffff;
    text-shadow: 0 0 20px #00c9a7;
}

.conteiner span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.div-ep p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.button-span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-span button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    
}

.button-span button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.button-span button:hover::before {
    width: 100%;
    height: 100%;
}

.button-span button:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 201, 167, 0.4);
}

.button-span button i {
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 1;
    position: relative;
    top: 11px;
}

.button-span button i:hover {
    color: #ffffff;
}

.button1 {
    display: block;
    margin: 0 auto;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid #00c9a7;
    color: #00c9a7;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button1:hover {
    background: #00c9a7;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 201, 167, 0.3);
}

/* SECTION 3 - Impacto */
.section-3 {
    /* background-color: #fff; */
    /* background-color: rgb(0, 0, 23); */
    /* background: linear-gradient(135deg, #000000, #3533cd); */
    background: linear-gradient(90deg, #000000, #3533cd);
    min-height: 100vh;
    padding: 100px 5% 50px;
}

.div-section {
    max-width: 1400px;
    margin: 0 auto;
}

.div-titulo-tec {
    text-align: center;
    margin-bottom: 80px;
}

.titulo h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    background-color: #ffffff;
    /* background-color: #00c9a7; */
    /* background: linear-gradient(45deg, #ffffff, #00c9a7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.titulo span {
    color: #e5e7eb;
    font-size: 1.2rem;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    line-height: 1.6;
}

.div-grid-tec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


/* //////////////// */

.grid {
    /* background: rgba(255, 255, 255, 0.05); */
    backdrop-filter: blur(20px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    animation: fadeInUp 1s ease-out;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* background: rgba(255, 255, 255, 0.05); */
    /* background-color: #fff; */
    /* background: linear-gradient(45deg, #3533cd, #00c9a7);     */
    background-color: rgb(0, 0, 23);
    
    
    /* background-color: #007bff; */
}

.grid:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.div-text-tec {
    display: flex;
    align-items: flex-start;
    gap: 20px;

}

.div-i {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.div-i i {
    font-size: 1.8rem;
    color: #ffffff;
}

.t span {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.t p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
}





    .section-4 {
    background-color: #ffffff;
    min-height: 100vh;
    padding: 100px 5% 50px;
    width: 100%;
    max-width: 100vw;
    }
    
    .div-sobre {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeInUp 1s ease-out;
    }
    
    .div-sobre span {
    color: #2a28a3;
    font-size: 3.2rem;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2a28a3, #3533cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .div-sobre p {
    color: #3533cd;
    font-size: 1.4rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    }
    
    .div-tech {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto 80px;
    width: 100%;
    }
    
    .tech {
    background: linear-gradient(135deg, #3533cd, #000000);  
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    animation: slideInLeft 1s ease-out;
    width: 100%;
    }
    
    .tech h3 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    }
    
    .div-p p {
    color: #e5e7eb;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 20px;
    }
    
    .valores {
    animation: slideInRight 1s ease-out;
    width: 100%;
    }
    
    .missao {
    background: linear-gradient(135deg, #3533cd, #000000);  
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    }
    
    .missao-p, .valores-p {
    padding: 20px;
    border-radius: 15px;
    background: rgba(0, 201, 167, 0.1);
    border: 1px solid rgba(0, 201, 167, 0.2);
    }
    
    .missao span, .valores span {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    }
    
    .missao-p p, .valores-p p {
    color: #e5e7eb;
    font-size: 1.3rem;
    line-height: 1.6;
    }
    
    .div-tech-grid {
    margin-bottom: 50px;
    width: 100%;
    }
    
    .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    }
    
    .grid-tech {
    background: linear-gradient(135deg, #3533cd, #000000);  
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out;
    width: 100%;
    }
    
    .grid-tech:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }
    
    .grid-tech i {
    font-size: 2.5rem;
    color: #00c9a7;
    margin-bottom: 20px;
    display: block;
    }
    
    .grid-tech span {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    }
    
    .grid-tech p {
    color: #e5e7eb;
    font-size: 1.2rem;
    line-height: 1.6;
    }
    
    .div-button-tec {
    text-align: center;
    }
    
    .div-button-tec button {
    padding: 15px 40px;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    
    .div-button-tec button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 201, 167, 0.4);
    }
    
    
    /* ..... */
    
    
    /* Animações */
    @keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translateY(30px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }
    
    @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }
    
    @keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }
    
    /* Media Queries Responsivas */
    
    /* 1024px */
    @media screen and (max-width: 1024px) {
    .section-4 {
        padding: 80px 4% 40px;
    }
    
    .div-sobre span {
        font-size: 2.8rem;
    }
    
    .div-sobre p {
        font-size: 1.3rem;
    }
    
    .div-tech {
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .tech, .missao {
        padding: 35px;
    }
    
    .tech-grid {
        gap: 25px;
    }
    }
    
    /* 800px */
    @media screen and (max-width: 800px) {
    .section-4 {
        padding: 60px 4% 40px;
    }
    
    .div-sobre {
        margin-bottom: 60px;
    }
    
    .div-sobre span {
        font-size: 2.5rem;
    }
    
    .div-sobre p {
        font-size: 1.2rem;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 50px;
    }
    
    .tech h3 {
        font-size: 1.8rem;
    }
    
    .div-p p {
        font-size: 1.2rem;
    }
    
    .missao-p p, .valores-p p {
        font-size: 1.2rem;
    }
    
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .grid-tech {
        padding: 25px;
    }
    
    .grid-tech i {
        font-size: 2.2rem;
    }
    
    .grid-tech span {
        font-size: 1.2rem;
    }
    
    .grid-tech p {
        font-size: 1.1rem;
    }
    }
    
    /* 768px */
    @media screen and (max-width: 768px) {
    .section-4 {
        padding: 50px 3% 30px;
    }
    
    .div-sobre span {
        font-size: 2.3rem;
    }
    
    .tech, .missao {
        padding: 30px;
    }
    
    .missao {
        gap: 25px;
    }
    
    .missao-p, .valores-p {
        padding: 15px;
    }
    }
    
    /* 600px */
    @media screen and (max-width: 600px) {
    .section-4 {
        padding: 40px 3% 30px;
    }
    
    .div-sobre {
        margin-bottom: 40px;
    }
    
    .div-sobre span {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .div-sobre p {
        font-size: 1.1rem;
    }
    
    .div-tech {
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .tech, .missao {
        padding: 25px;
        border-radius: 15px;
    }
    
    .tech h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .div-p p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .missao span, .valores span {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    .missao-p p, .valores-p p {
        font-size: 1.1rem;
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid-tech {
        padding: 20px;
        border-radius: 15px;
    }
    
    .grid-tech i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .grid-tech span {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .grid-tech p {
        font-size: 1rem;
    }
    
    .div-button-tec button {
        padding: 12px 30px;
        font-size: 1rem;
    }
    }
    
    /* 480px */
    @media screen and (max-width: 480px) {
    .section-4 {
        padding: 30px 3% 25px;
    }
    
    .div-sobre span {
        font-size: 1.8rem;
    }
    
    .div-sobre p {
        font-size: 1rem;
    }
    
    .tech, .missao {
        padding: 20px;
    }
    
    .tech h3 {
        font-size: 1.5rem;
    }
    
    .div-p p {
        font-size: 1rem;
    }
    
    .missao span, .valores span {
        font-size: 1.2rem;
    }
    
    .missao-p p, .valores-p p {
        font-size: 1rem;
    }
    
    .missao-p, .valores-p {
        padding: 12px;
    }
    
    .grid-tech {
        padding: 18px;
    }
    
    .grid-tech i {
        font-size: 1.8rem;
    }
    
    .grid-tech span {
        font-size: 1rem;
    }
    
    .grid-tech p {
        font-size: 0.95rem;
    }
    }
    
    /* 435px */
    @media screen and (max-width: 435px) {
    .section-4 {
        padding: 25px 2.5% 20px;
    }
    
    .div-sobre span {
        font-size: 1.7rem;
    }
    
    .tech, .missao {
        padding: 18px;
    }
    
    .div-button-tec button {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
    }
    
    /* 415px */
    @media screen and (max-width: 415px) {
    .section-4 {
        padding: 25px 2.5% 20px;
    }
    
    .div-sobre span {
        font-size: 1.6rem;
    }
    
    .div-sobre p {
        font-size: 0.95rem;
    }
    
    .tech h3 {
        font-size: 1.4rem;
    }
    
    .div-p p {
        font-size: 0.95rem;
    }
    
    .missao span, .valores span {
        font-size: 1.1rem;
    }
    
    .missao-p p, .valores-p p {
        font-size: 0.95rem;
    }
    
    .grid-tech i {
        font-size: 1.7rem;
    }
    
    .grid-tech span {
        font-size: 0.95rem;
    }
    
    .grid-tech p {
        font-size: 0.9rem;
    }
    }
    
    /* 320px */
    @media screen and (max-width: 320px) {
    .section-4 {
        padding: 20px 2% 15px;
    }
    
    .div-sobre {
        margin-bottom: 30px;
    }
    
    .div-sobre span {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .div-sobre p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .div-tech {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .tech, .missao {
        padding: 15px;
        border-radius: 12px;
    }
    
    .tech h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .div-p p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .missao {
        gap: 15px;
    }
    
    .missao span, .valores span {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .missao-p, .valores-p {
        padding: 10px;
        border-radius: 10px;
    }
    
    .missao-p p, .valores-p p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .tech-grid {
        gap: 15px;
    }
    
    .grid-tech {
        padding: 15px;
        border-radius: 12px;
    }
    
    .grid-tech i {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .grid-tech span {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    .grid-tech p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .div-button-tec {
        margin-top: 20px;
    }
    
    .div-button-tec button {
        padding: 10px 20px;
        font-size: 0.9rem;
        border-radius: 25px;
    }
    }




/* SECTION 5 - Contato */
.contact-section {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 80px 0
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-header h2 {
    font-size: 3rem;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-header p {
    font-size: 1.2rem;
    color: #e2e8f0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info {
    color: white;
}

.contact-info h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #ffffff;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.info-item i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #ffffff;
    width: 30px;
}

.info-item span {
    font-size: 1.1rem;
    line-height: 1.5;
}

.social-links {
    margin-top: 40px;
}

.social-links h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    background-color: white;
    color: #1e3a8a;
    box-shadow: 0 8px 20px rgba(7, 87, 126, 0.4);
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #1e3a8a;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
    transform: translateY(-2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.4);
}

.cta-badge {
    display: inline-block;
    color: #1e3a8a;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-header h2 {
        font-size: 2.2rem;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .social-icons {
        justify-content: center;
    }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-elements::before,
.floating-elements::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.floating-elements::before {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.floating-elements::after {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 15%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* RESPONSIVIDADE */

/* 380px */
@media (max-width: 380px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 20px 50px;
        text-align: center;
    }
    
    .text {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .mov h1 {
        font-size: 2.2rem;
    }
    
    .mov p {
        font-size: 1.1rem;
    }
    
    .ef1 {
        width: 120px;
    }
    
    .div-titulo h2 {
        font-size: 2rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .conteiner {
        padding: 30px 20px;
    }
    
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .first-inputs {
        grid-template-columns: 1fr;
    }
}

/* 415px */
@media (max-width: 415px) and (min-width: 381px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 25px 50px;
    }
    
    .mov h1 {
        font-size: 2.4rem;
    }
    
    .ef1 {
        width: 140px;
    }
    
    .div-titulo h2 {
        font-size: 2.2rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* 430px */
@media (max-width: 430px) and (min-width: 416px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 30px 50px;
    }
    
    .mov h1 {
        font-size: 2.5rem;
    }
    
    .ef1 {
        width: 150px;
    }
    
    .div-titulo h2 {
        font-size: 2.3rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* 560px */
@media (max-width: 560px) and (min-width: 431px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 40px 50px;
    }
    
    .mov h1 {
        font-size: 2.8rem;
    }
    
    .ef1 {
        width: 160px;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    

    .conteudo {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

/* 768px */
@media (max-width: 768px) and (min-width: 561px) {
    .section-1 {
        padding: 120px 50px 50px;
    }
    
    .mov h1 {
        font-size: 3rem;
    }
    
    .text {
        padding-left: 30px;
    }
    
    .servicos-conteiner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .conteiner:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .section-3{
        flex-direction: column;
        overflow-x: hidden;
    }
}

/* 835px */
@media (max-width: 835) {

}
@media (max-width: 720px) and (min-width: 415px) {
  .div-tech {
    grid-template-columns: 1fr; /* Coluna única */
  }

  .tech, .valores {
    padding: 30px;
  }

  .tech h3 {
    text-align: center;
  }

  .div-p p {
    text-align: justify;
  }

  .tech-grid {
    grid-template-columns: 1fr; /* Coluna única para os cards */
  }

  .grid-tech {
    padding: 25px;
  }

  .div-button-tec button {
    width: 100%;
    max-width: 300px;
  }
}


   .footer {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 60px 0 20px;
    color: white;
    position: relative;
    clip-path: inset(0 100% 0 0);
    animation: revealFooter 1s ease forwards;
}

/* Efeito de revelar da esquerda para direita */
@keyframes revealFooter {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

.footer {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 60px 0 20px;
    color: white;
    position: relative;
    clip-path: inset(0 100% 0 0);
    animation: revealFooter 1s ease forwards;
}

/* Efeito de revelar da esquerda para direita */
@keyframes revealFooter {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;                      
    padding: 0 20px;
}

/* Adicionando delay para cada seção do footer */
.footer-section {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(-30px);
    animation: revealSection 0.5s ease forwards;
}

.footer-section:nth-child(1) {
    animation-delay: 0.3s;
}

.footer-section:nth-child(2) {
    animation-delay: 0.6s;
}

.footer-section:nth-child(3) {
    animation-delay: 0.9s;
}

.footer-section:nth-child(4) {
    animation-delay: 1.2s;
}

@keyframes revealSection {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute; 
    left: 0;
    bottom: -8px;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c8b050, transparent);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.5s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.newsletter-form {
    display: flex;
    gap: 10px;      
    margin-bottom: 20px;
}

.newsletter-form input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    flex-grow: 1;
}

.newsletter-form button {
    padding: 10px 20px;
    background: #3533CD;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #2a28a3;
}

/* Cores das redes sociais ao passar o mouse */
.social-media a {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-media a:hover {
    transform: translateY(-3px);
}

/* Facebook */
.social-media a:nth-child(1):hover {
    background-color: #1877F2;
}

/* Instagram */
.social-media a:nth-child(2):hover {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);

}

/* LinkedIn */
.social-media a:nth-child(3):hover {
    background-color: #148414;

}

/* GitHub */
.social-media a:nth-child(4):hover {
    background-color: #333333;
}

.social-media {
    display: flex;
    column-gap: 20px;
}

.social-media i {
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 1.5s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .section, .section-2 {
        padding: 40px 20px;
    }
    
    .nav-links {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .section, .section-2 {
        padding: 40px 20px;
    }
    
    .nav-links {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
   }
}



/* ..................................................... */



/* Adicionando gradiente nas seções */


/* Media Queries Responsivas */
       

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* cores */

    /* background: linear-gradient(45deg, #3533cd, #00c9a7); */
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* color: #00c9a7; */
    /* background-color: #ffffff; */
    /* background-color: #000000c7; */
    /* color: #3533cd; */

/*  */


body {
    font-family: 'Inter', 'Roboto', sans-serif;
    line-height: 1.6;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    min-height: 100vh;
    overflow-x: hidden;
}


#header {
    background: linear-gradient(90deg, #000000, #3533cd);
    /* background-color: #080808c2; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.334); */
    position: fixed;
    top: -600px;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;
    transition: top 0.7s ease;

}

#header.show {
  top: 0px; 
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.logo {
    display: flex;
}

.logo img {
    height: 80px; 
    width: auto;
}

.logo span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 22px;
    color: #ffffff;

}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-menu li {
    cursor: pointer;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.3s ease;
    padding: 8px 15px;
    border-radius: 5px;
}

.nav-menu li:hover {
    color: #00c9a7;
    background-color: #f8f9fa;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
        


/* Mobile Styles */
        @media screen and (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 80%;
                height: 100vh;
                background-color: rgb(0, 0, 23);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 40px;
                transition: right 0.3s ease;
                box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            }

            .nav-menu.active {
                right: 0;
            }

            .nav-menu li {
                font-size: 24px;
                padding: 15px 30px;
                width: 80%;
                text-align: center;
                border-radius: 10px;
            }

            .nav-menu li:hover {
                background-color: #007bff;
                color: #fff;
            }

            nav {
                padding: 15px 20px;
            }

            .logo img {
                height: 62px;
            }

            .logo span {
                display: none;
            }

        
        }

        @media screen and (max-width: 480px) {
            .nav-menu li {
                font-size: 20px;
                width: 90%;
            }

            nav {
                padding: 10px 15px;
            }
        }




/* .section-1 {
    width: 100%;
    height: 100vh;
    background-image: url('fotos/capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
    display: flex;
    padding: 100px 100px ;
}

.ef1, .ef2{
    visibility: hidden;
}


.x {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x img {
    width: 480px;
}

.tec-x span{
    font-size: 3.5rem;
    padding: 5px;
}


.x span   {
    color: #ffffff;
}

.text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mov {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text span {
    color:#ffffff;
    font-size: 2.1rem;
    font-weight: 100;
    padding: 10px;
    font-family: "Inter", sans-serif;
    letter-spacing: 10px;
}

.text h1 {
    color:#ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: justify;
    padding: 10px;
    font-family: "Inter", sans-serif;
}

.tec {
    width: 50%;
    display: flex;
    align-items: center;
}
.tec span {
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 3.3rem;
    letter-spacing: 5px;
    position: relative;
    left: -50px;

}

.mov p {
    color: #e5e7eb;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 500px;
    line-height: 1.6;
} */


.section-1 {
    width: 100%;
    height: 100vh;
    background-image: url('fotos/capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
    display: flex;
    padding: 100px 100px;
}

.ef1, .ef2{
    visibility: hidden;
}

.x {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.x img {
    width: 480px;
}

.tec-x span{
    font-size: 3.0rem;
    padding: 5px;
}

.x span {
    color: #ffffff;
}

.text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mov {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text span {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 100;
    padding: 10px;
    font-family: "Inter", sans-serif;
    letter-spacing: 10px;
}

.text h1 {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    padding: 10px;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}

.tec {
    width: 50%;
    display: flex;
    align-items: center;
}

.tec span {
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 3.3rem;
    letter-spacing: 5px;
    position: relative;
    left: -50px;
}

.mov p {
    color: #e5e7eb;
    font-size: 1.6rem;
    font-weight: 400;
    max-width: 500px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
}


@media (max-width: 1430px) {
    .section-1 {
        padding: 50px;
    }
    
    .x img {
        width: 400px;
    }

    
    .tec-x span {
        font-size: 2.8rem;
    }
    
    .text span {
        font-size: 1.8rem;
    }
    
    .text h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 1250px) {
    .section-1 {
        padding: 50px;
    }
    
    .x img {
        width: 400px;
    }

    
    .tec-x span {
        font-size: 2.6rem;
    }
    
    .text span {
        font-size: 1.8rem;
    }
    
    .text h1 {
        font-size: 3.2rem;
    }
}

/* Media Queries para Responsividade */

/* Tablets */
@media (max-width: 1024px) {
   

    .section-1 {
        flex-direction: column;
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
    }

    .x {
        width: 100%;
    }
    
    .x img {
        width: 400px;
    }

    .text {
        /* background-color: red; */
        width: 100%;
    
    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }
    
    .text h1 {
        font-size: 2.4rem;
    }
}

.mov p {
    font-size: 20px;
}


@media (max-width: 1200px) {
   

    .section-1 {
        flex-direction: column;
        padding: 20px 10px;
        height: auto;
        min-height: 100vh;
    }

    .x {
        width: 100%;
    }
    
    .x img {
        width: 400px;
    }

    .tec-x {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .text span {
        font-size: 1.2rem;
        letter-spacing: 5px;
        text-align: center;
        white-space: normal;
    }
    
    
    .text h1 {
        font-size: 2.4rem;
    }
}

.mov p {
    font-size: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .section-1 {
        flex-direction: column;
        padding: 30px 20px;
        height: auto;
        min-height: 100vh;
    }
    
    .x {
        width: 100%;
        order: 1; /* Posição 1 - imagem primeiro */
        margin-bottom: 30px;
    }
    
    .text {
        width: 90%;
        order: 2; /* Posição 2 - texto embaixo */
    }
    
    .x img {
        width: 200px;
        max-width: 80%;
    }
    
    .tec-x span {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .mov {
        height: auto;
        padding: 20px 0;
    }
    
    .text span {
        font-size: 1.2rem;
        letter-spacing: 5px;
        text-align: center;
        white-space: normal;
    }
    
    .text h1 {
        font-size: 2.2rem;
        text-align: center;
        white-space: normal;
        line-height: 1.2;
    }
    
    .mov p {
        font-size: 1.2rem;
        text-align: center;
        white-space: normal;
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .section-1 {
        padding: 20px 15px;
    }
    
    .x img {
        width: 250px;
    }
    
    .tec-x span {
        font-size: 2rem;
    }
    
    .text span {
        font-size: 1.3rem;
        letter-spacing: 3px;
    }
    
    .text h1 {
        font-size: 2.4rem;
    }
    
    .mov p {
        font-size: 1.2rem;
    }
}

/* SECTION 2 - Serviços */
.section-2 {
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    background-color: #ffffff;
    min-height: 100vh;
    padding: 100px 5% 50px;
    position: relative;
}

.div-servicos {
    max-width: 1400px;
    margin: 0 auto;
}

.div-titulo {
    text-align: center;
    margin-bottom: 80px;
    color: #3533cd;
    animation: fadeInUp 1s ease-out;
}

.div-titulo h2 {
    color: #007bff ;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* background: linear-gradient(45deg, #ffffff, #00c9a7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.div-titulo h2 {
    background-color: #3533cd;
}

.paragrafo p {
    color: #2a28a3;
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.servicos-conteiner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.conteiner {
    background: linear-gradient(135deg, #3533cd, #000000);  
    /* background: linear-gradient(135deg, #000000, #3533cd);   */
    /* background-color: rgb(0, 0, 23); */
    /* background-color: #fff; */
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.conteiner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 201, 167, 0.1), transparent);
    transition: left 0.5s;
}

.conteiner:hover::before {
    left: 100%;
}

.conteiner:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 201, 167, 0.2);
}

.conteiner i {
    font-size: 3rem;
    color: #00c9a7;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.conteiner:hover i {
    transform: scale(1.2);
    color: #ffffff;
    text-shadow: 0 0 20px #00c9a7;
}

.conteiner span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.div-ep p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.button-span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-span button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    
}

.button-span button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.button-span button:hover::before {
    width: 100%;
    height: 100%;
}

.button-span button:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 201, 167, 0.4);
}

.button-span button i {
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 1;
    position: relative;
    top: 11px;
}

.button-span button i:hover {
    color: #ffffff;
}

.button1 {
    display: block;
    margin: 0 auto;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid #00c9a7;
    color: #00c9a7;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button1:hover {
    background: #00c9a7;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 201, 167, 0.3);
}

/* SECTION 3 - Impacto */
.section-3 {
    /* background-color: #fff; */
    /* background-color: rgb(0, 0, 23); */
    /* background: linear-gradient(135deg, #000000, #3533cd); */
    background: linear-gradient(90deg, #000000, #3533cd);
    min-height: 100vh;
    padding: 100px 5% 50px;
}

.div-section {
    max-width: 1400px;
    margin: 0 auto;
}

.div-titulo-tec {
    text-align: center;
    margin-bottom: 80px;
}

.titulo h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    background-color: #ffffff;
    /* background-color: #00c9a7; */
    /* background: linear-gradient(45deg, #ffffff, #00c9a7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.titulo span {
    color: #e5e7eb;
    font-size: 1.2rem;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    line-height: 1.6;
}

.div-grid-tec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


/* //////////////// */

.grid {
    /* background: rgba(255, 255, 255, 0.05); */
    backdrop-filter: blur(20px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    animation: fadeInUp 1s ease-out;
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* background: rgba(255, 255, 255, 0.05); */
    /* background-color: #fff; */
    /* background: linear-gradient(45deg, #3533cd, #00c9a7);     */
    background-color: rgb(0, 0, 23);
    
    
    /* background-color: #007bff; */
}

.grid:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.div-text-tec {
    display: flex;
    align-items: flex-start;
    gap: 20px;

}

.div-i {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.div-i i {
    font-size: 1.8rem;
    color: #ffffff;
}

.t span {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.t p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* SECTION 4 - Sobre */
.section-4 {
    /* background: linear-gradient(90deg, #000000, #3533cd); */
    /* background-color: rgb(0, 0, 23); */
    background-color: #ffffff;
    min-height: 100vh;
    padding: 100px 5% 50px;
}

.div-sobre {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeInUp 1s ease-out;
}

.div-sobre span {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
    /* background: linear-gradient(45deg, #ffffff, #00c9a7); */
    background-color: #2a28a3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.div-sobre p {
    color: #3533cd;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
}

.div-tech {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto 80px;
}

.tech {
    /* background: rgba(255, 255, 255, 0.05); */
    /* background-color: rgb(0, 0, 23); */
    background: linear-gradient(135deg, #3533cd, #000000);  
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    animation: slideInLeft 1s ease-out;
}

.tech h3 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.div-p p {
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.valores {
    animation: slideInRight 1s ease-out;
}

.m {
    /* background: rgba(255, 255, 255, 0.05); */
    /* background-color: rgb(0, 0, 23); */
    background: linear-gradient(135deg, #3533cd, #000000);  
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-p, .v-p {
    padding: 20px;
    border-radius: 15px;
    background: rgba(0, 201, 167, 0.1);
    border: 1px solid rgba(0, 201, 167, 0.2);
}

.m-p span, .v-p span {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.m-p p, .v-p p {
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.6;
}

.div-tech-grid {
    margin-bottom: 50px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}


.grid-tech {
    /* background: rgba(255, 255, 255, 0.05); */
    background: linear-gradient(135deg, #3533cd, #000000);  
    /* background-color: rgb(0, 0, 23); */
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out;
}

.grid-tech:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 201, 167, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.grid-tech i {
    font-size: 2.5rem;
    color: #00c9a7;
    margin-bottom: 20px;
    display: block;
}

.grid-tech span {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.grid-tech p {
    color: #e5e7eb;
    font-size: 1rem;
    line-height: 1.6;
}

.div-button-tec {
    text-align: center;
}

.div-button-tec button {
    padding: 15px 40px;
    background: linear-gradient(45deg, #3533cd, #00c9a7);
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.div-button-tec button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 201, 167, 0.4);
}

/* SECTION 5 - Contato */
.contact-section {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-header h2 {
    font-size: 3rem;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-header p {
    font-size: 1.2rem;
    color: #e2e8f0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info {
    color: white;
}

.contact-info h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #ffffff;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.info-item i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #ffffff;
    width: 30px;
}

.info-item span {
    font-size: 1.1rem;
    line-height: 1.5;
}

.social-links {
    margin-top: 40px;
}

.social-links h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    background-color: white;
    color: #1e3a8a;
    box-shadow: 0 8px 20px rgba(7, 87, 126, 0.4);
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #1e3a8a;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
    transform: translateY(-2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.4);
}

.cta-badge {
    display: inline-block;
    color: #1e3a8a;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-header h2 {
        font-size: 2.2rem;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .social-icons {
        justify-content: center;
    }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-elements::before,
.floating-elements::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.floating-elements::before {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.floating-elements::after {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 15%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* RESPONSIVIDADE */

/* 380px */
@media (max-width: 380px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 20px 50px;
        text-align: center;
    }
    .section-4{
        flex-direction: column;
        overflow-x: hidden;
    }
    
    .text {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .mov h1 {
        font-size: 2.2rem;
    }
    
    .mov p {
        font-size: 1.1rem;
    }
    
    .ef1 {
        width: 120px;
    }
    
    .div-titulo h2 {
        font-size: 2rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .conteiner {
        padding: 30px 20px;
    }
    
    .div-grid-tec {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .first-inputs {
        grid-template-columns: 1fr;
    }
}

/* 415px */
@media (max-width: 415px) and (min-width: 381px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 25px 50px;
    }
    
    .mov h1 {
        font-size: 2.4rem;
    }
    
    .ef1 {
        width: 140px;
    }
    
    .div-titulo h2 {
        font-size: 2.2rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .div-grid-tec {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* 430px */
@media (max-width: 430px) and (min-width: 416px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 30px 50px;
    }
    
    .mov h1 {
        font-size: 2.5rem;
    }
    
    .ef1 {
        width: 150px;
    }
    
    .div-titulo h2 {
        font-size: 2.3rem;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .div-grid-tec {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* 560px */
@media (max-width: 560px) and (min-width: 431px) {
    .section-1 {
        flex-direction: column;
        padding: 120px 40px 50px;
    }
    
    .mov h1 {
        font-size: 2.8rem;
    }
    
    .ef1 {
        width: 160px;
    }
    
    .servicos-conteiner {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .div-grid-tec {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .grid-tech:last-child {
        grid-column: 1 / -1;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

/* 768px */
@media (max-width: 768px) and (min-width: 561px) {
    .section-1 {
        padding: 120px 50px 50px;
    }
    
    .mov h1 {
        font-size: 3rem;
    }
    
    .text {
        padding-left: 30px;
    }
    
    .servicos-conteiner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .conteiner:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .div-grid-tec {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .div-tech {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .tech-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .conteudo {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

/* 835px */
@media (max-width: 835) {

}


   .footer {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 60px 0 20px;
    color: white;
    position: relative;
    clip-path: inset(0 100% 0 0);
    animation: revealFooter 1s ease forwards;
}

/* Efeito de revelar da esquerda para direita */
@keyframes revealFooter {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

.footer {
    background: linear-gradient(90deg, #000000, #3533CD); 
    padding: 60px 0 20px;
    color: white;
    position: relative;
    clip-path: inset(0 100% 0 0);
    animation: revealFooter 1s ease forwards;
}

/* Efeito de revelar da esquerda para direita */
@keyframes revealFooter {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;                      
    padding: 0 20px;
}

/* Adicionando delay para cada seção do footer */
.footer-section {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(-30px);
    animation: revealSection 0.5s ease forwards;
}

.footer-section:nth-child(1) {
    animation-delay: 0.3s;
}

.footer-section:nth-child(2) {
    animation-delay: 0.6s;
}

.footer-section:nth-child(3) {
    animation-delay: 0.9s;
}

.footer-section:nth-child(4) {
    animation-delay: 1.2s;
}

@keyframes revealSection {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute; 
    left: 0;
    bottom: -8px;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c8b050, transparent);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}