main{
    position: relative;
    top: 200px;
}

p#number-clients{
    font-size: 90px;
    font-weight: 300;
}

button#btn-top-site{
    position: fixed;
    right: 40px;
    top: 80%;
    background-color: rgb(64,65,66);
    color: rgb(240,245,255);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0;
    font-size: 25px;
    font-weight: 700;
    z-index: 999;
    cursor: pointer;
    transition: 0.1s ease-in;
}

button#btn-top-site:hover{
    background-color: rgba(64,65,66,0.85);
}

button#btn-top-site:active{
    top: 80.5%;
}

/*section introduction*/
section.introduction{
    padding: 30px 20px 50px 20px;
    background-color: rgba(0, 0, 0, 0.904);
    color: rgb(199, 207, 207);
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
}

section.introduction > div.content-about-bar h1{
    text-align: justify;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 20px;
    font-size: 23px;
}

section.introduction div.some-about-bar{
    justify-content: space-around;
    padding: 50px 20px 0px 20px;
}

/*stars*/
section.introduction div.some-about-bar > div.stars picture{
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

section.introduction div.some-about-bar > div.stars picture img{
    margin-right: 6px;
}

section.introduction div.some-about-bar > div.stars picture img:last-child{
    margin-right: 0px;
}

/*number-clients*/
section.introduction div.some-about-bar > div.number-clients{
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.introduction div.some-about-bar > div.number-clients div.content{
    align-items: center;
    color: rgb(21, 231, 231);
    position: relative;
    left: 42px;
}

section.introduction div.some-about-bar > div.number-clients span{
    font-size: 50px;
    margin-left: 5px;
}

section.introduction div.btn-down{
    padding-left: 185px;
}

section.introduction div.btn-down button{
    position: absolute;
    top: 310px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: rgb(21, 231, 231);
    color: rgb(248, 248, 248);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

section.introduction div.btn-down button:hover{
    background-color: rgba(21, 231, 231,0.8);
}

section.introduction div.btn-down button:active{
    top: 312px;
}

/*section produts-categories*/
section.produts-categories{
    margin-top: 100px;
    padding: 40px 20px;
    border-radius: 10px;  
}

section.produts-categories h2{
    font-size: 27px;
    letter-spacing: 1px;
    width: 116px;
    color: rgba(0, 0, 0, 0.904);
    border-bottom: 3px solid rgba(0, 0, 0, 0.904);
    margin: 0 auto 45px auto;
}

section.produts-categories div.categories{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
}

section.produts-categories div.categories a{
    margin: 0 auto;
    width: 300px;
    height: 220px;
    border-radius: 30px;
    background-color:  rgba(64,65,66,0.85);
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s ease-in;
    background-position: center;
    background-size: cover;
}

section.produts-categories div.categories a:nth-child(1){
    background-image: url('../../assets/pratos.jfif');
}

section.produts-categories div.categories a:nth-child(2){
    background-image: url('../../assets/bebidas-sem-alcool.webp');
}

section.produts-categories div.categories a:nth-child(3){
    background-image: url('../../assets/sobremesas.jpg');
}

section.produts-categories div.categories a:nth-child(4){
    background-image: url('../../assets/bebidas-alcoolicas.webp');
}

section.produts-categories div.categories a:nth-of-type(3),section.produts-categories div.categories a:nth-of-type(4){
    margin-bottom: 0px;
    /*quando for pro responsivo isso deve ser 20px*/
}

section.produts-categories div.categories a button{
   width: 100%;
   height: 100%;
   border-radius: 30px;
   background-color: rgba(0, 0, 0, 0.604);
   border: 0;
   font-size: 27px;
   font-weight: 400;
   letter-spacing: 1px;
   color: rgb(240,245,255);
   cursor: pointer;
   transition: 0.4s ease-in;
}

section.produts-categories div.categories a button:hover{
    background-color: rgba(0, 0, 0, 0.404);
}

/*section events*/
section.events{
    margin-top: 150px;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.events div.content{
    padding-top: 30px;
    color: rgba(0, 0, 0, 0.904);
}

section.events div.content h2{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

section.events div.content ul{
    padding-top: 35px;
}

section.events div.content ul li{
    list-style-type: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}

section.events div.content ul li:last-child{
    margin-bottom: 0;
}

section.events div.event-image{
    position: relative;
    top: -120px;
}

/*section rules*/
section.rules{
    background-color: rgba(0, 0, 0, 0.904);
    color: rgb(240,245,255);
    margin-top: 80px;
    padding: 60px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 330px;
}

section.rules img{
    width: 200px;
    height: 200px;
}

section.rules div.content h2{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

section.rules div.content ol{
    padding: 20px 0 0 20px;
}

section.rules div.content ol li{
    margin-bottom: 12px;
}

section.rules div.content ol li:last-child{
    margin-bottom: 0px;
}
