body{
    background-color: rgb(245, 244, 231);
}

main{
    display: flex;
    padding-top: 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: #e605d3;
    border-top: 2px solid #e605d3;
    border-bottom: 2px solid #e605d3;
}

.link-a-1{
    background-color: #ec37c7;
    border: #e605d3 solid 2px;
    color: white;
    font-weight: bold;
    padding: 15px;
    margin: 5px;
}

.link-a-2{
    background-color: transparent;
    border: #e605d3 solid 2px;
    font-weight: bold;
    padding: 5px;
}

.span-1, .span-2{
    font-weight: bold;
    font-size: x-large;
}

.span-1{
    color:#85037a ;
}

.span-2{
    color: #e605d3;
}

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: #e605d3;
    margin-top: 10px;
}

h2{
    margin-top: 20px;
}

.secao-2 h2{
    font-weight: lighter;
    color: #e605d3;
    margin-top: 10px;
}

.linha-divisoria {
    width: 0.5%;
    background-color: rgb(196, 193, 154);
    height: 100hv;
    margin-top: 25px;
    margin-right: 20px;
}

.container {
    display: flex;
    flex-direction: line;
    height: 100vh; /* Altura da viewport */
  }

.secao-1{
    width: 66%;
    margin-left: 0;
    padding: 15px;
    height: 100hv;
}

.secao-2{
    width: 40%;
    margin-left: 0;
    height: 100hv;
    padding: 15px;
}

.mySlides{
    width: 300px;
    height: 200px;
    border-radius: 20px;
    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;
  }


  

form {
    flex-direction: column;
    align-items: start;
    width: 80%;
    margin-top: 80px;
}



/* EFEITOS PARA FORMULARIO */


input, select {
    width: 100%;
    border-radius: 5px;
}

button {
    color: rgb(17, 1, 1);
    text-align: center;
    border-radius: 20%; 
    margin: 0 auto;
    margin-top: 20px;
}

.linha-divisoriadeitada {
    width: 0.5%;
    background-color: rgb(196, 193, 154);
    height: 100hv;
    margin-top: 25px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.containerb {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Altura da viewport */
  }

/* EFEITOS PARA FOTOS */


  

  .active {
    display: block;
  }
  
  /* Efeitos de transição */
  @keyframes fade {
    from {opacity: 0.4} 
    to {opacity: 1}
  }