@charset "UTF-8";


/* CSS Document */

/* GERAL */

html {

    font-size: 17px;

}


@media screen and (min-width: 768px) {

    html {

        font-size: calc(17px + 7 * ((100vw - 768px) / 1280));

    }

}


@media screen and (min-width: 1460px) {

    html {

        font-size: 24px;

    }

}


#app {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    overflow-x: hidden;
}


header, .header {

    -webkit-box-flex: 1;

    -ms-flex: 1 100%;

    flex: 1 100%;

}


nav.menu {

    z-index: 3;

    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);

    -o-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);

    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);

    width: 25vw;

}


/* CABEÇALHO */

ul.logos {

    position: fixed;

    /*  top: 0;*/

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    width: 92vw;

    z-index: 5;

    padding: 0.5vw 4vw;

}


.logo a {

    overflow: hidden;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    text-indent: 100%;

    color: transparent;

    display: inline-block;

}


.projeto a {

    width: 9vw;

    height: 9vw;

}


.cncfs a {

    width: 7vw;

    height: 4vw;

    background-image: url(../ims/cncfs.png);

}


.inclinada {

    position: fixed;

    top: -4vw;

    width: 100vw;

    height: 13vw;

    background-color: #FFF;

    -webkit-transform: skew(0deg, -4deg);

    transform: skew(0deg, -4deg);

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

    z-index: 4;

}


/* base superior usa border para formar triângulo ;) */

.vinco {

    position: fixed;

    width: 0;

    height: 0;

    left: -50vw;

    border-left: 100vw solid transparent;

    border-right: 100vw solid transparent;

    border-top: 10vw solid #FFF;

    background-color: transparent;

    z-index: 4;

}


/* CORES */

.data, h4, .anexos ul a {

    color: #999;

}


.menu ul li a:hover, .menu ul li.activo a {

    color: #FFF;

}


.noticia h2 {

    color: #6CF !important;

}


h1, .parceiros ul li a {

    color: #333;

}


/* BIOPEST */
bod
.biopest .projeto a {

    background-image: url(../ims/biopest.png);

}


.biopest .imagemtopo {

    background-image: url(../ims/galhas-do-castanheiro.jpg);

}


.biopest .menu {

    background-color: #906;

}


.biopest h2, .biopest h3, .biopest .parceiros ul li a:hover, .biopest .anexos ul a:hover li {

    color: #906;

}


.biopest .menu ul li a:link, .biopest .menu ul li a:visited, .biopest .menu ul li a:active, .biopest address, .biopest address h2 {

    color: #C9C;

}


.biopest .menu ul {

    border-top: 1px solid #C9C;

    background-color: #906;

}


.biopest .menu ul li {

    border-bottom: 1px solid #C9C;

}


/* VALNUTS */

.valnuts .projeto a {

    background-image: url(../ims/valnuts.png);

}


.valnuts .imagemtopo {

    background-image: url(../ims/valnuts-avela.jpg);

}


.valnuts .menu {

    background-color: #89642b;

}


.valnuts h2, .valnuts h3, .valnuts .parceiros ul li a:hover, .valnuts .anexos ul a:hover li {

    color: #89642b;

}


.valnuts .menu ul li a:link, .valnuts .menu ul li a:visited, .valnuts .menu ul li a:active, .valnuts address, .valnuts address h2 {

    color: #C93;

}


.valnuts .menu ul {

    border-top: 1px solid #C93;

    background-color: #89642b;

}


.valnuts .menu ul li {

    border-bottom: 1px solid #C93;

}


/* EGIS */

.egis .projeto a {

    background-image: url(../ims/egis.png);

}


.egis .menu {

    background-color: #393;

}


.egis h2, .egis h3, .egis .parceiros ul li a:hover, .egis .anexos ul a:hover li {

    color: #393;

}


.egis .menu ul li a:link, .egis .menu ul li a:visited, .egis .menu ul li a:active, .egis address, .egis address h2 {

    color: #84f6bb;

}


.egis .menu ul {

    border-top: 1px solid #84f6bb;

    background-color: #393;

}


.egis .menu ul li {

    border-bottom: 1px solid #84f6bb;

}


/* BIOCHESTNUT */

.biochestnut .projeto a {

    background-size: cover;

    width: 14vw;

    background-image: url(../ims/biochestnut.png);

}


.biochestnut .menu {

    background-color: #060;

}


.biochestnut h2, .biochestnut h3, .biochestnut .parceiros ul li a:hover, .biochestnut .anexos ul a:hover li {

    color: #060;

}


.biochestnut .menu ul li a:link, .biochestnut .menu ul li a:visited, .biochestnut .menu ul li a:active, .biochestnut address, .biochestnut address h2 {

    color: #C90;

}


.biochestnut .menu ul {

    border-top: 1px solid #C90;

    background-color: #060;

}


.biochestnut .menu ul li {

    border-bottom: 1px solid #C90;

}


/* VALOR+ */

.valormais .projeto a {

    background-image: url(../ims/valormais.png);

}


.valormais .menu {

    background-color: #690;

}


.valormais h2, .valormais h3, .valormais .parceiros ul li a:hover, .valormais .anexos ul a:hover li {

    color: #690;

}


.valormais .menu ul li a:link, .valormais .menu ul li a:visited, .valormais .menu ul li a:active, .valormais address, .valormais address h2 {

    color: #CF6;

}


.valormais .menu ul {

    border-top: 1px solid #CF6;

    background-color: #690;

}


.valormais .menu ul li {

    border-bottom: 1px solid #CF6;

}


/* Portal VALOR+ */


body.portal {
    background-color: #cccc99;
}

.portal .projeto a {

    background-image: url(../ims/valormais.png);

    background-position: 0.5vw;

}


.portal .imagemtopo {

    width: 88vw;

    height: 30vh;

    background-size: cover;

    background-image: url(../ims/portal-inicio.jpg);

    padding: 13vw 6vw;

}


.portal .imagemtopo h1 {

    font-size: 2rem;

    color: goldenrod;

    line-height: 2.3rem;

    text-transform: uppercase;

}


.portal .imagemtopo h1 b {

    font-weight: 600;

}


.portal .imagemtopo h2 {

    font-size: 1rem;

    line-height: 1.4rem;

    color: goldenrod;

    font-weight: 400;

}

.anuncio h2, .anuncio h3 {

    color: #060;

}


.userlogin a {

    margin-top: 0.5vw;

    width: 6vw;

    height: 3.5vw;

    background-position: top center;

    background-image: url(../ims/login.png);

    background-size: 2.7vw;

    text-indent: 0;

    color: #aaa;

    text-align: center;

    padding-top: 2.7vw;

    text-decoration: none;

    font-size: 0.8rem;

}


.esconde {

    display: none;

}


/* TIPOGRAFIA */

.menu, h2, h3, h4, .anexos ul a {

    text-transform: uppercase;

}


h2, menu ul li a:hover, .menu ul li.activo a, .evento h1 {

    font-weight: 700;

}


.menu, h3, .data, article h1, h4 {

    font-weight: 400;

}


article h1, .conteudos, .evento h2, .evento h3 {

    font-size: 1rem;

    line-height: 1.2rem;

}


article h2, article h3, h4 {

    font-size: 0.8rem;

    line-height: 1rem;

}


article h1, article h2, article h3 {

    padding: 0.1vw 1vw;

}


.destaques, .anuncios, h4 {

    line-height: 1.4rem;

}

.anuncio h3, .anuncio h4 {

    display: inline-block;

}


address, address h2 {

    font-size: 0.7rem;

    line-height: 0.9rem;

}


address h2 {

    margin-top: 0.4rem;

}


i, em {

    font-style: italic;

}


.evento h1 {

    font-size: 1.4rem;

    line-height: 1.6rem;

}


.evento h1, .evento h2, .evento h3 {

    padding: 0.2vw 0;

}


/* MENU */

.menu ul {

    padding: 14vw 0 0;

    margin: 0;

    position: fixed;

    width: 25vw;

    height: 100vh;

}


.menu ul li {

    padding: 1.5vw 4vw;

}


.menu ul li a {

    text-decoration: none;

}


nav.voltar {

    position: relative;

    width: 72vw;

    height: 2vw;

    z-index: 3;

}


nav.voltar a {

    display: block;

    width: 2vw;

    height: 2vw;

    text-indent: 100%;

    color: transparent;

    background-image: url(../ims/seta.png);

    background-position: center;

    background-repeat: no-repeat;

    background-size: 2vw;

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

    -webkit-filter: FlipH;

    filter: FlipH;

    -ms-filter: "FlipH";

}

.usermenu {
    height: 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;

}

.submenu-portal {
    position: fixed;
    z-index: 3;
    height: 12vw;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.submenu-portal div {
    width: 50%;
    text-align: center;
    letter-spacing: 0.05rem;
    color: #060;
    font-weight: 600;
    text-transform: uppercase;
    height: 3vw;
    padding-top: 9vw;
    background-color: #ffcc00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.submenu-portal .comprar {
    background-color: #9c3;
    color: #060;
}

.comprar:hover {
    opacity: 0.8;
    cursor: pointer;
}


.filtros-portal div, .usermenu div {
    text-align: center;
    color: #693;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.8rem;
}


.filtros-portal {
    position: fixed;
    z-index: 3;
    height: 2.5vw;
    width: 50vw;
    padding: 0 25vw;
    margin-top: 12vw;
    background-color: #cccc99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* PROVISORIO */

.slideshow {

    width: 75vw;

    height: 56vw;

    background-color: #CCC;

    background-size: cover;

    background-image: url(../ims/amendoa.jpg);

}


.imagemtopo {

    width: 75vw;

    height: 25vw;

    background-color: #CCC;

    background-size: cover;

    background-image: url(../ims/amendoa.jpg);

}


/* CONTEUDO */

main {

    margin-top: 5vw;

    margin-left: 25vw;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0px;

    flex: 1 0 0;

}


.portal main {

    margin-top: 10vw;

    margin-left: 0;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0px;

    flex: 1 0 0;

}


.cobre {

    position: relative;

    margin-top: -2vw;

    height: 4vw;

    background-color: #FFF;

    -webkit-transform: skew(0deg, -2deg);

    transform: skew(0deg, -2deg);

    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

    z-index: 2;

}


.destaques, .conteudos, .anuncios {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-line-pack: start;

    align-content: flex-start;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: flex-start;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    z-index: 3;

    padding: 0 1vw 4vw;

    border-bottom: 1px solid #CCC;

    width: 73vw;

}

.anuncios {
    width: 98vw;
    padding: 6vw 1vw;
    margin-top: 4vw;
    border-bottom: 1px solid #693;
}

.portal .conteudos {
    margin: 5vw 12vw;

}


.destaques a, .anuncios a {

    text-decoration: none;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 23vw;

    flex: 0 0 23vw;

    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);

    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);

    margin: 1vw 0.65vw;

}

.anuncios a {
    background-color: #eee;
    -webkit-transition-duration: 10ms;
    transition-duration: 10ms;
}


.destaques a:hover, .anuncios a:hover {

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

}

.anuncios a:hover {
    background-color: mintcream;
}


.imagemcard {

    width: 23vw;

    height: 13vw;

    background-color: #CCC;

    background-size: cover;

    margin-bottom: 1vw;

}

.anuncio .imagemcard {

    height: 5vw;

}


article {

    padding-bottom: 1vw;

}


.conteudos section {

    padding: 1.5vw;

    width: 60%;

}


.conteudos .parceiros, .conteudos .anexos {

    width: 30%;

}


.parceiros ul li, .conteudos p {

    margin: 0 0 0.7vw;

}


blockquote {

    margin: 0 0.7vw 0.7vw 1.5vw;

}


.conteudos .anexos {

    padding: 0;

    margin-top: 1.5vw;

    border-top: thin #DDD solid;

}


.conteudos .anexos li {

    padding: 1.5vw 0;

    border-bottom: thin #DDD solid;

    background-image: url(../ims/download.png);

    background-position: center right 1vw;

    background-repeat: no-repeat;

    background-origin: padding-box;

    background-size: 2vw;

}


.anexos ul a {

    text-decoration: none;

}

.contacto {
    background-color: beige;
    margin: 0 -15px;
    padding: 10px 15px;
}


section.evento {

    padding-left: 0;

}


/* RODAPE */

.contactos {

    position: fixed;

    bottom: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    z-index: 5;

    padding: 1vw 4vw 4vw;

}


.portal .contactos {

    position: relative;

    margin-left: 0;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 1;

    flex: 1 0 1;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    -webkit-box-orient: horizontal;

    -ms-flex-direction: row;

    flex-direction: row;

    padding: 8vw;

    border-bottom: 1px solid #CCC;
    width: 100%;

}


.portal address, .portal address h2 {

    color: white;

    font-size: 0.9rem;

    line-height: 1.1rem;

}


@media screen and (max-height: 58vw) {

    .contactos {

        position: relative;

        margin-left: 25vw;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

        -webkit-box-flex: 1;

        -ms-flex: 1 0 59vw;

        flex: 1 0 59vw;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        z-index: 1;

        padding: 8vw;

        border-bottom: 1px solid #CCC;

    }


    address, address h2, .biopest address, .biopest address h2, .valnuts address, .valnuts address h2, .egis address, .egis address h2, .biochestnut address, .biochestnut address h2, .valormais address, .valormais address h2 {

        color: #AAA;

        font-size: 0.9rem;

        line-height: 1.1rem;

    }

}


.apoios {

    position: relative;

    margin-left: 25vw;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-pack: space-evenly;

    -ms-flex-pack: space-evenly;

    justify-content: space-evenly;

    z-index: 1;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 67vw;

    flex: 1 0 67vw;

}

.submenu-portal div {
    cursor: pointer;
}


.portal .apoios {

    margin-left: 0;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: space-around;

    -ms-flex-pack: space-around;

    justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    width: 100vw;

    background-color: white;

}


.apoios a {

    overflow: hidden;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    -webkit-box-flex: 1;

    -ms-flex: 1 0 0px;

    flex: 1 0 0;

    height: 3vw;

    text-indent: 100%;

    color: transparent;

    margin: 4vw 0;

}


.pdr {

    width: 25vw;

    background-image: url(../ims/pdr2020.png);

}


.ue {

    width: 22vw;

    background-image: url(../ims/ue.png);

}


.p2020 {

    width: 22vw;

    background-image: url(../ims/p2020.png);

}


/* Formularios */

form {

    margin: 1rem 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1;
    flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.mostra {

    display: grid;

    grid-template-columns: 48% 48%;

    grid-gap: 4%;

}

.sobeedesce, .sobedesce {

    width: 100vw;

    position: fixed;

    z-index: 5;

}

.barralogin {

    padding: 1rem 20%;

    width: 60%;

    background-color: lightgray;

    height: 4.2rem;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

    position: fixed;

    top: -4.2rem;

}

.barramenu {
    padding: 0 20%;

    width: 60%;

    background-color: white;
    border-bottom: solid thin darkolivegreen;

    height: 2.45vw;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

    position: fixed;

    top: -2.5rem;
}


.sobeedesce, .sobedesce {

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

    position: fixed;

    top: 0;

}

.sobeedesce.down {

    top: 6.2rem;

}

.sobedesce.down {
    top: 2.5vw;
}

.barralogin.on, .barramenu.on {

    top: 0;

}

.login {

    display: grid;

    grid-template-columns: 30% 30% 30%;

    grid-gap: 5%;

}

.login button {

    margin: 0;

}

button, .butao {

    padding: 0.5rem 0.7rem;

    margin: 0.5rem 2rem 1rem 0;

    text-transform: uppercase;

    font-size: 1rem;

    background-color: #FC0;

    color: #222;

    border-radius: 0.3rem;

    border: none;

    font-family: 'Roboto Condensed', sans-serif;

    font-weight: 700;

    text-decoration: none;

    display: inline-block;

}


.label {

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 1rem;

    line-height: 1.6rem;

    font-weight: 700;

    color: #222;

}


.control .input {

    padding: 0.5rem;

    font-size: 1rem;

    background-color: #ddd;

    width: calc(100% - 1rem);

    border-radius: 0.25rem;

    border: none;

    font-family: 'Roboto Condensed', sans-serif;

}


.campo {

    margin: 0.5rem 0;

}

.campo.fileiras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

input[type='checkbox'] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    display: inline-block;

    position: relative;

    background-color: #ddd;

    color: #0F0;

    top: 10px;

    height: 30px;

    width: 30px;

    border: 0;

    border-radius: 50px;

    cursor: pointer;

    outline: none;

    margin: 0 0.5rem 0 1rem;

}

input[type="checkbox"]:checked::before {


    position: absolute;

    font: 1rem/1 'Roboto Condensed', sans-serif;

    left: 0.35rem;

    top: 0.1rem;

    content: '\02143';

    -webkit-transform: rotate(40deg);

    transform: rotate(40deg);


}

button:focus, input:focus, button:active {

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

}


form button {

    background-color: #FC6;

    color: darkolivegreen;

}


button.aceso {

    background-color: #FC0;

    color: #222;

}

.sucesso {
    visibility: hidden;

    width: 100vw;

    height: 100vh;

    background-color: darkolivegreen;

    color: #111;

    z-index: 20000;

    text-align: center;

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

}

.sucesso.aceso {
    visibility: visible;
}

.sucesso p {

    padding: 20vw;

}


/*Acrescentado*/

.third-level-menu {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    list-style: none;
    padding-left: 1px;
    display: none;
}

.third-level-menu > li {
    background-color: #cccc99;
    margin-top: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.third-level-menu > li:hover {
    background: #CCCCCC;
}

.second-level-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu span:hover {
    background-color: #9c3;
}

.second-level-menu > li {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    margin-top: 1px;
    position: relative;
    background-color: #cccc99;
}


.top-level-menu {
    text-transform: uppercase;
    list-style: none;
    width: 300px;
}

.top-level-menu > li {
    position: relative;
    float: left;
    width: 100%;
}


.top-level-menu li:hover > ul {
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu span /* Apply to all links inside the multi-level menu */
{
    color: #FFFFFF;
    padding: 15px;

    /* Make the link cover the entire list item-container */
    display: block;
    cursor: pointer;
    text-align: left;
}

.top-level-menu span:hover {
    color: #FFFFFF;
}

.submenu-portal div {
    cursor: pointer;
}

.errors {
    display: grid;
    grid-template-columns: 30% 30%;
    grid-gap: 5%;
    color: red;
    font-size: 10px;
    padding: 4px;
}

.usermenu a {
    text-decoration: none;
    text-align: center;
    color: #693;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.8rem;
}

.usermenu .active {
    background-color: #060;
}

.usermenu .active a {
    color: #fff;
}

.usermenu > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 30px 0 30px;
    height: 100%;
}

button.desactivo {

    background-color: #FC6;

    color: darkolivegreen;

}

.filtros-portal .center{
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: 500;
}
.filtros-portal .center > span{
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
}


