@media only screen and (max-width: 999px) {

    body {
        width: auto;
    }


    /*CELULAR*/
    /*HOME*/
    .header-home {
        display: none;
    }

    .home-main-sub {
        margin-bottom: 100px;
    }

    .home {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/src/images/background-contact.png) ;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #Início {
        height: 700px;
    }

    .home-main {
        font-size: 26px;
    }

    /*QUEM SOMOS*/
    #Quem-somos {
        height: auto;
    }

    .qm-big-text-box {
        font-size: 16px;
    }

    .qm-main-text {
        font-size: 26px;
        line-height: 2rem;
        margin-bottom: 20px;
    }

    .qm-big-text {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 20px;

        height: auto;
        width: 380px;
        border-radius: 52px;

        margin-bottom: 50px;
    }

    .qm-container-boxes {
        display: block;
    }

    .qm-small-box {
        margin-left: 110px;
    }

    .qm-small-box-container {
        display: block;
        margin-bottom: 35px;
    }

    /*EQUIPE PAGE*/
    #Equipe {
        height: auto;
    }


    .equip-text-text {
        display: grid;
        grid-template-areas: "tittle"
            "text"
            "icons";

        row-gap: 1.5rem;

        margin-right: 60rem;
        margin-bottom: 2rem;

    }

    .equip-h1 {
        font-size: 60px;
    }

    .equip-p {
        font-size: 18px;
        width: 360px;
        margin-bottom: 20px;
    }

    .equip-sub-icon {
        margin-right: -20px;
        margin-left: -5px;
    }

    .equip-sub-text {
        font-size: 16px;
        margin-left: 20px;
    }

    .equip-icons-text {
        display: block;
    }

    /*SUST PAGE*/
    .sust-para {
        width: 360px;
        font-size: 16px;
    }

    #sust-para-especify {
        font-size: 16px;
    }

    .sust-imp-text {

        text-align: center;
        align-items: center;
        justify-content: center;
        justify-self: center;
    }

    #etic-equip {
        margin-left: 00px;
    }

    .sust-values {
        display: block;
        gap: 5rem;
        align-items: center;
        justify-content: center;
    }

    /*PROJETOS*/

    .cards-container {
        display: block;
        align-items: center;
        justify-content: center;
        margin-left: 30px;
    }

    .card {
        margin-bottom: 30px;
    }

    .card__title {
        font-size: 16px;
    }

    .card-description {
        font-size: 10px;
    }

    /*CLIENTES PAGE*/

    #Clientes {
        height: auto;
    }

    .clients-h1 {
        font-size: 40px;
    }

    .iframe-map {
        height: 500px;
        width: 300px;
    }

    .clients-carrousel {
        display: none;
    }

    /*NEWS PAGE*/
    #Notícias {
        height: auto;
    }

    .div-article{
        display: block;
        margin-left: 220px;
    }

    .news-media{
        margin-top: 1100px;
    }

    .news-page-container {
        display: block;
    }

    .news-h1 {
        font-size: 34px;
    }

    .form {
        margin-left: 10px;
    }

    .form {
        margin-top: 70px;
        margin-left: 180px;
    }

    .news-page {
        height: 300px;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1699px) {
    /*notebook*/

    .home {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/src/images/background-contact.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #Início {
        height: 768;
    }

    .home-main-sub {
        margin-bottom: 150px;
    }

    #Quem-somos {
        height: auto;
    }

    /*EQUIPE    */

    #Equipe {
        height: auto;
    }

    .equip-text-text {
        display: grid;
        grid-template-areas: "tittle"
            "text"
            "icons";

        row-gap: 1.5rem;

        margin-left: 30rem;
    }

    /*PROJECTS PAGE*/

    .card {
        position: relative;
        width: 300px;
        height: 200px;
    }

    #Projetos{
        height: auto;
    }

    /*PÁGINA DE CLIENTES*/
    #Clientes {
        height: auto;
    }

    .clients-content-container {
        margin-left: -200px;
        gap: 200px;
    }

    .iframe-map {
        height: 700px;
    }


    #Notícias {
        height: auto;
    }

    .news-h1 {}

    .news-news {
        /* Rectangle 40 */
        width: 323px;
        height: 38px;

    }

    #first-new{
        margin-right: 5000px;
    }

    #second-new{
        margin-right: -600px;
      }


}

@media only screen and (min-width: 1700px) {
    /*DESKTOP*/

    .home-main-sub {
        margin-bottom: 200px;
    }

    .home {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/src/images/background-contact.png);

    }

    #Notícias {
        height: auto;
    }
}