@media (max-width: 1024px) {

    body {
        overflow-x: hidden;
    }

    .imagemPrincipal img{
        width: 100%;
        height: 350px;
    }



    /*///////// SOBREDESTINO ///////*/

    .sobreDestino {
        width: 100%;
        height: 28rem;
        display: flex;
        justify-content: start;
    }


    .sobreDestino h1 {
        text-align: center;
        font-weight: 600;
        font-size: 35px;
        width: 65%;

    }

    .sobreDestino button {
        padding: 10px;
        font-size: 20px;
    }


    /*///////// FIM SOBREDESTINO ///////*/


    /*///////// DESTINOHUMANIZAR ///////*/

    .destinoHumanizar {
        margin-top: 2px;
        width: 100%;
        height: 62rem;
        background-color: rgb(36, 29, 104);
        
    }

    .ulDestinoHumanizar {
        width: 100%;
        align-items: start;
        flex-direction: column;
        margin-block-start: 0;
        padding-inline-start: 0;
    }

    .li1{
        width: 100%;
        height: 30rem;
        text-align: justify;
        
    }
    .li2{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .li2 img {
        width: 450px;
        margin: 0;
        border-radius: 16px;
    }


    /*///////// FIM DESTINOHUMANIZAR ///////*/


    /*///////// INFORMACOES ///////*/
    .informacoes {
        width: 100%;
        height: 120rem;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
    }


    .card1 {
        margin-top: 55rem ;
        align-items: center;
        flex-direction: column;
    }

    .card2 {
        flex-direction: column;
        align-items: center;
        gap: 0rem;
    }


    /*///////// FIM INFORMACOES ///////*/


    /*///////// QUESOMOS ///////*/
    .quemSomos {
        height: 62rem;
        text-align: center;
        background-image: url(./src/foto-quem-somos.png);
        background-repeat: no-repeat;
        background-size: 450%;
    }


    .ulQuemSomos {
        justify-content: start;
        flex-direction: column;
        margin-block-start: 0;
        padding-inline-start: 0;
    }

    .liQuemSomos{
        width: 90%;
    }


    .quemSomos h1 {
        font-size: 35px;
        margin-top: 70px;
    }

    .quemSomos h2 {
        font-size: 24px;
    }

    .quemSomos p {
        font-size: 17px;
        padding: 10px;
        height: 100%;
    }

    .liimgQuemSomos {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /*///////// FIM QUEMSOMOS ///////*/

    /*///////// NOSSOTIME ///////*/

    .nossoTime {
        width: 100%;
        height: 140;
    }



    .li1NossoTime ul {
        align-items: center;
        flex-direction: column;

    }

    .li2NossoTime ul {
        align-items: center;
        flex-direction: column;
    }


    /*///////// FIM NOSSOTIME ///////*/

    .developer{
        right: 35%!important;
    }

    
    .investimentos{
        height: 33rem;
    }

    
    .btn-investimentos{
     margin-top:20px;   
    }


    /*///////// BOTAO WHATSAPP ///////*/
    .icon {
        right: 15%;
    }


    /*///////// FIM BOTAO WHATSAPP ///////*/
}


@media (min-width: 1025px) and (max-width: 1180px) {
    .sobreDestino {
        height: 35rem;
    }


    .li2 img {
        width: 20rem;
        margin-right: 7rem;
        border-radius: 16px;
    }

    .liimgQuemSomos img{
        height: 24rem!important;
        width: 21rem!important;
    }

    .quemSomos {
        
        height: 50rem;
        background-size: 180%;
    }

    
}

@media (min-width: 1181px) and (max-width: 1250px) {
    .quemSomos {
        height: 50rem;
        background-size: 155%;
    }
}


@media (min-width: 1251px) and (max-width: 1300px) {
    .sobreDestino {
        height: 35rem;
    }


    .li2 img {
        width: 20rem;
        margin-right: 7rem;
        border-radius: 16px;
    }

    .liimgQuemSomos img{
        height: 24rem!important;
        width: 21rem!important;
    }

    .quemSomos {
        
        height: 50rem;
        background-size: 140%;
    }
}


@media (min-width: 1301px) and (max-width: 1400px) {
    .sobreDestino {
        height: 35rem;
    }


    .li2 img {
        width: 20rem;
        margin-right: 7rem;
        border-radius: 16px;
    }

    .liimgQuemSomos img{
        height: 24rem!important;
        width: 21rem!important;
    }

    .quemSomos {
        
        height: 50rem;
        background-size: 130%;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .sobreDestino {
        height: 35rem;
    }


    .li2 img {
        width: 20rem;
        margin-right: 7rem;
        border-radius: 16px;
    }

    .liimgQuemSomos img{
        height: 24rem!important;
        width: 21rem!important;
    }

    .quemSomos {
        
        height: 50rem;
        background-size: 120%;
    }
}