body{
    background-color: rgb(245, 244, 231);
}

main{
    display: flex;
    padding: 80px;
}

.header{
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.links{
    display: inline;
    margin-left: 480px;
}

.botoes{
    display: inline;
    margin-left: 480px;
}

.links a{
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    padding: 3px;
}

.links a:hover{
    color: #4a63d4;
    border-top: 2px solid #7766d8;
    border-bottom: 2px solid #7b6eea;
}

.link-a-1{
    background-color: #262bac;
    border: #2131c3 solid 2px;
    color: white;
    font-weight: bold;
    padding: 15px;
    margin: 5px;
}

.link-a-2{
    background-color: transparent;
    border: #1a1ae3 solid 2px;
    font-weight: bold;
    padding: 5px;
}

.span-1, .span-2{
    font-weight: bold;
    font-size: x-large;
}

.span-1{
    color:#1c08cf ;
}

.span-2{
    color: #1408c2;
}

footer {
    text-align: center;
    font-weight: bold;
    background-color: rgb(222, 222, 217);
    width: 100%;
    margin: 50px 0 0 0;
    padding: 40px;
}

.texto{
    text-align: justify;
    columns: 3;
    font-weight: bold;
    margin:10px;
}

.secao-1 h1{
    font-weight: bold;
}

.secao-1 h2{
    font-weight: lighter;
    color: #3417a8;
    margin-top: 10px;
}

h2{
    margin-top: 20px;
}

.secao-2 h2{
    font-weight: lighter;
    color: #5a2fcf;
    margin-top: 10px;
}

.linha-divisoria{
    width: 0.5%;
      background-color: rgb(251, 251, 251);
    height: 100hv;
    margin-top: 25px;
    margin-right: 20px;
}

.container{
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.secao-1{
    width: 66%;
    margin-left: 0;
    padding: 50px;
    height: 100vh;
}

.secao-2{
    width: 40%;
    margin-left: 0;
    padding: 50px;
    height: 100vh;
}

.mySlides{
    width: 300px;
    border-radius: 20px;
    height: 200px;
    margin: 0% auto;
}

.img2{
    width: 100%;
    border-radius: 20px;
}

h3{
    text-align: center;
    font-size: 50px;
}

.campobox{
    width: 33%;
}

.tabela{
    padding: 20px;
}

.slideshow-container{
    max-width: 1000px;
    position: relative;
    margin: auto;
}
