body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}



/*///////// HEADER /////////*/


header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(75, 40, 84, 1) 35%, rgba(0, 212, 255, 1) 100%);
}


/*///////// FIM HEADER /////////*/


/*///////// SOBREDESTINO ///////*/

.sobreDestino {
    width: 100%;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.sobreDestino h1 {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    color: black;
    width: 65%;
    color: rgb(63, 55, 99);

}

.sobreDestino p {
    text-align: center;
    color: rgb(9, 156, 161);
}

.sobreDestino button {
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    color: white;
    border: none;
    width: 470px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(75, 40, 84, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.sobreDestino button:hover {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.3);
    }

}

/*///////// FIM SOBREDESTINO ///////*/


/*///////// DESTINOHUMANIZAR ///////*/

.destinoHumanizar {
    width: 100%;
    height: 35rem;
    background-color: rgb(36, 29, 104);
}

.ulDestinoHumanizar {
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li1 {
    display: flex;
    width: 60%;
    height: 35rem;
    align-items: center;
    flex-direction: column;
}


.destinoHumanizar h1 {
    color: #f0f0f0;
    padding: 2rem;
    text-align: center;
}

.destinoHumanizar p {
    width: 80%;
    color: #f0f0f0;
    font-size: 18px;
}

/*///////// FIM DESTINOHUMANIZAR ///////*/


/*///////// INFORMACOES ///////*/
.informacoes {
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.h1info {
    margin: 0;
    color: rgb(47, 15, 92);
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 9px;
}

.pInfo {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 90%;
    margin: 15px 0 0 0;
    color: rgb(12, 42, 99);
}

.uletapasDestino {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    height: 25rem;
    margin-top: 0;
}


.uletapasDestino li {
    list-style: none;
    width: 310px;
    height: 280px;
    background-color: rgba(69, 6, 128, 0.514);
    color: rgb(47, 15, 92);
    padding: 20px;
    border-radius: 16px;
    margin: 10px;
}

.card1 {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.card2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fundoInfo {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 6rem;
    background-color: rgba(69, 6, 128, 0.514);
}

/*///////// FIM INFORMACOES ///////*/


/*///////// QUESOMOS ///////*/
.quemSomos {
    width: 100%;
    height: 35rem;
    text-align: center;
    background-image: url(./src/foto-quem-somos.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


.ulQuemSomos {
    list-style: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.liQuemSomos {
    width: 40%;
}

.quemSomos h1 {
    color: white;
    margin: 0;
    font-size: 35px;
    width: 100%;
}

.quemSomos h2 {
    color: white;
    margin: 30px 0 25px 0;
    font-size: 24px;
    width: 100%;
    font-weight: 400;
}

.quemSomos p {
    margin-top: 6px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: left;
    gap: 7px;
    color: white;
    text-align: justify;
}

.liimgQuemSomos {
    display: flex;
    justify-content: start;
    width: 40%;
}

.liimgQuemSomos img {
    margin-left: 3rem;
}

/*///////// FIM QUEMSOMOS ///////*/

/*///////// NOSSOTIME ///////*/

.nossoTime {
    width: 100%;
}

.nossoTime h1 {
    font-size: 35px;
    margin-left: 3rem;
    color: rgb(9, 16, 85);
    font-weight: 600;
}

.ulNossotime {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-block-start: 0;
    padding-inline-start: 0;
}


.li1NossoTime ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.li1NossoTime ul li img {
    border-radius: 50px;
}

.li2NossoTime ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0;
}

.li2NossoTime ul li img {
    border-radius: 50px;
}


/*///////// FIM NOSSOTIME ///////*/




/*///////// INVESTIMENTOS ///////*/
.investimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(36, 29, 104);
    height: 32rem;
    width: 100%;
}

.h1Investimento {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 50px;
    height: 15%;
    color: white;
}

.cardValorIndividual {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    width: 70%;
    height: 65%;
    margin-top: -45px;

}

.cardValorIndividual h2,
.cardValorIndividual p {
    padding: 10px;
    text-align: justify;
}

.cardValorIndividual p {
    margin-top: -10px;
}


.btn-investimentos {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    color: white;
    border: none;
    width: 270px;
    height: 45px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(75, 40, 84, 1) 35%, rgba(0, 212, 255, 1) 100%);
}




/*///////// FIM INVESTIMENTOS ///////*/

/*///////// FOOTER ///////*/

footer {
    width: 100%;
    height: 16rem;
    background-color: rgba(69, 6, 128, 0.514);
    position: relative;
}

.redesSociais {
    gap: 12px;
    display: flex;
    list-style: none;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*///////// FIM FOOTER ///////*/





/*///////// BOTAO WHATSAPP ///////*/
.icon {
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 90px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    padding: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

.icon .fab {
    padding-top: 9px;
}

.spanWpp {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(14, 155, 14);
    border-radius: 16px;
    padding: 2px;
    height: 60px;
    color: white;
    margin-left: 8px;
}

/*///////// FIM BOTAO WHATSAPP ///////*/