
/*

= Descrição da aplicação =

Versão: 2.0.0
Data da versão actual: 18.11.2020
Data da prim. versão: 08.06.2020

Página web do LABSIGDER
              Labratório de Sistema de Informação Geográfica e Detecção Remota da FCA da UJES
intuito da página: site
    Funcionalidades: mobile first (responsivo), paginas 
    dinamica, menu inteligente, search afinada (pesquisa) SBD, ...

----------------------------------------------
versão htlm: 5
versão css: 3
versão css reset:
versão javaScript: 9 (ECMAScript 2018)
versão jQuery: ---
versão AJAX: --
versão php: 7
versão mysql: 5

----------------------------------------------
Desenvolvida por: Ngoma Manuel Fortuna, Eng.º
Arganização, 
    fornecimento e 
    correção ortográfia: Isaú Quissindo, Eng.º 
Apoio moral ou insentivo: Zany A. Manuel Fortuna
Apoio financeiro: Isaú Quissindo, Eng.º 

---------------------------------------------------------------------------

*/


@font-face {
	font-family: "manjarittf";
	src: url("fontes/manjari-regular.ttf");
}

@font-face {
	font-family: "manjariotf";
	src: url("fontes/manjari-regular.otf");
}

@font-face {
	font-family: "audiowide";
	src: url("fontes/Audiowide-Regular.ttf");
}

@font-face {
	font-family: "spartan";
	src: url("fontes/spartanregular.otf");
}




/*   configuracoes gerais   */
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Manjari Regular', 'manjarittf', 'manjariotf';
    font-size: 14pt;
    line-height: 25px;
    color: #333;
}

p, li {
    margin-bottom: 10px;
    color: #333;
}



/*   botoes */
.button-b { 
    border: none;
    padding: 8px 20px 10px;
    border-radius: 3px;
    background: #1284ae;
    color: #fff;
    font-size: 14pt;
    text-decoration: none;

    cursor: pointer;
}

.button-b:hover {
    box-shadow: 0 0 2px #1ebaf3;
    background: #138db9;
}

.button-b::after {
    content: '»';
    margin-left: 20px;
}


/*---------------------*/
.button-ba {
    border: none;
    padding: 8px 20px 10px;
    border-radius: 3px;
    background: #1284ae;
    color: #fff;
    font-size: 14pt;
    text-decoration: none;

    cursor: pointer;
}

.button-ba:hover {
    box-shadow: 0 0 2px #1ebaf3;
    background: #138db9;
}

.button-ba::before {
    content: '«';
    margin-right: 20px;
}


/*---------------------*/
.button-b2 {
    border: none;
    padding: 10px 20px 8px;
    border-radius: 3px;
    background: #1284ae;
    color: #fff;
    font-size: 14pt;
    text-decoration: none;

    cursor: pointer;
}

.button-b2:hover {
    box-shadow: 0 0 2px #1ebaf3;
}

.button-b2::after {
    content: '\2192';
    margin-left: 20px;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.button-b2:hover::after {
    margin-left: 30px;
}



/*               */
#conteudo2 {
    width: 90%;
    margin: 8px auto;
}

#conteudo2 h2 {
    font-size: 20pt;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;

    margin-top: 30px;
    margin-bottom: 30px;
}



/* */
header {
    background: linear-gradient(#fff, rgba(0,0,0,.2));
    padding-bottom: 10px;
}

header .header-margem {
    position: relative;

    width: 95%;
    margin: 15px auto 0;
}

.control {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.hbguer span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #666;

    box-shadow: 0 10px 0 0 #666,
                0 20px 0 0 #666;

    position: absolute;
    top: 2px;

    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

header .fechar span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #666;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    top: 12px;

    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;

    cursor: pointer;
}

.fechar span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #666;

    -webkit-transform: rotate(85deg);
    -moz-transform: rotate(85deg);
    -ms-transform: rotate(85deg);
    -o-transform: rotate(85deg);
    transform: rotate(85deg);
}

header a {
    text-decoration: none;
    color: #1ebaf3;
}

header h1 {
    font: normal 16pt 'audiowide';
    margin-left: 50px;
    padding-left: 20px;

    border-left: 1px solid #666;
}

header nav {
    text-align: center;
    background-color: rgba(4, 15, 15, 0.658);
    padding: 25px 0 0;
}

header nav ul {
    list-style: none;
}

header nav li {
    border-bottom: 1px solid #6e6e6e;
    padding-bottom: 6px;
}

header nav li li {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 15px;
    display: none;
}

header nav li:hover li {
    display: block;
}

header nav a {
    color: #ccc;
    padding: 10px 25% 8px;
}

header nav li:hover a {
    color: #fff;
}

header .link-pt,
header .link-en {
    color: #1284ae;
}

header .link-pt:hover,
header .link-en:hover {
    text-decoration: underline;
}

header nav li:last-child {
    margin-left: 3px;
}

header .nav {
    display: none;
}



/*   #quadropagina  */
#quadropagina {
    background-color: #1ebaf3;
    color: #fff;
    padding: 10px 0;
}

#quadropagina h2 {
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'audiowide';
    margin-left: 5%;
    padding-top: 20px;
    width: 50%;
    float: left;
}

#quadropagina .logo-fca_e_ujes {
    width: 110px;
    float: right;
    margin-right: 5%;
}

#quadropagina .logo-fca_e_ujes li {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #fff;

    border-radius: 50%;
    position: relative;
}

#quadropagina .logo-fca_e_ujes li img{
    width: 50px;
    position: absolute;
    border-radius: 50%;
    top: 5px;

    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#quadropagina .logo-fca_e_ujes li:hover img {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

#quadropagina .submenu {
    clear: both;
    width: 90%;
    margin: 10px auto 0;
    text-align: right;
}

#quadropagina .submenu li {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#quadropagina .submenu li:hover {
    border-bottom: 1px solid #fff;
}

#quadropagina .submenu li a {
    font-size: 12pt;
    text-decoration: none;
    color: #fff;
}


.margemcampo {
    width: 90%;
    margin: 0 auto;
}




/*     .activdd    */  
.activdd-home {
    width: 95%;
    margin-left: 3%;
}

.activdd-home ul li:nth-child(n+6) {
    display: none;
}


 .activdd li {
    width: 130px;
    height: 90px;
    margin: 10px 5px;

    display: inline-block;
    vertical-align: top;
    position: relative;
}

.titulo-activdd {
    position: absolute;
    top: 30%;
    left: 25%;
}

.titulo-activdd a {
    text-decoration: none;
    color: #333;
    font-size: 10pt;
}

.titulo-activdd span {
    color: #1ebaf3;
}

.titulo-activdd span:hover {
    text-decoration: underline;
}

.activdd li img {
    width: 100%;
    border-radius: 3px;
}

.activdd li div {
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(54, 54, 54, 0) 40%, rgba(3,3,3,.2) 60%);

    display: block;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    padding: 10px 5px 5px;

    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.activdd li p:nth-child(1) {
    line-height: 15px;
    /*text-align: center;*/
}

.activdd li div p a {
    font-size: 10pt;
    text-decoration: none;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.activdd li div span {
    font-size: 8pt;
    color: #fff;
    text-align: left;
}

.activdd li p {
    line-height: 5px;
}

.activdd li:hover p a {
    color: #fff;
}

.activdd li p a:hover {
    text-decoration: underline;
}

.activdd li:hover div {
    background: #1ebaf3; 
}

.activdd li .estado {
    color: #333;

    bottom: 25px;
    right: 5px;
}

/* actividade activa */  
.button {
    color: #313133;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 50%;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    bottom: 10px;
    left: 45px;
    padding: 5px;
}
  
.button::before {
    content: '';
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.button::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 2px solid #00FFCB;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
    }
  
  .button:hover::after, .button:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 10px;
      height: 10px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }
/*  fim da actividade activa   */

.activdd li p input {
    font-size: 8pt;
    color: #333;

    position: absolute;
    left: 75px;
    top: 55px;
    border: none;
    background: none;
}

.activdd figure {
    width: 100%;
}

.activdd figure img {
    width: 100%;
}

.activdd figure a:hover img {
    transition: .3s;
    transform: scale(1.04);
    border-radius: 20px;
}







/*  footer  */
.links {
    width: 90%;
    margin: 30px auto;
    padding-top: 30px;
    font-family: 'spartan';
    border-top: 1px solid #ebebeb;
}

.links ul {
    list-style: none;
}

.links ul h3 {
    margin: 30px 0;
}

.links a {
    text-decoration: none;
    color: #333;
}

.links a:hover {
    text-decoration: underline;
}

footer {
    clear: both;
    overflow: auto;
    padding-top: 70px;
}

footer p {
    font-size: 10pt;
    color: #adadad;
    text-align: center;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
}

footer p strong {
    color: #979696;
}

footer p a {
    text-decoration: none;
    color: #979696;
}

footer p a:hover {
    text-decoration: underline;
}

.parceiros li {
    display: block;
    width: 81px;
    height: 67px;
    background-color: yellow;
    position: relative;

    display: inline-block;
}

.parceiros li a {
    /* tam da imagem */
    width: 81px;
    height: 67px;
	
	/* imagem replacent */
	display: block;
    background-color: rgb(65, 65, 10);
}

.parceiros a[href*="business.gov.nl"] {
	background-image: url(../imagens/geral/img-nl.jpg)
}

.parceiros a[href*="www.wur.nl"] {
	background-image: url(../imagens/geral/img-wur.jpg)
}

.parceiros a[href*="mescti.gov.ao"] {
	background-image: url(../imagens/geral/img-mescti.jpg)
}

.parceiros li span {
    width: 81px;
    height: 67px;
	
	/* imagem replacent */
	display: none;
    background-color: rgba(0, 0, 0, 0.719);
}

.parceiros li:hover span {
    display: block;
}



@media(min-width: 400px) {
    .titulo-activdd a {
        font-size: 12pt;
    }

    .activdd li {
        width: 165px;
        height: 113px;
    }

    .activdd li div {
        display: block;
        height: 100%;
        width: 100%;
    }

    .activdd li .tipo {
        position: absolute;
        bottom: 20px;
    }

    .activdd li .wrap {
        position: absolute;
        bottom: 0;
    }

    .button {
        left: 80px;
    }

    .activdd li p input {
        left: 100px;
        top: -15px;
    }
}


@media(min-width: 450px) {
    .activdd li {
        width: 198px;
        height: 136px;
    }

    .activdd li img {
        width: auto;
        border-radius: 5px;
    }    

    .titulo-activdd span {
        font-size: 16pt;
    }

    .activdd li div {
        padding: 20px 10px 10px;
    
    }
    
    .activdd li div span {
        font-size: 10pt;
    }

    .activdd li .tipo {
        bottom: 25px;
    }

    .activdd figure img {
        width: auto;
        margin: 10px 5px;
    }

    .activdd li p input {
        left: 120px;
        top: -18px;

        font-size: 10pt;
    }
}


@media(min-width: 570px) {
    #conteudo2 {
        /*width: 95%;*/
        margin: 30px auto 50px;
    }
}



@media(min-width: 750px) {
    header {
        padding: 12px 0 7px;
        position: relative;
    }

    header .header-margem {
        margin: 0 auto;
    }

    .hbguer span {
        width: 15px;
        height: 2px;
        box-shadow: 0 5px 0 0 #666,
                    0 10px 0 0 #666;
    
        position: absolute;
        top: 2px;
    }

    header .fechar span {
        width: 15px;
        height: 2px;
        top: 8px;
    }
    
    .fechar span::after {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
    }

    header h1 {
        font-size: 10pt;
        margin-left: 30px;
        padding-left: 10px;
        width: 20%;
    
        border-left: 1px solid #adadad;
    }

    header .nav {
        display: inline;
        position: absolute;
        background: none;
        top: -2px;
        right: 0;
    }

    header nav {
        text-align: right;
        background-color: none;
        padding: 0;

        width: 500px;
        background-color: #b91313;

        position: relative;
    }

    header nav li {
        border-bottom: none;
        padding-bottom: 0;
        display: inline;

        margin-left: 20px;
    }

    header nav li ul {
        padding: 0;
        display: none;
    }

    header nav a {
        color: #666;
        font: normal 8pt 'spartan';
        padding: 0;
    }

    header nav li:hover a {
        color: #000;
    }

    header nav select {
        background: none;
        border: none;
        color: #000;
        font-size: 8pt;
        
        display: inline-block;
        width: auto;
    }

    .activdd-home ul li:nth-child(n+6) {
        display: inline-block;
    }

    .activdd-home ul li:nth-child(n+12) {
        display: none;
    }

    .links {
        margin-top: 0;
    }

    .links ul {
        display: inline-block;
        vertical-align: top;

        margin-right: 3%;
    }

    .links .atdd {
        width: 13%;
    }

    .links .serv {
        width: 20%;
    }

    .links .biblio {
        width: 13%;
    }

    .links .parceiros {
        width: 38%;
        margin-right: 0;
    }

    .links ul h3 {
        font-size: 10pt;
        margin: 30px 0 40px;
    }

    .links ul li {
        line-height: 15px;
        margin-bottom: 13px;
    }

    .links ul a {
        font-size: 10pt;
    }
}



@media(min-width: 800px) {
    .links .parceiros li {
        margin-left: 2.5%;
    }

    body {
        font-size: 13pt;
        line-height: 25px;
    }
}




@media(min-width: 980px) {

    body {
        background: #d6dadd;
    }
    
    #planeta {
        width: 940px;
        margin: 100px auto 250px;

        background: #fff;
    }

    #quadropagina {
        position: relative;
    }

    #quadropagina .submenu li {
        margin-bottom: 0;
    }

    #quadropagina .submenu {
        width: 60%;
        clear: none;
        position: relative;
        top: -5px;
    }

    .links .parceiros li {
        margin-right: 7%;
        margin-left: 0;
    }

    footer p {
        padding-bottom: 8px;
    }
}