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

@font-face {
    font-family:Anton;
    src: url(../font/Anton-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}
body{
    background-color: #202020;

}
body h1{
    font-family: CaesarDressing;
    font-size: 4rem;
    color: #AD997E;
}
body p{
    font-family: Anton;
    color: #AD997E;
    font-size: 1.5rem;
    text-align: center;
}
body h2{
    font-family: CaesarDressing ;
}
body a{
    text-decoration: none;
}

/*Eventos*/
.eventosContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eventosContainer img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60rem;
    margin-bottom: 7rem;
}
.eventosContainer h1{
    margin-bottom: 1rem;
    font-size: 3rem;
    color: #fff;
}

/*Nav Menu*/
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #AD997E;
    padding: 0.7rem;
    

}
#navTeras{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navElement{
    display: flex;
    align-items: end;
    justify-content: center;
}
nav img{
    width: 4rem ;
    margin-right: 0.7rem;
}
nav a{
    font-family: CaesarDressing;
    font-size: 2rem;
    color:#202020
}
nav a:hover{
    color: #fff;
    transform: scale(1.05);
    transition: ease-in-out .2s;
}
.navDiv{
    background-color: #202020;
    width: 5px ;
    height: 50px;
    margin: 0 1rem 0 1rem;
}
/*Page0*/
#page0{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}
#page0 img{
    width: 13rem;
}


/*Footer*/
footer {
    background-color: #AD997E;
    margin-top: 2rem;
    background-image: url('img/Home/TerasLogoBagroundFooter.png'); 
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat; 

}
#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;
}
.contactsElement{
    display: flex;
    gap: 2rem;
}
