/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face 
*/
/* #Site Styles
================================================== */
html, body{ 
    margin:0; padding:0; 
}

body{
    background:#FFF;
    font: 14px/21px 'sourcesans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin:0; 
    padding:0; 
    color:#000;
    font-weight: normal;
    height:100%;
    width:100%;

}

.btn-bottom{ position: absolute; z-index:1999; width:60px; height:32px; bottom:0; left:50%; margin-left:-30px; cursor:pointer; }
.btn-bottom img{ width:100%; border:0; margin-bottom:0;}

h1, h2, h3, h4, h5, h6, p{ font-family: 'sourcesans', Arial, sans-serif; font-weight: normal; line-height:100%;}

h3{font-size: 24px; text-transform:uppercase;}
h4{font-size: 18px; text-transform:uppercase;}
h5{font-size: 16px; }

h3 a{ color:#000;}

.titulo-page{ font-size:22px; font-family: 'sourcesans', Arial, sans-serif; padding-top:20px;}

p{ font-family: 'sourcesans', Arial, sans-serif; font-size:16px; line-height:150%;}

a{ text-decoration: none; color:#616161;}
a:hover{color:#aaaaaa;}

.gradgrey{ display:block; background:url(../img/grad_grey.png) repeat-y center right; width:100%; height:100%; padding:0; margin:0;}

.img-headers, .img-headers-1, .img-headers-2{
    width:100%;
    overflow:hidden;
    min-height:400px;
    margin:0;
    padding:0;
}

.img-headers{
    min-height:500px;
}

.img-headers h2, .img-headers-1 h2, .img-headers-2 h2{
    font-family: 'sourcesans';
    font-size: 36px;
    color: #E09600 /*#f9a71f*/;
    margin-left:2%;
}

.img-headers h3, .img-headers-1 h3, .img-headers-2 h3{
    font-family: 'sourcesans';
    font-size: 30px;
    font-weight:normal;
    line-height:36px;
    color:#FFF;
    width:50%;
    margin-left:2%;
}

.img-headers::before, .img-headers-1::before, .img-headers-2::before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to right,  rgba(0,0,0,0.4), rgba(255,0,0,0), rgba(0,0,0,0.4));
    /*background-image: linear-gradient(to bottom right,#000,#FFF); opacity: .3;*/

    margin-top:0px;
    min-height:500px;
    width: 100%;
    content: '';
}
.img-headers-1::before {
    min-height:400px;
}
.img-headers-2::before {
    min-height:350px;
}

.img-headers-1 h2, .img-headers-1 h3, .img-headers-1 .saiba-mais{ margin-left:50%;}

.lead-img-menu{ width:100%; height:100%; overflow:hidden;}
.lead-img-menu img{ width:100%; height:100%;}

.saiba-mais{
    background: url(../img/bg_transp.png) repeat;
    width:200px;
    height:60px;
    text-align:center;
    margin-left:2%;
}

.saiba-mais a{
    display:block;
    color:#FFF;
    font-size:30px;
    text-align:center;
    padding-top:19px;
    text-decoration:none;
}

.saiba-mais a:hover{
    color: #CCC;

}

#search-menu{ margin-top:0px; width:49%; float:right; text-align:right; margin-top:10px;}

ul#choose-idioma{ margin:0; padding:0; width:240px; height:66px; float:right; }
#choose-idioma li{ display:inline-block;  margin:0; padding:0; vertical-align:middle;}
#choose-idioma li img { border:0;  }

ul#social-menu{ margin:0; padding:0; width:120px; height:66px; float:right; }
#social-menu li{ display:inline-block;  margin:0; padding:0; vertical-align:middle;}
#social-menu li img { border:0;  }


/* Menus Mobile */
.open-small{display:none; background:#CCC; margin:0; width:98%; height:26px; padding:10px; text-align: left; cursor:pointer;}
.open-small-btn{ text-align: left; cursor:pointer; width:59%; float: left;}
.open-small-btn span{ display:block; color:#FFF; cursor:pointer; width:59%; float: left;}
.open-small-search{ text-align: right; margin:0; cursor:pointer; width:29%; float:right; }
.open-small-search img{ margin-right:10px; }


.menu-small-container{
    display:none; position:absolute; 
    height: auto; top:0; right:0; padding-top:0; width:85%; float: right; 
    background:#FFF;
    z-index:6000;
    box-shadow: 0px 3px 3px 3px #666;
}


.open-small-menu{ display:none; margin:0; padding-top:50px; z-index:16000; width:40%; height:26px; float: right; text-align:right; cursor:pointer; }

.polos-small{display: none; position:absolute; top:-18px; margin:0; padding-top:0; background: #FFF; z-index:9000; width:100%; box-shadow: 0px 3px 3px 3px #666; }
.polos-small ul{ list-style-type:none; padding:0; padding-bottom:15px; margin:0; }
.polos-small ul li{ padding:5px; margin:0; }

.idioma-small{ background:#CCC; height:46px; z-index: 9000; margin-top:0;}

.main-menu-small{position:absolute; top:46px; margin:0; background: #FFF; z-index:9000; width:100%; box-shadow: 0px 3px 3px 3px #666;}
.main-menu-small ul{list-style-type:none; padding:15px;}
.main-menu-small ul li{ padding-left:15px; background:url(/img/seta_laranja_small.png) no-repeat left top; font-size:18px; font-weight:normal; color:#454545}
.main-menu-small ul li a{ font-size:18px; font-weight:normal; color:#454545}
.main-menu-small ul li a:hover{ cursor:pointer; color:#616161}
.main-menu-small ul li:active ul{ display:block;}
.main-menu-small ul li ul{ display:none; }
.main-menu-small ul li ul li{ background:none; }

#choose-idioma-small{margin:0; padding-top:10px; width:40%; height:26px; float: left;}
#choose-idioma-small li{display:inline-block;  margin:0; padding:0; vertical-align:middle;}

.close-small-menu{margin:0; padding-top:10px; width:40%; height:26px; float: right; text-align:right; cursor:pointer;  }
.close-small-menu img{margin-right:10px; }

/* jPlist */

.box{float:left;width:100%}
.box-25{width:25%}
.box-30{width:30%}
.box-40{width:40%}
.box-50{width:50%}
.box-55{width:55%}
.box-60{width:60%}
.box-70{width:70%}
.box-100px{width:100px}
.box-170px{width:170px}
.box-200px{width:200px}
.box-mh-600{min-height:600px}
.box-max-w-600{min-width:600px}

.jplist .block{width:100%}
.jplist .title{font-size:18px;color:red}
.jplist .date{float:right;color:#440e00}
.jplist .keywords,.jplist .like{color:#440e00}
.jplist .price{color:#17161B}
.jplist .list{background:#fff;margin:30px 0}
.jplist .list .img{width:15%; margin:0 1%;float:left; vertical-align:middle; font-size:0; height:300px; text-align:center; overflow:hidden }
.jplist .list .img img{max-width:90%; border-radius:3px; }
.jplist .list .block{float:right;width:82%;margin-right:1%; height:200px;}
.jplist .list .block p{margin:0;padding:0 15px 5px 0; text-align:justify; }
.jplist .list .list-item{margin-top:15px; float:left; overflow:hidden; border-bottom:1px #C0C0C0 solid; padding-bottom:15px; }
.jplist .list .list-item-link{font-weight:400;color:#505050}
.jplist .list .list-item-link .list-item{-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;margin-top:0;padding-top:15px}
.jplist .list .list-item-link:hover .list-item{background:#fcfcfc}
.jplist .box-header{background:#E0D7C5;border-bottom:1px solid #CCBDA1;border-radius:3px 3px 0;margin-top:20px;padding:5px 0}

.jplist-grid-view .list-item{width:22.5%; overflow:hidden; padding:0px;  }
.jplist-grid-view .list .list-item{ border:0; box-shadow:#666 1px 1px 3px 1px; margin:10px; font-size:18px; background: #f0f0f0; }
.jplist-grid-view .list-item .img{width:100%;text-align:center;margin:0; height:250px; overflow:hidden; background: #FFF;}
.jplist-grid-view .list-item .desc{display: block; height:60px; padding:5px; margin:15px; margin-top:-15px; margin-bottom:5px; overflow:hidden; text-align:left; font-size:16px; }
.jplist-grid-view .list-item .block{width:100%;text-align:center; }
.jplist-grid-view .list-item .block .title{line-height:1.5em; height:75px; padding:5px; margin:15px; text-align:left; color:#454545; overflow:hidden;}
.jplist-grid-view .list-item .block .title a{font-size:18px; color:#616161; }
.jplist-grid-view .list-item .block .title a:hover{font-size:18px; color:#999; }
.jplist-grid-view .list-item .block .linha-amarela{ padding-left:5px; margin-left:20px; margin-top:5px; float: none; clear: both; text-align:left;}
.jplist-grid-view .list-item .date{float: left; clear:both; padding-left:5px; margin-left:15px; margin-top:10px; font-weight: bold; }

.jplist-list-view .list-item .img{height:150px; }
.jplist-list-view .list-item .block{height:160px; text-align:left;}
.jplist-list-view .list-item .block .title{line-height:1.5em; margin-bottom:15px; text-align:left}
.jplist-list-view .list-item .block .title a{font-size:18px; color:#616161; }
.jplist-list-view .list-item .block .title a:hover{font-size:18px; color:#999; }
.jplist-list-view .list-item .desc{text-align:left; font-size:16px; }
.jplist-list-view .list-item .block .linha-amarela{ padding-left:0; margin-top:5px;  margin-left:0; float:left; clear:right; text-align:left;}
.jplist-list-view .list-item .date{float:left; clear:both; font-weight: bold; margin:0; margin-top:5px; font-size:18px;}



#srcStr{ height:18px; float: right; width:220px; margin-top:4px; }
#srcStr label{ display:none;}
.search-box{ height:18px; }
.searchBtn{ margin:0; }

#searchThis{
    background-image:url(/img/searchbtn.png);
    background-size:18px;
    background-position:right;
    background-repeat:no-repeat;
    width: 120px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;

}

#searchThis:focus {
    width: 100%;
}

#header-contacts-menu{
    display:inline-block;
    width:100%;
    padding:0px;
    margin:0px;
    float:right;
    /*margin-top:30px;*/
    list-style: none;
}

#header-contacts-menu li{
    vertical-align:top;
    display:inline-block;
    padding:0px;
    margin:0px;
    width:auto;
    font-size:16px;
    text-align: center;
    font-weight: normal;
    border-right:1px #454545 solid;
}

/*#header-contacts-menu li::before{
        content: ' > ';
}*/


#header-contacts-menu li:last-child{
    border-right:0;
}

#header-contacts-menu li a, #header-contacts-menu li a:visited{
    color:#666666;
    text-decoration:none;
    padding-right:8px;
    padding-left:4px;
    font-weight: normal;
}

#header-contacts-menu li a:hover{
    color: #A54F1B;
    text-decoration:none;
}

.menu-container{
    margin:0;
    padding:0;
    clear:both; 
    height:54px; 
    background:#eeeeee;
    /*box-shadow:#666 0px 0px 3px 0px;*/
}

.coluna-logo{
    display:inline-block;
    width: 25%;
    z-index:8000;
}

#header-main-menu{
    position:relative;
    padding:0;
    margin:0;
    color:#333;
    height:25px;
    text-align: center;
    z-index:200;
    /*float:right;*/

}

#header-main-menu li{
    position:relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width:auto;
    height:25px;
    padding-left:15px;
    padding-right:5px;
    overflow:hidden;
    margin:0;
    border:0;
    cursor: pointer;
}

#header-main-menu li:last-child{
    border-right:0;
}

#header-main-menu li:hover{
    overflow: visible;
}

#header-main-menu li a{
    display:block;
    font-size:14px;
    color: #666666;
    font-weight: normal;
    padding:0;
    width:100%;
    padding-top:5px;
    text-decoration:none;
    text-transform:uppercase;
    margin:0;
    cursor: pointer;
}

#header-main-menu li ul{
    position: absolute;
    z-index:14;
    display:none;
    padding:0;
    margin:0;
    border:0;
    width:100% !important;
    background:#FFF;
    padding-top:-5px;

}

#header-main-menu li:hover ul {

    width:100% !important;
    padding-top:6px;
    display:block;

}

#header-main-menu li ul li a{
    display:inline-block;
    font-size:14px;
    color: #666666;
    font-weight: normal;
    padding-top:5px;
    text-decoration:none;
    text-transform:uppercase;
    margin:0;
}


#header-main-menu li a:hover{
    color: #A54F1B;
    text-decoration:none;
}

#header-main-menu li ul li a:hover{
    color: #A54F1B;
    text-decoration:none;

}

#header-main-menu li ul li:first-child {
    border-top:2px #A54F1B solid;

}


#header-main-menu li.selected a{
    color: #00435E;
    text-decoration:none;
    border-bottom:1px #A54F1B solid;
}

#header-main-menu .hasSub{
    /*background:url(../img/arrow-down-small-grey.png) no-repeat 98% 50%;
    padding-right:15px;*/
}


#header-main-menu li ul li {
    position: relative;
    display: block;
    padding-left:5px;
    padding-right:5px;
    width: auto;
    height: auto;
    text-align:left;
    border-left:1px #A54F1B solid;
}

#header-main-menu li ul li ul {
    position: relative;
    display: block;
    padding:0px;
    width: 100%;
    height: auto;
    background:#FFF;
}

#header-main-menu .hasSSub{
    /*background:url(../img/arrow-right-small-grey.png) no-repeat 95% 50%;
    padding-right:25px;*/
}

#header-main-menu li.hasSSub ul{
    position: absolute;
    display:none;
    z-index:14;
    padding:0;
    margin:0;
    border:0;
    background:#FFF;
}

#header-main-menu li.hasSSub:hover ul {
    display: block;
    top:0px;
    margin:0;
    padding:0;
    width: 120%;
    left: 100%;
}
.btn-address {
    display: block;
    width: 100%;
    cursor: pointer;
    background: url(/img/seta_menu_polos.png) no-repeat 55% 50%;
}

.address-mapa{
    display:none;
}

/* #48A6CB*/
.destaques{
    background: #f9f6ef /* #AAAAAA #383E42#D8521B #EDE2D5*/;
    width:100%;
    margin-top:-25px;
}

.agenda{
    background: #383E42;
    width:100%;
}

.img-separator{
    background:url(../img/adobe_3.jpg);
    background-size:cover;
    width:100%;
    min-height:350px;

}

.btn-show-big{
    position: relative;
    margin:0 auto;
    padding:0;
    display:block;
    text-align: center !important;
    width:80px;
    margin-bottom:20px;
}

.btn-show-big a{
    margin:0 auto;
    display:block;
    height:60px;
    width:280px;
    padding-top:30px;
    margin-bottom:20px;
    margin-left:-100px;
    background: #FBA800 /*#E09600 #f9a71f*/;
    font-family: 'sourcesans';
    font-weight:normal;
    color:#FFF;
    font-size:20px;
    text-decoration:none;
    text-align: center !important;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;

}

.btn-show-big a:hover{
    background:#000;

}

.painel{ width:100%; text-align:center; vertical-align:top; clear:both; }

.boxnews{
    height: 450px;
    width:280px;
    margin-bottom: 25px;
    display:inline-block;
    box-shadow:#666 1px 1px 3px 1px;
    cursor:pointer;
    text-align: left;
    background: #FFF;
    margin-left:25px;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
    text-decoration:none;
    vertical-align:text-top;
}

.boxnews1{
    height: 450px;
    width:280px;
    margin-bottom: 25px;
    display:inline-block;
    box-shadow:#666 1px 1px 3px 1px;
    cursor:pointer;
    text-align: left;
    background: #FFF;
    margin-left:25px;
    vertical-align:text-top;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
    text-decoration:none; 
}

.boxnews .titlenews{
    background:#FFF;
    /*color: #616161;*/
    color: #383E42;
    padding:20px;
    font-size:18px;
    line-height: 100%;
    font-weight: bold;
    height:28%;
    cursor:pointer;
    padding-top:35px;
    margin-top:-21px;
    font-family:Arial, Helvetica, sans-serif;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

.boxnews1 .titlenews1{
    color:#383E42;
    padding:20px;
    font-size:18px;
    line-height: 100%;
    font-weight: bold;
    height:28%;
    cursor:pointer;
    padding-top:35px;
    overflow: hidden;
    margin-top:0px;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
    background: #FFF;
}

.linha-amarela{
    display:block;
    background: #E09600;
    width:50%;
    height:2px;
}

.linha-castanha{
    display:block;
    background: #383E42 /*#D8521B*/;
    margin-top:10px;
    width:80%;
    height:1px;
    /* Animation */
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

.linha-cinza{
    display:block;
    background: #C0C0C0;
    width:10%;
    height:2px;
    margin:0 auto;
}

.newsbottom{
    position: relative;
    height: 40px;
    width: 90%;
    text-align: left; 
    /*background: #f9a71f;*/
    margin-left: 15px;
    padding:5px; 
    padding-bottom:0;
    margin-top: -50px;
    color: #616161;
    z-index:100;
}

.titlenews .tit1{
    background:#FFF; color: #D8521B/*#383E42*/;
    font-family:'sourcesans', Arial, Helvetica, sans-serif
        /* Animation */
        -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

.boxnews h5{
    height:98px;
}

.boxnews:hover .titlenews, .boxnews1:hover .titlenews1, .boxnews:hover .titlenews .tit1, .boxnews:hover .titlenews .linha-castanha{
    background:#616161; color:#FFF;
}

.boxnews:hover .titlenews .linha-castanha{
    background:#FFF;
}

.boxnews h4{ font-size:18px; font-family:'sourceans'; font-weight: bold; padding-bottom:0px;}
.boxnews h5{ font-size:14px; font-family:'sourceans'; font-weight: normal}

.lnk-events{ display:block; height:260px; margin-top: -21px; padding-top:25px; padding-bottom: 0px;  }


.imgnews-container{ width:100%; height:60%; text-align:center; overflow: hidden; z-index:10; /*border-bottom:1px #999 solid;*/ }
.imgnews, .img{ width:100%; height:100%; overflow: hidden; margin:0 auto; background:#333;  z-index:10; transition: transform .9s; /* Animation */}
.imgnews img{ width:100%; object-fit: cover; }
.boxnews:hover .imgnews, .boxnews1:hover .imgnews, .img:hover{ transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}

.datanews{
    position:absolute;
    height: 60px;
    width:50px;
    text-align:center; 
    background: #383E42;
    margin-left: 15px;
    padding:5px; 
    margin-top: -80px;
    padding-bottom:0;
    color:#FFF;
    z-index:100;
    /* box-shadow:#666 1px 1px 3px 1px; */

}

.datanews1{
    position:absolute;
    height: 20px; width: auto; text-align:center; 
    padding:0px; 
    margin: 0px;
    padding-bottom:0px;
    color:#333;
    z-index:100;

}

.partilhar{
    position: relative;
    float: right;
    height: 40px;
    width: 40px;
    text-align:right;
    margin-right: 5px; 
    bottom: 5px;
    color:#000;
    z-index:1000;
}

.ler-mais{
    position:relative;
    height: 20px; width:120px; text-align:center; 
    margin: 0 auto; padding:5px; border:1px #FFF solid;
    margin-top: 0px;
    color:#FFF;
    z-index:100;

}

.ler-mais a{
    text-decoration:none; 
    color:#FFF;
}

.lead-animated{
    border-radius: 25px;
    padding: 30px;
    display:inline-block;
    width:379px;
    /*height:379px;*/
    text-align:center;
    background:#FBA800;
    color:#FFF;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left:15px;
    padding: 10px;

    vertical-align: middle;
    cursor:pointer;	
    /* border:10px solid #F90; border-radius:50%;*/
    overflow:hidden;

    font-size:26px;
    font-weight: bold;
    /* 
        transform: rotate(-45deg);
    
        transition: transform 5s;
        -webkit-transform: rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg); 
        -webkit-transition: all 5s;
        -moz-transition: all 5s;
        -o-transition: all 5s;
    */
}

.lead-animated img{
    width:100%;
    /*height:100%;*/
}

/*.lead-animated:hover {
        transform:  rotate(0); 
    -webkit-transform: rotate(0);
        -moz-transform:rotate(0);
        -o-transform:rotate(0); 
        
}*/

.lead-animated.start {
    transform:  rotate(0);  
    -webkit-transform: rotate(0);
    -moz-transform:rotate(0);
    -o-transform:rotate(0); 

}


.lead-animated:nth-of-type(2){
    /*background: #C36;*/
}

.lead-animated p{
    text-align:center;
    padding-top:35%;
    padding-bottom:35%;
    font-size:28px;
    font-weight: bold;
    /*border-radius:50%;*/
}

.lead-animated-text{
    clear:both;
    display:none;
}

.lnk-investigadores, .lista-investigadores, .lista-investigadores-gi{
    display:inline-block;
    color:#616161;
    font-weight:normal;
    margin:0;
    font-size:16px;
    text-decoration:none;

}

.lnk-investigadores:hover, .lista-investigadores:hover, .lista-investigadores-gi:hover{
    color:#aaaaaa;
    font-weight:normal;

}

.coluna-investigadores{
    width:33.2%; float:left; margin:0 ; font-size: 16px;
    text-align:left;
}

.lista-investigadores-gi{
    margin-left:35px; 
    display:block; 
    clear: both; 
    margin-bottom:10px;
}

.lista-investigadores{
    margin-left:105px; 
    display:block; 
    clear: both; 
    margin-bottom:10px;
}

.head-investigadores{
    display:block;
    overflow:visible;
    border-bottom:2px #C0C0C0 solid;
    clear:both;
    font-size:16px;

}

.dev-investigadores{
    display:block;
    overflow:visible;
    clear:both;
    font-size:16px;

}

.head-investigadores p, .dev-investigadores p{
    margin:0; padding:0;
}

.perfil-investigadores{
    padding: 0px;
    margin: 0px;
    font-size:16px;
    list-style:none;
}

.perfil-investigadores li{
    display:inline-block;
    padding: 0px;
    margin: 0px;
    margin-left:5px;
    border-right:1px #454545 dotted;
}

.perfil-investigadores li a{
    display:inline-block;
    padding: 0px;
    margin: 0px;
    margin-right:5px;
    text-decoration:none;
}

.perfil-investigadores li:first-child{
    margin-left:0px;
}

.perfil-investigadores li:last-child{
    border-right:0px;
}

.tablesorter{
    width:100%;
    font-size:16px;
}

.tablesorter a{
    color:#616161;
    text-decoration:none;
}

.tablesorter a:hover{
    color:#aaaaaa;
    text-decoration:none;
}


#footer{
    background: #373737;
    display: inline-table;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
}

#footer .last-footer-menu{
    padding:0;
    margin:0;
    text-align: left;
}

#footer .last-footer-menu li{
    font-family:'sourcesans', Arial, Helvetica, sans-serif;
    vertical-align: top;
    display:inline-block;
    color:#FFF;
    font-size:10px;
    font-weight:lighter;
}

#footer .last-footer-menu li img{
    width:140px;    
}

#footer .last-footer-menu-vertical{
    padding:0;
    margin:0;
    text-align: center;
    width:100%;
}

#footer .last-footer-menu-vertical li{
    font-family:'sourcesans', Arial, Helvetica, sans-serif;
    vertical-align: top;
    display:inline-block;
    color:#FFF;
    margin-left:65px;
    font-size:10px;
    font-weight:lighter;
    text-align:center;
}

/*#footer .last-footer-menu-vertical li:nth-child(1), #footer .last-footer-menu-vertical li:nth-child(2){
    width:47.5%; margin-bottom:20px;
}

#footer .last-footer-menu-vertical li:nth-child(1){
   text-align: right;
}*/
#footer .last-footer-menu-vertical li:nth-child(1){
    margin-left:0;
}

#footer .last-footer-menu-vertical li img{
    height:40px;    
}

#footer a, #footer a:visited{
    color:#FFF;
    text-decoration:none;
}

#footer a:hover{
    color:#CCC;
}


#footer .txt-contactos{
    color:#FFF;
    font-size:12px;
}

#footer .txt-contactos p{
    margin-top:0;
    font-family: 'sourcesans', Arial, Helvetica, sans-serif;
}

#footer .txt-contactos{
    color:#FFF;
    font-size:14px;
}

#inscricao-newsletter{
    width:100%;
    padding:0px;
    margin:0;
    border:0;
    color:#FFF;
}

#inscricao-newsletter fieldset{
    text-align: left;
    border:0;
    padding:0;
    margin:0;
    color:#FFF;
}

#inscricao-newsletter label{
    border:0;
    color:#FFF;
    font-size:16px;
    padding:0;
    margin:0;
    font-weight:bold;
}

#inscricao, #remocao {
    border:0;
    color:#FFF;
    font-size:16px;
    padding:5px;
    margin:0;
    font-weight: normal;
    cursor:pointer;
    width:180px;
    background:	#FBA800 /* #E09600#dc6f25*/;
}

#nome-newsletter, #mail-newsletter{
    border-bottom: 1px #FFFFFF solid;
    border-left:#373737;
    border-right:#373737;
    border-top:#373737;
    background:#373737;
    font-size:16px;
    color:#FFF;
    width:40%;

}
.coluna {margin:0; padding:0; display:inline-block; float:left; vertical-align: top;}
.coluna.um{ width:10%;  }
.coluna.dois{ width:20%;}
.coluna.tres{ width:30%; }
.coluna.quatro{ width:40%;}
.coluna.cinco{ width:50%;}
.coluna.seis{ width:60%; }
.coluna.sete{ width:70%;}
.coluna.oito{ width:80%;}
.coluna.nove{ width:90%;}
.coluna.dez{ width:100%;}

.coluna.logos{ width:12%;  }
.coluna.logos-vertical{ width:100%; clear:both;  }
.coluna.footer-menus{ width:75%; }

.coluna ul{ font-size:16px;}

.page-submenu{
    list-style:none;
    padding:0;
    margin:0;
}

.page-submenu li{
    list-style:none;
    padding-bottom:10px;
    margin:0;
}

.page-submenu li a{
    font-size:18px;
    font-family:'sourcesans';
    color:#616161;
    text-decoration:none;
}

.contactos-footer{border-left:1px #aaaaaa solid; border-right:1px #aaaaaa solid; width:19.8%; min-height:180px; float:right;}

#footer-main-menu{
    position:relative;
    padding:0;
    margin:0;
    color:#FFF;
    height:25px;
    text-align: left;
    z-index:2000;
    padding-top:0;
    width: 100%;
    font-weight: normal;
    list-style:none;
    /*display:table-row;*/

}

#footer-main-menu li{
    position:relative;
    text-align: left;
    vertical-align: top;
    height:25px;
    padding-left:20px;
    padding-right:30px;
    /*overflow:hidden;*/
    margin:0;
    border:0;
    cursor: pointer;
    float: left;
    /*display: table-cell;*/
    white-space:nowrap;
}

#footer-main-menu li:last-child{
    border-right:0;
}

#footer-main-menu li:hover{
    overflow: visible;
}

#footer-main-menu li a{
    display:block;
    font-family: 'sourcesans', Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #FFF;
    font-weight: bold;
    padding:0;
    width:100%;
    padding-top:5px;
    text-decoration:none;
    /*text-transform:uppercase;*/
    margin:0;
    word-wrap: break-word;
}

#footer-main-menu li ul{
    position: absolute;
    z-index:14;
    display: block;
    padding:0;
    margin:0;
    border:0;
    width: auto;
    white-space: normal;
    word-wrap:break-word;

}

#footer-main-menu li ul li a{
    font-weight: normal;
    font-size:12px;

}

#footer-main-menu li:hover ul {
    display: block;
    width: auto;
    /* border-top:2px #A54F1B solid;
     padding-top:20px;*/
    word-wrap: break-word;
}

#footer-main-menu li a:hover{
    color: #A54F1B;
    text-decoration:none;

}

#footer-main-menu li ul li a:hover{
    color: #CCC;
    text-decoration:none; word-wrap: break-word;


}

#footer-main-menu li ul li {
    position: relative;
    padding-left:0;
    padding-right:5px;
    width: auto;
    height: auto;
    text-align:left;
    display: table-cell;
    white-space: normal;
    clear:left;
}

.boxnews1:first-child, .boxnews:first-child, .boxnews1:nth-child(5){ margin-left:0;}

/* Media Queries */
.container {
    position: relative;
    margin: 18px auto;
    width: 980px;
}

@media screen and (min-width: 1320px) {
    .container {
        width: 1160px; }
    .boxnews1, .boxnews{
        width:260px;

    }
    .lead-animated{
        width:399px;
        /*height:399px;*/
    }
    .nav > li > a {
        font-size: 14px;
    }

    #footer-main-menu li a {
        font-size: 10px;
    }
    #footer-main-menu li ul li a {
        font-size: 10px;
    }
    .img-headers{
        min-height:350px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1220px; }
    .boxnews1, .boxnews{
        width:275px;

    }
    .lead-animated{
        width:399px;
        /*height:399px;*/
    }
    .nav > li > a {
        font-size: 16px;
    }
    #footer-main-menu li a {
        font-size: 10px;
    }
    #footer-main-menu li ul li a {
        font-size: 10px;
    }
}

@media screen and (min-width: 1640px) {
    .container {
        width: 1420px; }
    .boxnews1, .boxnews{
        width:325px;

    }
    .nav > li > a {
        font-size: 18px;
    }
    #footer-main-menu li a {
        font-size: 14px;
    }
    #footer-main-menu li ul li a {
        font-size: 12px;
    }
    .img-headers{
    min-height:500px;
}
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1800px; }
    .boxnews1, .boxnews{
        height: 650px;
        width: 415px;

    }
    .nav > li > a {
        font-size: 18px;
    }
    #footer-main-menu li a {
        font-size: 16px;
    }
    #footer-main-menu li ul li a {
        font-size: 14px;
    }

    .boxnews1:first-child(), .boxnews:first-child(){
        margin-left:0;

    }

    .boxnews .titlenews{
        height:31.6%;
    }

    .boxnews1 .titlenews1{
        height:31.9%;
    }

    .lead-animated{
        width:459px;
        /*height:459px;*/
        margin-left:95px;
    }

    .lead-animated p{
        padding-top:35%;

    }


}

@media screen and (max-width: 1280px) {
    .container{
        width: 1060px;

    }
    .boxnews1, .boxnews{
        width:235px;

    }
    .nav > li > a {
        font-size: 13px;
    }
    #footer-main-menu li a {
        font-size: 10px;
    }
    #footer-main-menu li ul li a {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 824px; }

    .boxnews1, .boxnews{
        width:285px;
    }
    .boxnews1:nth-child(odd), .boxnews:nth-child(odd){ margin-left:0;}

    .nav > li > a {
        font-size: 14px;
    }
    #footer-main-menu li a {
        font-size: 10px;
    }
    #footer-main-menu li ul li a {
        font-size: 10px;
    }

    /*.boxnews1:nth-child(odd), .boxnews:nth-child(odd){ margin-left:0;}*/
    .coluna {margin:0; padding:0; display:inline-block; float: none; vertical-align: top; text-align:center; clear:both}
    .coluna.um, .coluna.dois, .coluna.tres, .coluna.quatro, .coluna.cinco, .coluna.seis, .coluna.sete, .coluna.oito, .coluna.nove, .coluna.dez, .coluna.logos, .coluna.logos-vertical, .coluna.footer-menus{ width:100%;  }

    #footer .last-footer-menu{
        text-align: center;
    }

    #footer-main-menu li ul, #footer-main-menu li:hover ul {
        /* display: none;*/
    }

    .coluna.contactos-footer{border:0; width:100%;}
    .coluna.contactos-footer p{display:inline-block; float:left;}
    .lista-investigadores{ margin-left:50px;}

    .idioma-polos, .menu-container{ display:none}
    .open-small, .open-small-menu{ display: block;}

    #footer .last-footer-menu{
        text-align: center;
    }

    .footer-menus{
        min-height:400px !important;
    }

    #footer-main-menu li ul, #footer-main-menu li:hover ul {
        /* display: none;*/
    }
}

@media screen and (max-width: 680px) {

    .container {
        width: 320px; }
    .boxnews1, .boxnews{
        width:100%;
        margin:0;
        margin-bottom: 20px;

    }

    .boxnews1:first-child(), .boxnews:first-child(){ display: inline-block; }
    .boxnews1:nth-child(2), .boxnews:nth-child(2), .boxnews1:nth-child(3), .boxnews:nth-child(3), .boxnews1:nth-child(4), .boxnews:nth-child(4){ display:none;}
    .img-headers-1 h2, .img-headers-1 h3, .img-headers-1 .saiba-mais{ margin-left:2%;}

    .idioma-polos, .menu-container{ display:none}
    .open-small, .open-small-menu{ display: block;}


    .lead-animated{
        width:299px;
        /*height:299px;*/
        margin:0;
        margin-bottom:20px;
    }

    .lead-animated p{
        padding-top:30%;

    }

    .coluna-investigadores{
        width:100%;
    }

    .lista-investigadores{
        margin-left:0; 
        display:block; 
        clear: both; 
        margin-bottom:10px;
    }

    .coluna {margin:0; padding:0; display:inline-block; float: none; vertical-align: top; text-align:center; clear:both}
    .coluna.um, .coluna.dois, .coluna.tres, .coluna.quatro, .coluna.cinco, .coluna.seis, .coluna.sete, .coluna.oito, .coluna.nove, .coluna.dez, .coluna.logos, .coluna.footer-menus{ width:100%;  }

    #footer .last-footer-menu{
        text-align: center;

    }

    .footer-menus{
        min-height:500px !important;
    }

    #footer-main-menu li ul, #footer-main-menu li:hover ul {

        /*display: none;*/
    }

    .coluna.contactos-footer{border:0; width:100%; display:block; margin-top:30px; clear:both; }


}