@charset "utf-8";
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding: 0;
}
strong {font-weight: 600;}
a:link {
    color: #be202e;
    text-decoration: none;
}
a:visited {
    color: #a3191e;
}
a[href^="mailto"] {
    padding-left: 20px;
    background: url(../images/mail.png) left center no-repeat;
}
a[href^="callto"] {
    padding-left: 20px;
    background: url(../images/telefone.png) left center no-repeat;
}
/**/
input[type=text], input[type=date], input[type=time], input[type=url], input[type=password], input[type=email], input[type=search], textarea, select {
    background-color: #f2f2f2 !important;
    border: 0;
    outline: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 7px;
    line-height: 33px;
    min-height: 33px;
}
input[type=submit], input[type=button], input[type=reset], button, .button {
    /* width: 30px; */
    /* height: 30px; */
    border: 0;
    outline: 0;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    /* margin-left: 5px; */
    border-radius: 10px;
    /* display: inline-block; */
    background: #bf1723;
}
select {
    height: 30px;
}
/**/
figure {
    position: relative
}
figure:before {
    /* content: " "; */
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
/**/
section.slider {
    margin-bottom: 20px;
}
.slider .swiper-container, .slider .swiper-container2 {
    /*width: 100%; height: 377px;*/
}
.slider .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 270px;
    overflow: hidden;
	background: #fff;
}
.slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.slider .swiper-slide>div {
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.slider .swiper-slide>div img {
    position: absolute;
    right: -200px;
    /*top: 0; right: -100px; height: 100%*/
    object-fit: contain;
}
.slider .swiper-slide video {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}
.mdevice .swiper-slide video {
    display: none
}
.slider .swiper-slide .slide-info {
    margin: 0;
    padding: 50px 30px 30px 30px;
    /* text-transform: uppercase; */
    position: absolute;
    top: 0;
    left: 0;
	
}
.slider .swiper-slide .slide-info h3 {
    font-size: 25px;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    font-weight: 100;
    top: 54%;
    transform: translateY(-50%);
    max-width: 60%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.slider .swiper-slide .slide-info p {
    font-size: 14px;
    max-width: 80%;
    margin-top: 10px;
    color: #fff;
    padding-left: 5px;
}
.slider .swiper-slide .slide-info p:first-child {
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
    padding-left: 30px;
    text-shadow: 2px 2px 1px rgba(2, 3, 2, 1);
}
.slider .swiper-slide>div>a {
    text-decoration: none;
}
/**/
.slider .swiper-button-prev {
    background: url(../images/big-left.png);
    height: 93px;
    width: 40px;
    top: 40%;
}
.slider .swiper-button-next {
    background: url(../images/big-right.png);
    height: 93px;
    width: 40px;
    top: 40%;
}
.slider .swiper-catcher {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/**/
body>div:not(.cc-cookies):first-child:before {
    content: " ";
    display: block;
    /* height: 15px; */
    background: #000000;
    width: 100%;
}
body>div:not(.cc-cookies):first-child:before {
    /* border-bottom: 3px solid #be202e; */
}
#open-button, #login-button {
    display: none
}
#open-button, #search-button {
    display: none
}
.holder {/* overflow: hidden; */}
.holder>header {
    width: 970px;
    margin: 0 auto;
    min-height: 170px;
    position: relative;
    z-index: 102;
}
.holder>header h1 {
    margin: 0;
    padding: 0;
    width: 175px;
    margin-top: 15px;
    height: 76px;
    float: left;
    margin-bottom: 15px;
    background: url(../imagens/wiki-medio-tejo-logo@3x.png) no-repeat;
    background-size: 100%;
}
.holder>header div {
    width: 250px;
    right: 0;
    position: absolute;
    top: 9px;
    line-height: 30px;
    overflow: hidden;
}
.holder>header form input[type=text], .holder>header form input[type=password] {
    width: 215px;
    border: 0;
    border-radius: 5px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
}
.holder>header form label {
    display: none
}
.holder>header form ul {
    list-style: none;
    display: block;
    padding-top: 4px;
}
.holder>header form ul li {
    display: inline-block;
}
.holder>header form ul li:before {
    content: " | ";
}
.holder>header form ul li:first-child {
    /* display: none */
}
.holder>header form ul li:first-child:before {
    content: "";
}
.holder>header form ul li a {
    color: #000;
    text-decoration: none;
}
/**/
header .langs {
    width: 100px;
    float: left;
    text-align: center;
    padding-top: 0px;
    position: relative;
    top: 60px;
}
header .langs li {
    display: inline-block;
}
header .langs li.en a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../imagens/en.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
header .langs li.pt a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../imagens/pt.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
/**/
.holder>header .main {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.holder>header .main {
    /* text-transform: uppercase; */
    z-index: 10;
    font-weight: 100;
    /* overflow: hidden; */
}
.holder>header .main:before {
    /* content: " "; */
    /* display: block; */
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.holder>header .main>ul {
    line-height: 45px;
    display: block;
    height: 45px;
    font-size: 17px;
    position: relative;
    background: black;
    border-radius: 10px;
    padding-left: 20px; 
    width: 710px;
    box-sizing: border-box;
    text-align: left;
    float: left;
}
.holder>header .main>ul:nth-child(2) {
    float:right;
    width: 250px;
    background: #BE1722;
}
.holder>header .main>ul:nth-child(2) a {
 
    background: #BE1722;
}
.holder>header .main>ul>li>ul {
    display: none;
    position: absolute;
    padding-top: 15px;
    left: 0;
    top: 45px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: #be202e;
    -webkit-box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
}
.holder>header .main>ul>li:hover {
    background: #be202e !important;
}
.holder>header .main>ul>li.active {
    background: #b11e2b;
}
.holder>header .main>ul>li.active:before {
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.holder>header .main>ul>li:hover>ul, .holder>header .main>ul ul li:hover>ul {
    display: block;
}
.holder>header .main>ul>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    height: 45px;
    /* float: left; */
}
li.m03.active {}
.holder>header .main>ul>li>a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.holder>header .main>ul>li>ul>li {
    margin: 0;
    display: block;
    padding: 0;
    min-width: 250px;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
.holder>header .main>ul>li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 30px;
    display: block;
    height: 100%;
    line-height: 45px;
}
.holder>header .main>ul>li>li:hover {
    background: #6A8E2C
}
.holder>header .main>ul li li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 30px;
    display: block;
    line-height: normal;
    font-size: 13px;
}
.holder>header .main>ul>li>ul>li>ul {
    position: absolute;
    margin: 0;
    display: none;
    padding: 0;
    min-width: 200px;
    left: 100%;
    top: 0px;
    background: #be202e;
}
.holder>header .main li ul li:hover, .holder>header .main li ul li.active  {
    background-color: #be202e;
}
.holder>header .main li ul li:hover > a, .holder>header .main li ul li.active > a {
    color: #ffbe40;
}
/**/
header nav ul.social {
    width: 240px;
    position: absolute;
    height: 26px;
    top: 4px;
    line-height: 26px;
    color: #fff;
    right: 0;
}
header nav ul.social li {
    /* margin: 0 16px; */
    line-height: 26px;
}
header nav ul.social li a {
    overflow: hidden;
    text-indent: -200px;
    background: red;
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    top: 10px;
}
header nav ul.social li a.facebook {
    background: url(../images/fb_round.jpg);
}
header nav ul.social li a.youtube {
    background: url(../images/youtube_round.jpg);
}
header nav ul.social li a.twitter {
    background: url(../images/twitter_round.jpg);
}
header nav ul.social li a.instagram {
    background: url(../images/instagram_round.jpg);
}
header nav ul.social li:first-child {
    text-transform: none;
    color: black;
    padding: 0 10px 0 0;
}
.diagonal {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.diagonal2 {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: -1;
}
/**/
main {
    width: 970px;
    margin: 0 auto;
    background: #fff;
    display: block;
}
footer {
    background: #1d1d1b;
    overflow: hidden;
    clear: both;
    padding: 60px 0;
    border-top: 5px solid #BE1722;
}
footer .holder {
    width: 970px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
footer .holder div {
    display: inline-block;
}
div.holder aside.separator {
    margin: 0 auto;
    background: url(../imagens/slideoff.png) top repeat-x;
    z-index: 1;
    position: relative;
    height: 40px;
    /* overflow: hidden; */
    border-top: 1px solid black;
}
/**/
div.form {padding: 25px;}
div.holder header {
}
body:before {
    content: " ";
    display: block;
    top:0px;
    width:100%;
    border-top: 10px #222 solid;
    /* border-bottom: 2px solid #be202e; */
}
div.holder header h1 {}
div.holder header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    color: transparent;
}
div.holder header .addthis_toolbox {margin-left: 25px;}
div.holder header form {
    width: 250px;
}
.artigo header form {
    width: 342px !important;
}
div.holder header form p {
    font-size: 10px;
    margin-bottom: 5px;
}
div.holder header form p label {}
div.holder header form  input[type=submit] {background-size: 60%;background-repeat: no-repeat;background-position: center;background-color: #bf1723;width: 30px;height: 30px;padding: 0px;display: inline-block;}
div.holder header form p br {}
div.holder header form p a {
    margin-left: 5px;
    text-decoration: none;
}
div.holder aside.separator {
    margin: 0 auto;
    background: url(../imagens/slider-off.png) red top repeat-x;
    z-index: 1;
    position: relative;
    height: 32px;
    width: 100%;
    /* overflow: hidden; */
    border-top: 1px solid black;
}
div.holder aside.slider {
    margin: 0 auto;
    background: url(../imagens/slider.png) #BE1722 bottom repeat-x;
    z-index: 1;
    position: relative;
    height: 270px;
    /* overflow: hidden; */
    border-top: 1px solid #000000;
}
div.holder aside.slider:after {
    content: " ";
    display: block;
    height:5px;
    background: #000000;
    width:100%;
    position:absolute;
    bottom:0px;
    z-index:2;
}
div.holder aside.slider div.swiper-container {
    width: 970px;
    margin: 0 auto;
}
div.holder aside.slider div.swiper-container div.swiper-wrapper {}
div.holder aside.slider div.swiper-slide {}
div.holder aside.slider div.swiper-slide p {}
div.holder aside.slider div.swiper-slide h3 {}
div.holder aside.slider div.swiper-slide img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}
div.holder aside.slider span.swiper-button-prev.swiper-button-white {
}
span.swiper-button-prev.swiper-button-white {}
div.holder aside.slider span.swiper-button-next.swiper-button-white {
}
/**/
main.home {
    position: relative;
    z-index: 2;
}
main.home section.destaques, main.home .texto {
    /* padding: 20px; */
    background: #fff;
    width: 680px;
    float: left;
    margin-bottom: 40px;
    overflow-y: hidden;
    min-height: 140px;
    /* padding: 30px; */
    /* padding: 25px; */
    box-sizing: border-box;
}
main.home:before {
    content: " ";
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    left: -39px;
    top: 0px;
    background: url(../images/sombra-esquerda.png);
}
main.home section.destaques > * {
    /* width: 680px; */
    padding: 30px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
    word-wrap: break-word;
}
main.home section.destaques h2 {
    font-size: 26px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    width: 80%;
    margin-bottom: 10px;
    padding: 30px 0 25px 0px;
    margin-left: 30px;
}
 main.home .artigo h2 {
    font-size: 26px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    width: 70%;
    margin-bottom: 10px;
    padding: 25px 0 25px 0;
}
main.home section.destaques > h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 400;
    width: 80%;
    margin-bottom: 5px;
    /* padding: 30px 0 25px 0px; */
    /* margin-left: 30px; */
    /* margin-top: 20px; */
}
main.home section.destaques > h3, main.home .artigo > h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    /* margin-bottom: 10px; */
    padding: 25px 25px 0 30px;
    font-weight: 100;
}
main.home section.destaques > h4, main.home .artigo > h4 {
    font-size: 16px;
    color: #be202e;
    margin: 0;
    background: #fff;
    font-weight: 100;
    /* margin-bottom: 10px; */
    padding: 5px 25px 0 25px;
}
main.home section.destaques >p, main.home .artigo >p {
    margin-bottom: 10px;
    padding: 0 30px;
}
main.home .blog p {
    margin-bottom: 10px;
    margin-left: 30px;
}
main.home .blog table {
    margin-bottom: 10px;
    margin-left: 30px;
}
main.home .blog ul {
    margin-bottom: 10px;
    margin-left: 30px;
}
main.home section.destaques article {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
main.home section.destaques article p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    color: #be202e;
    margin-bottom: 24px;
    font-weight: bold;
}
main.home section.destaques article p {
    font-size: 12px;
    color: #666;
}
main.home section.destaques article p:first-of-type {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    color: #be202e;
    text-transform: uppercase;
}
main.home section.destaques article figure {
    height: 145px;
    background: #ffff;
    margin-bottom: 15px;
    overflow: hidden;
    outline: solid 1px #eee;
}
main.home section.destaques article figure a {
    display: block;
    width: 100%;
    height: 100%;
}
main.home section.destaques article figure a img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* transform: translateY(-50%); */
    /* top: 50%; */
    position: relative;
}
img {}
img {
    max-width: 100%;
    height: auto;
}
main.home section.destaques article .label {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 29px;
    width: 70px;
    height: 75px;
    overflow: hidden;
}
main.home section.destaques article .label span {
    display: inline-block;
    width: 129px;
    height: 20px;
    background: #be202e;
    position: absolute;
    top: 0;
    font-size: 11px;
    left: 0;
    text-align: center;
    line-height: 21px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
    left: -37px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
    font-weight: bold;
}
main.home section.destaques article figure .label span {}
main.home section.destaques article h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
main.home section.destaques article h3 a {
    color: #000;
    text-decoration: none
}
/**/
main.home .texto > figure {width: 100%;margin-bottom: 25px;}
main.home .texto {
    padding: 30px;
}
main.home .texto >p {
    margin-bottom: 10px;
    padding: 0 0px;
    width: 100%;
    text-align: justify;
}
.texto h2 {
    font-size: 26px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    width: 70%;
    margin-bottom: 0px;
    padding: 25px 0 0 0;
}
.texto h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    width: 70%;
    margin-bottom: 10px;
    padding: 25px 0 0 0;
}
/**/
main.home section.sidebar {
    width: 200px;
    float: right;
    background: #fff;
    margin-top: 0;
    padding: 25px 30px 10px 30px;
}
main.home section.sidebar:before {
    content: " ";
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    top: 0;
    right: 260px;
    background: url(../images/sombra-esquerda.png);
}
main.home section.sidebar:after {
    content: " ";
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    top: 0;
    right: -39px;
    background: url(../images/sombra-direita.png);
}
main.home section.sidebar form {}
main.home section.sidebar form p {
    overflow: hidden;
}
main.home section.sidebar form small {
    font-size: 11px;
}
main.home section.sidebar form p label {margin-bottom: 2px;display: inline-block;text-transform: uppercase;color: #777;font-size: smaller;}
main.home section.sidebar form  input[type=submit], main.home section.sidebar form  input[type=button] {
    padding: 7px;
    width: 30px;
    color: transparent;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #be202e;
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border-radius: 10px;
    right: 0;
    position: relative;
}
form.pesquisar .subjects, .addarticle .subjects {
    padding: 7px;
    width: 30px;
    color: transparent;
    float: right;
    background: #be202e;
    background-image: url(../imagens/seta-right.svg);
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #be202e;
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border-radius: 10px;
}
main.home section.sidebar form p input[type=text], form.pesquisar input[type=text], form.pesquisar input[type=search], main.home section.sidebar select {
    background: #be202e;
    width: 100%;
    margin-bottom: 10px;
    -moz-appearance: none;
}
main.home section.sidebar form  .subjectsLabel {
    width: 165px !important;
}
main.home section.sidebar form p input input {}
/**/
main form.pesquisar {
}
form.pesquisar label {
}
form.pesquisar input[type=submit] {
    background: #be202e url(../imagens/lupa.svg) center center no-repeat;
    background-size: 63%;
    padding: 7px;
    width: 30px;
    float: none !important;
}
form.pesquisar input[type=text] {
    background: #be202e;
    width: 250px;
    float: none !important;
}
/**/
main.home section.sidebar {}
main.home section.sidebar {
    min-height: 195px;
    margin-bottom: 25px;
}
main.home section.sidebar h2 {font-size: 17px;text-transform: uppercase;color: #000;margin-bottom: 0px;font-weight: bold;/* border-bottom: 1px solid #be202e; */padding-bottom: 0px;position:relative;font-weight: 900;margin-top: 30px;}
main.home section.sidebar h2:after {
    /* content: " "; */
    /* display:block; */
    width: 100px;
    height: 3px;
    background: #be202e;
    position:absolute;
    bottom: -2px;
}
main.home section.sidebar h3 {font-size: 15px;/* text-transform: uppercase; */color: #000;margin-bottom: 15px;font-weight: bold;border-bottom: 1px solid #be202e;padding-bottom: 10px;position:relative;font-weight: 400;margin-top: 30px;}
main.home section.sidebar h3:after {
    content: " ";
    display:block;
    width: 100px;
    height: 3px;
    background: #be202e;
    position:absolute;
    bottom: -2px;
}
main.home section.sidebar p {margin-bottom: 2px;font-size: 12px;}
main.home section.sidebar ul {list-style: none;margin: 0;padding: 0;font-size: 12px;font-weight: 400;margin-bottom: 30px;list-style-type: none;p;padding-left: 0px;}
main.home section.sidebar ul li { margin-bottom: 4px;}
main.home section.sidebar ul li a { color: black;
    text-decoration: none;}
    main.home section.sidebar ul li a:hover { color: #be212e}    
main.home section.sidebar ul ul { }
main.home section.sidebar ul ul li { }
main.home section.sidebar ul ul li a { }
main.home section.sidebar ul li.active { }
main.home section.sidebar ul li.active >ul {padding-left: 20px;border-left: 1px solid #a3191f;margin-bottom: 15px;margin-top: 10px;}
main.home section.sidebar ul li.active >a {color: #be212e;font-weight: 600;}
section.sidebar form input[type=submit],  section.sidebar form input[type=button] {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bf1723;
    width: 30px;
    height: 30px;
    padding: 0px;
    display: inline-block;
}
/**/
/**/
.cover div img {
    width: 100%;
    position: relative;
    /* top: -50%; */
    transform: translateY(-10%);
}
/**/
footer {}
footer div.holder {}
footer div.holder div.menu {
    margin-bottom: 20px;
}
footer div.holder div.institucional {
    width: 700px;
}
footer div.holder div.social {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 0;
}
footer div.holder div p {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    margin-right: 70px;
}
footer div.holder div p a {
    color: #fff;
    text-decoration: none;
}
footer div.holder div ul {
    margin-top: 0;
    display: block;
    text-align: left;
}
footer div.holder div ul li {
    display: inline-block;
    margin-right: 10px;
}
footer div.holder div.menu ul.menu {
    float: left;
    margin-top: 10px;
}
footer div.holder div.menu ul.menu li {
    display: inline-block;
    margin-right: 20px;
}
footer div.holder div.menu ul.menu li:before {
    content: " | ";
    margin-right: 16px;
}
footer div.holder div.menu ul.menu li:first-child:before {
    content: "";
}
footer div.holder .institucional li {
    margin-right: 30px;
}
footer div.holder div ul.menu li a {
    color: white;
}
footer div.holder div ul li a.facebook {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/facebook.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.youtube {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/youtube.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.twitter {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/twitter.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.googleplus {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/googleplus.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
footer div.holder div ul li a.instagram {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/instagram.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.linkedin {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/linkedin.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
/**/
footer div.holder .institucional ul li a {
    width: 125px;
    height: 70px;
    display: block;
    overflow: hidden;
    color: transparent;
    text-align: left;
}
footer div.holder .institucional ul li a img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
footer div.holder div ul li a.mediotejo {
    width: 125px;
    height: 70px;
    display: block;
    background: url(../imagens/medio-tejo.png) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.centro2020 {
    display: block;
    background: url(../imagens/centro-2020.png) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    width: 104px;
    height: 70px;
}
footer div.holder div ul li a.portugal2020 {
    width: 103px;
    height: 70px;
    display: block;
    background: url(../imagens/portugal-2020.png) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.ue {
    width: 128px;
    height: 70px;
    display: block;
    background: url(../imagens/ue.png) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
/**/
div.breadcumbs {padding: 5px 25px 20px 30px;}
main .texto .breadcumbs {padding: 5px 25px 20px 0px;}
div.breadcumbs p {
    color: #3C3C37;
}
div.breadcumbs ul {}
div.breadcumbs ul li {
    display: inline-block
}
div.breadcumbs ul li:before {
    content: " > ";
}
div.breadcumbs ul li:first-child:before {
    content: "";
}
div.breadcumbs ul li a {
    color: #bf1723;
    text-decoration: none;
}
/**/
li a:first-child[href$=".pdf"]:before, li a.pdf:before, li a.PDF:before {
    content: "";
    display: block;
    background: url("../ico/pdf.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".doc"]:before, li a.doc:before, li  a.DOC:before {
    content: "";
    display: block;
    background: url("../ico/doc.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".ppt"]:before, li  a.ppt:before, li  a.PPT:before {
    content: "";
    display: block;
    background: url("../ico/ppt.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".xls"]:before, li  a.xls:before, li  a.XLS:before {
    content: "";
    display: block;
    background: url("../ico/xls.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".jpg"]:before, li  a.jpg:before, li  a.JPG:before {
    content: "";
    display: block;
    background: url("../ico/jpg.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".file"]:before, li  a.file:before, li  a.FILE {
    content: "";
    display: block;
    background: url("../ico/file.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
@keyframes panning {
    0% {
        bottom: 0%;
    }
    50% {
        bottom: 75%;
    }
    100% {
        bottom: 0%;
    }
}
/**/
.pagination .counter  {text-align:center}
ul.paginacao, ul.pagination-list {
    display: block;
    padding: 40px 0 30px 0;
    text-align: center;
    clear: both;
}
ul.paginacao li, ul.pagination-list li {
    display: inline-block;
    margin: 0 10px 0 0;
    /* float: left; */
    width: 30px;
    height: 30px;
}
ul.paginacao li a, ul.pagination-list li a {
    background: #eee;
    color: #000;
    padding: 5px;
    width: 20px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    float: left;
}
ul.paginacao li a.active, ul.pagination-list li a.active {
    background: #be202e;
    color: #fff;
    padding: 5px;
    width: 20px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}
.mobileonly {
    display: none;
}
.clearfix {
    clear:both;
    margin-bottom: 50px !important;
}
.home .s2s_supra_contenedor { padding-left:30px;}
.item-page .item-image { margin-right:20px;}

.sugestionsLink {
	margin-top:40px;
font-size:10px
}

.sugestionsLink a {

font-size:12px
}