#motivos {
  padding-top: 50px;

}

#motivos .motivos-container {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

#motivos h2 {
  width: 100%;
  max-width: 1192px;
  font-family: 'Margem-medium';
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: -1px;
}

#motivos .motivos-body {
  width: 100%;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#motivos .motivo {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  width: 30%;
  min-height: 318px;
  padding: 32px;
  border-radius: 12px;
  background-color: #1B1E2D;
}

@media (min-width: 1025px) and (max-width: 1242.98px) {
  #motivos .motivo {
    min-height: 372px;
  }
}

@media (max-width: 426.98px) {
  #motivos .motivo {
    min-height: 428px !important;
  }
}

#motivos .motivo img {
  padding: 12px;
  width: 56px;
  height: 56px;

  background: #DD303E;
  border-radius: 12px;
  color: #FFFFFF;
}

#motivos .motivo h3 {
  font-family: "Margem-regular";
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}

#motivos .motivo p {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 24px;
  color: #C1C7D0;
  margin-bottom: 0;
}


#motivos .quero-participar {
  padding: 20px;
  margin: auto;
  font-family: "Margem-medium";
  border-radius: 12px;
  width: 183px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#motivos .quero-participar:hover {
  cursor: pointer;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

#motivos .slick-track {
  gap: 32px;
  padding-top: 0;
}

#motivos .slick-slide {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#motivos .slick-dots li button:before {
  color: #c5d9ff;
  opacity: .9;
}

#motivos .slick-dots li.slick-active button:before {
  color: #DD303E;
  content: "";
  background-color: #DD303E !important;
  border-radius: 3px;
  width: 20px;
  height: 6px;
  margin-top: 6px;
}

#motivos h2.mobile {
  display: none;
}


@media screen and (max-width: 768px) {
  #motivos h2 {
    display: none;
  }

  #motivos h2.mobile {
    display: block;
    width: 100%;
    max-width: 1192px;
    font-family: 'Margem-medium';
    font-size: 44px;
    color: #FFFFFF;
    letter-spacing: -1px;
  }

  #motivos .slick-slide {
    min-height: 326px;
    height: auto;
    gap: 24px;
  }

  #motivos .quero-participar {
    width: 100%;
    max-width: 344px;
    justify-content: center;
  }
}

