/*
 --------------------------------------------------------------------------------
 ELEMENTS
 --------------------------------------------------------------------------------
*/
body {
    background: url(../img/bg-area-main.gif) #f7f7f7;
    color: #0b5ea4;
    font-family: "Open Sans", sans-serif;
}
a { text-decoration: none !important; }
ul { margin: 0px; }
li { list-style: none; margin: 0px; }
img { max-width: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "Open Sans", sans-serif;}
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { }
h5 { }
h6 { }

/*
 --------------------------------------------------------------------------------
 UTILITARIAN CLASSES
 --------------------------------------------------------------------------------
*/
.gallery { float: right; margin-bottom: 30px; }
.right-box { margin-top: 20px; }
/* Caixa padrão, azul com cantos arredondados */
.box {
    background: #09508c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 20px 20px 20px;
    margin-bottom: 15px;
    text-align: left;
    box-shadow: 0px 0px 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    display: table;
    width: 200px;
}
.last { margin: 0px; }

/*
 --------------------------------------------------------------------------------
 STRUCTURE
 --------------------------------------------------------------------------------
*/

/* HEADER */
#logo a {
    background: url(../img/logo-header.png) no-repeat;
    text-indent: -99999px;
    height: 100px;
    width: 320px;
    float: left;
    margin-left: 250px;
}

/* NAVIGATION */
#main-nav { float: left; }
    #main-nav ul { margin: 0 0 0 3px; }
    #main-nav li { position: relative; }
    #main-nav a {
        color: #fff;
        text-shadow: 0 1px 0 #000;
        padding: 6px 14px;
        font-weight: 300;
        text-transform: uppercase;
    }
    #main-nav li:hover ul { display: block; }
        #main-nav li ul {
            display: none;
            position: absolute;
            top: 25px;
            background: #0b5ea4;
            width: 240px;
            border-radius: 5px;
            z-index: 10;
        }
        #main-nav li ul li { display: table; width: 100%; }
        #main-nav li ul li a { 
            text-transform: none;
            padding: 14px 20px 14px 50px;
            display: block;
            float: left;
            width: 170px;
            background-position: 10px 10px;
            border-bottom: 1px solid #084a80;
            border-top: 1px solid #1c69ab;
        }
        #main-nav li ul li a:hover { 
            color: #fff; 
            background-color: #236ead;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #menu-childhood-education { 
            background: url(../img/icon-child.png) no-repeat; 
            border-top: none !important;
        }
        #menu-fundamental-I { background: url(../img/icon-fundamental-I.png) no-repeat }
        #menu-fundamental-II { background: url(../img/icon-fundamental-II.png) no-repeat }
        #menu-school { 
            background: url(../img/icon-school.png) no-repeat; 
            border-bottom: none !important;
        }

    a#home { background: url(../img/bg-btn-home.png) no-repeat; }
    a#institutional { 
        background: url(../img/bg-btn-institutional.png) no-repeat; 
        padding: 6px 23px;
    }
    a#education {
        background: url(../img/bg-btn-education.png) no-repeat;
        padding: 6px 25px 10px 25px;
    }
    a#contact {
        background: url(../img/bg-btn-contact.png) no-repeat;
        padding: 7px 15px 7px 16px;
    }
    #search-form {
        background: url(../img/bg-form-search.png) no-repeat;
        float: left;
        padding: 3px 9px 3px 30px;
        margin-left: 3px;
    }
        #search-term {
            float: left;
            background: none;
            border: none;
            height:14px;
            width: 73px;
            box-shadow: none;
        }

#restrict-areas { margin-bottom: 0px; }
#restrict-areas .navbar { 
    float: right; 
    background: url(../img/title-restricted-area.png) no-repeat top;
    padding-top: 20px;
    margin: 10px 20px 0 0;
}
#restrict-areas .navbar-inner { padding: 0px; min-height: 0; }
#restrict-areas .nav { margin: 0px; }
#restrict-areas .nav a {
    border-left: 1px solid #e7e7e7;
    font-size: 10px;
    padding: 3px 5px;
}
#head-navigation { 
    width: 600px;
    float: left;
    margin: 45px 0 0 20px;
}

/* NEWS */
.news {
    border-right: 1px solid #2f475e;
    margin: 0px;
    padding: 0 10px;
    width: 210px;
    min-height: 385px;
}
    .news h4 {
        margin: 0px;
        font-size: 12px;
        text-transform: uppercase;
    }
    .news h3 {
        margin: 0px;
        padding: 0px;
        line-height: 25px;
        font-weight: bold;
    }
    .news-list li img {
        max-width: 40px;
        height: 40px;
    }
    .news hgroup { margin: 15px 0 25px; }
    .news li { 
        margin-bottom: 15px;
        display: table;
        min-height: 45px;
    }
    .news-text { 
        float: right;
        line-height: 15px;
        width: 160px;
    }
    .news-image { 
        float: left;
        margin-right: 5px;
        width: 40px;
    }
    .news span { 
        font-size: 10px; 
        text-transform: uppercase; 
    }

.circular-list li a {
    padding-left: 50px;
    min-height: 39px;
    background: url(../img/icon-doc.png) no-repeat left;
}
.publication-list li { 
    float: left;
    margin: 5px 2px;
}
.publication-list li a {
    float: left;
}
.publication-list li a img { 
    float: left;
    max-width: 65px !important;
    height: 85px;
}

.main-column .last { border-right: none; }
#partners {
    float: left;
    width: 720px;
    padding: 5px 0;
    margin-left: -20px;
    border-top: 1px solid #2f475e;
    border-bottom: 1px solid #2f475e;
    z-index: 1;
}
    #partners div { 
        /*background: url(../img/partners.jpg) no-repeat #0b5ea4;*/
        background: #0b5ea4;
        width: 100%;
        height: 100px;
        float: left;
    }
    .partners-nav {
        float: left;
        width: 100px;
        margin-right: 50px;
        height: 80px;
        padding: 10px 0;
        /*border: 1px solid #fff;*/
    }
    .partners-nav h5 {
        color: #fff;
        font-size: 16px;
        margin: 0px;
        text-align: center;
        margin-left: 28px;
    }
    .partners-nav ul {
        float: right;
        background: url(../img/separator.png) no-repeat center;
        width: 80px;
        margin: 10px 0 0 0;
    }
    #btn-next {
        float: right;
        background: url(../img/btn-next.png) no-repeat;
        width: 25px;
        height: 26px;
    }
    #btn-prev {
        float: left;
        background: url(../img/btn-prev.png) no-repeat;
        width: 25px;
        height: 26px;
    }
    #partners-list, #partners-list li  {
        float: left;
    }
    #partners-list a {
        float: left;
        padding: 10px 0;
        margin-right: 10px;
    }
    #partners-list a img {
        width: 122px;    
        height: 82px;
    }

/* HIGHLIGHT */
#highlighted-slides {
    position: relative;
    height: 610px;
    width: 960px;
    padding-top: 95px;
}
#highlighted-slides li { 
    display: none;
    position: absolute;
    top: 95px; 
    left: -40px;
    width: 960px;
}
#highlighted-slides li a {
    border: 1px solid #ececec;
    background: #fff;
    color: #09508c;
    position: absolute;
    border-radius: 2px;
    padding: 4px 10px;
    right: 0;
    top: 350px;
    font-size: 19px;
}
#highlights { margin-bottom: 30px; position: relative; }
    #highlights #main-header { position: absolute; top: 0; z-index: 10}
#highlighted-areas { width: 960px; position: absolute; bottom: 0; }
#highlighted-areas li {
    text-align: center;
    padding: 0 0 6px 0;
    border : 1px solid #363939;
    width: 214px;
    margin-left: 24px;
    position: relative;
}
    
    #highlighted-areas h2 {
        margin: 0px;
        padding: 0px;
        padding-left: 7px;
        text-align: left;
    }
        #highlighted-areas h2 a {
            color: #fff;
            text-shadow: 0 1px 0 #000;
            font-size: 16px;  
            font-weight: 300;
            text-align: left;
        }

#highlighted-areas li span { 
    position: absolute;
    bottom: -6px;
    right: -8px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
}
#childhood-education span { background: url(../img/icon-high-child.png); }
#fundamental-I span { background: url(../img/icon-high-fundamental-I.png); }
#fundamental-II span { background: url(../img/icon-high-fundamental-II.png); }
#school span { background: url(../img/icon-high-school.png); }

/* SIDEBAR */
#main-sidebar { 
    margin-left: 0px;
}
.side-box  { padding: 0; }
.first { border-top: none  !important; }
.last { border-bottom: none  !important; }
    .side-box li a { 
        display: block;
        font-size: 17px;
        color: #fff !important;
        text-shadow: 0 1px 0 #333 !important;
        padding: 10px 20px;
        font-weight: 300; 
    }
    .side-box h3 {
        color: #c8d7e4;
        text-shadow: 0 1px 0 #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 10px;
        margin: 0px;
    }
.schedule-box h3{ background: url(../img/icon-calendar.png) no-repeat right 0px; }
.schedule-box { padding: 10px; }
.scheduling-button {
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
}

/*#newsletter { height: 60px; float: left;}*/
    #newsletter-email { float: left; width: 110px; }
    #send-newsletter { float: right; padding: 4px; }

#virtual-secretary { width: 220px; z-index: 3; }
#virtual-secretary a { font-size: 15px; }
#virtual-secretary h3 {
    background: url(../img/icon-work.png) no-repeat 190px 13px;
    padding: 10px 20px;
}

/* FOOTER */
#main-footer {
    background: url(../img/bg-footer.jpg) no-repeat #004d94 top center;
    padding: 30px 0;
    color: #fff;
}
    #main-footer section {
        background: url(../img/separator-footer.png) no-repeat right center;
        padding: 0 7px 0 17px;
        margin-left: 0;
    }
    #main-footer .last { background: none; }
    #main-footer address, #main-footer p, #main-footer h4 {
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 0px;
    }
    #main-footer section h4 { 
        font-weight: bold; 
        font-size: 16px; 
    }
    #main-footer address a,
    #main-footer address a:hover
    {
        color: #fff;
    }

#logo-footer {
    background: url(../img/logo-footer.png) no-repeat;
    text-indent: -99999px;
    height: 100px;
    width: 206px;
    margin-left: 0px;
}


.main-content {
    color: #333;
    width: 440px;
    margin: 0 20px;
    font-size: 13px;
}
    .main-content p, 
    .main-content strong, 
    .main-content a, 
    .main-content h1,  
    .main-content h2,  
    .main-content h3,  
    { font-family: "Open Sans", sans-serif  !important; }

    .main-content h2 { font-weight: 300; font-size: 20px; }


/* RELATED */
.related {
    border-radius: 5px;
    padding: 20px 10px;
    margin: 30px 0;
    color: #fff;
}
    .related h2 {
        margin: 0px;
        color: #fff !important;
        line-height: 20px;
    }
    .related ul {
        margin-top: 10px;
    }
    .related ul li {
        background: #fff  !important;
        display: block;
        padding: 0px !important;
        margin-bottom: 5px  !important;
    }
    .related ul li a {
        float: left;
        padding: 4px 10px;
    }

/*
 --------------------------------------------------------------------------------
 AREAS
 --------------------------------------------------------------------------------
*/

/* 404 */
#not-found {
    background: url(../img/bg-404.jpg) no-repeat center;
    float: left;
    position: relative;
    width: 940px;
    height: 600px;
}
    .btn-home {
        position: absolute;
        width: 98px;
        height: 50px;
        top: 344px;
        left: 418px;
    }
    .not-found { background: #f7f7f7;}

.main-content ul li {
    display: table;
    padding: 5px;
    margin-bottom: 5px;
}
/* HOME */

body.institucional {
    background: url(../img/bg-area-main.gif);
    border-top: 3px solid #fc0;
}
.home .side-box li.active, 
.institucional .related,
.institucional .side-box li.active {
    background: #06467c;
}

.home .side-box li a, 
.institucional .side-box li a
{
    border-bottom: 1px solid #084a80;
    border-top: 1px solid #1c69ab;
}
.home .side-box h3, 
.institucional .side-box h3 
{ color: #fff; text-shadow: 0 1px 0 #333; }
    .home .side-box li a:hover,
    .institucional .side-box li a:hover 
    { background: #2e68a4; }

/* CHILDHOOD EDUCATION */
body.childhood-education {
    background: url(../img/bg-area-childhood-education.jpg);
    border-top: 3px solid #fc0;
}

.childhood-education h2 { color: #fc0 }

.childhood-education h3 { color: #333; text-shadow: 0 1px 0 #fff; }
.childhood-education .related a { color: #fc0; }
.childhood-education .side-box { background: #ffd80a;}
.childhood-education .related { background: none; border: 1px solid #ffd80a; padding: 20px 10px 5px 10px  !important;    }
.childhood-education .related h2 { color: #333 !important; }
.childhood-education .related li a { color: #333 !important; background: #ffd80a; width: 400px !important; }
    .childhood-education .side-box li a {
        border-top: 1px solid #c1a308;
        border-bottom: 1px solid #f3ce0b;
        color: #333 !important;
        text-shadow: 0 1px 0 #fff !important;
    }
    .childhood-education .side-box li a:hover { background: #ffe144; }

/* FUNDAMENTAL I */
body.fundamental-I {
    background: url(../img/bg-area-fundamental-I.jpg);
    border-top: 3px solid #ec8f00;
}

.fundamental-I h2 { color: #ed950d }

.fundamental-I h3 { color: #fff; text-shadow: 0 1px 0 #333; }
.fundamental-I .related a {
    color: #ec8f00;
}
.fundamental-I .side-box { background: #ec8f00 !important; }
.fundamental-I .related { background: none; border: 1px solid #ec8f00; padding: 20px 10px 5px 10px  !important;    }
.fundamental-I .related h2 { color: #333 !important; }
.fundamental-I .related li a { color: #333 !important; background: #ec8f00; width: 400px !important; }
    .fundamental-I .side-box li a {
        border-top: 1px solid #ba7000;
        border-bottom: 1px solid #ed950d;
    }
    .fundamental-I .side-box li a:hover { background: #ee9a19; }

.fundamental-I .main-content ul li { background: #ec8f00; color: #fff; }

/* FUNDAMENTAL II */
body.fundamental-II {
    background: url(../img/bg-area-fundamental-II.jpg);
    border-top: 3px solid #da251d;
}

.fundamental-II h2 { color: #da251d }

.fundamental-II h3 { color: #fff; text-shadow: 0 1px 0 #333; }
.fundamental-II .related a { color: #da251d; }

.fundamental-II .side-box { background: #da251d !important; }
.fundamental-II .related { background: none; border: 1px solid #da251d; padding: 20px 10px 5px 10px  !important;    }
.fundamental-II .related h2 { color: #333 !important; }
.fundamental-II .related li a { color: #fff; !important; background: #da251d; width: 400px !important; }
    .fundamental-II .side-box li a {
        border-top: 1px solid #a61e18;
        border-bottom: 1px solid #dd342d;
        font-size: 17px;
    }
    .fundamental-II .side-box li a:hover { background: #de3b34; }

.fundamental-II .main-content ul li { background: #da251d; color: #fff; }

/* SCHOOL */
body.school {
    background: url(../img/bg-area-school.jpg);
    border-top: 3px solid #c8d7e4;
}

.school h2 { color: #0b5ea4 }

.school h3 { color: #fff; text-shadow: 0 1px 0 #333; }
.school .related a { color: #0b5ea4; }

.school .side-box { background: #0b5ea4 !important; }
.school .related { background: none; border: 1px solid #0b5ea4; padding: 20px 10px 5px 10px  !important;    }
.school .related h2 { color: #333 !important; }
.school .related li a { color: #fff; !important; background: #0b5ea4; width: 400px !important; }

    .school .side-box li a {
        border-top: 1px solid #084a81;
        border-bottom: 1px solid #1766a9;
        font-size: 17px;
    }
    .school .side-box li a:hover { background: #236ead; }

.school .main-content ul li { background: #0b5ea4; color: #fff; }

#sub-institutional li a { 
    padding: 10px 10px 10px 20px !important; 
    width: 210px !important; 
}

#search-list img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
#search-list li {
    padding: 10px 0 10px 10px;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    width: 95%;
}
.breadcrumbs {
    color: #004d94;
    font-size: 18px;
    margin: 10px 0;
    width: 100%;
    float: left;
}
.breadcrumbs span { float: left }
.crumb {
    background: url(../img/icon-breadcrumbs.png) no-repeat center;
    padding: 10px 5px;
    margin: 0 5px;
}
.btn-left, .btn-right {
    position: absolute;
    top: 300px;
    padding: 30px;
    z-index: 15;
}
.btn-left {
    left: 30px;
    background: url(../img/btn-left.png) no-repeat;
}

.btn-right {
    right: 30px;
    background: url(../img/btn-right.png) no-repeat;
}
#contact-form {
    background: #dadada;
    border-radius: 5px;
}
    #contact-form fieldset {
        padding: 15px;
        border-bottom: 1px solid #9b9b9b;
        border-top: 1px solid #f5f5f5;
    }
    #contact-form input {
        float: right;
        width: 290px;
        padding: 5px;
    }
    #contact-form  span { 
        float: left; 
        width: 95px;
        padding: 10px 5px;
        text-align: right;
    }
    #contact-form #para_quem  {
        width: 303px;
        margin-top: 13px;
        height: 40px;
    }
    #contact-form #mensagem {
        width: 290px;
        height: 150px;
    }
    #contact-form #send {
        width: 70px;
    }
    #contact-form h2 {
        background: url(../img/bg-form-header.jpg) repeat-x;
        text-align: center;
        padding: 5px 0;
        color: #dedfea;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    #contact-form label { 
        color: #191a1b;
        text-shadow: 0 1px 0 #fff;
    }

.ngg-slideshow {
    background: #fff  !important;
    border-radius: 5px  !important;
    width: 428px  !important;
    border: 1px solid #dadada;
    margin: 15px 0;
}
.ngg-slideshow img {
    margin: 5px  !important;
    width: 418px  !important;
    height: 300px !important;
}
.pagination {
    float: left;
    width: 100%;
    border: none !important;
    background: none;
}
.pagination ul {
    margin: 0 auto;
    display: table;
}

.pagination li {
    float: left;
    border: none;
}
.pagination li a {
    background: none !important;
    border: none !important;
}

/* hotsite-header */
#hotsite-header {
    text-align: center;
    display: table;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
}
#main-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#hotsite-container h2 {
    font-size: 42px;
}
#hotsite-container .description {
    text-align: center;
}
#links {
    margin: 30px 0;
    float: left;
    width: 100%;
}
    #links h3 {
        color: #000;
    }
.links-box {
    float: left;
    width: 45%;
    padding-left: 30px;
    text-align: center;
}
    .links-box ul {
        /* Customization for alunos */
        width: 460px;
        /* /Customization for alunos */
        border-radius: 0px;
        text-align: center;
    }

    /* Customization for alunos */
    .links-box#browser-versions, .links-box#links-2014 {
        width: 50%;
        padding-left: 0;
    }
        
        .links-box#links-2014 h3 {
            width: 270px;
            padding-left: 0;
        }

    .links-box#browser-versions img {
        margin-top: 27px;
    }
    .box.side-box.bank-button {
        margin-top: 20px;
        background: #fe0000;
    }

        .box.side-box.bank-button img {
            display: block;
            margin: 5px auto 0;
        }
        .box.side-box.bank-button li a:hover {
            background: #fe0000;
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
        }


    /* / Customization for alunos */
