@import url('https://fonts.googleapis.com/css2?family=Neuton+3&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Source+Sans+3&display=swap');

body_banner {
  margin: 0;
  font-family: 'Calistoga', serif;
}

#banner_banner {
  background-color: #fff;
  padding: 10px 0;

}

.text-container_banner {
  white-space: nowrap;
  animation: scrolling 15s linear infinite;
}

.scrolling-text_banner {
  color: #333;
  font-size: 18px;
  margin: 0;
  padding-right: 100%; /* Garante que o texto não quebre a linha */
  font-family: 'Calistoga', serif;
}
#capa-1{
  height: 100vh;
  width: 100%;
  position: relative;
  top: 400px;
  z-index: 5;
}



@keyframes scrolling {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


body {
  font-family: 'Source Sans 3', sans-serif;
  color: #1d1d1d;
  background-color: #FCD7BF;
}

h1{
  font-family: 'Calistoga', serif;
  font-size:50px;
}
.wrapper {
  padding: 96px 0;
}

.font-secondary {
  font-family: 'Lora', serif !important;
}

#intro{
  font-size: 30px;
}
#capa-4 {
  background-color: #000000;
  color:#f0f3f3;
}

#capa-3 {
  background-color:#FCD7BF;
}

#questao{
  background-color: black;
  color:#f0f3f3;
  font-family: 'Calistoga', serif;
  font-size:50px;
}

.text-h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

p{
  font-size:20px;
  margin: auto;
}

.text-body-1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.text-body-2 {
  text-align: justify;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  background-color: #f0f3f3;
  opacity: 0.8;
}

a {
  color: #104E8B !important;
  border-bottom: 2px solid #104E8B;
  text-decoration: none;
  word-break: break-word;
  }

#scrolly__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #f3f3f3; */
  padding: 1rem;
}

#scrolly__section > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scrolly__content {
  position: relative;
  padding: 0 1rem;
  width: 100%;
}

.scrolly__chart {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.scrolly__chart iframe {
  width: 100%;
  height: 100%;
}

.step {
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: center;
  align-items:stretch;      
}

.step:last-child {
  margin-bottom: 0;
}


.step p {
  padding: 1rem;
}

iframe {
  border: unset;
}

footer{
  margin-top: 10px;
  padding: 25px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: black;
  text-align: center;
}


* { 
  box-sizing: border-box; 
}

.titulo{
  width: 800px; 
  max-width: 98%; 
  margin: auto; 
  line-height: 1.5em; 
  align-content: center;
}

#wrapper { 
  width: 800px; 
  max-width: 98%; 
  margin: auto; 
  font-family: "Raleway"; 
  line-height: 1.5em; 
  text-align: justify;
}

.fl-scrolly-step{
  color: rgb(255, 255, 255);
}

footer {
  padding: 20px;
  text-align: center;
}

.pagination {
  display: inline-block;
}

.prev-button,
.next-button {
  background-color: #b75454;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  margin: 0 4px;
  border-radius: 4px;
}

.prev-button:hover,
.next-button:hover {
  background-color: #45a049;
}

.prev-button {
  display: none;
}

.next-button {
  display: inline-block;
}


.divider {
  height: 2px;
  background-color: #333;
  width: 100%;
}