body {
    font: 16px Arimo, "Open Sans", Arial;
    padding-top: 70px;
}

.navbar {
    font-weight: bold;
    background: #F9F9F9;
    border-bottom: 1px solid #ece7e7;
    box-shadow: 0 0 10px #eaeaea;
    .btn {
        margin: 10px 5px;
    }
}

.footer {
    padding: 50px 0 20px;
    a {
        text-decoration: none;
        margin-left: 20px;
    }
    hr {
        margin: 30px 0;
    }
    .bottom {
        .col-md-4 {
            text-align: right;
            a {
                text-decoration: none;
                margin-left: 15px;
            }
        }
    }
}

.banner {
    margin: 50px 0 100px 0;
    h1 {
        font-size: 3.5em;
    }
    p {
        font-size: 1.5em;
        color: #333;
    }
}

h1, h2, h3 {
    font-weight: bold;
    margin: 30px 0;
}

p {
    list-style: 30px;
}

section {
    padding: 100px 0;
}

.rounded, .login {
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 10px;
}

.login {
    width: 400px;
    margin: 30px auto;
}

a {
    text-decoration: none;
}

.parsley-errors-list {
    color: red;
    list-style: none;
    margin: 5px 0 0 -20px;
}

.cursos {
    background: #f9f9f9;
    .card {
        box-shadow: 5px 5px 10px #ccc;
    }
    .img {
        border-radius: 5px 5px 0 0;
    }
}

.title {
    background: #0276AB;
    color: #FFF;
    padding: 50px 0;
    h2 {
        font-weight: bold;
    }
}

.conteudo {
    background-color: #f9f9f9;
    .card {
        img {
            border-radius: 5px 5px 0 0;
        }
    }
}

iframe {
    width: 100% !important;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #CCC;;
}