@media(max-width:1250px) {
    .button-nav a {
        font-size: 10px;
    }

    .cliente {
        flex-direction: column-reverse;
        align-items: center;
    }

    .cliente-container {
        margin-top: 100px;
        margin-right: 50px;
    }
    .projeto-container{
        grid-template-columns: 50% 50%;
        row-gap: 50px;
    }
}

@media(max-width: 930px) {
    .nav {
        height: 72.33px;
    }

    .nav-container {
        display: flex;
    }

    .logo-nav img {
        width: 200px;
    }

    .hamburger {
        display: flex;
    }

    .button-container,
    .redes {
        display: none;
    }

    .inicio-container {
        display: flex;
        flex-direction: column;
    }

    .title-ini {
        margin-top: 100px;
    }

    .title-container-ini {
        width: 90%;
    }

    .img-ini img {
        width: 70%;
    }
    .bubble-right{
        width: 70%;
    }
    .img-container-ini {
        margin-top: 50px;
    }

    .processo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .conheca {
        justify-content: center;
    }

    .conheca h1 {
        width: 80%;
    }

    .text-processo {
        width: 80%;
    }

    .line-processo {
        display: none;
    }

    .areas h1 {
        width: 80%;
    }

    .areas {
        justify-content: center;
    }

    .line-processo-right {
        display: none;
    }

    .missao-container {
        flex-direction: column;
        align-items: center;
    }

    .missao-indi {
        width: 80%;
        border: none;
        border-bottom: 2px solid var(--dark-blue);
        padding: 20px 0;
    }

    .title-missao h1 {
        font-size: 20px;
    }

    .services-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-indi {
        width: 80%;
    }

    #service-imp,
    #service-pa {
        margin: 0 0 0 0 !important;
    }

    .title-services {
        display: flex;
        justify-content: center;
    }

    .title-services h1 {
        width: 80%;
    }

    .slider-container {
        flex-direction: column-reverse;
        height: 100%;
    }



    .image-footer img {
        width: 100%;

    }

    .contato-indi {
        width: 80%;
    }

    .contato-twk {
        width: 80%;
    }

    .slide h1 {
        color: var(--color-white);
        font-size: 15px;
    }
    .projeto-container{
        grid-template-columns: 50% 50%;
    }
}

@media(max-width:730px) {
    .cliente-container {
        margin-top: 100px;
        margin-right: 0;
        width: 50%;

    }

    .hexagono {
        height: 88px;
        width: 100px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
    }
.bubble-right{
    width: 90%;
    padding: 70px 0;
    margin-top: -150px;
}
    .image-footer {
        width: 100%;
        align-items: center;
    }

    .contato-indi,
    .contato-twk {
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }

    .image-footer img {
        width: 250px;
    }


    .slide-content h1 {
        font-size: 10px;
    }
    .title-cliente h1{
        font-size: 35px;
        text-align: center;
    }
   .cliente-container{
    width: 70%;
    margin-right: 20px;
   }
   
   .hex-container .hex{
    width: 110px;
    height: 95.26px;
   }
   .projeto-container{
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    row-gap: 20px;
   }
   .projeto-content video{
    width: 150px;
   }
   .projeto-content h2{
    width: 150px;
    font-size: 15px;
   }
   .projeto-create{
    display: flex;
    justify-content: center;
   }
   .text-projeto-paragrafo p{
    font-size: 15px;
   }
   .name-projeto h1{
    font-size: 25px;
   }
   .parceiro-container{
    margin-top: 50px;
   }
}

@media(max-width:380px) {
    .conheca h1 {
        font-size: 25px;
    }

    .areas h1 {
        font-size: 25px;
    }
.bubble-right{
    width: 110%;
}
    .inicio {
        margin: 20px;
    }


    

    .title-container-ini p {
        font-size: 15px;
    }

    .img-ini img {
        width: 100%;
    }

    .title-services h1 {
        font-size: 25px;
    }

    .title-indi-services h1 {
        font-size: 20px;
    }

    .slider-left h2 {
        font-size: 25px;
    }

    .cliente {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto 0 auto;
        padding: 0 15px;
        /* margem interna para não colar nas bordas */
        box-sizing: border-box;
    }

    .cliente-container {
        width: 70%;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        gap: 20px;
        justify-items: center;
        margin-right: 80px;
    }

    .title-cliente h1 {
        font-size: 20px;
        text-align: center;
    }

    .footer-dev {
        justify-content: center;
    }
    .hex-container .hex{
        width: 90px;
        height:77.94px;
    }
}