.main {
  position: relative;
}

.main section {
  position: relative;
}

.main section.howdoes {
  background: var(--primary);
  text-align: center;
  padding-top: 120px;
}

.main section.howdoes .title {
  line-height: 1.4em;
  font-weight: 400;
  font-size: var(--text-size-xl);
  color: var(--secondary);
  z-index: 10;
  position: relative;
}

.main section.howdoes .title b {
  font-weight: bold;
  background: var(--secondary);
  color: var(--primary-dark);
}

.main section.howdoes .subtitle {
  padding: 20px;
  border: 2px solid var(--primary-dark);
  border-radius: 25px;
  font-weight: 400;
  color: var(--secondary-light);
  display: inline-block;
}

.main section.howdoes .example div {
  z-index: 3;
}

.main section.howdoes .example_item {
  border-radius: 15px;
  border: 2px solid var(--secondary);
  color: white;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: initial;
  padding: 12px;
  letter-spacing: -0.5px;
  line-height: 1.3em;
  height: 100%;
}

.main section.howdoes .example_item b {
  font-weight: bold;
}

.main section.howdoes .example_item.small {
  font-size: 16px;
}

.main section.howdoes .cloud {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main section.howdoes .cloud img {
  z-index: 1;
  width: 50%;
}

.main section.howdoes .cloud-dark-top-left {
  position: absolute;
  left: -2%;
  top: 3%;
  width: 20vw;
}

.main section.howdoes .cloud-dark-top-right {
  position: absolute;
  right: 2%;
  top: 5%;
  width: 20vw;
}

.main section.howdoes .cloud-dark-bottom-right {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20vw;
}

.main section.howdoes .points {
  height: 50%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.main section.howdoes .points-left {
  left: 2%;
  bottom: 0%;
}

.main section.howdoes .points-right {
  right: 0;
  bottom: 25%;
}

.main section.howdoes .stars-top-left {
  position: absolute;
  left: 5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  top: 0%;
}

.main section.howdoes .stars-top-right {
  position: absolute;
  right: 0%;
  top: -10%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.main section.howdoes .stars-bottom-right {
  position: absolute;
  right: 15%;
  bottom: 2.5%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (max-width: 991px) {
  .main section.howdoes {
    padding-top: 60px !important;
  }
  .main section.howdoes .title {
    font-size: 24px;
  }
  .main section.howdoes .example {
    margin-right: 0;
  }
  .main section.howdoes .example_item {
    font-size: 16px;
  }
  .main section.howdoes .example_item.small {
    font-size: 12px;
  }
  .main section.howdoes .cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main section.howdoes .cloud img {
    width: 65%;
  }
  .main section.howdoes .points {
    display: none;
  }
  .main section.howdoes .stars {
    display: none;
  }
  .main section.howdoes br {
    display: none;
  }
}

.main section.whatcan {
  background: var(--primary-light);
  text-align: center;
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main section.whatcan {
    padding-top: 30px;
  }
}

.main section.whatcan .title {
  line-height: 1.4em;
  font-weight: 400;
  font-size: var(--text-size-xl);
  color: var(--primary);
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main section.whatcan .title {
    font-size: 32px;
  }
}

.main section.whatcan .subtitle {
  padding: 20px;
  border: 3px solid var(--primary-dark);
  max-width: 650px;
  width: 95%;
  border-radius: 25px;
  position: relative;
}

.main section.whatcan .subtitle p {
  padding: 0px 10px;
  display: inline;
  background: var(--primary);
  color: white;
  font-size: 32px;
  position: relative;
  z-index: 10;
}

.main section.whatcan .subtitle .cloud {
  position: absolute;
  width: 100px;
}

.main section.whatcan .subtitle .cloud.top-left {
  left: -20px;
  top: -30px;
}

.main section.whatcan .subtitle .cloud.top-right {
  right: 20px;
  top: -30px;
}

.main section.whatcan .subtitle .cloud.bottom-middle-1 {
  right: 50%;
  left: 50%;
  bottom: -30px;
}

.main section.whatcan .subtitle .cloud.bottom-middle-2 {
  right: 40%;
  left: 40%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: -30px;
}

.main section.whatcan .subtitle .phone {
  position: absolute;
  width: 100px;
  right: -20px;
  bottom: -20px;
}

.main section.whatcan .subtitle .cart {
  position: absolute;
  width: 100px;
  left: -20px;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  .main section.whatcan .subtitle {
    max-width: 500px;
  }
  .main section.whatcan .subtitle p {
    font-size: 20px;
    padding: 0 4px;
  }
  .main section.whatcan .subtitle .cloud, .main section.whatcan .subtitle .phone, .main section.whatcan .subtitle .cart {
    width: 60px;
  }
  .main section.whatcan .subtitle .cloud.top-left {
    left: 0px;
    top: -20px;
  }
  .main section.whatcan .subtitle .cloud.top-right {
    right: 20px;
    top: -15px;
  }
  .main section.whatcan .subtitle .cloud.bottom-middle-1 {
    bottom: -20px;
  }
  .main section.whatcan .subtitle .cloud.bottom-middle-2 {
    bottom: -20px;
  }
  .main section.whatcan .subtitle .cart {
    left: -10px;
  }
  .main section.whatcan .subtitle .phone {
    right: -10px;
  }
}

.main section.whatcan .functions {
  margin: 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main section.whatcan .functions .function {
  background: var(--secondary);
  border-radius: 50px;
  padding: 40px 20px;
  margin-bottom: 5%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main section.whatcan .functions .function_title {
  text-align: center;
  margin-bottom: 0;
}

.main section.whatcan .functions .function_img {
  min-height: 300px;
  padding: 40px;
}

.main section.whatcan .functions .function_img img {
  width: 100%;
}

.main section.whatcan .functions .function_desc {
  text-align: center;
}

.main section.whatcan .functions .function_desc h4 {
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: bold;
}

.main section.whatcan .functions .function_desc p {
  font-size: 16px;
  display: inline;
  background: var(--primary);
  color: white;
  padding: 1.5px;
  letter-spacing: 1.5px;
}

.main section.whatcan .functions .function .cloud {
  position: absolute;
}

.main section.whatcan .functions .function .cloud.top-left {
  left: -20px;
  top: -20px;
  width: 120px;
}

.main section.whatcan .functions .function .cloud.top-right {
  right: -50px;
  top: 20%;
  width: 120px;
}

.main section.whatcan .functions .function .cloud.bottom-right {
  right: -30px;
  bottom: 35%;
  width: 80px;
}

.main section.whatcan .functions .function .cloud.bottom-left {
  left: -60px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: 45%;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .main section.whatcan .functions .function .cloud.top-left {
    left: -20px;
    top: -20px;
    width: 80px;
  }
  .main section.whatcan .functions .function .cloud.top-right {
    right: -50px;
    top: 20%;
    width: 80px;
  }
  .main section.whatcan .functions .function .cloud.bottom-right {
    right: -30px;
    bottom: 35%;
    width: 60px;
  }
  .main section.whatcan .functions .function .cloud.bottom-left {
    left: -60px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    bottom: 45%;
    width: 80px;
  }
}

@media screen and (max-width: 576px) {
  .main section.whatcan .functions .function .cloud {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main section.whatcan .functions .function_img {
    min-height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main section.whatcan .functions .function {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10%;
  }
  .main section.whatcan .functions .function_title {
    font-size: 22px;
  }
}

.main section.whatcan .functions:last-child .function_img {
  min-height: auto;
  padding: 10px 0;
}

.main section.whatcan .functions:last-child .function_img img {
  max-width: 500px;
}

.main section.whatcan .functions:last-child .function .cloud.top-right {
  right: 50px;
  top: -10px;
}

.main section.whatcan .functions:last-child .function .cloud.bottom-right {
  right: 30px;
  bottom: 5%;
}

.main section.whatcan .functions:last-child .function .cloud.bottom-left {
  left: -20px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  bottom: 50%;
}

.main section.whatcan .circle {
  position: absolute;
  width: 40%;
  z-index: 0;
}

.main section.whatcan .circle:nth-child(1n) {
  right: -20%;
  top: 5%;
}

.main section.whatcan .circle:nth-child(2n + 1) {
  left: -20%;
  top: 40%;
}

.main section.whatcan .circle:nth-child(3n + 1) {
  right: -25%;
  top: 70%;
}
/*# sourceMappingURL=plataforma.css.map */