/*div.top nav.collapse-navbar div.menu-one div.languages button div.swap-portugues:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-portugues:hover {
opacity: .5;
}*/

div.top nav.collapse-navbar div.menu-one div.languages button div.swap-ingles:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-ingles:hover {
opacity: .5;
}

div.top nav.collapse-navbar div.menu-one div.languages button div.swap-espanhol:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-espanhol:hover {
opacity: .5;
}

section div.full-screen div.full-screen-image {
    position: absolute;
    right: 0;
    top: 54px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section div.full-screen#inicio div.full-screen-image.landscape {
background-image: url('//images.impresa.pt/expresso/2020-04-06-fernao-de-magalhaes-500-anos-01.jpg/original');
}

section div.full-screen#inicio div.full-screen-image.portait {
background: url('//images.impresa.pt/expresso/2020-04-06-fernao-de-magalhaes-500-anos-02.jpg/original');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

/**/

div.full-screen a.scroll-link div.scrolldown,
div.wrapper div.content-center.last-content div.credits a.scroll-link div.scrollup, 
div.wrapper div.content-center.last-content a.scroll-link div.scrollup {
    display: block;
    background-size: 100px;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 78px;
    height: 56px;
    border: 0px solid;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    opacity: 1;
    transform: rotate(0deg);
}

div.full-screen a.scroll-link div.scrolldown {
/*background: url('//images.impresa.pt/expresso/2019-06-26-Tancos_setas_pretas/original');*/
background: url('//images.impresa.pt/expresso/2020-04-14-LEIA-MAIS-PT.png/original');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}

div.full-screen-intro#introducao div.content a.scroll-link div.scrolldown-two,
div.wrapper div.content-center.last-content div.credits a.scroll-link div.scrollup,
div.wrapper div.content-center.last-content a.scroll-link div.scrollup  { 
background: url(//images.impresa.pt/expresso/2020-04-14-VOLTAR-INICIO-PT.png/original);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
    margin-bottom: 7em;
    margin-top: 9em;
}

