html{
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
}

body{
    background-image:url("../img/AMAZONAS\ FC\ \(3\).png");
    background-size: 100%;
    background-repeat: repeat;
}
a{
    text-decoration: none;
    color: black;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;   
    background-color: rgb(251, 187,0);     
    padding: 10px 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    padding-top: 30px;
   

}
.titulos3{
    color: #fff;
    font-size: 50px;
    text-align: center;
}
form{
    text-align: center;
    font-size: 20px;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 20px;
    display: block;
    
}
li{
    color: rgb(0, 0, 0);
}

main{
    margin-top: 7%;
    background-color:  rgb(251, 187,0);
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    padding: 1%;   
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    position: relative;
}

.imglogo{
    width: 8%;
    position: relative;
}


.titulos{
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    line-height: 3;
    text-align: center;
    font-weight: bold;
    position: relative;
    
}

p,li,table{
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
}

p{
    line-height: 1.5;
    font-size: 1.4em;
    padding-top: 1%;
    padding-bottom: 0.5%;
}

ul li{
    line-height: 1.5;
    font-size: 1.4em;
}

h1{
    font-size: 2.2em;
}

h2{
    font-size: 1.7em;
}

table{
    width: 70%;
    padding: 0; 
    color: rgb(251, 187,0)  ;
    padding-top: center;
    padding-bottom: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

td,th{
    border: 0px dashed black;
    padding: 1.5%;
    
}
th{
    background-color: rgb(251, 187,0);
    color: black;
}


tr:nth-child(even) {
    background-color: black ;
}

 .imggaleria{
    width: 90%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
} 

.linha{
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.col-3{
    width: 33%;
    text-align: center;
    position: relative;
}


.link{
    color: gainsboro;
}

a.link:hover{
    color: antiquewhite;
}

.titu{
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    line-height: 3;
    text-align: center;
    font-weight: bold;
    margin-top: 1.5%;
    position: relative;
}
.titulos1{
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    position: relative;
}

.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.card {
    width: calc(33.33% - 20px); /* 3 cards por linha, os 20px é o espaço de margem entre eles */
    margin-bottom: 20px;
    background-color: rgba(255, 207, 62, 0.795);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5%;
    position: relative;
}
.titulos{
    font-size: 25px;
    color: black;
    
}
.col-6{
    width: 50%;
}

.centro{
    text-align: center;
}

@media screen and (max-width: 800px) {
    .card {
        width: calc(50% - 20px); /* 2 cards por linha em telas médias */
    }
    .col-6{
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .card {
        width: calc(100% - 20px); /* 1 card por linha em telas pequenas (celulares) */
    }
   
}