/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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.
 */

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

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

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-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 #bfc9d7;
    margin: 1em 0;
    padding: 0;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

/* Base styles */
p {
    //line-height: 1.8em;
    margin-top: 15px;
}
body {
    font-family: Arial, sans-serif;
    background: whitesmoke;
    /*background: -webkit-linear-gradient(whitesmoke, white); /* For Safari 5.1 to 6.0 
    background: -o-linear-gradient(whitesmoke, white); /* For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(whitesmoke, white); /* For Firefox 3.6 to 15
    background: linear-gradient(whitesmoke, white); /* Standard syntax (must be last) */
    
}

#Header {
  //position: fixed;
  //z-index: 499;
  //overflow: hidden;
  //padding: 6px;
  background-color: whitesmoke;
  width: 100%;
}

.fixar {
    position:fixed;
    margin-top: 0px !important;
    top: 0px;
    z-index: 9999;
}

#menu-bar-wrapper{
    margin:0 auto; 
    padding:0; 
    width:975px;
}
/*
#barra-brasil{
  position: fixed;
  z-index: 500;
  overflow: hidden;
  width: 100%;    
  margin: -208px auto;
}
*/
#main {
    max-width: 975px;
//    margin: 208px auto;
    margin: 0 auto;
}
/*
@supports (-webkit-appearance:none) {
    #barra-brasil{
        margin: -178px auto;
    }

    #main {
        margin: 178px auto;
    }       
}

@-moz-document url-prefix() {
#barra-brasil{
  margin: -208px auto;
}

#main {
    margin: 208px auto;
}    
}
*/
ul {
margin-left: 35px;
}

.pull-left {
    float:left;
}

.pull-right {
    float:right;
}

.clear-right {
    clear:right;
}

.border-left{
    border-top: 1px solid #bfc9d7;
}

.border-full {
    border: 1px solid #bfc9d7;
}

#top-bar{
    //background: #004b82 url(../images/bg-top-bar.png) repeat-x center top;
    //background: #f1f1f1;
    width: 100%;
    margin:0;
    overflow: hidden;
}


    #top-bar .top-bar-content {
        max-width: 975px;
        margin: 0 auto;
    }

    #top-bar .top {
        width: 100%;
        height: 28px;
    }

        #top-bar .lang {
            width: 68px;
            height: auto;
            padding: 3px 0 0 10px;
        }
            #top-bar .lang ul{
                display: block;
                margin: 0;
                padding:0;
            }

                #top-bar .lang ul li{
                    display: inline;
                    margin: 0;
                    padding:0;
                }
                    #top-bar .lang ul li a{
                        display: inline-block;
                        width: 16px;
                        height: 11px;
                        margin: 0 3px 0 0;
                        padding:0;
                        background: url(../images/bt-lang-flags.png) no-repeat;
                    }

                        #top-bar .lang ul li a:hover{
                            opacity: 0.9;
                        }

                        #top-bar .lang ul li.pt a{
                            background-position: 0 0 ;
                        }

                        #top-bar .lang ul li.en a{
                            background-position: -21px 0 ;
                        }

                        #top-bar .lang ul li.es a{
                            background-position: -42px 0 ;
                            margin-right: 0;
                        }

        #top-bar .menu-1 {
            width: 300px;
            height: 23px;
            padding: 5px 0 0 0;
        }
            #top-bar .menu-1 ul{
                display: block;
                margin: 0;
                padding:0;
            }

                #top-bar .menu-1 ul li{
                    display: inline-block;
                    height: 22px;
                    margin: 0;
                    padding:0;
                }
                    #top-bar .menu-1 ul li a{
                        display: block;
                        height: 22px;
                        background: url(../images/bt-top-bar-menu-1.gif) no-repeat;
                    }

                    #top-bar .menu-1 ul li.nav-1 a{
                        width: 165px;
                        background-position: 0 0;
                        margin-right: 20px;
                    }

                    #top-bar .menu-1 ul li.nav-2 a{
                        width: 110px;
                        background-position: -190px 0;
                    }

        #top-bar .menu-2 {
           // width: 400px;
            //height: 28px;
            padding: 0;
        }
/*            #top-bar .menu-2 ul{
                display: block;
                margin: 0;
                padding:0;
                text-align: right;
            }

                #top-bar .menu-2 ul li{
                    display: inline-block;
                    height: 32px;
                    margin: 0;
                    padding:0;
                }
                    #top-bar .menu-2 ul li a{
                        font-size: 11px;
                        color:#e3e8ee;
                        line-height: 32px;
                        margin-right: 20px;
                        text-decoration: none;
                    }
                    #top-bar .menu-2 ul li.nav-4 a{
                        margin-right: 0;
                    }*/
#top-bar .menu-2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	}
#top-bar .menu-2 ul li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-right: 1px solid #eaeaea;
	padding: 0 15px;
}
#top-bar .menu-2 ul li.last { border: none; }
#top-bar .menu-2 ul li a {
	color: #7a7a7a;
}

header h1 {
    font-size: 15px;
    color: #0c568b;
    margin: 0;
    text-transform: uppercase;
}


header.header {
    width: 100%;
    height: auto;
    /*background: url(../images/bg-header.jpg) no-repeat top;*/
    /*background: url(../images/feature2.jpg) no-repeat top;
    background: url(../images/topo_bg_teste2.jpg) no-repeat top;
    background: url(../images/Logo_3D_2.png) no-repeat top;
    background: url(../images/new/header.png) no-repeat top;
    background: url(../images/UNIFEI_logo2.png) no-repeat top;*/
    //background: url(../images/banner4.png) no-repeat top;
    background: url(../images/topo_1.png) no-repeat top;
    margin-bottom: 15px;
}
.logo {
    width: 92px;
    height: 93px;
    margin: 50px 0 0 35px;
}

.header h1{
    width: 332px;
    height: 55px;
    background-image: url(../images/t-unifei.png);
    margin:80px 35px 0 0;
}

.header nav {
    position: relative;
    clear: both;
    width: 99.8%;
    height: auto;
    background: #f1f2f4;
    margin: 17px 0 0 0 ;
    padding: 0 0 5px 0;
   
}

.header nav ul {
    margin:4px 0 0 10px;
    padding: 0;
}

.header nav ul li{
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 0;
   
}
.header nav ul li:after{
    content: " | ";
    color: #d4d6d8;
    font-size: 12px;
    padding-left: 5px;
 }
 
.header nav ul li.last:after,
.header nav ul li:last-child:after{
    content: "";
}

.header nav ul li a{
    color: #0c568b;
    text-decoration: none;
}

.header nav ul li a:hover{
    text-decoration: underline;
}


.header nav ul li ul{
    position: absolute;
    display: none;
    margin: 0;
    padding: 20px 0 0 0;
    min-width: 340px;
    left: 0;
    top: 5px;
    z-index: 11;
    cursor: pointer;
}
.header nav ul li:hover ul {
    display: block;
}

.header nav ul li ul li{
    display: block;
    padding: 0;
}

.header nav ul li ul li:after{
    content: "";
    padding: 0;
}

.header nav ul li ul li a{
    display: block;
    border-bottom: 1px solid #d4d6d8;
    padding: 5px 5px;
    background: #f1f2f4;
}
.header nav ul li ul li a:hover{
    background: #c3c5c7;
    text-decoration:none;
}



.header nav ul li ul li ul{
    position: absolute;
    display: none!important;
    margin: 0;
    padding: 0;
    left: 327px;
    top: 0;
    z-index: 1;
    border-left: 1px solid #d4d6d8;
}

.header nav ul li ul li:hover ul{
    display: block!important;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

.feature {
    width: 99.8%;
    height: auto;
    margin-bottom: 15px;
}
.feature img{
    width: 100%;
    height: auto;
}

.nav-utilities {
    position: relative;
    width: 97.8%;
    padding: 1%;
    margin-bottom: 10px;
}
.nav-utilities header{
    width: 100%;
    text-align: center;
}

.nav-utilities .bx-controls a{
    position: absolute;
    display: block;
    width: 20px;
    height: 17px;
    //top: 55%;
    top: 39%;
    z-index: 10;
    text-indent: -9999em;
}
.nav-utilities a.bx-next {
    right: 10px;
    background: url(../images/bt-arrow-right.png) no-repeat;
}
.nav-utilities .bx-prev {
    left: 10px;
    background: url(../images/bt-arrow-left.png) no-repeat;
}

.nav-utilities nav ul {

}

.nav-utilities nav ul li{
    display: inline;
    margin-right: 3px;

}
.nav-utilities nav ul li.last-child
.nav-utilities nav ul li:last-child{
    margin-right: 0;
}

.nav-utilities nav ul li a {
    display: inline-block;
    position: relative;
    background-color: #417faf;
    background-color: #0c568b;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.nav-utilities nav ul li a:after {
    //content: '';
    //position: absolute;
    //width: 0;
    //height: 0;
   // border: 5px solid;
    //border-top-color: #417faf;
    //top: 100%;
   // left: 50%;
   // margin-left: -5px;
}

.nav-utilities nav ul li.nav-1 a {
    //background: #417faf;
    //background: #0e4469;
    //top: 0px;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   //background: -webkit-gradient(linear, left top, left bottom, from(#0e4569), to(#65a9d7));
   background: -webkit-gradient(linear, left top, left bottom, from(#0e4569), to(#7A8C98));
   /*background: -webkit-linear-gradient(top, #0e4569, #65a9d7);
   background: -moz-linear-gradient(top, #0e4569, #65a9d7);
   background: -ms-linear-gradient(top, #0e4569, #65a9d7);
   background: -o-linear-gradient(top, #0e4569, #65a9d7);*/
   padding: 0px 1px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(226, 224, 240, 1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;    
}

.nav-utilities nav ul li.nav-1 a:after {
    //border-top-color: #417faf;
}

.nav-utilities nav ul li.nav-2 a {
    //background: #41aeaf;
    //top: 0px;
   border-top: 1px solid #aad4d4;
   background: #58baba;
   background: -webkit-gradient(linear, left top, left bottom, from(#209496), to(#58baba));
   background: -webkit-linear-gradient(top, #209496, #58baba);
   background: -moz-linear-gradient(top, #209496, #58baba);
   background: -ms-linear-gradient(top, #209496, #58baba);
   background: -o-linear-gradient(top, #209496, #58baba);
   padding: 0px 1px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(226, 224, 240, 1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
}

.nav-utilities nav ul li.nav-2 a:after {
    //border-top-color: #41aeaf;

}

.nav-utilities nav ul li.nav-3 a {
    background: #afa141;
    top: 0px;
}
.nav-utilities nav ul li.nav-3 a:after {
    //border-top-color: #afa141;
   
}

.nav-utilities nav ul li.nav-4 a {
    background: #af6541;
    top: 0px;    
}
.nav-utilities nav ul li.nav-4 a:after {
    //border-top-color: #af6541;
}

.nav-utilities nav ul li.nav-5 a {
    background: #af4194;
    top: 0px;
}
.nav-utilities nav ul li.nav-5 a:after {
    //border-top-color: #af4194;
}

.nav-utilities nav ul li.nav-6 a {
    background: #7d41af;
    top: 0px;    
}
.nav-utilities nav ul li.nav-6 a:after {
    //border-top-color: #7d41af;
}

.nav-utilities .bx-wrapper{
    margin:0 auto;
}

.nav-utilities .bx-wrapper .bx-viewport{
    //height: 65px!important;
    height: 40px!important;
}

.feature-2 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    
}
.feature-2 .image-feature {
    width: 622px;
    height: 162px;
    height: 230px;
}

.feature-2 .events {
    width: 310px;
    height: auto;
    padding: 10px 15px;
    margin:0;
}
.feature-2 .events header{
    width: 100%;
    height: auto;
}
.feature-2 .events header h1{
    font-size: 15px;
    margin: 0;
}

.feature-2 .events article {
    width: 100%;
    height: auto;
}
.feature-2 .events article .today{
    font-size: 13px;
    color: #2370a7;
    background:#f0f2f9 url(../images/ico-bullet-event-day.png) no-repeat 7px center;
    padding: 4px 15px;
}

.feature-2 .events article ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature-2 .events article ul li{
    padding: 0 7px 2px;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid #e6eaf0;
}

.feature-2 .events article ul li.last{
    border: none;
}

.feature-2 .events article ul li a{
    color: #666666;
    text-decoration: none;
}
.feature-2 .events article ul li a:hover{
    text-decoration: underline;
}

.feature-2 .events article ul li span {
    color:#9aabc5;
    font-weight: bold;
    padding-right: 10px;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
    div.nav-collapse.collapse {
        float: right;      
        position:relative;      
        //left:50%;

    ul.tb-megamenu-nav.nav.level-0.items-7{
        position: relative;
        //left: 50%;
    }

    div.tb-megamenu.tb-megamenu-main-menu.style-blue{
      background-color: #314E74;
      }

      .tb-megamenu {
      font-size: 0.6em;   
        }
    }
}


 // style="float: right;clear: right;width: 35%;height: auto;margin-bottom: 15px;"
  
  
.news-box-eventos {
    clear:left;
    //Alterado teste reitor
    //width: 100%;
    width: 64%;
    height: auto;
    margin-bottom: 15px;
    float: right;
    
}
  
.news-box {
    clear:left;
    //Alterado teste reitor
    //width: 100%;
    width: 65%;
    height: auto;
    margin-bottom: 15px;
    float: left;
}

.news-box2 {
    width: 35%;
    height: auto;
    margin-bottom: 15px;
    float: right;
}

.inst-box {
    clear:left;
    width: 50%;
    height: auto;
    margin-bottom: 15px;
    clear: none;
    float: left;
}

.inst-box2 {
    width: 50%;
    height: auto;
    margin-bottom: 15px;
    float: right;
}

/*
.news-box header h1 a {
    display: block;
    width: 136px;
    height: 34px;
    background: url(../images/tab-news.png) no-repeat right top;
}

.news-box header h1 a.ir2 {
    display: block;
    width: 136px;
    height: 34px;
    background: url(../images/tab-news2.png) no-repeat right top;
}

.news-box header h1 a.ir3 {
    display: block;
    width: 136px;
    height: 34px;
    background: url(../images/tab-inst.png) no-repeat right top;
}

.news-box header h1 a.ir4 {
    display: block;
    width: 136px;
    height: 34px;
    background: url(../images/tab-clear.png) no-repeat right top;
}
*/
.news-box .well,
.news-box2 .well, 
.inst-box .well,
.inst-box2 .well {
    padding: 10px 10px;
    background: #f0f2f3;
    min-height: 410px;
}

.news-box .news-row-1,
.news-box2 .news-row-1,
.news-box .news-row-2{
    width: 100%;
    height: auto;
    //padding-bottom: 30px;
    padding-bottom: 15px;
    //margin-bottom: 30px;
    border-bottom: 1px solid #bfc9d7;
}

.news-box .news-row-2  {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news-box .news-row-1 .news {
    float:left;
    width: 47%;
    margin-right: 3%;
    height: auto;
}
.news-box .news-row-1 .news img, 
.news-box2 .news-row-1 .news img, 
.news-box .news-row-2 .news img{
//alterado para teste reitor
    //float:left;
    /*width: 100%; 
    max-width: 200px; 
    height: auto;
    max-height: 300px;*/
    width: 300px;
    height: 230px;
    margin: 0 15px 0 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-box .news-row-2 .news {
    //alterado para teste reitor
    //float:left;
    //width: 20%;
    width: 100%;
    height: auto;
    margin-right: 5%;
}
.news-box .news-row-2 .news.last {
    margin-right: 0;
}

.news-box .news .date {
    font-size: 11px;
    color:#9aabc5;
    margin: 0;
}

.news-box .news h1,
.news-box2 .news h1 {
    font-size: 12px;
    margin: 8px 0 0 0;
    
}

.news-box .news h1 a,
.news-box2 .news h1 a {
    //color:#2370a7;
    color: #314E74;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}
.news-box .news h1 a:hover,
.news-box2 .news h1 a:hover {
    text-decoration: underline;
}

.news-box .news p, 
.news-box2 .news p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.news-box .news p a, 
.news-box2 .news p a {
    color:#686d71;
    text-decoration: none;
}
.news-box .news p a:hover, 
.news-box2 .news p a:hover{
    text-decoration: underline;
}

.sub-menu {
    width: 192px;
    height: auto;
}
.sub-menu ul{
    margin:0;
    padding: 0;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    display: block;
    //color: #0c568b;
    color: whitesmoke;
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
    width: 193px;
    height: 100%;
    padding: 0 0 0 20px;
    //background: #a4dcff;
    background: rgb(65 , 127, 176);
    margin-bottom: 2px;
    border:1px solid #75b5dc;
    text-decoration: none;
}

.sub-menu dt{
    margin:0;
    padding: 0;
}

.sub-menu dt {
    display: block;
    color: rgb(65 , 127, 176);
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
    width: 170px;
    height: 100%;
    padding: 0 0 0 20px;
    background: whitesmoke;
    margin-bottom: 2px;
    border: 1px solid rgb(65 , 127, 176);
    text-decoration: none;
}

.sub-menu dd {
    display: block;
}
.sub-menu dd a {
    display: block;
    //color: #0c568b;
    color: whitesmoke;
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
    width: 193px;
    height: 100%;
    padding: 0 0 0 20px;
    //background: #a4dcff;
    background: rgb(65 , 127, 176);
    margin-bottom: 2px;
    border:1px solid #75b5dc;
    text-decoration: none;
}
.sub-menu dd.active a,
.sub-menu dd a:hover {
    background-image: url(../images/ico-bullet-left-menu.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.sub-menu li.active a,
.sub-menu li a:hover {
    background-image: url(../images/ico-bullet-left-menu.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.sub-menu li.first a {
    font-size: 15px;
    padding-left: 10px;
    background: none;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    height: 22px;
}

.sub-menu h4{
    color: rgb(65 , 127, 176);    
    font-size: small;
    font-weight: bolder;
}

.sub-menu h2{
    color: rgb(65 , 127, 176);    
    font-size: small;
    font-weight: bolder;
}

.content {
    width: 470px;
    height: auto;
    margin:0 55px;
}

.content h2 {
    font-size: 17px;
    color: #2370a7;
    margin: 20px 0 15px 0;
}

.content h3 {
    font-size: 14px;
    color: #2370a7;
    margin: 0 0 0px;
}

.content p {
    font-size: 12px;
    text-align: justify;
    margin: 0 0 15px;
    color: #777777;
    font-family: Verdana;
}

.content .news {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content .news .date {
    font-size: 9px;
    color:#9aabc5;
    margin: 0;
}

.content .news h1 {
    font-size: 14px;
    margin: 0 0 0 0;
    text-transform: none;
}

.content .news h1 a {
    color:#2370a7;
    text-decoration: none;
}
.content .news h1 a:hover{
    text-decoration: underline;
}

.content .news p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.content .news p a {
    color:#686d71;
    text-decoration: none;
}
.content .news p a:hover{
    text-decoration: underline;
}

.content .collapse {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.content .collapse h4 {
    margin: 0 0 2px;
}
.content .collapse h4 a {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding:7px 12px;
    border: 1px solid #ccd4df;
    color:#256c9e;
    background: #f0f3f9 url(../images/ico_collapse.png) no-repeat right center;
}

.content .collapse .collapse-content {
    padding: 10px 10px 0;
    margin:0;
}



.sidebar {
    width: 193px;
    height: auto;
    overflow: hidden;
}
.sidebar .banners {
    width: 100%;
    height: 94px;
    margin-bottom: 10px;
}

.sidebar nav {
    width: 100%;
    height: auto;
    background: #417faf;
    padding-bottom: 15px;
}

.sidebar nav header h4{
    width: 100%;
    height: 13px;
    padding-top: 12px;
}

.sidebar nav.menu-reitorias header h4{
    background: url(../images/t-pro-reitorias.png) no-repeat 10px bottom;
}
.sidebar nav.menu-inst-academicos header h4{
    background: url(../images/t-inst-academicos.png) no-repeat 10px bottom;
}
.sidebar nav.menu-empreendedorismo header h4{
    background: url(../images/t-empreendedorismo.png) no-repeat 10px bottom;
}
.sidebar nav.menu-projetos-especiais header h4{
    background: url(../images/t-projetos-especiais.png) no-repeat 10px bottom;
}

.sidebar nav ul {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.sidebar nav ul li {
    display: block;
}
.sidebar nav ul li a {
    display: block;
    width: 192px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #2370a7;
    background: #76b1da;
    padding:0 0 0 20px;
    text-decoration: none;
    margin: 0 0 2px 0;
}

.sidebar nav ul li.active a,
.sidebar nav ul li a:hover {
    background: #90cbf0 url(../images/ico-bullet-right-menu.png) no-repeat 10px center;
}

.site-map {
    position: relative;
    width: 97.8%;
    padding: 1%;
    margin-bottom: 15px;
    margin-top: 220px;
    margin-left: 3px;
}
.site-map header h1{
    text-align: center;
    cursor: pointer;
    margin: 0;
}
.site-map header h1:before,
.site-map header h1:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    top: 15px;
}
.site-map.active header h1:before,
.site-map.active header h1:after {
    background: url(../images/bt-arrow-up.png);
}
.site-map.inactive header h1:before,
.site-map.inactive header h1:after {
    background: url(../images/bt-arrow-down.png);
}

.site-map header h1:before {
    left: 10px;
}
.site-map header h1:after {
    right: 10px;
}

.site-map article {
    display: none;
    padding-top: 50px;
}

.col {
    float: left;
    width: 30%;
    height: auto;
    margin: 0 2%;
}

.col-3 {
    margin-right: 0;
}

.col header h2 {
    font-size: 11px;
    color: #2370a7;
    margin: 0 0 15px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.col nav {
    margin-bottom: 30px;
}

.col ul {
    margin-top: 0;
    padding-left: 0;
}
.col  ul li{
    font-size: 10px;
    line-height: 12px;
}
.col  ul li a{
    color: #9c9c9c;
    text-decoration: none;
}
.col  ul li a:hover{
    text-decoration: underline;
}

.col  ul li ul li{
    padding-left: 30px;
}


footer {
    clear:both;
    width: 100%;
    height: auto;
}

footer .social{
    clear:left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
footer .social ul{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

footer .social ul li {
    display: inline;
}

footer .social ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/bt-social.png);
}

header .social{
    clear:left;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

header section.social{
    clear:left;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: -30px;
    margin-left: -10px;    
}

header .social nav{
    padding: 0 0 0 0;
}
header .social nav ul{
margin: 10px 10px 0 0;
padding: 0px 1px 10px 1px;
}
header .social nav ul li.twit{
    top: -15px;
}

header .social ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    //background: url(../images/bt-social.png);
}
header .social ul li.nav-1 a {
    background-position: 0 0;
}
header .social ul li.nav-2 a {
    background-position: -30px 0;
}
footer .social ul li.nav-1 a {
    background-position: 0 0;
}
footer .social ul li.nav-2 a {
    background-position: -30px 0;
}
footer .social ul li.nav-3 a {
    background-position: -60px 0;
}
footer .social ul li.nav-4 a {
    background-position: -90px 0;
}
footer .social ul li.nav-5 a {
    background-position: -120px 0;
}

footer .social ul li a:hover {
    opacity: 0.7;
}

footer .banner {
       /* width: 235px;
        height: 103px;*/
        width: 188px;
        height: 80px;
       
        margin-bottom: 15px;
        margin-left: 5px;
        text-align: center;
    }
    footer .banner a img { 
        display:block;
        margin: 15px auto;
          width: 60%;
          height: 60%;
        
    }

/*    footer .banner.b2 img{
        //margin-top: 30px;
          width: 60%;
          height: 60%;
    }

    footer .banner.b3 img{
        //margin-top: 10px;
          width: 60%;
          height: 60%;
        
    }*/
    
    footer .places {
        width: 930px;
        height: 60px;
        padding: 20px;
        //background: #f1f3f4 url(../images/footer_logos2.png) no-repeat right center;
        line-height: 16px;
    }

footer .places h5 {
    font-size: 11px;
    color: #2370a7;
    margin: 0;
    padding: 0
}

footer .places p {
    font-size: 11px;
    color:#9c9c9c;
    margin:0;
}

footer .places .place {
    width: 330px;
    height: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (max-width: 850px) {
    .header .logo {
        display:block;
        margin: 0 auto 50px;
    }

    .header h1 {
        float: none;
        display: block;
        width: 320px;
        height: 45px;
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .header nav ul {
        margin: 0;
        padding: 0 25px;
    }

    .header nav li {
        display: block;
        width: 45%;
    }

    .nav-utilities .bx-controls-direction .bx-prev,
    .nav-utilities .bx-controls-direction .bx-next{
        display: none;
    }

    .feature-2 .image-feature {
        float: none;
        width: 100%;
        height: auto;
    }
    .feature-2 .image-feature img{
        width: 100%;
        height: auto;
    }

    .feature-2 .events {
        float: none;
        width: 96%;
        padding: 2%;
        height: auto;
    }

    .sub-menu {
        width: 100%;
    }

    .content {
        float: none;
        width: 92%;
        padding: 0 4%;
        margin: 0;
    }

    .sidebar {
        float: none;
        width: 100%;
        height: auto;
    }

    .sidebar .banners {
        width: 192px;
        height: 96px;
        margin: 0 auto 15px;
    }


    .site-map {
        margin-top: 460px;
    }
    
    footer .social ul {
        float: none;
        width: 140px;
        margin: 0 auto;
    }

    footer .banner {
       // float: none;
       // margin: 0 auto 15px;
        float: left;
        margin: 0 25px 15px;
    }
    

    footer .places {
        float: none;
        width: 98%;
        height: auto;
        padding: 2%;
        background-image: none;
        padding-bottom: 0;
    }
    footer .places .place{
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

.news-box {
    clear:left;
    //Alterado teste reitor
    //width: 100%;
    width: 95%;
}

.news-box2 {
    width: 95%;
    float: none;
}

.inst-box {
    width: 95%;
}

.inst-box2 {
    width: 95%;
    float: none;
}
   
    
.feature-2{
    margin-left: auto;
    margin-right: auto;
    display: block;
}    
    
   
div.breadcrumb {
    font-size: 8px;
}

}

@media only screen and (max-width: 600px) {
header.header {
    background: url(../images/topo_2.png) no-repeat top;
}
    
.news-box .news-row-1 .news img, 
.news-box2 .news-row-1 .news img, 
.news-box .news-row-2 .news img{
    width: 150px;
    height: 90px;
}

footer .banner {
    // float: none;
    // margin: 0 auto 15px;
     float: left;
     margin: 0 22px 15px;
     width: 130px;
     height: 60px;
 }



}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   Base styles: Test de Slider
   ========================================================================== */
/*Time for the CSS*/
* {margin: 0; padding: 0;}

.slider{

	width: 622px; /*Same as width of the large image*/
	position: absolute;
	/*Instead of height we will use padding*/
	padding-top: 230px; /*That helps bring the labels down*/
	height: 0px;
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
	float:left;
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 30px;
	transition: all 0.2s;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/

/* Adcionando um padr�o para os eventos de caled�rio da HOME */
#calendario .date-display-single {
    display:inherit;
    font-size: 13px;
    color: #2370a7;
    background:#f0f2f9 url(../images/ico-bullet-event-day.png) no-repeat 7px center;
    padding: 4px 15px;
    border: 1px solid #bfc9d7;   
}

/* unvisited link */
a{
    text-decoration: none;
}

a:link {
    color: #8e8989;
    color: #C67474;
}

/* visited link */
a:visited {
    color: #8e8989;
    color: #C67474;
}

/* mouse over link */
a:hover {
    color: #8e8989;
    color: #C67474;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #8e8989;
    color: #C67474;
}

.field-item{
    margin: 5px;
}

///teste

div.lista_Noticias{
    width: 80%;
    border: none;
    margin: 0;
    display: block;

}

div.pos0, div.pos1{
	width: 330px;
	background-color:#F9F9F9; 
	margin-bottom: 15px; 
	padding: 10px;
	position: relative;
}

div.pos0 { 
	float: right;
}

div.pos1{ 
	float: left; 
	clear: left;
}

div.ntitulo{
	display: block;
	height: 50%;
        font-size: 15px;
}

div.imagem {
    //box-shadow: 3px 3px 3px #999999;
    float: left;
    margin-right: 15px;
}

div.data {
   height: 50%;
   color: #999999;
   font-size: 12px;
   text-align: right;
   margin-right: 5px;
   margin-top: 25px;
   //position: absolute;
   //bottom: 10px;
   //right: 10px;
}

//teste de navega��o de p�gina
/** page structure **/
/** Fifth Design Pagination (dark) **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}
 
#content {
  display: block;
  width: 100%;
  //background: #fff;
  //padding: 25px 20px;
  /*padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;*/
}
 
.paginate {
  display: block;
  width: 100%;
  font-family: verdana;
  font-size: 0.6em;
}

/** 4th pagination **/
/* resource: http://pixelsdaily.com/resources/photoshop/psds/flat-pagination-interface/ */
//.paginate.pag { /* fourth page styles */ 
  //font-size: 1.4em;
//}

.paginate.pag li { 
    font-weight: bold; 
    list-style-type: none;
}

.paginate.pag li a {
  display: block;
  float: left;
  color: #a2c49e;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  //background: #363842;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid;
}
.paginate.pag li a:hover {
  color: #1E46E2;
  background: #DCECF9;
}
.paginate.pag li a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}

.paginate.pag li.navpage a {
  padding: 9px 13px;
  background: #607c5d;
  color: #fff;
}
.paginate.pag li.navpage a:hover {
  background: #DCECF9;
}

.paginate.pag li a.current {
  color: #1E46E2;
  background: #DCECF9;
  border: 1px solid;
}

.paginate.pag li.single, .paginate.pag li.current {
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  //color: #607c5d;
  //background: #d0dfcf;
  //color: #81A6EC;
  color: #1E46E2;
  background: #DCECF9;
  border: 1px solid;
  
}

.views-row{
    //box-shadow: 2px 2px 2px 2px #999999;
    //background-color: rgb(226, 225, 245);
    margin-bottom: 10px;
}

table.table_docente{
font-family: verdana;
font-size: smaller;
}
table.table_docente thead tr th{
background: #3D75EA;
color: whitesmoke;
border: 1px whitesmoke solid;
text-align: center;
}
table.table_docente tbody tr td{
border: 1px solid #8e8989;
text-align: center;
color: #8e8989;
}




         .lang {
            width: 68px;
            height: auto;
            padding: 3px 0 0 10px;
        }
                     .lang ul{
                display: block;
                margin: 0;
                padding:0;
            }

                         .lang ul li{
                    display: inline;
                    margin: 0;
                    padding:0;
                }
                             .lang ul li a{
                        display: inline-block;
                        width: 16px;
                        height: 11px;
                        margin: 0 3px 0 0;
                        padding:0;
                        background: url(../images/bt-lang-flags.png) no-repeat;
                    }

                                 .lang ul li a:hover{
                            opacity: 0.9;
                        }

                                 .lang ul li.pt a{
                            background-position: 0 0 ;
                        }

                                 .lang ul li.en a{
                            background-position: -21px 0 ;
                        }

                                 .lang ul li.es a{
                            background-position: -42px 0 ;
                            margin-right: 0;
                        }

//------------------------------------------------------------------------------------------
// Teste de button

.nav-utilities nav ul li.nav-1 a.button {
   border-top: 1px solid #96d1f8;
   padding: 5px 10px;
   border-radius: 8px;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.nav-utilities nav ul li.nav-1 a.button:hover {
   border-top-color: #8cb1c9;
   background: #8cb1c9;
   color: #000000;
   }
.nav-utilities nav ul li.nav-1 a.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
.nav-utilities nav ul li.nav-2 a.button:hover {
   border-top-color: #9fd3d4;
   background: #9fd3d4;
   color: #000000;
   }
   
   
div.breadcrumb {
    font-size: 12px;
    text-align: justify;
    margin: 0 0 0;
    color: #777777;
    font-family: Verdana;
}

div.breadcrumb a
{
    text-decoration: none;
}

div.breadcrumb a:hover
{
    color:#35acc5;
}
div.field-item.even img, 
div.field-item.odd img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

//---------------------------------------
/** {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body {
  text-align: center;
  background-color: #34495e;
}

h1 {
  font-weight: 100;
  font-size: 32px;
  padding: 40px;
  color: #fff;
}*/

#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 20px;
  //line-height: 40px;
  //padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 22px;
  font-size: 14px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 10px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}



#grad {
    background: -webkit-linear-gradient(whitesmoke, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(whitesmoke, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(whitesmoke, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(whitesmoke, white); /* Standard syntax (must be last) */
}

iframe.youtube-field-player {
  margin-left: auto;
  margin-right: auto;
  display: block;
}