@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

*, html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, pre {
padding: 0;
margin: 0;
border:0;
}

body {
font-family: 'Noto Sans', 'Lato', Calibri, Arial, sans-serif;
font-size:16px;
color: #333;
}

p, #content ul, pre {
text-align:justify;
font-size:1.5em;
margin:15px 0;
line-height:1.7em;
}

#content ul {
list-style-type:square;
margin-left:50px;
}

a {
color: #EAB974;
text-decoration: none;
}

a:hover {
color: #47a3da;
}

h1 {
color: #FFA500;
font-size: 4em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

#top {
position:absolute;
}

#header {
background: #000000 url(../images/1366.jpg) no-repeat;
position:fixed;
top:0;
left:0;
z-index:1;
}

#header .header-info {
width:80%;
margin:0 auto;
margin-top:25px;
position:relative;
}

#right-head {
position:absolute;
top:0;
right:0;
height:97px;
vertical-align: text-top;
}

#right-head img {
vertical-align: top;
}

#logo-top {
width:100px;
height:97px;
background: url(../images/logo_top.png) no-repeat;
display:inline-block;
}

#header .header-title {
margin-top:100px;

}

#header .header-title h1 {
font-size:3.9em;
color:#000;
text-shadow: 2px 3px 2px rgba(255, 255, 255, 0.9);

display:inline-block;
text-align:left;
background:url(../images/bg-title.png) repeat;
margin-top:20px;
line-height:1.4em;

position:relative;

padding-left:10%;
}



#header h2 {
font-size:1.3em;
font-weight:normal;
letter-spacing:0.1px;
color:#ffffff;
}

#header_inner {
width:85%;
height:100%;
margin:0 auto;
padding:25px 0;
position:relative;
}

#header .header-footer {
position:absolute;
bottom:10px;
right:10%;
color:#000000;
}

#header .header-footer a {
background:url(../images/bg-branco.png) repeat;
color:#000000;
}

#header .header-footer a:hover {
background:url(../images/bg-title.png) repeat;
}

#body {
position:relative;
z-index:2;
background:#0D1719;
color:#ffffff;
}

#menu {
background:#333333;

width:100%;
border-bottom: 1px solid black;
box-shadow: inset 0px -1px 1px -1px #888888;
}

.fixed-menu {
position:fixed;
top:0px;
}

#menu ul, #menu nav {
list-style-type:none;
display:inline-block;
}

#menu ul li {
display:inline;
}

#menu ul li a {
color: #EAB974;
font-size:1.5em;
display:inline-block;
margin:2px 10px;

-o-transition:0.2s;
-ms-transition:0.2s;
-moz-transition:0.2s;
-webkit-transition:0.2s;
transition:0.2s;
}

#menu ul li a:hover {
color:#ffffff;
color:transparent;
text-shadow: 0 0 5px #fff;
}

#menu ul li a:before {
content:"|";
}

#menu ul li a:first-child {
margin-left:0px;
}

#menu-inner {
width:80%;
margin:0 auto;
}

#networks {
display:inline-block;
float:right;
margin-top:6px;
}

#facebook-img {
background: url(../images/facebook.png) no-repeat;
width:25px;
height:25px;
}

.section {

}

.section-two {
background:#fff;
color:#333;
}

p.extra_info {
display:block;
text-align:center;
}

p.extra_info a {
display:inline-block;
margin-bottom:10px;
background: #EAB974;
color:#fff;
padding:5px 10px;
border: 1px solid #8ec1da;
background-color: #ddeef6;
border-radius: 4px;
box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
color: #3985a8;
text-shadow: 0 1px #fff;
padding: 5px 30px;
}

.go_top {
text-align:right;
}

#content {
width:80%;
margin:0 auto;
padding:75px 0 50px 0;
}

#content h1 {
margin-top:20px;
margin-bottom:20px;
}

.img-title a:hover {position:relative;}

.img-title a[title]:hover:after {
content: attr(title);
padding: 4px 8px;
color: #333;
position: absolute;
left: 0;
top: 30px;
white-space: nowrap;
z-index: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

#publications li, #events li {
text-align:left;
margin-top:15px;
}

#footer {
background:#0D1719;
color:#fff;
text-align:center;
padding:15px 0;
border-top: 1px solid black;
box-shadow: inset 0px -1px 1px -1px #888888;
}

@media (min-width: 1367px) {
    #header {
        background: #000000 url(../images/1366_plus.jpg) repeat;
    }
}

@media (max-width: 1280px) {
    body {
        font-size:14px;
    }
    #header {
        background: #000000 url(../images/1366.jpg) no-repeat;
    }
    #header .header-title h1 {
        font-size:3.7em;
    }
    #networks {
        margin-top:4px;
    }
}

@media (max-width: 1024px) {
    body {
        font-size:12px;
    }
    #header {
        background: #000000 url(../images/1024.jpg) no-repeat;
    }
    #menu ul li a {
        margin:4px 10px;
    }
    #networks {
        margin-top:4px;
    }
}

@media (max-width: 900px) {
    #header .header-title h1 {
        font-size:3em;
    }
}

@media (max-width: 800px) {
    body {
        font-size:10px;
    }
    #header {
        background: #000000 url(../images/800.jpg) no-repeat;
    }
    #header .header-title h1 {
        font-size:3.5em;
    }
    #menu ul li a {
        margin:4px 10px;
    }
    #networks {
        margin-top:4px;
    }
    #facebook-img {
        background: url(../images/facebook_20px.png) no-repeat;
        width:20px;
        height:20px;
    }
    #content {
        padding:20px 0 50px 0;
    }
}

@media (max-width: 640px) {
    body {
        font-size:10px;
    }
    #header {
        background: #000000 url(../images/640.jpg) no-repeat;
    }
    #header .header-title h1 {
        font-size:2.8em;
    }
    #header h2 {
        font-size:1em;
    }
    #menu ul li a {
        margin:4px 10px;
    }
    #networks {
        margin-top:4px;
    }
    #facebook-img {
        background: url(../images/facebook_20px.png) no-repeat;
        width:20px;
        height:20px;
    }
    #content {
        padding:20px 0 50px 0;
    }
}
