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

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

body {
    background-color: #202020;
}

h1 {
    color: #958774;
}
a{
    cursor: pointer;
}

* {
    margin: 0%;
    transition: opacity ease-in-out 0.2s;
}
/*Cabeçalho*/
.NavBar {
    padding: 0.5rem 0;
    background-color: #958774;
    margin: 0%;
    display: flex;
    justify-content: space-between;
}

.SmallBar {
    width: 4px;
    height: 44px;
    background-color: #000;
}

.NavBar a {
    font-family: CaesarDressing;
    color: #000;
    height: fit-content;
    font-size: 2rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.NavBar a:hover{
    color: #fff;
    transform: scale(1.05);
    transition: ease-in-out .2s;
}
.NavBar img{
    width: 4rem;
}

.LogoTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.LogoTitle img{
    width: 5rem;
}
.Menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Banner*/
#banner {
    font-size: 2.4rem;
    font-family: Anton;
    color: #bcbcbc;
    text-align: center;
    margin: 0 8rem;
}


#bannerLogo {
    padding-top: 2rem;
    padding-bottom: 25rem;
    width: 100%; 
    height: fit-content; 
    background-image: url('../../img/topoBackground2.svg'); 
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat; 
    background-color: #202020;    
}

#bannerLogo h1 {
    font-family: CaesarDressing;
    font-size: 5rem;
    text-decoration: underline;
}
#bannerLogo h1:hover {
    color: #dfdfdf;
    transition: ease-in-out .2s;
    text-shadow: 0 0 10px #cfcfcf,
                0 0 20px #9c9c9c,
                0 0 30px #9c9c9c;
}
/*foto time*/
#fotoTime{
    display: flex;
    justify-content: center;
    align-items: center;    
}
#fotoTime img{
    width: 95%;
}


/*Créditos*/
.Creditos{
    margin: 8rem;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;  
    gap: 10rem;
}
.Creditos h1{
    font-family: CaesarDressing;
    color: #958774;
    height: fit-content;
    font-size: 4rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-bottom: 2rem;
}
.Creditos h2{
    font-family: CaesarDressing;
    color: #958774;
    height: fit-content;
    font-size: 2rem;
    text-decoration: none;
    padding-bottom: 2rem;
}
.Creditos img{
    width: 3.5rem;
}
.Creditos p {
    display: flex;
    font-size: 1.3rem;
    font-family: Anton;
    color: #fff;
    width: fit-content;
}
.Creditos .ElementoCredito{
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    gap: 1rem; 
    padding-bottom: 0.2rem;  
}
/*Fotos*/
#eventoTitle h1{
    font-family: CaesarDressing;
    color: #958774;
    height: fit-content;
    font-size: 4rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#eventoContainer {
    padding: 0 6rem;
    box-sizing: border-box;
}

#fotoPalestra{
    display: flex;
    justify-content: center;
    align-items: center;
}

#fotoPalestra img{
    max-width: 100%;
    margin-bottom: 2rem;
}

#fotosGerais{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#foto1{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    padding-top: 3rem;
}

#foto1 img{
    max-width: 100%;
    margin-bottom: 2rem;
}

/*Rodapé*/
footer {
    background-color: #958774;
    margin-top: 10rem;
}

#infosContainer {
    display: flex;
    padding: 2rem 6rem;
    justify-content: space-between;
}

#infosContainer h2 {
    font-family: CaesarDressing;
    font-size: 3rem;
    margin-bottom: 10px;
}

#infosContainer p {
    font-size: 1.3rem;
    font-family: Anton;
    color: #fff;
}
#infosContainer img{
    width: 35px;
}

.socialMedia {
    display: flex;
    gap: 12px;
    font-size: 1.3rem;
    font-family: Anton;
    color: #fff;
    width: fit-content;
    text-decoration: none;
}

.socialMedia:hover {
    transform: scale(1.03);
    transition: ease-in-out .2s;
}

#teamContainer {
    text-align: center;
}
#teamContainer span{
    color:#5A4933 ;
}

#projectsContainer {
    text-align: left;
}
#projectsContainer a{
    display: flex;
    gap: 12px;
    font-size: 1.3rem;
    font-family: Anton;
    color: #fff;
    width: fit-content;
    text-decoration: none;
}
#projectsContainer a:hover{
    transform: scale(1.03);
    transition: ease-in-out .2s;
}

#contacts {
    display: flex;
    flex-direction: column;
    padding: 2rem 6rem;
    justify-content: space-between;
}

#contacts p {
    font-size: 1rem;
    font-family: Anton;
    color: #fff
}
#contacts span {
    font-size: 1.3rem;
    font-family: Anton;
    color: #5A4933
}

#contacts h2 {
    font-family: CaesarDressing;
    font-size: 3rem;
    margin-bottom: 10px;
    
}
@media screen and (max-width: 1000px){
    .NavBar  a {
        font-size: 1.4rem;
    }
    .NavBar img{
        width: 3rem;
    }
    .NavBar #title, #barraUm {
        display: none;
    }


    /*Banner*/
    #banner {
        margin: 1rem ;
        font-size: 2rem;
    }

    #bannerLogo h1 {
        font-size: 2rem;
    }
    #bannerLogo {
        padding-bottom: 10rem;
    }

    /*fotoTime*/
    #fotoTime img{
        width: 90%;
        padding-top: 0rem;
        padding-bottom: 5rem;
    }
    /*Créditos*/
    .Creditos{
        margin: 8rem;
    }
    .flex{  
        gap: 3rem;
    }
    .Creditos h1{
        font-size: 2rem;
    }
    .Creditos h2{
        padding-top: 1rem;
        font-size: 1.3rem;
    }
    .Creditos img{
        width: 2.4rem;
    }
    .Creditos p {
        font-size: 0.8rem;
    }

    /*Eventos*/
    #eventoTitle h1{
        font-size: 2rem;
    }

    #eventoContainer {
        padding: 0 1rem;
    }

    #fotoPalestra img{
        max-width: 100%;
        margin-bottom: 1rem;
    }

    #foto1 {
        padding-top: 1rem;
        gap: 1rem;
    }

    #foto1 img{
        max-width: 100%;
        margin-bottom: 1rem;
    }

    

    /*Rodapé*/

    footer {
        margin-top: 3rem;
    }

    #infosContainer {
        display: flex;
        padding: 1rem 1rem;
        justify-content: space-between;
    }
    #infosContainer h2{
        font-size: 1rem;
    }
    #infosContainer a, #infosContainer p{
        font-size: 0.6rem;
    }
    #infosContainer img{
        width: 1rem;
    }
    
  
}