html {
    height: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0 auto;
    /* font-size: 70%;   Tamanho fonte ufrn */
    font-size: 100%;

}


body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #7E5733;


}

/* -------------------- INÍCIO HEADER ----------------------- */

header {
    background-color: #7E5733;
    display: flex;
    width: 100%;
    height: 14vh;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 100;

}

p {
      user-select: none;     /* Padrão moderno */
  -webkit-user-select: none; /* Safari/Chrome antigos */
  -moz-user-select: none;    /* Firefox antigo */
  -ms-user-select: none;     /* IE/Edge antigos */
}

img {
  -webkit-user-drag: none; /* Chrome/Safari */
  user-drag: none;         /* Outros */
}


.menu {
    visibility: hidden;
}

.bt-hamburguer {
    border: none;
    background: none;
    border-top: 4px solid #fff;
    cursor: pointer;
    visibility: hidden;
    /* padding: 10px; */
}

.bt-hamburguer::before,
.bt-hamburguer::after {
    content: '';
    display: block;
    width: 35px;
    height: 4px;
    background: #fff;
    margin-top: 5px;
    visibility: hidden;

}

header ul {
    width: 55%;
    /* *------- */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    align-items: top;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 0;
    gap: 0;

    animation: fadeIn 1.2s linear forwards;
}

header ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: poppins-medium;
    height: fit-content;

}

header ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    width: auto;
}

.div-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.linkUm {
    background: rgba(70, 39, 39, 0.4);
    /* padding-top: .7em; */
}

.linkDois {
    background: rgba(70, 39, 39, 0.4);

}

.linkUm:hover,
.linkDois:hover {
    background: rgba(70, 39, 39, 0.8);
    color: #fff;
    /* border-top: 1px solid #fff; */
}


.linksSobre {
    width: 19%;
    display: flex;
    justify-content: center;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 1.5em;
    left: 1;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;


}

.linksSobreOn {
    transition: 1s;
    visibility: visible;
    opacity: 1;
    max-height: 200px;
}




@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-3em);
    }

    to {
        opacity: 1;
    }
}

header ul li a::after {

    content: '';
    position: absolute;
    width: 0;
    height: 1.1px;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    transform-origin: center;

}

header ul li a:hover::after {
    width: 100%;
}


.sobre-oprojeto {
    display: flex;
    flex-direction: column;
}

.sobre-oprojeto ul {
    display: flex;
    flex-direction: column;
}



/* --------------------------------   FIM HEADER  ----------------------------  */

main {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    /* 
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards; */
}




section {
    opacity: 0;
    transform: translateY(180px);
    animation: fadeInUp 1.7s ease forwards;
}


.projeto {
    animation-delay: 0s;
}


.nosso-projeto {
    animation-delay: .8s;
}

.noticias {
    animation-delay: .2s;
}

.galeria-txt {
    animation-delay: .2s;
}

.galeria {
    animation-delay: .2s;

}


@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* --------------------------------   SESSÃO PROJETO  ----------------------------  */



.projeto {
    width: 100%;
    height: 100vh;

    background: url(https://live.staticflickr.com/65535/54092655769_36f68005c6_z.jpg);
    /* background: url(/img/Capa.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% 25%;
    background-attachment: fixed;

    animation-delay: 0s;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease forwards;

}


.projeto-texto {
    width: 100%;
    height: 7vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 85vh;
    padding: 0;
    color: #fff;
    font-family: CroissantOne-Regular;

}


.projeto-titulo {
    font-size: 3.5em;
    margin: 0;
    background-color: #7E5733;
    height: auto;
}


.projeto-subtitulo {
    background-color: #7E5733;
    margin: 0;
    padding: .5em;
    font-size: 1.5em;
    height: auto;
}

/* --------------------------------   FIM SESSÃO PROJETO  ----------------------------  */

/* -------------------------------------------------------------------------------------- */

/* --------------------------------  SESSÃO NOSSO PROJETO  ----------------------------  */

b {
    font-family: poppins-semibold;
    font-size: .95em;
}

.nosso-projeto {
    width: 100%;
    height: auto;
    background-color: #BDB28B;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));
    justify-items: left;

}


.nosso-projeto-texto {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    justify-content: center;
    text-align: justify;
    margin-top: 2em;
}

.nosso-projeto-img {
    width: 70%;
    height: auto;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;

}

.img-nosso-projeto {
    width: 80%;
}

.titulo {
    font-family: CroissantOne-Regular;
    font-size: 3.8em;
    width: 100%;
    height: 2em;
    /* overflow: hidden; */

    margin: 0;
    margin-top: 1em;
    text-align: left;

}

.nosso-projeto-texto .texto {
    font-family: poppins-medium;
    /* width: 180%; */
    line-height: 1.9;

}

.nosso-projeto-texto .texto2 {
    padding-bottom: 3em;
}







/* --------------------------------  FIM SESSAO NOSSO PROJETO  ----------------------------  */

/* ----------------------------------------------------------------------------------------  */

/* --------------------------------  INÍCIO SESSAO NOTÍCIAS  ------------------------------  */


.noticias {

    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.noticias-container {

    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


h1 {
    font-size: 3.8em;
    text-align: center;
    font-family: CroissantOne-Regular;
    line-height: 1;
}

.noticia-box {
    display: grid;
    width: 45%;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-template-columns: repeat(auto-fit, minmax(15em, 1fr)); */
    grid-template-rows: auto;
    margin: 0 auto;
    box-shadow: 1px 1px 15px rgb(0, 0, 0, 0.15);
    justify-items: center;
    border-radius: 2em;
    margin-top: 5em;


}


.noticia-texto {
    margin: 0 auto;
    width: 80%;

    /* @MEDIA SCREEN width:100%  */
}

.participe {
    width: 84em;
}


.noticia-texto p {
    font-family: poppins-medium;
    text-align: justify;
    line-height: 1.7;
}

.noticia-p {
    font-family: poppins-medium;
}

.noticia-texto p+.txt-participe {
    margin-top: 2em;
}


.participe-container {
    margin: 0 auto;
    width: 86%;
    margin-top: 5em;

}

.txt-participe {
    font-family: poppins-medium;
    text-align: left;
    width: 100%;

}

.noticia-fotos {
    width: 70%;
    display: flex;
    height: auto;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
}



.foto-noticia {
    width: 12em;
    margin: .5em;
    transition: .5s;

}

.foto-noticia:hover {
    cursor: pointer;
    /* transform: scale(1.2);
    transition: .3s; */
}

.foto-noticia.clique {
    /* transform: scale(2); */
    transform-origin: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    z-index: 100;
    transition: .5s;
}

/* --------------------------------  INÍCIO SESSAO TEXTO GALERIA  ------------------------------  */


.galeria-txt {
    background-color: #BDB28B;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}

.galeria-txt p {
    font-family: poppins-medium;
    text-align: justify;
    line-height: 1.7;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
}



/* --------------------------------  FIM SESSAO TEXTO GALERIA  ------------------------------  */

/* ------------------------------------------------------------------------------------------  */

/* --------------------------------  INÍCIO SESSAO GALERIA  ------------------------------  */


.galeria {
    width: 100%;
    display: grid;
    justify-content: center;
    background-color: #fff;

}

.galeria p {
    font-family: poppins-medium;
    text-align: center;
}

.galeria-cards {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4em;
}

.galeria-pagina {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /* box-shadow: 1px 1px 15px rgb(0, 0, 0, 0.15); */
    border: none;
    background: none;

}

.p-galeria-pagina {
    margin: 0 auto;
    margin-top: 1em;
    text-align: justify;
}

.card {
    margin: 1em;
    width: 25em;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-radius: 1%;
    transition: .5s;
    box-shadow: 1px 1px 15px rgb(0, 0, 0, 0.15);

}
.card-img {
    width: 100%;
    height: 15em;

    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3%;

}


/* .card.active {

    transform-origin: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: 100;
    transition: .5s;
    max-width: 90vw;
    max-height: 90vh;

}

.card.active p {
    transform: scale(0.85);
    transition: .5s;

    background-color: rgba(193, 187, 165, 0.8);
    padding: 1em;
    border-radius: 5px;
} */

.card-texto:hover {
    cursor: default;
}

.card-1 {

    background-image: url(https://live.staticflickr.com/65535/54091809497_16bf0e4942_z.jpg);
    /* background-image: url(/img/cards/card-1.jpg); */

}


.card-2 {
    background-image: url(https://live.staticflickr.com/65535/54091809457_29da068047_z.jpg);
    /* background-image: url(/img/cards/card-2.jpg); */
}

.card-3 {
    background-image: url(https://live.staticflickr.com/65535/54092929738_e082774210_z.jpg);
    /* background-image: url(/img/cards/card-3.jpg); */
}

.card-4 {
    background-image: url(https://live.staticflickr.com/65535/54093011149_a4a0a82df6_z.jpg);
    /* background-image: url(/img/cards/card-4.jpg); */
}

.card-5 {
    background-image: url(https://live.staticflickr.com/65535/54092929713_2d0eb74b77_z.jpg);
    /* background-image: url(/img/cards/card-5.jpg); */
}

.card-6 {
    background-image: url(https://live.staticflickr.com/65535/54093011124_bd2a34f4c5_z.jpg);
    /* background-image: url(/img/cards/card-6.jpg); */
}

.card-7 {
    background-image: url(https://live.staticflickr.com/65535/54093011134_d87a039063_z.jpg);
    /* background-image: url(/img/cards/card-7.jpg); */
}

.card-8 {
    background-image: url(https://live.staticflickr.com/65535/54093135005_dc87a2b95f_z.jpg);
    /* background-image: url(/img/cards/card-8.jpg); */
}

.card-invisivel {
    visibility: hidden;
}

.card-texto p {
    height: auto;
    font-size: .80em;
    text-align: justify;
    text-indent: 1em;
    font-style: normal;

    transition: .5s;

}


/* --------------------------------  FIM SESSAO GALERIA  ------------------------------  */
/* ------------------------------------------------------------------------------------  */
/* --------------------------------  INÍCIO SESSAO FOOTER  ------------------------------  */


footer {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    border-top: 1px solid #000;
    background-color: #7E5733;
    overflow: hidden;

}

.div-footer {

    height: auto;
    margin: 0 auto;
    margin-top: 3em;
    width: 100%;
    /* margin-left: 2em; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(20em, 1fr)); */
    justify-items: center;
    /* align-items: center; */
    padding-bottom: 3em;
    font-family: poppins-medium;
    font-size: .9em;
    gap: .5em;
}

.footer-titulos {
    font-family: poppins-semibold;
}

.sobre-nos-texto {
    font-family: poppins-medium;
    text-align: justify;
}

/* ----------------------------- */

.footer-logos {
    /* background-color: #000; */
    display: grid;
    align-items: center;
    justify-items: center;
    /* grid-template-rows: repeat(auto-fit, minmax(12em, 1fr)); */
    width: 100%;
    height: fit-content;
    gap: 1em;
    padding-right: 1em;

    /* background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
    gap: 1em; */
}

.footer-logos-linhas {
    display: flex;
    width: 90%;

}

.footer-logos-img {
    min-width: 50px;
    max-width: 100px;
    /* width: 30%; */
    margin: .3em;
}

.divLogos .footer-logos-linhas:nth-child(2) img.footer-logos-img:nth-child(2) {
margin-left: 3rem;}

.divLogos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17em, 1fr));
    grid-template-rows: auto;
    justify-items: center;
    align-items: center;
    gap: 1em;
    margin-left: 1em;
}

.ufrn {
    min-width: 150px;

}

.dan {
    min-width: 80px;
    margin: 1em;
}

.ppgas {
    min-width: 80px;
}

.gama {
    max-width: 5em;
    margin-left: 2em;
}

.propesq {
    max-width: 4.5em;
    margin-left: 2em;
}

.grupo {
    min-width: 110px;
    margin-top: 1em;
    margin-left: 1.6em;
}

/* --------------------------- */

.footer-contato {
    width: fit-content;
}

.footer-contato ul {
    color: #fff;
    list-style-type: none;
    margin-left: 8em;
}

.footer-contato li {
    overflow-wrap: break-word;

}

/* ------------------------- */

.footer-institucional {
    /* background-color: #000; */
    color: #fff;
    width: fit-content;
    width: 80%;
}

.footer-institucional ul {
    list-style-type: none;

}

.footer-institucional ul a {
    text-decoration: none;
    color: #fff;
}

.footer-institucional ul a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* --------------------------- */

.footer-sobre-nos {
    margin: 0 auto;
    /* background-color: #000; */
    color: #fff;
    width: 80%;
    min-width: 10em;
    /* margin-right: 1.8em; */
}


/* ----------------------- */

.footer-redes-sociais {
    /* background-color: #000; */
    color: #fff;
    width: 50%;

}

.footer-redes-sociais ul {
    list-style-type: none;
}

.footer-redes-sociais a {
    text-decoration: none;
    color: #fff;
}

.footer-midias {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
}

.footer-midias-png {
    width: 2em;
    color: #fff;
}

.sobre-nos-texto {
    text-align: justify;
}

/* ----------------------- */

.footer-direitos {
    background-color: #000;
    height: auto;
    color: #fff;
    font-family: poppins-medium;
}

/* ----------------------- */

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

    .div-links {
        width: 10em;
        margin: 0 auto;
    }

}


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


    .div-links {
        width: 10em;
        margin: 0 auto;


    }

    .projeto {

        background-size: contain;

    }

    .noticias-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2em;
    }

    .noticia-box {
        width: 60%;
    }

    .noticia-texto {
        margin: 1em auto;
        width: 60%;

    }

    .noticia-fotos {
        flex-direction: column;
        width: 100%;
    }

    .foto-noticia {
        width: 40%;
    }

    .foto-noticia.clique {
        transform: scale(1.4);
        position: static;
    }

    .projeto {
        background-size: cover;
    }


}

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

    header {
        flex-direction: column;
        justify-content: space-evenly;
    }

    header ul {

        width: fit-content;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0;
        margin-top: -300px;
        position: relative;

        height: 100px;


        visibility: hidden;
        /* visibility: visible; */

        transition: .5s;


        z-index: 1000;



    }

    .menu {
        visibility: visible;




        margin-top: 4.5em;
        transition: 1s;

    }

    .header-li {
        width: fit-content;
        margin: 0 auto;

    }

    .bt-hamburguer {
        /* margin-top: -17.5em; */
        visibility: visible;




        position: absolute;



        /* border: 1px solid red; */
        border-radius: .2em;


    }

    .bt-hamburguer::before,
    .bt-hamburguer::after {
        visibility: visible;




        border-radius: 1em;

    }

    .header-li a {
        background: rgba(70, 39, 39, 0.7);
        width: 10em;
        /* border: 1px solid rgba(0, 0, 0, 0.2); */
        border: .1px solid #fff;

    }



    .linkUm {
        padding-top: 0em;
        position: relative;
    }

    .linkUm,
    .linkDois {
        background: rgba(70, 39, 39, 0.2);
        /* border: 1px solid #fff; */
    }

    .links-hamburguer {
        margin-bottom: 0em;
        position: relative;

        height: auto;

    }

    .linksSobre {
        margin-top: 0em;
        position: relative;
        top: 0em;
        display: flex;
        width: 100%;



    }

    .div-links {
        height: auto;
    }

    #bt-sobre {
        margin-top: 0;
        /* margin-bottom: -.1em; */
    }

    .sobre-oprojeto {
        z-index: 100;

    }

}

/* MOBILE -------------------------------------------------------- */
@media screen and (max-width: 650px) {

    body {
        overflow-X: hidden;
    }


    main h1 {
        font-size: 3em;
        text-wrap: wrap;
    }


    .linksSobre {
        width: fit-content;
    }

    #bt-sobre {
        margin-top: 0;
        margin-bottom: 0em;

    }


    /* PROJETO ------------------------------ */
    .titulo {
        font-family: CroissantOne-Regular;
        font-size: 3.8em;
        width: 100%;
        height: 2em;


        text-align: left;

    }


    .projeto {
        background-size: contain;
        /* height: fit-content; */
    }


    .projeto-subtitulo {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        /* background-color: #000; */


    }



    .projeto-texto .projeto-titulo {
        width: 100%;
        font-size: 2em;
        line-height: 1.2;
        margin-top: 0em;
        background-color: none;
        /* background-color: #000; */
    }

    .projeto-texto {
        width: 100%;
        height: 25vh;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-evenly;
        margin-top: 50vh;
        background-color: #7E5733;

    }


    /* FIM PROJETO ------------------------------ */







    /* NOSSO PROJETO ------------------------------ */
    .nosso-projeto .texto {
        margin-top: 0;
        width: fit-content;
    }

    .nosso-projeto {
        margin-top: 2.5em;
        grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));

    }

    .nosso-projeto-texto {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .nosso-projeto .titulo {
        margin-top: 1em;
        margin-left: 8%;
        font-size: 2.5em;
    }

    /* FIM NOSSO PROJETO ------------------------------ */






    /* NOTICIAS ----------------------------------- */
    .noticias-container {
        width: 100%;
    }

    .noticia-box {
        width: 90%;
        margin-left: 5.5%;

    }

    .noticias h1 {
        font-size: 2.5em;
    }

    .noticia-texto {
        margin: 1em auto;
        width: 92%;
    }

    .participe {
        width: 80%;
        margin: 0 auto;
        margin-right: 10%;
    }

    .foto-noticia {
        width: 40%;
    }

    /* FIM NOTICIAS ----------------------------------- */








    /* GALERIA TXT ------------------------------ */
    .galeria-txt h1 {
        font-size: 2.5em;
    }

    .galeria-txt p {
        width: 80%;
    }

    /* FIM GALERIA TXT ------------------------------ */



    /* GALERIA  ------------------------------ */

    .galeria-cards {
        margin-bottom: 0em;
    
    }

    .noticia-p {
        visibility: hidden;
    }

    .card {
        width: 80%;
        cursor: auto;
    }

    .card.active {
        transform: none;
        position: static;
        top: auto;
        left: auto;
        /* transform: translate(-50%, -50%) scale(1.5); */
        z-index: auto;
        transition: .5s;
        max-width: 100%;
        max-height: auto;
    }

    .card.active p {
        transform: scale(1);

        background-color: rgba(193, 187, 165, 0);
        padding: 0em;
        border-radius: 5px;
    }

    /* FIM GALERIA  ------------------------------ */






    /* FOOTER ------------------------------ */
    .div-footer {


        margin-top: 3em;
        width: 100%;
        /* margin-left: 2em; */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        justify-items: center;
        /* align-items: center; */
        padding-bottom: 3em;
        font-family: poppins-medium;
        font-size: .9em;
        gap: .5em;

    }

    .footer-contato .ul {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .footer-contato .ul li {
        margin-right: 15%;
        width: 100%;
    }

    .footer-institucional ul {
        /* border: 1px solid #000; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer-institucional ul li {
        /* background-color:#BDB28B; */
        margin-right: 6em;
    }

    .footer-logos-img .ufrn {
        width: 250px;
    }

    /* FIM FOOTER ------------------------------ */

}

/* MOBILE -------------------------------------------------------- */



@font-face {
    font-family: poppins-medium;
    src: url(/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(/Poppins-SemiBold.ttf);
}


@font-face {
    font-family: CroissantOne-Regular;
    src: url(/CroissantOne-Regular.ttf)
}