/* HERO */

.hero {
  padding: 80px 0;
  background-color: #ebf3f5;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding: 80px 0 0;
    overflow: hidden;
  }
  .hero:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 48.564rem 48.564rem 48.564rem;
    border-color: transparent transparent #257341 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
    z-index: 2;
  }
  .hero:after {
    content: '';
    background-color: #fff;
    display: block;
    width: 90%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .hero .container {
    position: relative;
    z-index: 3;
  }
}
.hero h1 {
  margin: 0 0 30px;
  font-size: 48px;
  color: #194d2b;
  font-weight: 700;
}
.hero p {
  margin-bottom: 32px;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 1.5em;
}
.hero ul {
  margin: 0 0 50px;
  list-style-type: disc;
  list-style-position: inside;
}

.hero object {
  display: block;
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero ul {
    margin: 0;
  }

  .hero img {
    margin: 0 0 0 40px;
  }

  .hero .col-left {
    padding-bottom: 60px;
  }
}
.hero ul li {
  margin-right: 12px;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  list-style-type: disc;
  list-style-position: inside;
}
.hero ul li::marker {
  margin-right: 5px;
}

.hero .col-right {
  position: relative;
}

/* COMO FUNCIONA */

.como-funciona {
  padding: 100px 0;
}
.como-funciona h2 {
  margin: 0 0 70px;
  font-size: 48px;
  color: #194d2b;
  line-height: 3.5rem;
}
.como-funciona h3 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 500;
}
.como-funciona h2,
.como-funciona h3 {
  text-align: left;
}
.como-funciona h4 {
  display: none;
}
@media (min-width: 768px) {
  .como-funciona h2 {
    margin: 0 0 50px;
  }
  .como-funciona h2,
  .como-funciona h3 {
    text-align: center;
  }
  .como-funciona h4 {
    display: block;
    margin: 0 0 50px;
    font-size: 18px;
    color: #a3bccc;
    font-weight: 400;
    text-align: center;
    position: relative;
  }
  .como-funciona h4:before {
    content: '';
    background-color: #ebf3f5;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .como-funciona h4 span {
    background-color: #fff;
    display: inline-block;
    padding: 0 35px;
    position: relative;
    z-index: 2;
  }
}
.como-funciona .como-funciona-item {
  padding: 0 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .como-funciona .como-funciona-item {
    padding: 0 20px;
    margin: 0;
  }
}
.como-funciona .como-funciona-item img,
.como-funciona .como-funciona-item object {
  margin: 0 auto 15px;
}
.como-funciona .como-funciona-item p {
  margin: 0 0 15px;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.como-funciona .como-funciona-item p:last-child {
  margin: 0;
}

/* FUNCIONALIDADES */

.funcionalidades {
  padding: 90px 0 0;
  position: relative;
}
.funcionalidades:before {
  content: '';
  background: linear-gradient(180deg, #4ae681 0%, #42cc73 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.funcionalidades .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .funcionalidades {
    padding: 0;
    overflow-x: hidden;
  }
  .funcionalidades:before {
    background: linear-gradient(132deg, #4ae681 0%, #35a55d 100%);
    height: 85%;
  }
  .funcionalidades-holder {
    padding: 45px 0 180px;
    position: relative;
    overflow: hidden;
  }
  .funcionalidades-holder:before,
  .funcionalidades-holder:after {
    content: '';
    position: absolute;
    z-index: 2;
  }
  .funcionalidades-holder:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27.2rem 27.2rem 0 27.2rem;
    border-color: #fff transparent transparent transparent;
    top: 0;
    right: 0;
    transform: translateX(50%);
  }
  .funcionalidades-holder:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27.2rem 27.2rem 27.2rem;
    border-color: transparent transparent #fff transparent;
    bottom: 15%;
    left: 0;
    transform: translateX(-50%);
  }
}
.funcionalidades h2 {
  margin: 0 0 50px;
  color: #194d2b;
  font-size: 48px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .funcionalidades h2 {
    width: 46%;
  }
}
.funcionalidades h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.funcionalidades .funcionalidades-list {
  margin: 0 0 30px;
}
.funcionalidades .funcionalidades-item {
  margin: 0 0 80px;
}
.funcionalidades .funcionalidades-item img,
.funcionalidades .funcionalidades-item object {
  margin: 0 0 30px;
}
.funcionalidades .funcionalidades-item p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .funcionalidades .funcionalidades-item {
    width: 50%;
    padding: 0 25px;
    margin: 0 0 80px;
    position: relative;
  }
  .funcionalidades .funcionalidades-item:first-child {
    top: 70px;
  }
  .funcionalidades .funcionalidades-item:nth-child(3) {
    top: 90px;
  }
  .funcionalidades .funcionalidades-item img,
  .funcionalidades .funcionalidades-item object {
    margin-right: 20px;
  }
  .funcionalidades .funcionalidades-item p {
    text-align: left;
  }
}
.funcionalidades .video-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 4px 12px #00000029;
}
@media (min-width: 768px) {
  .funcionalidades .video-item {
    width: 49%;
    margin: 0;
  }
  .funcionalidades .video-item:nth-child(2) {
    top: 80px;
  }
}
.funcionalidades .video-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.funcionalidades .video-item .video-item-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding: 0 15px 13px;
  color: #fff;
}
.funcionalidades .video-item .video-item-content i {
  margin: 0 0 40px;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.39);
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.funcionalidades .video-item .video-item-content h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.funcionalidades .video-item .video-item-content p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .funcionalidades .video-item .video-item-content {
    padding: 0 25px;
  }
  .funcionalidades .video-item .video-item-content i {
    font-size: 7em;
  }
  .funcionalidades .video-item .video-item-content h4 {
    font-size: 26px;
  }
  .funcionalidades .video-item .video-item-content p {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.funcionalidades .video-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((175 / 289) * 100%);
}

/* APLICACOES */

.aplicacoes {
  padding: 100px 0 0;
}
.aplicacoes .row [class*='col-'] {
  position: relative;
  z-index: 2;
}
.aplicacoes h2 {
  margin-bottom: 70px;
  font-size: 48px;
  color: #194d2b;
  line-height: 3.5rem;
}
.aplicacoes h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 500;
}
.aplicacoes h2,
.aplicacoes h3 {
  text-align: left;
}
@media (min-width: 768px) {
  .aplicacoes {
    padding: 0 0 35px;
    position: relative;
    overflow: hidden;
  }
  .aplicacoes:before,
  .aplicacoes:after {
    content: '';
    position: absolute;
  }
  .aplicacoes:before {
    background: linear-gradient(180deg, #4ae681 0%, #35a55d 100%);
    display: block;
    width: 100%;
    height: 55%;
    left: 0;
    bottom: 0;
  }
  .aplicacoes:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 39.9rem 39.9rem 39.9rem;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
  }
  .aplicacoes h2,
  .aplicacoes h3 {
    text-align: center;
  }
  .aplicacoes h2 {
    margin-bottom: 130px;
  }
}
.aplicacoes h4 {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.aplicacoes .aplicacoes-list {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .aplicacoes .aplicacoes-list {
    margin: 0 0 80px;
  }
}
.aplicacoes .aplicacoes-item {
  margin: 0 0 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .aplicacoes .aplicacoes-item {
    margin: 0;
  }
  .aplicacoes .aplicacoes-item:nth-child(odd) {
    margin-top: -50px;
  }
}
.aplicacoes .aplicacoes-item .aplicacoes-item-content {
  background-color: #ebf3f5;
  padding: 35px 20px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px #0000000a;
}
.aplicacoes .aplicacoes-item .aplicacoes-item-content img,
.aplicacoes .aplicacoes-item .aplicacoes-item-content object {
  margin-bottom: 30px;
  display: inline-block;
}
.aplicacoes .aplicacoes-item .aplicacoes-item-content h5 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #194d2b;
  font-weight: 800;
  text-align: center;
}
.aplicacoes .aplicacoes-item .aplicacoes-item-content p {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.aplicacoes .aplicacoes-video {
  position: relative;
}

.aplicacoes .aplicacoes-video::before {
  content: '';
  background: linear-gradient(180deg, #4ae681 0%, #42cc73 100%);
  display: block;
  width: 100%;
  height: 130%;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .aplicacoes .aplicacoes-video::before {
    background: transparent;
  }
}

.aplicacoes .aplicacoes-video p {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  line-height: 65px;
}

@media (min-width: 768px) {
  .aplicacoes .aplicacoes-video p {
    width: 90%;
  }
}

.aplicacoes .aplicacoes-video img {
  margin: 50px 0 0;
}

/* CLIENTES */

.clientes {
  padding: 100px 0 0;
}
.clientes h2 {
  margin-bottom: 60px;
  font-size: 48px;
  color: #194d2b;
  line-height: 3.5rem;
  text-align: center;
}
.clientes h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 500;
  text-align: center;
}
.clientes .clientes-list {
  margin: 0 0 50px;
  flex-wrap: wrap;
}

.clientes .clientes-item {
  height: 100%;
  width: 49%;
}

@media (min-width: 768px) {
  .clientes .clientes-list {
    margin: 0 0 90px;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .clientes .clientes-item {
    width: auto;
  }
}
.clientes .owl-stage {
  display: flex;
}

.clientes .clientes-demonstracao {
  background: linear-gradient(270deg, #4ae681 0%, #42cc73 100%);
}
.clientes .clientes-demonstracao .col-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.clientes .clientes-demonstracao h4 {
  width: 90%;
  margin: 0 auto 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
}
.clientes .clientes-demonstracao .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.owl-item img {
  width: 150px;
}

@media (min-width: 768px) {
  .clientes {
    padding: 100px 0;
  }
  .clientes .clientes-demonstracao {
    background: url('https://f.hubspotusercontent20.net/hubfs/21092374/home/bg-agendar-demosntracao.svg')
      no-repeat center;
    background-size: contain;
    min-height: 376px;
  }
  .clientes .clientes-demonstracao .col-12 {
    padding-top: 127px;
    padding-left: 260px;
  }
  .clientes .clientes-demonstracao h4 {
    width: 80%;
    margin: 0 0 10px;
    text-align: left;
  }
  .clientes .clientes-demonstracao .btn {
    left: 0;
    transform: none;
  }
}
@media (min-width: 1440px) {
  .clientes .clientes-demonstracao .col-12 {
    padding-top: 150px;
    padding-left: 320px;
  }
}

/* PROBLE */

.probe-zordon {
  background-color: #ebf3f5;
  padding: 95px 0 100px;
}
.probe-zordon h2 {
  width: 87%;
  margin-bottom: 50px;
  font-size: 48px;
  color: #194d2b;
  line-height: 3.5rem;
}
.probe-zordon h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 500;
}
.probe-zordon p {
  margin: 0 0 20px;
  font-size: 20px;
  color: #4b4b4b;
  line-height: 1.5;
}
.probe-zordon p:last-child {
  margin-bottom: 70px;
}
.probe-zordon dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
}
.probe-zordon dl dt:last-of-type span {
  border-bottom: 0;
}
.probe-zordon dl dt span {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 20px;
  color: #194d2b;
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
}
.probe-zordon dl dt i {
  margin-bottom: 20px;
  margin-right: 15px;
  color: #35a55d;
  transition: transform 0.75s;
}
.probe-zordon dl dt i:before {
  content: '\f067';
}
.probe-zordon dl dt.active i {
  transform: rotate(180deg);
}
.probe-zordon dl dt.active i:before {
  content: '\f068';
}
.probe-zordon dl dd {
  display: none;
  margin: 0 0 20px;
  font-size: 18px;
  color: #4b4b4b;
}

/* QUEM SOMOS */

.quem-somos {
  background-color: #25232b;
  padding: 100px 0;
  position: relative;
}
.quem-somos h2 {
  margin-bottom: 30px;
  font-size: 48px;
  color: #fff;
  line-height: 3.5rem;
}
.quem-somos h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #35a55d;
  font-weight: 500;
}
.quem-somos p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 32px;
}
.quem-somos img,
.quem-somos object {
  margin: 180px 0 0;
}
@media (min-width: 768px) {
  .quem-somos {
    background: #ebf3f5
      url('https://f.hubspotusercontent20.net/hubfs/21092374/home/bg-quem-somos.svg')
      no-repeat center top;
    background-size: cover;
    padding: 60px 0 100px;
  }
  .quem-somos:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 330px 330px 330px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
  }
  .quem-somos img,
  .quem-somos object {
    margin: 180px 0 0;
  }
  .quem-somos p {
    width: 95%;
  }
}

/* FAQ */

.faq {
  padding: 100px 0;
}
.faq h2 {
  margin: 0 0 70px;
  font-size: 47px;
  color: #42cc73;
  font-weight: 600;
  text-align: center;
}
.faq dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #afbdc6;
  cursor: pointer;
}
.faq dl dt:last-of-type {
  border-bottom: 0;
}
.faq dl dt span {
  display: inline-block;
  flex: 1;
  padding-right: 30px;
  font-size: 24px;
  color: #194d2b;
  font-weight: 400;
  line-height: 1.7;
}
.faq dl dt.active span {
  color: #35a55d;
  font-weight: 600;
}
.faq dl dt.active i {
  transform: rotate(180deg);
}
.faq dl dt i {
  color: #35a55d;
}
.faq dl dd {
  display: none;
  padding-bottom: 60px;
  font-size: 22px;
  color: #20263e;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .faq dl dt span {
    font-size: 24px;
  }
}

/* OUTROS */

.como-funciona .como-funciona-item img {
  width: 100px;
}
.clientes-demonstracao .col-12 {
  display: none;
}
.clientes .clientes-demonstracao {
  display: none;
}

.footer-text a {
  color: #6a6871;
  text-decoration: none;
  font-style: italic;
}

main {
  margin-top: -30px;
}

.clientes-demonstracao h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}

.header-button {
  align-items: center;
  margin-top: 21px;
}

.header-button a {
  font-size: 13px;
}

.hero h1 {
  font-size: 2.1rem;
}

.footer .footer-nav {
  margin-bottom: 0;
}
