* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
html {
  scroll-behavior: smooth;
}
.block {
  width: 100%;
  display: block;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.top {
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  min-height: 600px;
}
.is-50 {
  width: 50%;
}
.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.porque-img {
  padding-right: 1.5em;
}
.blue-btn {
  background: #a9dae8 !important;
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 2em;
  border-radius: 50px;
  display: inline-block;
}
.webinar {
  background: #a9dae8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  border-radius: 50px;
  max-width: 260px;
  padding: 1em 0;
}
.rotina {
  font-size: 1.3em !important;
}
.webinar img {
  display: flex !important;
  margin-bottom: 0 !important;
}
.top-left {
  width: 70%;
}
.top-left img {
  display: block;
  margin-bottom: 2rem;
}
.top-left h1 {
  font-size: 3.1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  margin-top: 1em;
}
.top-left p {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1em 0;
  padding-right: 3em;
}
.top-right {
  width: 30%;
  background: #e2e2e2;
  padding: 1rem;
  border-radius: 10px;
}
.icon-line {
  padding: 2em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.have-border {
  border-right: 1px solid white;
  margin-right: 1.2em;
}
.icon-info {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  padding-right: 1.2em;
}
.icon-info img {
  margin-right: 10px;
  margin-bottom: 0;
}
.grey-bg {
  background: #f7f7f7;
}
.saiba-bg {
  /* background: #f3f3f3; */
}
.main-text {
  padding: 5rem 0;
  display: flex;
}
.main-text-inst {
  padding: 5rem 0;
  display: flex;
}
.left-line {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
}
.is-50 h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #87ce92;
  margin-bottom: 1rem;
  line-height: 31px;
}
.is-50 p {
  color: #818181;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 31px;
}
.participante-flex {
  display: flex;
}
.is-50 a {
  background: #a9dae8;
}
.participe-btn {
  color: #6fbacf;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: white !important;
}
.is-50 img {
  max-width: 100%;
}
.falaremos-sobre {
  display: flex;
  align-items: center;
}
.is-50 h3 {
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  font-size: 2rem;
  margin: 1rem 0;
}
.check {
  display: flex;
  flex-direction: column;
}
.check div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5b5b5b;
  margin-bottom: 1rem;
}
.check div img {
  margin-right: 10px;
}
.line-title {
  font-size: 1.9rem;
  color: #404040;
  font-weight: 800;
  margin: 40px 0;
}
.line-title::before {
  content: "";
  position: absolute;
  width: 91px;
  height: 81px;
  background: url("../img/line.png");
  margin-top: -20px;
  margin-left: -20px;
}
.participante {
  display: flex;
  align-items: center;
  padding: 1em;
  background: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-right: 2em;
  margin-top: 2em;
  width: 100%;
}
.participante img {
  border-radius: 50%;
  margin-right: 15px;
  padding: 1em;
}
.participante div h4 {
  font-weight: 700;
  color: #6fbacf;
  margin-bottom: 0.5rem;
}
.participante div p {
  font-size: 0.9rem;
  color: #5b5b5b;
  margin-bottom: 0;
  line-height: 20px;
}
.hard-blue {
  background: #a9dae8;
}
.date-bg {
  background: #a9dae8;
  padding: 1em 0;
}
.date {
  border-radius: 10px;
  /* background: #f6f6f6; */
  padding: 2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.2rem;
  color: white;
  font-weight: 700;
}
.date img {
  margin-right: 15px;
}
.date a {
  padding: 0.8rem 4rem;
  font-size: 1.5rem;
}
.date div {
  display: flex;
  align-items: center;
}
.footer {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #515151;
}
.participar {
  padding: 1rem;
  color: #5e5e5e;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
}
#conversion-webinar-raixo-x-co-investidor-2fb57afa6daeb4c6e288 header {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .icon-line {
    align-items: flex-start;
    padding: 1em 0;
  }
  .top-content,
  .icon-line,
  .main-text,
  .date,
  .participante,
  .footer,
  .participante-flex {
    flex-direction: column;
  }
  .top-left h1 {
    font-size: 2.5em;
  }
  .top-left,
  .top-right,
  .is-50 {
    width: 100%;
  }
  .blue-btn {
    text-align: center;
  }
  .top-content,
  .is-50,
  .main-text-inst {
    padding: 2em;
  }
  .top-left p {
    padding-right: 0;
    margin: 0;
    /* margin-bottom: 2em; */
  }
  .top {
    padding: 0;
  }
  .icon-info {
    font-size: 1rem;
    margin: 0.5em 0;
  }
  .have-border {
    border-right: 0;
  }
  .icon-info img {
    margin-bottom: 15px;
  }
  .main-text {
    padding: 2rem 0;
  }
  .left-line {
    border-left: none;
  }
  .participante {
    text-align: center;
    margin-right: 0;
    padding: 1.5rem;
  }
  .participante img {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .hard-blue {
    margin-top: 2rem;
  }
}
