
body{
    background-color:rgba(235, 213, 142, 0.918);
    margin: 0;              
    padding: 0;  
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    position: sticky;
    top: 0;
}

h1{
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

p{
    font-family: 'Times New Roman', Times, serif;
    text-indent: 30px;
    text-align: justify;
    padding: 50px;

}

.titulos2{
    font-weight: 550;
}

h2{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    text-align: center;
    font-size:larger;    
}

footer{
    background-color: rgba(243, 240, 202, 0.449);
    padding:2px 20px;
    display: flex;
    justify-content: space-between;
    
}

.botoes{
    background-color:rgba(159, 199, 245, 0.841);
    height: 70px;
}
   
a{
    text-decoration: none;
}

nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    
}

.botoes{
    width: calc(100% - 6px);
    display: inline-block;
    padding: 1px;
    color: rgb(255, 196, 0);
    border: 2px solid rgb(255, 196, 0);
    font-weight: bold;
    border-radius:40px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.botoes::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255, 215, 0, 0.4);
    transform: skewX(-20deg);
}

.inmgs{
    height: 270px;
    text-align: center;
    border:5px solid rgb(135, 41, 41); 
    border-radius: 300px;
    margin: 2vh;
}

.container-imgs{
    display: flex;
    flex-direction: colum;
    justify-content: center;
}

ul{
    font-size:larger;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}

.banner{
    text-align: center;
    width: calc(100%-1000px);
    height: 200px ;
    margin:auto;
    display:block;
    border-radius: 1000px;
}

.tex{ 

    border: 1px solid black; 
    align-content: center;
    margin: 0vh 20vh;
    background-color: rgb(235, 201, 139);
}