* {
    box-sizing: border-box;
}

b {
    font-weight: 900;
}

body {
    color: #fff;
    font:16px/1.3 'Roboto', 'Verdana', 'Helvetica', sans-serif;
    height: 1080px;
    width: 1920px;
}

body > header {
    width: 1920px;
    height: 160px;
    background-image: url("foto-fcat-1.jpg");
    background-position-x: 0px;
    background-position-y: -1180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

body > header div#logo {
    /*background-color: #005c56;*/
    /*background-color: #fff;*/
    float: left;
    /*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
    padding: 0px;
    margin-left: 0px;
}

body > header div#logo img {
    display: block;
}

body > header div#dataHora {
    /*background-color: #005c56;*/
    background-color: #fff;
    color: #005c56;
    float: right;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: right;
    font-family: 'Trebuchet MS', 'Roboto', 'Verdana', 'Helvetica', sans-serif;
    /*line-height: 1;*/
}

body > header div#dataHora p.hora {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

section {
    float:left;
    height: 100%;
    padding-top: 160px;
    overflow: hidden;
    width: 25%;
}

#agora { background-color: #003737 }
#proximo { background-color: #005151; }
#hoje { background-color: #0a7b7b; }
#amanha { background-color: #238b8b; }

section header, article, section ul li, body > header {box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}


section header {
    background-color: #005c56;
    margin: 20px 10px;
}

section header h1 {
    padding: 0 15px 0 15px;
    font-size: 3rem;
    font-weight: 500;
}

section header h2 {
    padding: 0 15px 15px 15px;
    font-size: 1.5rem;
    font-weight: 300;
}

section header p {
    background-color: #fff;
    color: #005c56;
    padding: 5px 10px;
    font-size: 1.125rem;
    text-align: center;
    word-wrap:  break-word;
}

section header p i {
    font-size: 1.3rem;
    line-height: 0;
    padding: 0 .1rem;
}

section ul {
    padding: 10px;
}

section ul:before, section ul:after {
    display: table;
    content: " ";
}

section ul:after {
    clear: both;
}

section ul li {
    background-color: #fff;
    border-radius: 7px;
    color: #1d1d1d;
    display: block;
    float: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 5px;
    padding: 7px;
    position: relative;
}

section ul li.active {
    background-color: #005c56;
    color: #fff;
}

section ul li span {
    background-color: #005c56;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

section ul li.active span {
    background-color: #fff;
    color: #005c56;
}

article {
    background-color: #fff;
    font-family: 'Trebuchet MS', 'Roboto', 'Verdana', 'Helvetica', sans-serif;
    margin: 25px;
}

article h3 {
    font-family: 'Roboto', 'Verdana', 'Helvetica', sans-serif;
    font-weight: 500;
    color: #005c56;
    font-size: 1.6rem;
    padding: 10px 15px;
}

article div.description {
    padding: 0 15px 10px;
}

article div.description p.lead {
    color: #1d1d1d;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 1.6rem;    
}

article div.description p.lead1 {
    color: #1d1d1d;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 0.9rem;    
    font-style: italic;
}
article div.description blockquote p {
    color: #616161;
    font-size: 0.9rem;
    font-style: regular;
    font-style: italic;
    margin-left: 15px;
}

article div.details {
    border-top: 1px solid rgba(160,160,160,.2);
    background-color: #F5F5F5;
    padding: 10px 15px;
}

article div.details p {
    color: #353535;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

article div.details p:last-child {
    margin-bottom: 0;
}

footer {
    background-color: #1f4064;
    width: 1920px;
    height: 75px;
    position: absolute;
    top: 1005px;
    left: 0;
    z-index: 1;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*
footer div#logoUnesp {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 10px;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

footer h3 {
    background-color: #fff;
    color: #1f4064;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/

footer div#logoUnesp {
    background-color: #1f4064;
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    z-index: 3;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

footer h3 {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-weight: 900;
    font-size: 1.2rem;
    color: #1f4064;
    position: absolute;
    z-index: 2;
    left: 180px;
    height: 35px;
    width: 1740px;
    padding: 5px 10px;
}

footer div#noticias {
    position: absolute;
    font-size: 1.2rem;
    z-index: 1;
    top:35px;
    height: 40px;
    left: 180px;
    width: 1740px;
    padding-top: 6px;
    font-family: "Noto Serif",serif;
}


footer div#noticias .spacer {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
