@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {box-sizing: border-box;}
.mySlides {display: none;}

body { 
  margin: 0;
  font-family: "Nunito", serif;
}

.apresentacao{
  font-weight: 100;
  font-size: 55px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 6px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color:#fff;
}

.subtitulo{
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5%;
  color:#fff;
}

.titulo-div{
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 4px;
  color:#000;
}

.titulo-container{
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#000;
  margin:0%;
}

.texto-container{
  font-size: 15px;
  text-align: center;
  font-weight: 100;
  color:#000;
  margin-top: 5px;
}

.texto{
  font-size: 15px;
  text-align: left;
  color:#000;
}

.veja-mais {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.veja-mais span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px; 
}

.seta {
    width: 40px;
    filter: invert(1) brightness(2);
}

.img-centralizada {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.espacamento {
  padding-left: 30px;
  padding-right: 30px;
}

.espacamento-div {
  padding: 20px 135px;
}

.inicial{
box-sizing: border-box;
min-height: 100vh;
}

.header {
  overflow: hidden;
  background-color: #000;
  padding: 20px 135px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.footer {
  overflow: hidden;
  background-color: #000;
  padding: 20px 135px;
}

.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  margin: 0px 10px;
  font-weight: 100;
}

.header a.logo {
  background-color: #000!important;
  color: white!important;
  font-size: 25px;
  font-weight: 100;
  padding: 12px 12px 12px 0px;
}

.footer a.footer-titulo {
  background-color: #000!important;
  color: white!important;
  font-size: 12px;
  font-weight: 100;
  padding: 20px 12px 20px 0px;
  float: left;
}

.header a:hover {
  background-color: #ffffff21;
  color: #fff;
}

.header a.active {
  background-color: #ffffff21;
  color: white;
}

.header-right {
  float: right;
  margin: 1% 1%;
}

.header-right:last-child {
    margin-right: 0;
}

.footer-right {
  font-weight: 200;
  font-size: 12px;
  float: right;
  margin: 12px 10px;
  color:#fff;
}

.float-container {
    padding: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}

.float-child {
    width: 30%;
    border-left: 1px solid #000;
    text-align: center;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.float-child:first-child {
    border-left: none;
}

.ajustedetamanho {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 110rem;
  width: 92%;
}

.slideshow-container {
  max-width: 40%;
  position: relative;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.container {
    position: relative;
}

.float-img {
    float: left;
    max-width: 50%; 
    border-radius: 8px; 
}

.organizer {
    overflow: hidden;
    display: flex; 
    align-items: center; 
}

.centralizador-direita {
    flex: 1; 
    padding-right: 40px;
}

.centralizador-esquerda {
    flex: 1; 
    padding-left: 40px;
}

.banner1{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 5px 20px;
    margin: 15px 0px;
    border-radius: 20px;
    position: relative;
}

.banner2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: inherit;
}

.banner3{
    text-align: left;
    color: white;
    position: relative; 
    z-index: 1;
}

.secao-botao {
border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 15px
  }
  
  .botao-toggle {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 15px;
    line-height: 30px;
    font-family: "Nunito";
  }
  
  .ativo, .botao-toggle:hover {
    background-color: black;
    color: white;
  }
  
  .conteudo-escondido {
    padding: 0px 18px 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
  }
  
  .icone-seta {
    width: 30px;
      float: right;
      transform: rotate(0deg);
      transition: transform 0.2s ease-out;
      filter: invert(1) brightness(2);
    }
.container-seta {
    width: 30px;
    height: 30px; 
    background-color: rgb(0, 0, 0); 
    border-radius: 50%; 
    float: right;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.container-seta img { 
    width: 20px; 
    height: 20px; 
    display: block; 

}

.secao-botao:hover .container-seta img { 
    filter: invert(1) brightness(2);
}

.botao-toggle:hover .container-seta img, .ativo .container-seta img { 
    filter: invert(1) brightness(2);
}
  
  .rotacionar{
      transform: rotate(180deg);
  }

@media screen and (max-width: 700px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
    padding-left: 17px;
    margin-bottom: 15px;
  }

  .header a.logo {
    padding: 17px;
}
  
  .header-right {
    float: none;
  }

  .float-child {
    width: 100%; 
    border-left: none;
    border-top: 1px solid #000; 
    padding: 40px 0; 
  }
  .float-child:first-child {
    border-top: none; 
  }

  .header {
  overflow: hidden;
  background-color: #000;
  padding: 20px 10px;
  position: absolute;
}
}