/*RESPONSIVIDADE!*/

@media screen and (max-width: 1200px) {
    .sobre-conteudo {
        width: 90%;
        height: 500px;
    }

    .conteudo-conhecimentos {
        width: 90%;
        height: 500px;
    }

    .conteudo-sobre h1 {
        font-size: 16px;
    }

    .conteudo-sobre h3 {
        font-size: 16px;
    }

}

@media screen and (max-width: 992px) {
    .logo {
        z-index: 1000;
    }

    .redes {
        width: 300px;
        margin-top: 7%;
    }

    .fa-redes-icon {
        font-size: 30px;
        transition: all .3s;
    }

    .logo-imagen img {
        width: 170px;
        height: 170px;
        transition: all .3s;
    }

    #nav-list.active .menu {
        background-color: #333333;
    }

    nav {
        justify-content: space-between;
    }

    #menu {
        display: none;

        position: absolute;
        width: 100%;
        top: 89px;
        right: 0px;
        background: #1b1b1b;
        height: calc(100vh - 89px);
        z-index: 1000;
        text-align: center;
    }

    .mobile-menu {
        display: block;
    }

    #nav-list.active #menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #menu a {
        font-size: 20px;
        justify-content: center;
    }
}

@media screen and (max-width: 950px) {
    .sobre-conteudo {
        display: flex;
        align-items: center;
    }

    .conteudo-conhecimentos .texto-conhe {
        text-align: center;
        padding: 0;
        margin: 0;
        width: 90%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 840px) {
    #txt-sobre {
        margin-bottom: 2%;
        width: 90%;
        color: #b2b2b2;
        font-size: 15px;
    }

    .result {
        display: flex;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .redes-footer {
        display: none !important;
    }

    .sobre-conteudo {
        flex-direction: column;
    }

    .conteudo-sobre {
        text-align: center;
    }

    .sobre-conteudo img {
        width: 200px;
    }
}

@media screen and (max-width: 790px) {
    .entrarEmContato {
        width: 80%;
    }
}

@media screen and (max-width: 550px) {
    .sobre-conteudo {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        height: 700px;
    }

    .sobre-conteudo img {
        margin-top: 25px;
        padding-left: 0px;
    }

    .linha-sobre {
        display: none;
    }

    .conteudo-sobre {
        text-align: center;
    }

    .conteudo-sobre p {
        padding-left: 15px;
    }

    .carrossel .card {
        width: 200px;
        height: 300px;
    }

    .carrossel .card img {
        width: 150px;
    }

    .conteudo-conhecimentos {
        height: 300px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .texto-conhe {
        display: none;
    }

    .content-servico .card {
        width: 80%;
    }

    .conteudo-conhecimentos {
        gap: 3rem;
        flex-direction: column;
    }

    .linguagem {
        width: 50px;
    }

    #titulo-conhe {
        font-size: 16px;
        padding-bottom: 100px;
    }

    footer .footer-content {
        flex-direction: column;
        padding: 50px;
    }
}

@media screen and (max-width: 338px) {
    .redes {
        width: 90%;
    }

    .fa-redes-icon {
        font-size: 30px;
        transition: all .3s;
    }

    #titulo-conhe {
        font-size: 12px;
    }

    .direitos p {
        font-size: 12px;
    }
}

/*---------------------------------------------------------------*/