body {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}

#page {
    background: #00ff8b;
    padding-bottom: 100px;
}

#brand {
    width: 250px;
    margin-left: -10px;
    margin-bottom: 40px;
}

#brand:after {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    background: -moz-linear-gradient(0deg, rgba(30, 45, 120, 1) 0%, rgba(0, 180, 250, 1) 50%, rgba(0, 255, 139, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(30, 45, 120, 1) 0%, rgba(0, 180, 250, 1) 50%, rgba(0, 255, 139, 1) 100%);
    background: linear-gradient(0deg, rgba(30, 45, 120, 1) 0%, rgba(0, 180, 250, 1) 50%, rgba(0, 255, 139, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2d78", endColorstr="#00ff8b", GradientType=1);
    margin-left: 10px;
}

#brand a {
    display: block;
    background: url(../images/logo-fabioronchi_hor.svg) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
}

#brand a:before {
    content: '';
    display: block;
    padding-top: 52%;
}

#brand a span {
    display: none;
}

.title-1 {
    font: 300 48px/1.25 'Sora';
}


.title-1 strong {
    font-weight: 300;
}

.beaty-col {
    text-align: center;
    font-family: 'Sora';
}

.center-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#block-1 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
    color: #00ff8b;
}

#block-1 .title-1 {
    margin-bottom: 10px;
}


#block-1 strong {
    color: #00b4ff;
}

#block-2 {
    padding-top: 100px;
    color: #00002d;
}

#block-2 .title-1 {

    margin-bottom: 10px;
}

#crescimento {
    width: 120px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

#lancamento {
    width: 130px;
    margin-bottom: 25px;
}

#block-3 {
    padding-top: 100px;
}

.btn-whatsapp {
    text-align: center;
}

.btn-whatsapp a {
    display: block;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    font-family: 'Sora';
    font-size: 20px;
    line-height: 80px;
    color: #00ff8b;
    background: #00002d;
    border-radius: 10px;
}

.btn-whatsapp a:before {
    content: '\f232';
    font-family: 'fontello';
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    margin-right: 35px;
}

#main-footer {
    padding-top: 50px;
}

#social-links li {
    font: 300 12px/26px 'Sora';
}

#social-links li a {
    display: block;
    color: #00002d;
    text-decoration: underline;
}

#social-links li a:before {
    font-family: 'fontello';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 26px;
    margin-right: 10px;
}

#social-links li.linkedin a:before {
    content: '\f312';
}

#social-links li.email a:before {
    content: '\e80b';
}

@media (max-width: 767px) {
    #page {
    	padding-bottom: 40px;
    }
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }

    #brand {
        width: 30%;
        margin: 0;
        margin-bottom: 30px;
    }

    #brand a {
        background: url(../images/logo-fabioronchi_ver.svg) 0 0 no-repeat;
    }

    #brand a:before {
        content: '';
        display: block;
        padding-top: 198.6%;
    }

    #brand:after {
        margin: 0;
        margin-left: 10%;

    }

    .title-1 {
        font-size: 36px;
    }

    #block-1 {
        padding-top: 40px;
    }

    #block-2 {
        padding-top: 40px;
    }

    .col {
        padding-bottom: 40px;
    }

    .col:last-child {
        padding-bottom: 0;
    }

    #crescimento,
    #lancamento {
        margin-bottom: 0;
    }

    #block-3 {
        padding-top: 60px;
    }

    .btn-whatsapp a {
        width: 100%;
        height: 80px;
        font-size: 20px;
        line-height: 80px;

    }

    .btn-whatsapp a:before {

        font-size: 32px;
        margin-right: 15px;
    }
    #social-links li {
        margin-bottom: 15px;
    }
    #social-links li:last-child {
        margin-bottom: 0;
    }


}