main section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-section-big {
  width: 100%;
  margin: 2rem 0;
  background-color: #0673b6;
  color: #fff;
  padding: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.text-section-big h2 {
  font-weight: bold;
  font-size: 2rem;
}

.section-title {
  color: #0673b6;
  margin: 3rem 0;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}

.margin-top-bottom {
  margin: 2rem 0;
}

.introduction-content {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduction-content-item h2 {
  color: #fdfdfd;
  font-size: 3rem !important;
  font-weight: normal !important;
}

.introduction-content-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introduction-content-item:first-child {
  flex-direction: column;
}

.introduction-content-item img {
  width: 100% !important;
}

.cards {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.card {
  width: 250px;
  display: flex;
  margin: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  color: #fff;

  text-align: center;
  font-weight: bold;
  border-radius: 0 50px 0 50px;
  background-color: #0673b6;
  text-transform: uppercase;
}

.card:hover {
  opacity: 0.9;
}

.card h3 {
  font-size: 1.3rem !important;
}

.tsuru-video {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0673b6;
  padding-bottom: 3rem;
}

.tsuru-video h2 {
  color: #fff !important;
}

.initial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4rem;
  width: 100%;
  height: calc(100vh - 113px);
  background-image: linear-gradient(
    to bottom right,
    rgb(6, 115, 182),
    rgb(0, 0, 0)
  );
}

.initial-content img {
  width: 150px;
}

.features {
  width: 90%;
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  box-shadow: 0 0 10px #ddd;
  padding: 1rem;
  text-align: center;
  width: 20%;
  min-height: 500px;
  margin: 1rem;
}

.features-item li {
  text-align: left;
  color: #666;
  margin-bottom: 0.5rem;
}

.features-item-description {
  font-weight: normal !important;
  text-align: center;
  color: #666;
  margin-bottom: 0.5rem;
}

.features img {
  width: 100px;
}

.features p {
  font-weight: bold;
}
.indicators {
  padding: 2rem;
  width: 90%;
  box-shadow: 0 0 10px #ddd;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.indicators img {
  width: 50%;
}

.indicators ul {
  width: 50%;
}

.indicators li {
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.clients {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 2rem;
  width: 90%;
  box-shadow: 0 0 10px #ddd;
  text-align: center;
}

.clients h3 {
  margin-bottom: 3rem;
}

.clients-list {
 
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.clients-card {
  width: 200px;
}

.clients-card img {
  width: 100%;
}

.carrousel {
  width: 70%;
  margin: 2rem 0 5rem 0;
  box-shadow: 0 0 10px #ddd;
  border-radius: 8px;
}

.carrousel img {
  border-radius: 8px;
}

@media (min-width: 0) and (max-width: 991px) {
  .initial-content {
    height: auto;
    padding: 0 1rem;
    align-items: center;
  }

  .introduction-content {
    flex-direction: column !important;
  }

  .introduction-content-item {
    width: 100%;
  }

  .introduction-content-item button {
    margin-bottom: 3rem;
  }

  .features {
    width: 95%;
    flex-direction: column;
  }
  .features-item {
    width: 100%;
    min-height: auto !important;
    margin: 0 0 1rem 0;
  }

  .features-item ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 0) and (max-width: 860px) {
  iframe {
    width: 90%;
    height: 300px;
  }

  .carrousel {
    width: 95%;
    margin-bottom: 1rem;
  }

  .indicators, .clients {
    width: 95%;
    flex-direction: column;
    align-items: center;
  }

  .clients {
    padding: 0;
  }

  .clients-list {
    flex-direction: column;
    align-items: center;
  }

  .clients {
    box-shadow: none;
  }

  .clients-card {
    margin-bottom: 2rem;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
  }

  #motoca-img {
    width: 70%;
  }

  .indicators ul {
    width: 100%;
  }

  .indicators img {
    width: 100%;
  }
}
