@font-face {
    font-family: 'minha fonte';
    src: url(fontes/mangat.ttf) format('truetype');
}

@font-face {
    font-family: 'lindeza';
    src: url(fontes/mangati.ttf) format('truetype');
}

@font-face {
    font-family: 'coisa';
    src: url(fontes/mangatb.ttf)format('truetype');
}


body {
    background-color: #363b38;
}



header img {
    width: 40%;
    display: block;
    margin: 0 auto;
}


header {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right, #4b584f, #869175, #3b463e);
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
    height: 14vw;
}

nav {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding: 5px;
}

nav a {
    color: #F2E0C9;
    text-decoration: none;
    font-size: 20px;
    font-family: 'minha fonte';
    text-shadow: 2px 2px 4px black;

}

nav a:hover {
    color: #d0d097;
    background-color: rgba(42, 41, 41, 0.7);
    padding: 5px;
    border-radius: 10px;
}


p {
    text-align: center;
    font-size: 2vw;
    color: #8a5a5d;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
    text-align: center;
    font-size: 3vw;
    color: #9f9e9e;
    font-family: 'lindeza';
}

.topicos {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    margin: 0;
    text-align: justify;
    flex-wrap: wrap;

}

.topicos a {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    padding: 20px;
    background-color: #6a4648;
    color: #F2E0C9;
    text-decoration: none;
    border-radius: 30px;
    transition: transform 0.3s ease;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.topicos a:hover {
    background-color: rgb(58, 41, 40, 0.8);
    color: #c59c13;
    transform: scale(1.1);
}


.prncipal {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


article h2 {
    background-image: linear-gradient(to right, #3e4a42, #727a65, #3e4a42);
    padding: 20px;
    border-radius: 20px;
    color: #262e29;
    font-size: 2.4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

article p {
    color: #9f9e9e;
    background-color: rgb(23, 24, 24, 0.6);
    text-align: justify;
    font-size: 1.2rem;
    padding: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.primeiro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.primeiro img {

    margin-top: 20px;
    width: 100%;
}

.segundo {
    display: flex;
    width: 90%;
    gap: 10px;
}

.um img {
    width: 100%;

}

.dois img {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 65%;
}

.tres {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    flex-wrap: wrap;
    
}

.tres h3{
    color: #6a4648;
    font-size: 1.4rem;
 
}

.tres div{
     background-color: rgb(19, 19, 19, 0.6);
     padding: 20px;
     border-radius: 20px;
}

figcaption{
    margin-top: 5px;
}

small{
    color: #d0d097;
  
}

li{
    color: #F2E0C9;
    font-size: 1rem;
    margin: 4px 4px;
   
}

ul{
  
    padding: 20px;
    border-radius: 20px;
}

ol{
 
    padding: 20px;
    border-radius: 20px;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    text-align: center;
}

th {
    background-color: #9da67f;
    color: #F2E0C9;
    padding: 10px;
}

td {
    background-color: #b0bb8f;
    padding: 10px;
}

td a {
    text-decoration: none;
    color: #a66666;
    font-weight: 700;
}

td a:hover {
    color: #212e28;
}

h3 {
    color: #3c563d;
}

ul,
ol {
    list-style-position: inside
}

li {
    margin: 8px 0px;
}


footer {
    background-image: linear-gradient(to right, #57675c, #929f7e, #57675c);
    color: #F2E0C9;
    padding: 20px 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

#topo a {
    text-decoration: none;
    color: #ebd2aa;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.4vw;
}

#topo a:hover {
    color: #8a5a5d;
}


footer .redes-sociais {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

footer .redes-sociais img {
    width: 24px;
}

footer .redes-sociais img:hover {
    transform: scale(1.1);
}

@media(max-width:700px){
     header,nav{
        width: 100%;
    }


    header div img{
        width: 30%;
        margin-top: 10px;
        
    }

    nav{
        gap: 5px;
        margin-top: 5px;
    }

    nav a{
        display: flex;
        font-size: 40%;
    }

    .tres{
        gap: 20px;
    }

   
    

    .primeiro img{
        width: 150%;
    }

   
}


