@media (min-width: 1024px) {
    .textoServico {
        font-size: 1.3rem;
        top: -250px;
    }
}

@media (max-width: 1024px) {
    .textos-sobre h1 {
        font-size: 2.4rem;
        font-family: var(--font-grande);
        color: #ffffff;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, #00ffff, #00ffff02) 1;
        margin-bottom: 20px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    header.rolagem {
        width: 90%;
        border-radius: 15px;
        height: 65px;
        background-color: #434d4fc2;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .logo1 {
        min-width: 80px;
        max-width: 80px;

    }

    .tecnologias-headline span {
        font-size: 1em;
    }

    .icons {
        font-size: 1.5em;
    }

    .card-servicos {
        width: 240px;
        max-width: 240px;
    }

    .carrosselServico {
        align-content: center;
        height: 40vh;
    }

    .card-service {
        width: 208px;
        height: 180px;
    }

    .card-service i {
        font-size: 2.5em;
    }

    .tecnologias-headline {
        height: 90vh;
        align-content: center;
    }

    .panel-direita {}



    .textos-sobre p {
        font-size: 1.2em;
    }


    .servicesTitle {
        color: var(--title);
        font-size: 2em;
    }

    .services {
        height: 90vh;
    }

    .headlineTitulo h3 {
        text-align: end;
    }

    .textoHeadlineServices span {
        font-size: 1.3em;
    }

    .cards-servicos {
        width: 83%;
    }

    .carrossel {
        width: 100%;
    }

    .conteudo-branco-painel {
        width: 100%;
        height: fit-content;
    }

    .descricao-analise {
        font-size: 0.9em;
    }

    .skills-title {
        width: 90%;
        font-size: 1.7em;
    }

    .textos-sobreCards {
        font-size: 0.9em;
    }

    .titulo-principal {
        text-align: center;
        font-size: 1.4em;
    }

    .tituloCardFinal {
        width: 60%;
    }

    .card-content-servicos i {
        font-size: 2em;
    }


    .container-contato {
        position: relative;
    }

    .logo-contato {
        height: 50%;
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .logo-contato img {
        width: 85%;
        height: auto;
    }

    .tituloApoio {
        font-size: 1.7em;
    }

    .nomeEmpresaDepoimento {
        font-size: 1.4em;

    }

    /*  .cardDepoimento {
        height: 270px;
    }*/


    .empresaDepoimentoTexto span {
        font-size: 1.1em;
    }


    .clear {
        justify-content: center;
        display: flex;
    }

    .imgRoboCard {
        height: 350px;
    }

    .animacao-palavras {}

    .content-services {
        flex-direction: column;
        gap: 1rem;
    }

    .divisaoCardsConjunto {
        gap: 10px;
    }

    .imagem-container {}

    #tituloCardComplementar {
        position: absolute;
        font-size: 1.2em;
        width: 60%;
        text-align: end;
        right: 20%;
    }

    .imagem-container img {
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .card-complementar p {}

    .galeria-cards-complementares {
        height: 90vh;
        width: 150vw;
        overflow-x: hidden;
    }

    .animacao-palavras:nth-of-type(1) {
        top: 25%;
        left: 20%;
        font-size: 1.3rem;
    }

    .animacao-palavras:nth-of-type(2) {
        top: 35%;
        left: 65%;
        font-size: 1.3rem;
    }

    .animacao-palavras:nth-of-type(3) {
        top: 50%;
        left: 20%;
        font-size: 1.3rem;
    }

    .animacao-palavras:nth-of-type(4) {
        top: 57%;
        left: 76%;
        font-size: 1.3rem;
    }

    .animacao-palavras:nth-of-type(5) {
        top: 10%;
        left: 73%;
        font-size: 1.3rem;
    }

    .animacao-palavras:nth-of-type(6) {
        top: 69%;
        left: 25%;
        font-size: 1.3rem;
    }



    .video-section {
        height: 83vw;
    }

    .video-container h4 {
        font-size: 1.6em;
    }


    #meuVideo {
        width: 75%;
        height: auto;
        margin: 0 auto;

    }


    .contato {
        padding: 20px;
        height: auto;
    }

    .footer {}

}












@media (max-width: 768px) {


    body,
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
        width: 100%;
    }

    header {

        width: 100vh;

    }


    .header nav a {
        font-size: 20px;
        text-align: center;

    }

    /*  menu hamburguer */

    .header-container {
        justify-content: flex-end;
    }

    .menu-btn {
        display: block;
        position: relative;
        z-index: 10001;
        cursor: pointer;
        width: 30px;
        height: 22px;
        font-size: 0;
        overflow-y: hidden;
    }

    .menu-btn i {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #00BDE5;
        border-radius: 2px;
        transition: all 0.3s ease;

        font-family: initial !important;
        font-style: initial !important;
        speak: none;
    }

    .menu-btn .fa-bars {
        top: 0;
    }

    .menu-btn .fa-times {
        top: 50%;
        transform: translateY(-50%);
    }


    .menu-btn::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #00BDE5;
        border-radius: 2px;
        transition: all 0.3s ease;
    }



    .wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100% !important;
        height: -webkit-fill-available !important;
        height: 100dvh !important;
        overflow-y: hidden;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: left 0.3s ease-in-out;
        z-index: 10000;

    }



    .wrapper ul {
        flex-direction: column;
        gap: 2rem;
    }

    .wrapper li {
        overflow-y: hidden;
        overflow: clip;
    }


    .header.menu-aberto .menu-btn .fa-bars {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .header.menu-aberto .menu-btn .fa-times {
        opacity: 0;
    }

    .header.menu-aberto .menu-btn::after {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .header.menu-aberto .wrapper {
        left: 0;
    }

    /*  menu hamburguer */


    h4 {
        overflow-y: hidden;
    }

    h2 {
        font-size: 1.2em;
        overflow-y: hidden;
    }

    .formulario-contato h2 {
        width: 100%;
        font-size: 2rem;
        text-align: center;
        color: var(--title);
        height: 4em;
    }

    .formulario-contato p {
        color: white;
        height: 15em;
        padding: 15px;
        align-items: center;
        margin: 10px;
        text-align: center;
    }


    .header .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 80px;
    }

    .tituloApoio {
        text-align: center;
        font-size: 1.7em;
        font-weight: bold;
        color: var(--title);
        padding: 20px;
        height: max-content;
        width: 67%;
    }

    .headline-scroll {
        overflow: visible;
    }

    .cta:before {
        top: -2px;
    }

    .cta:hover:before {
        width: 97%;
    }

    .cta svg {
        top: -3px;
    }


    .descricao-analise {
        text-align: left;
        font-size: 1.1em;
    }

    .textoServico h3 {
        font-size: 1.5em;
    }

    .inicio {
        width: 100%;
        height: 95vh;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        user-select: none;
        overflow: hidden;
    }

    .imagemLogoDepoimento {
        height: 60px;
        width: 60px;
    }

    .nomeEmpresaDepoimento {
        font-size: 1.3em;
    }

    .proximo,
    .anterior {
        display: none;
    }

    .tecnologias-headline {
        align-content: center;
    }

    .textoServico {
        font-size: 1.2em;
    }

    .container-inicio {
        position: fixed;
    }

    .conteudo-inicio.rolagem2 {
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        /* impede clique enquanto está oculto */
    }

    .conteudo-inicio {
        /* width: 100%;*/
        overflow: hidden;
        align-items: center;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .titulo-inicio {
        width: 100%;
        font-size: 0.8em;
    }

    .titulo-inicio img {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
    }

    .left-sobre {
        color: var(--color-white);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
        margin: 1em;
        width: 100%;
    }

    .textos-sobre h1 {
        font-size: 1.6em;
    }

    .textos-sobre p {
        font-size: 1.1em;
    }

    .textoServico p {
        font-size: 1em;
    }

    .textoServico h1 {
        font-size: 1.3em;
    }

    .right-sobre {
        display: none;
    }

    .redes-sociais a {
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        color: white;
        font-size: 1rem;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
        transition: all 0.30s ease-in-out;
    }

    .conteudo-sobre {
        background-color: var(--azul-escuro);
        position: relative;
        align-items: center;
        padding: 20px;

    }

    .divisaoCardsConjunto {
        padding: 15px;
        gap: 30px;
    }

    .servicesTitle {
        font-size: 2em;
        text-align: center;
    }

    .card-service {
        width: 250px;
        height: 220px;
        padding: 15px;
    }

    .content-services {
        color: var(--color-white);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    .headline {
        width: 100%;
        align-items: center;
        padding: 20px;
        border-radius: 20px;
        justify-content: center;
        gap: 3rem;
        height: 100%;
    }

    .headlineTitulo {
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .headlineTitulo h3 {
        color: var(--title);
        font-size: 1.7em;
        text-align: center;
        padding: 20px;
    }

    .textoHeadlineServices span {
        color: var(--color-white);
        font-size: 1.2em;
        text-align: center;
        padding: 20px;
    }

    .services {
        height: 100%;
    }

    .textoHeadlineServices {
        margin: 10px;
        width: 90%;
        height: max-content;
    }


    .skills-title {
        width: 90%;
        text-align: center;
        font-size: 1.6em;
    }

    .skills-info {
        width: 100%;
        position: relative;
    }

    .cards-servicos {
        flex-direction: column;
        /* width: 70%;*/
        margin: 0 auto;
        /* gap: 20px;*/
        height: max-content;
        overflow-y: hidden;
    }

        .card-servicos {
        width: 100%;
        /* height: 270px; */
        height: 350px;
        width: 300px;
        max-width: 270px;
        margin: 0 auto;
    }

    /*   .cardDepoimento {
        height: 100%
    }*/

    .card-content-servicos i {
        font-size: 2em;
    }

    .card-content-servicos p {
        font-size: 1.3em;
    }

    #imgRoboCard {
        display: none;
    }

    .video-container h4 {
        font-size: 2em;
    }

    .galeria-section {}

    .galeriaResponsivo {
        height: 100%;
        padding-bottom: 0;
    }

    .container-galeria {}

    .container-services {}

    .tituloCardFinal {
        width: 100%;
    }

    .main-content-wrapper {
        width: 99vw;
        display: block;
        position: relative;
    }

    .panel-direita {
        width: 100%;
    }

    .blog {
        height: 450px;
        max-height: 450px;
        width: 100%;
    }


    .panel-esquerda {
        display: none;
    }


    /*   .carrossel {
        height: 500px;
        width: 360px;
    }*/

    .empresaDepoimentoTexto span {
        font-size: 1em;
        /*width: 80%;*/
        margin: 0 auto;
        display: flex;
        color: #444;
        text-align: left;
        padding: 5px;
    }

    .form select {
        margin: 0 auto;
    }

    blockquote {
        align-items: center;
        align-content: center;
        /* padding: 15px; */
        /* height: 100%; */
        /* height: auto; */
        /* height: 50%; */
        /* border: 1px solid; */
        font-size: 1em;
    }

    .cardDepoimentoHeader {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        gap: 10px;
        /* border-bottom: 1px solid #ddd; */
        /* padding-bottom: 10px; */
        width: 55%;
        max-width: 300px;
        /* margin: 0 auto; */
    }

    .cardDepoimento {
        /* width: 100%; */
        width: 400px;
        max-width: 400px;
        height: auto;
        height: 550px;
        max-height: 550px;
        margin: 0 auto;
    }

    /*  .cardDepoimento {
        background-color: var(--color-white);
        border-radius: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        font-family: "Arial", sans-serif;
        height: 500px;
    }*/

    .titulo-principal {
        font-size: 1.7em;
        text-align: -webkit-center;
    }

    .conteudo-branco-painel {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .headline {
        display: flex;
        flex-direction: column;
    }



    #meuVideo {
        width: 350px;
    }

    .video-section {
        height: 100%;
        position: relative;
        top: -20px;
    }

    .play-button {
        width: 70px;
        height: 70px;
        overflow: clip;
        display: none;
    }

    .contato {
        height: 140vh;
        margin: -10px;
    }

    .container-contato {}

    .btnEntraEmcContato {
        margin: 10px auto;
        overflow: clip;
        height: fit-content;
    }


    .background {
        width: 1200px;
        height: 800px;
        overflow-y: hidden;

    }

    .imgroboForm {
        display: none;
    }


    .headlineConteudo {
        overflow-x: hidden;
    }

    .social-links a {
        font-size: 1rem;
    }

    .clear {
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto;
    }

    .logo-column img {
        width: 90px;
    }

    .footer-nav a {
        font-size: 1rem;
    }

    nav {
        margin-top: 0;
    }


    .galeria-cards-complementares {}

    .card-complementar {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .card-complementar p {
        width: 60%;
        text-align: center;
        font-size: 1.2em;
        bottom: 3%;

    }

    ::-webkit-scrollbar {
        display: none;
    }

    #meuVideo {
        box-shadow: none;
    }


    .imagem-container {
        height: 100vh;
    }

    .headline-sobre {}

    .galeria-cards-complementares {}

    .card-complementar {
        flex-direction: column;
    }

    .imagem-container img {
        width: 1000px;
        height: 800px;
        margin: 0;
        overflow-y: hidden;

        /* ---- */

        /* width: 50%; */

    }

    .img-card-complementar {}

    .tituloCardComplementar {}

    .animacao-palavras {}

    .animacao-palavras:nth-of-type(1) {
        top: 20%;
        left: 17%;
        font-size: 1rem;
    }

    .animacao-palavras:nth-of-type(2) {
        top: 35%;
        left: 56%;
        font-size: 1rem;
    }

    .animacao-palavras:nth-of-type(3) {
        top: 51%;
        left: 18%;
        font-size: 1rem;
    }

    .animacao-palavras:nth-of-type(4) {
        top: 57%;
        left: 76%;
        font-size: 1rem;
    }

    .animacao-palavras:nth-of-type(5) {
        top: 10%;
        left: 73%;
        font-size: 1rem;
    }

    .animacao-palavras:nth-of-type(6) {
        top: 68%;
        left: 25%;
        font-size: 1rem;
    }



    .textoHeadlineServicesContent {
        overflow-y: hidden;
    }


    .contato .container-contato {
        position: relative;
        width: 100%;
        overflow-x: hidden;

        height: auto;
        min-height: initial;
        overflow-y: visible;
    }


    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .conteudo-contato {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;

        height: auto;
        overflow: hidden;
    }

    .logo-contato {
        display: none;
    }

    .formulario-contato {
        width: 100%;
        max-width: 500px;
        text-align: center;

        height: auto;
        overflow-x: hidden;
    }

    .formulario-contato h2,
    .formulario-contato p {
        height: auto;
        overflow: hidden;
    }

    .formulario-contato h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .formulario-contato p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .inputForm {
        width: 100%;
        padding: 14px 16px;
        margin-bottom: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.05);
        color: #FFF;
        font-size: 1rem;
        -webkit-appearance: none;
        appearance: none;
    }

    .inputForm::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .inputForm:focus {
        outline: none;
        border-color: #00aaff;
        box-shadow: 0 0 10px rgba(0, 170, 255, 0.5);
    }

    textarea.inputForm {
        min-height: 120px;
        resize: vertical;
    }

    .btn {
        width: 80%;
        padding: 16px;
        margin: 0 auto;
        border: none;
        border-radius: 8px;
        background-color: black;
        border: 1px solid white;
        color: #FFF;
        font-size: 1.1rem;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .btn:active {
        transform: scale(0.98);
    }

    .carrossel {
        width: 70%;
        max-width: 350px;
        /*height: 650px;
        max-height: 650px;*/
    }

    /* container tecnologias */

    .carrosselServico {
        height: 70vh;
    }

    .slideServico {
        width: 90%;
    }

    .icons {
        font-size: 1.5em;
    }




}