@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{margin:0; padding:0}

body{
    font-family: Lato;
}

/*PARTE 1*/
.presentaiton {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.L-div {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
    background-color: #060644;
    width: 100%;
    z-index: -210000;

}

.infos {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    position: relative;
    top: 240px;
}

.title {
    color: #060644;
    font-family: Poppins;
    font-size: 30px;
}

.title h1 {
    padding-left: 10px;
}

.explanation p {
    padding-left: 10px;
    font-size: 30px;
}

.info-site {
    padding-left: 10px;
    font-size: 20px;
    margin-top:150px;
}

/*PARTE 2*/

.funcions {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}

.L-funcions {
    width: 100%;
    position: relative;
}

.funcions h3 {
    margin: 0;
    color: greenyellow;
    font-size: 35px;
}

.lines-funcions {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-direction: column;
}

.div-fcns {
    background-color: #060644;
    color: white;
    padding: 30px;
    border-radius: 25px;
    height: 200px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 18px;
    margin: 10px;
    transition: 0.5s;
}

.div-fcns:hover {
    background-color: #0b0b75;
}

.justify{
    text-align: justify;
}

.first-line-functios {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.line-two{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.last-line{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.h2-sub {
    font-family: Josefin Sans;
    font-size: 60px;
}

/*PARTE 3*/
.advantages {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.area-advanteges {
    display: flex;
    justify-content: space-between;
}

.area-title-advanteges {
    display: flex;
    align-items: center;
}

.div-img-title-h2 {
    padding-right: 25px;
}

.L-itens-advanteges {
    flex: 1;
}

.R-img-advanteges {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbl-vantagens {
    width: 100%;
}

.tbl-vantagens tr:nth-child(odd) {
    background-color: #e4e4e4;
}

.tbl-vantagens tr td:nth-child(2) {
    width: 50px;
}

.tbl-vantagens tr td:nth-child(1) {
    width: 65px;
    padding-left: 15px;
}

.tbl-vantagens tr td {
    height: 80px;
}

.tbl-vantagens tr:last-child td:last-child {
    vertical-align: middle;
    text-align: center;
}

/*PARTE 4*/

.investment {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 700px;
}

.area-investimento {
    background: url('../../assets/img/backgroud_investiment.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
}

.opicoes-investiments {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
}

.start-investiments {
    background-color: #4949c2;
    display: flex;
    justify-content: space-between;
    width: 55%;
    padding: 30px;
    border-radius: 15px;
    transition: 0.5s;
    align-items: center;
}
.start-investiments:hover {
    padding: 35px;
}

.value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.value h1 {
    padding: 0;
    margin: 0;
}

.down-investiment {
    display: flex;
    justify-content: flex-end;
}

.mensalidade {
    background-color: #4949c2;
    width: 55%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 15px;
    margin-top: 150px;
    transition: 0.5s;
}
.mensalidade:hover {
    padding: 35px;
}

/*COMPANHEIROS*/
.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    background-color: #060644;
    color: white;
    border-radius: 30px;
    padding: 50px;
}

.partners-h2 {
    font-size: 50px;
}

.partners-p {
    font-size: 35px;
}

.partners hr {
    width: 50%;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-top: 20px;
}

.area-partners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lineC {
    display: flex;
    padding: 20px;
    justify-content: space-between;
}

.lineC img {
    width: 150px;
    height: 150px;
}

.lineC .p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

/*RODAPÉ*/
footer {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.L-footer {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: center;
}

.L-footer h2 {
    font-size: 35px;
}

.contatos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.item-contato {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.item-contato p {
    font-size: 20px;
}

.email {
    margin-top: 20px;
}

.detalhe {
    display: flex;
    align-items: center;
    background-color: #060644;
    color: white;
    padding: 23px 35px;
    margin-right: 15px;
    border-radius: 30px;
    width: 130px;
    justify-content: center;
    transition: 1s;
}

.detalhe:hover {
    padding: 27px 40px;
}

.detalhe h3 {
    margin-left: 10px;
}

.item-contato a {
    display: flex;
    text-decoration: none;
    color: black;
    align-items: center;
}
/*@MEDIA-QUERY*/
@media screen and (max-width: 1100px) {

    .R-img-advanteges img {
        width: 500px;
        height: 500px;
    }
}

@media screen and (max-width: 870px) {

    .R-img-advanteges img {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 950px) {
    .container {
        width: 100%;
    }

    .L-div {
        display: flex;
        padding-bottom: 250px;
    }

    .L-div img {
        width: 0;
        height: 0;
    }

    .funcions {
        display: flex;
        flex-direction: column;
    }

    .div-fcns {
        display: flex;
    }

    .div-02-funcions {
        font-size: 15px;
    }
    .div-3-funcions {
        font-size: 15px;
    }

    .div-fcns-L1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p img {
        width: 100px;
        height: 100px;  
     }
}

@media screen and (max-width: 680px) {
    .area-advanteges {
        display: flex;
        flex-direction: column;
    }

    .R-img-advanteges img {
        width: 0px;
        height: 0px;
    }

    .first-line-functios, .line-two, .last-line {
        display: flex;
        flex-direction: column;
    }

    .item-contato a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .item-contato a p {
        padding-top: 10px;
        padding-left: 10px;
    }

    .partners {
        display: flex;
        text-align: center;
    }
} 

@media screen and (max-width: 700px) {
    .start-investiments {
        display: flex;
        flex-direction: column;
    }

    .value {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 630px) {
    .mensalidade {
        display: flex;
        flex-direction: column;
    }

    .mensalidade h1 {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 520px) {
    .partners {
        display: flex;
        text-align: center;
    }

    .partners-h2 {
        font-size: 40px;
    }

    .partners-p {
        padding-top: 20px;
        font-size: 30px;
    }

    .p img {
        width: 80px;
        height: 80px;  
    }

    .lineC {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 460px) {
    .h2-sub {
       font-size: 40px;
    }

    .div-fcns {
        padding: 15px;
    }
}

@media screen and (max-width: 425px) {
    .div-fcns {
        padding: 10px;
        box-sizing: border-box;
    }

    .div-fcns {
        width: 345px;
    }

    .div-fcns h3 {
        font-size: 25px;
    }

    .div-fcns p {
        font-size: 15px;
        text-align: center;
    }

    .div-img-title-h2 img{
        width: 80px;
        height: 80px;
    }

    .h2-sub {
        font-size: 30px;
    }

    .explanation p {
        font-size: 25px;
    }
}

/*FIM*/