header {
    height: 260px;       
}

header nav .menu-nav {
    display: flex; justify-content: flex-end; width: 100%; font-weight: 100; font-size: 14px;
}

header nav .menu-nav > li {
    border-right: 1px solid white; padding: 0px 15px;
}
header nav .menu-nav li a {
    color: white;
}

section {
    width: 100%;
    padding: 80px 0px;
}

#start-section {
    padding: 25px 45px 0px; border-radius: 35px; margin-top: -60px; background-color: white;
}

#start-section h3 {
    font-weight: 500; font-size: 55px; color: #333; line-height: 66px;
}
#start-section p {
    color: #555; margin-top: 20px; font-weight: 500;
}
#start-section #smart-hand {
    width: 100%; max-height: 550px; margin-top: -160px;
}

#porque-investir-section {
    background-color: #eee;
}
#porque-investir-section img {
    height: 280px;
}

#vantagens-section .card {
    height: 100%;
    border-radius: 20px;
}

#testemunhos-section .card {
    margin-top: 0px;
}

.enf-green-topo-left {
    position: absolute; top: 0; left: 0; background-color: #95C53A; width: 100%; max-width: 320px; height: 15px;
}
.enf-green-bottom-right {
    position: absolute; bottom: 0; right: 0; background-color: #95C53A; width: 100%; max-width: 320px; height: 15px;
}

#footer {
    background-color: #333; color: white; margin-top: 0px;
}

 /** MOBILE **/
 @media only screen and (max-width: 768px){
    header nav {
        text-align: center;
    }
    header nav .menu-nav {
        justify-content: center;
    }

    #start-section h3 {
        font-size: 25px; text-align: center; line-height: 55px;
    }
    #start-section p {
        text-align: center;
    }
    #start-section #smart-hand {
        width: 100%; margin-top: 0px;
    }

    #porque-investir-section .row > div {
        margin-top: 40px;
        text-align: center;
    }
    #porque-investir-section img {
        height: 220px;
    }

    #testemunhos-section .card {
        margin-top: 60px;
    }


    #footer {
        text-align: center;
    }
 }
/** FIM - MOBILE **/


/** TABLET **/
@media only screen and (max-width: 992px){
    header nav {
        text-align: center;
    }
    header nav .menu-nav {
        justify-content: center;
    }

    #start-section h3 {
        font-size: 35px; line-height: 55px;
    }
    #start-section #smart-hand {
        width: 100%; margin-top: 0px;
    }

    #testemunhos-section .card {
        margin-top: 60px;
    }

    #porque-investir-section img {
        margin-right: 50px;
        height: 220px;
    }

    #footer {
        text-align: center;
    }
}
@media only screen and (max-width: 1200px){

}
/** FIM - TABLET **/

