﻿html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Corbel;
}
.footer
{
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    min-height: 60px;
    height: auto;
    background-color: #f5f5f5;
}

.navbar-brand
{
    height: 80px;
}

.navbar-brand img
{
    border: none;
    width: 250px;
}

.navbar
{
    min-height: 80px;
    font-size: 16px;
    width: 100%;
}

@media (min-width: 768px)
{
    .navbar-nav
    {
        margin-left: 50px;
        margin-top: 15px;
    }
}


@media (max-width: 768px)
{
    .navbar-brand img
    {
        max-width: 160px;
    }

    .navbar-nav
    {
        width: 100%;
        margin: 0;
    }
}

.navbar-default .navbar-toggle
{
    margin-top: 20px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-principal
{
    padding: 110px 15px 50px 15px;
}
.container .text-muted
{
    margin: 20px 0;
}

.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

code
{
    font-size: 80%;
}
.caption
{
    min-height: 120px;
}
.caption h3
{
    height: 60px;
    color: #3996CE;
    font-weight: bold;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="email"]
{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-cidades
{
    padding-left: 0;
}

.list-cidades li
{
    list-style: none;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #2F4598;
    font-weight: bold;
    font-size: 20px;
}

.fale-conosco
{
    font-size: 16px;
}
.fale-conosco p
{
    margin-bottom: 20px;
    text-align: justify;
}

a.link-curso:hover
{
    text-decoration: none;
}