body {
  overflow-x: hidden;
  font-family: Sans-Serif;
  margin: 0;
}


.menu-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #1170BD;
  color: #cdcdcd;
  padding: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Baloo Chettan 2', sans-serif;
}


.menu-logo {
  line-height: 0;
  margin: 0 20px;
}


.menu-logo img {
  max-height: 60px;
  max-width: 100px;
  flex-shrink: 0;
}


.menu-container a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}


.menu-container a:hover {
  color: #d5d5d5;
}


.menu ul {
  list-style: none;
  display: flex;
  padding: 0;
}


.menu li {
  padding: 10px 20px;
  font-size: 22px;
}


.nav-link {
  font-weight: bold;
  text-transform: uppercase;
}


.menu-container {
  width: 100%;
}


.menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.landing-banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.landing-banner {
  width: 100%;
  height: auto;
  object-fit: cover;

}


.btn-play {
  font-family: 'Dimbo', sans-serif;
  
  width: 250px;
  height: 80px;

  margin-top: -40px;
  color: #F7E3C4;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

}



.intro-eco-div {
  height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.eco-intro-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}


.eco-escola-logo {
  max-width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.eco-intro-text{
  padding-right: 10%;
  max-width: 55%;
}

.eco-intro-text p {
  padding: 20px;
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 1.5em;
  color: #5c5c5c;
  text-align: justify;
}


div,
footer {
  box-sizing: border-box;
}


div.mister_separator {
  margin-top: 100px;
}


footer.site-footer {
  padding: 30px 10px;
  background: #1170BD;
  color: white;
  font-size: 10pt;
  font-family: 'Baloo Chettan 2', sans-serif;
}


div#footer-container {
  width: 90%;
  margin: 0 auto;
  transition: all 0.2s ease;

}


div#footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.footer-grip-wraper {
  border-bottom: 1px solid white;
}


#developed-by-text {
  width: 100%;
  text-align: end;
}


#left-footer-section img {
  width: 150px;
}


.footer-link {
  color: white;
  text-decoration: none;
  padding: 5px;
}


#copyright-information {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.footer-logo {
  width: 175px;
  padding: 10px;
}

.barra-confinanciamento {
  width: 400px;
  padding: 20px 10px 10px 10px;
}


.bigger-container {
  width: 90%;
  margin: 0 auto;
  font-family: 'Baloo Chettan 2', sans-serif;
  min-height: 100vh;
}


.small-title-div {
  padding-top: 2%;
  border-radius: 2px;
  border-bottom: 4px solid #1170BD;
  width: 25%;
}


.small-title {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: bold;
}


.bigger-title {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 800;
  text-align: center;
  padding: 7%;
}


/*------------------------------------------------------ SLIDER ------------------------------------------------------ */
/* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%236CF61DFF' stroke-width='5' stroke-dasharray='10%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); */


.slider-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231170BD' stroke-width='5' stroke-dasharray='10%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.slider {
  height: 500px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  
}

.slide {
  min-width: 100%;
  box-sizing: border-box; 
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 5%;
  padding: 5% 10%;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
}

/* Style for the arrow images */
.arrow img {
  width: 30px;
  /* Adjust the width as needed */
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.slider-text{
  width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.slider-text p {
  margin: 0 !important;
}


.slider-small-title{
  font-family: 'Dimbo', sans-serif;
  color: black;
  text-transform: uppercase;
  font-size: 1.6em;
}

.categorie{
  font-size: 1.4em;
}

.slider-description{
  color: #5c5c5c;
  font-size: 1.3em;
  font-family: 'Baloo Chettan 2', sans-serif;
}

.container-text{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10%;
}


.container-text p {
  color: #5c5c5c;
  font-size: 1.3em;
  font-family: 'Baloo Chettan 2', sans-serif;
  text-align: justify;
}

.points{
  width: 95%;
  margin: 0 auto;
}


.flex-2{
  display: flex;
  flex-direction: row;
  /* justify-content: center;
  align-items: center; */
  gap: 10%;
  margin: 5% 0%;
}

.chat-log-text{
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


.bigger-title-instructions {
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 800;
}

.chat-log-text p{
  color: #5c5c5c;
  font-size: 1.3em;
  font-family: 'Baloo Chettan 2', sans-serif;
  text-align: justify;

}

.chat-log-img{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231170BD' stroke-width='5' stroke-dasharray='10%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

