/*
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

                            

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body { 
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #f2f2f2;
    background-size: 100% auto;
    margin: 0 !important;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 3em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    color: #3d3d3d;
}

h2
{
    font-size: 2.2em;
    font-weight: 600;
    text-shadow:-1px 1px #FFF;
}

h3
{
    font-weight: 600;
    font-size: 1.45em;
    margin:0 0 1em 0;
}

h3 span
{
    font-weight: 200;
}

h4
{
    color:#2599c7;
    font-weight: 200;
}
.wrapper
{
    max-width: 980px;
    margin: 0 auto;
    clear: both;
}

/*--- header ---*/

#header
{
    height: 64px;
    background:rgba(255,255,255, 0.8);
}

#header h1
{
    float: left;
    width: 280px;
    height: 147px;
    background: url('../img/logo.png') left top no-repeat;
    margin: 0 0 0 10px;
    text-indent: -5000px;
    position:absolute;
    z-index: 5000;
}
    /* nav */
    #nav
    {
        display: block;
        float: right;
        margin: 0 10px 0 0;
        position: relative;
        text-transform: uppercase;
    }

        ul li, ul li a
        {
            display: inline-block;
            float: left;
            list-style-type: none;
        }

        #nav ul.nav li a
        {
            list-style-type: none;
            color: #545454;
            padding: 20px 15px;
            font-size: 1.1em;
            font-weight: 600;
        }


        #nav ul.nav li a:hover, #nav ul.nav li a.selected, #nav ul.nav li:last-child a:hover
        {
            color: #b2b2b2;
            text-decoration: none;
        }

        #nav ul.nav li a.selected
        {
            color: #ee9c00;
        }

.sticky
    {
        position: fixed;
        opacity: 0.9;
        z-index: 100000;
        width:100%;
    }


#header p.subtitle
{
    float: left;
    font-size: 1.9em;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #0058a6;
    width: 390px;
    margin: 45px 0 0 60px;
}

/*--- banner home --*/
.banner { 
    min-height:200px;
    background-color:#111;
}
.banner-int { 
    min-height:380px;
}

.mini { 
    height:100px;
    background: #393939 url('../img/slide_2.jpg') bottom center repeat;
    border-bottom:5px solid #FFF;
}

.mini h1{ 
   padding:2.9em 0 0 0;
   font-size: 2em;
   color:#FFF;
   font-weight: 400;
   text-transform: uppercase;
}
/*--- section and articles --*/

#section
{
    color: #002661;
    margin: 30px 0 60px 0;
}


div p
{
    font-size: 1em;
    font-weight: 400;
}

/*--- footer ---*/

#footer
{
    position: relative;
    height: 75px;
    background: #FFF url('../img/ft.jpg') top center repeat-x;
}

    #footer ul.links
    {
        margin: 0;
        padding: 75px 30px 45px 0;
        float: left;
    }

    #footer ul.links:last-child
    {
        border: 0;
    }

    #footer ul.links li
    {
        list-style-type: none;
        font-weight: 300;
        clear: both;
    }

    #footer ul.links li a
    {
        color: #7d7e80;
        margin: 0;
        padding: 0;
    }

    #footer ul.links li.link-section a
    {
        font-size: 1.4em;
        padding: 0 0 10px 0;
    }


    #footer .copyright
    {
        clear: both;
        background: #111;
        height: 50px;
    }

    #footer .copyright p
    {
        padding: 16px 0 0 0;
        color:#FFF;
    }

/*--- custom ---*/

.ct { text-align:center; margin:20px 0 0 0; }


/*--- banner home ---*/

.JB_FWS * {
    margin:0;
    padding:0;
}

.JB_FWS {
    width:100%;
    float:left;
    position: relative;
    overflow: hidden;
}

.tp20 { margin:2em 0 0 0;}

.ico { 
    padding:0.4em 0.6em 0.6em 0.6em;
    margin:0 1em 0 -0.9em;
    background-color: #e7e7e7;
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
h2.destq {  font-family: 'Open Sans', sans-serif; font-weight: 600; color:#FFF; font-size:3.2em; padding:1.2em 0; text-shadow:-1px -1px #000; }
.phone { background-color: #8dbb11; color:#FFF; font-weight: 400; font-size:1.2em; margin:0 0 0 2em; padding:1.4em; }


p.destaques { font-weight: bold; margin:2em 0 0 0; }
p.destaques span{ padding:1em 2em; background-color: #FFF; color:#777777; }
p.destaques span.number{ padding:0.4em 1.4em 0.6em 1.4em; font-size:1.5em; background-color: #faaf20; color:#FFF;}
