﻿body {
    font-family: Calibri !important;
}

/* ----------- LAYOUT GERAL -------------------- */


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer,
navbar-form {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}
    /* Make the masthead heading the same height as the navigation */
    .header h3 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
        padding-bottom: 19px;
    }

/* Custom page footer */
.footer {
    padding: 10px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    background-color: #282626;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

    .jumbotron .btn {
        font-size: 1.500em;
        padding: 14px 24px;
    }

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 0px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.titulo0 {
    font-weight: bold;
    font-size: 0.929em;
    color: #717171;
}

.titulo1 {
    font-weight: bold;
    font-size: 0.857em;
    color: #424242;
}

.titulo2 {
    font-weight: bold;
    font-size: 1.5em;
    color: #428BCA;
}

.titulo3 {
    font-weight: bold;
    font-size: 0.857em;
    color: #424242;
}

.titulo4 {
    font-weight: bold;
    font-size: 0.857em;
    color: #CCCCCC;
}

.texto-normal {
    font-size: 0.857em;
}

.texto-pequeno {
    font-size: 0.714em;
}

.texto-grande {
    font-size: 1.000em;
}

.texto-exgrande {
    font-size: 1.5em;
}

.linkdestaque:hover {
    text-decoration: none;
}

/****** M e n u *******************/
#menu {
    background-color: #F7F5FA;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}


    /* All levels of nav */
    #menu .nav > li > a {
        color: #716b7a;
        padding: 5px 20px;
    }

    #menu .nav li a {
        border-bottom: 1px solid #e5e5e5;
    }


    #menu .nav > li > a:hover,
    #menu .nav > li > a:focus {
        text-decoration: none;
        background-color: #e5e3e9;
        border-right: 1px solid #dbd8e0;
        color: #428BCA;
    }

    #menu .nav > .active > a,
    #menu .nav > .active:hover > a,
    #menu .nav > .active:focus > a {
        font-weight: bold;
        color: #428BCA;
        background-color: transparent;
        border-right: 1px solid #428BCA;
    }

    /* Segundo Nível */
    #menu .nav .nav {
        margin-bottom: 8px;
    }

        #menu .nav .nav > li > a {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 30px;
            font-size: 0.9em;
        }

        /* Terceiro Nível */
        #menu .nav .nav > li .nav > li > a {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 40px;
            font-size: 0.9em;
        }

        /* Quarto Nível */
        #menu .nav .nav > li .nav > li > .nav > li > a {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 50px;
            font-size: 0.9em;
        }

/*  */
.navbar-collapse > ul > li.active > a,
.navbar-collapse > ul > li.active > a:hover,
.navbar-collapse > ul > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}



/********************************************************************************

        Sobreposição de Font-Size para REM obedecendo a layout flexível

********************************************************************************/

.lead {
    font-size: 1.143em;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.500em;
    }
}

h1,
.h1 {
    font-size: 2.571em;
}

h2,
.h2 {
    font-size: 2.143em;
}

h3,
.h3 {
    font-size: 1.714em;
}

h4,
.h4 {
    font-size: 1.286em;
}

h5,
.h5 {
    font-size: 1em;
}

h6,
.h6 {
    font-size: 0.857em;
}

blockquote p {
    font-size: 1.250em;
}

pre {
    font-size: 0.929em;
}

legend {
    font-size: 1.500em;
}

output {
    font-size: 1em;
}

.form-control {
    font-size: 1em;
}

.input-sm {
    font-size: 0.857em;
}


.input-lg {
    font-size: 1.286em;
}


.btn {
    font-size: 1em;
}

.btn-lg {
    font-size: 1.286em;
}

.btn-sm,
.btn-xs {
    font-size: 0.857em;
}

.dropdown-menu {
    font-size: 1em;
}


.dropdown-header {
    font-size: 0.857em;
}

.btn-group-xs > .btn {
    font-size: 0.857em;
}

.btn-group-sm > .btn {
    font-size: 0.857em;
}


.btn-group-lg > .btn {
    font-size: 1.286em;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 1.286em;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 0.857em;
}

.input-group-addon {
    font-size: 1em;
}

    .input-group-addon.input-sm {
        font-size: 0.857em;
    }

    .input-group-addon.input-lg {
        font-size: 1.286em;
    }

.navbar-brand {
    font-size: 1.286em;
}


.icon-bar {
    background-color: #428bca;
}

.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:hover {
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }

.menuPrincipal {
    border-radius: 4px;
    padding:8px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 1.286em;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 0.857em;
}

.badge {
    font-size: 0.857em;
}

.jumbotron {
    font-size: 1.500em;
}

@media screen and (min-width: 768px) {
    .jumbotron h1 {
        font-size: 4.500em;
    }
}

.progress-bar {
    font-size: 0.857em;
}

.panel-title {
    font-size: 1.143em;
}

.close {
    font-size: 1.500em;
}

.tooltip {
    font-size: 0.857em;
}

.popover-title {
    font-size: 1em;
}

.carousel-control {
    font-size: 1.429em;
}


@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 2.143em;
    }
}

/* Bump up size of carousel content */
.carousel-caption p {
    font-size: 1.500em;
}

/* Bump up size of carousel content */
.carousel-caption p {
    font-size: 1.500em;
}
