@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansRegular.otf");
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansMedium.otf");
  font-weight: 600;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansBold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansBold.otf");
  font-weight: 800;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansLight.otf");
  font-weight: 300;
}
@font-face {
  font-family: "SulSans";
  src: url("../fonts/SulSansBoldItalic.otf");
  font-style: italic;
  font-weight: 600;
}
* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #1a1a1a;
}

img {
  max-width: 100%;
  height: auto;
}

.intro-banner {
  background: #eb0033;
  padding: 40px 0 0 0;
  overflow: hidden;
}
.intro-banner div {
  text-align: center;
}
.intro-banner div span {
  border-radius: 58.5px;
  padding: 5px 15px;
  background: #ffaab4;
  display: inline-block;
  font-size: 40px;
  color: #890019;
}
.intro-banner div .red {
  color: #890019;
  padding: 0;
}
.intro-banner div h2 {
  font-size: 35px;
  font-weight: 300;
  color: #f9f2e8;
  max-width: 80%;
  margin: 20px auto 0 auto;
}
.intro-banner img {
  position: relative;
  top: 40px;
}

.beneficios {
  padding: 20px 0;
  background: #f9f2e8;
  position: relative;
}
.beneficios p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #434242;
  margin-bottom: 15px;
}
.beneficios p b {
  font-weight: bolder !important;
}
.beneficios h2 {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 43px;
  text-align: center;
  color: #ff3c53;
  margin-bottom: 20px;
  margin-top: 20px;
}
.beneficios .wrapper-b-carousel {
  margin-bottom: -190px;
  position: relative;
}
.beneficios .wrapper-b-carousel .item {
  border-radius: 71px;
  background: #fff;
  padding: 20px;
  max-width: 70%;
  margin: 0 auto;
}
.beneficios .wrapper-b-carousel .item .icon-wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beneficios .wrapper-b-carousel .item .title-card {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #eb0033;
  display: block;
}
.beneficios .wrapper-b-carousel .item .title-card::after {
  display: block;
  content: "";
  width: 97px;
  height: 2px;
  border-radius: 1.5px;
  background: #ffc400;
  margin: 10px auto;
}
.beneficios .wrapper-b-carousel .item p {
  color: #890019;
}
.beneficios .wrapper-b-carousel .tns-controls button {
  color: #eb0033;
  border: none;
  font-size: 30px;
  background: none;
  position: absolute;
  top: 40%;
  z-index: 2;
}
.beneficios .wrapper-b-carousel .tns-controls button:first-of-type {
  left: 0;
}
.beneficios .wrapper-b-carousel .tns-controls button:last-of-type {
  right: 0;
}

.outlined-span {
  border-radius: 46.5px;
  background: #eb2836;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0px;
  transform: translate(-50%, -50%);
  left: 50%;
  white-space: nowrap;
}

.veja-como {
  background: #ffaab4;
  padding-top: 200px;
  padding-bottom: 20px;
}
.veja-como .text-intro {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #890019;
  margin-bottom: 50px;
}
.veja-como .text-intro span {
  color: #eb0033;
  font-weight: bold;
}
.veja-como .box-veja {
  background: #fff;
  border-radius: 70px;
  padding: 40px 15px;
  position: relative;
}
.veja-como .box-veja .lg-order div {
  margin-bottom: 20px;
}
.veja-como .box-veja .item {
  padding: 20px;
  border: 2px solid #f66a7b;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 116px;
}
.veja-como .box-veja .item .number {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35.01px;
  height: 35.01px;
  border-radius: 50%;
  background: #a21319;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ffc400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.veja-como .box-veja .item .icon-wrapper {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.veja-como .box-veja .item p {
  flex: 1;
  max-width: 60%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #a21319;
}
.veja-como .box-veja .item + .item {
  margin-top: 20px;
}
.veja-como .box-veja h3 {
  font-size: 20px;
  line-height: 30px;
  color: #a21319;
  text-align: center;
  margin: 20px 0;
}
.veja-como .box-veja h3 span {
  color: #eb0033;
}
.veja-como .box-veja .smile {
  margin: 0 auto;
  display: block;
}
.veja-como .box-veja iframe {
  width: 320px;
  height: 180px;
  margin: 30px auto;
  display: block;
}
.veja-como h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
  color: #ff3c53;
  margin-top: 40px;
  margin-bottom: 20px;
}
.veja-como h2 span {
  color: #890019;
}
.veja-como .passo-a-passo {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding: 40px 0px 15px 0px;
  border-radius: 46px;
  background: #efeeef;
}
.veja-como .passo-a-passo img {
  border-radius: 46px;
}
.veja-como .uau {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #eb0033;
  display: block;
}
.veja-como .uau span {
  color: #890019;
}

.lembrete .pink-banner {
  background: url("../img/bg-lembrete.png") 100%;
  padding: 25px 0;
}
.lembrete .pink-banner span {
  padding: 10px 25px;
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  background: #ffc400;
  position: relative;
  left: -25px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8b051d;
}
.lembrete .pink-banner p,
.lembrete .pink-banner ul {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #f9f2e8;
}
.lembrete .pink-banner li::before {
  display: inline-block;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffc400;
  position: relative;
  top: -3px;
}
.lembrete .pink-banner p {
  margin-bottom: 20px;
}
.lembrete .white-banner {
  background: #f9f2e8;
  text-align: center;
  padding: 30px 0;
}
.lembrete .white-banner p {
  font-size: 16px;
  line-height: 26px;
  color: #3f3e3e;
}
.lembrete .white-banner h2 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 35px;
  color: #ea1d2c;
  margin-top: 30px;
}
.lembrete .white-banner .btns-wrapper {
  margin-top: 30px;
}
.lembrete .white-banner .btns-wrapper .btn-purple {
  background-color: #ea1d2c;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  right: -4px;
}
.lembrete .white-banner .btns-wrapper .btn-purple a {
  display: inline-block;
  padding: 7px 20px;
  background: #9321b2;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  top: -5px;
  left: -4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #ffc400;
  text-decoration: none;
  text-transform: uppercase;
}
.lembrete .white-banner .btns-wrapper .btn-purple + .btn-purple {
  margin-top: 20px;
}

footer {
  background: #f9f2e8;
}
footer .midias {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3098039216);
  padding: 70px 0;
}
footer .midias h4 {
  font-weight: 300;
  font-size: 18px;
  color: #3f3e3e;
  text-align: center;
}
footer .midias .box {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .midias .box a {
  background: #eb0033;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: #f9f2e8;
  font-size: 28px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer .midias .box a:hover {
  transform: scale(1.05);
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
}
footer .rodape {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .rodape img {
  margin-right: 18px;
}
footer .rodape span {
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #1a1a1a;
  max-width: 443px;
  display: inline-block;
}

@media (max-width: 830px) {
  footer .midias {
    padding: 40px 0;
  }
  footer .rodape {
    padding: 30px 20px;
    display: block;
    text-align: center;
  }
  footer .rodape .d-flex {
    margin-bottom: 30px;
    text-align: left;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1000px) and (max-width: 1180px) {
  footer .rodape span {
    max-width: 400px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  footer .midias h4 {
    font-size: 26px;
  }
  footer .midias .box a {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
  footer .rodape span {
    font-size: 22px;
    line-height: 32px;
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .intro-banner {
    background: url("../img/banner-lg.png") center no-repeat;
    background-size: cover;
    height: 648px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .intro-banner .container {
    position: absolute;
    bottom: 81px;
  }
  .intro-banner div span,
.intro-banner div img {
    display: none;
  }
  .intro-banner div h2 {
    font-size: 60px;
    line-height: 65px;
    text-align: right !important;
    width: 450px;
    margin: 0 0 0 auto;
  }
  .beneficios {
    padding-top: 88px;
  }
  .beneficios p {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .beneficios h2 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 45px;
  }
  .beneficios .wrapper-b-carousel .beneficios-carousel {
    padding-top: 20px;
  }
  .beneficios .wrapper-b-carousel .wrapper-item {
    transition: transform 0.2s ease-in-out;
  }
  .beneficios .wrapper-b-carousel .wrapper-item .item {
    max-width: 270px;
    min-height: 386px;
  }
  .beneficios .wrapper-b-carousel .wrapper-item .item p {
    font-size: 18px;
    line-height: 32px;
  }
  .beneficios .wrapper-b-carousel .wrapper-item:hover {
    transform: translateY(-10px);
    transition: transform 0.2s ease-in-out;
  }
  .outlined-span {
    font-size: 35px;
    line-height: 43px;
    padding: 10px 50px;
  }
  .veja-como {
    padding-top: 235px;
    padding-bottom: 60px;
  }
  .veja-como .text-intro {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 80px;
  }
  .veja-como .box-veja {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .veja-como .box-veja .lg-order {
    display: flex;
    justify-content: center;
  }
  .veja-como .box-veja .lg-order .line {
    height: 95%;
    position: relative;
    top: 79px;
    margin-right: 20px;
  }
  .veja-como .box-veja .lg-order .item {
    min-height: 215px;
    border-radius: 71px;
    width: 370px;
  }
  .veja-como .box-veja .lg-order .item + .item {
    margin-top: 70px;
  }
  .veja-como .box-veja .lg-order .item .number {
    width: 85.01px;
    height: 85.01px;
    top: -30px;
    left: -30px;
  }
  .veja-como .box-veja .lg-order .item .number span {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 43px;
  }
  .veja-como .box-veja .lg-order .item .icon-wrapper {
    width: 90px;
  }
  .veja-como .box-veja .lg-order h3 {
    font-size: 35px;
    line-height: 50px;
    text-align: left;
    width: 370px;
    margin-top: 40px;
  }
  .veja-como .box-veja .lg-order .smile {
    margin-right: 45px;
    position: relative;
    top: -50px;
  }
  .veja-como .box-veja iframe {
    width: 800px;
    height: 450px;
  }
  .veja-como h2 {
    font-size: 49px;
    line-height: 60px;
    margin: 60px 0 100px 0;
  }
  .veja-como .passo-a-passo {
    margin-bottom: 70px;
  }
  .veja-como .uau {
    font-size: 21px;
    line-height: 32px;
  }
  .lembrete .pink-banner {
    padding-top: 74px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }
  .lembrete .pink-banner span {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 43px;
    left: -45%;
    padding-left: 45%;
    margin-bottom: 40px;
  }
  .lembrete .pink-banner p,
.lembrete .pink-banner ul {
    font-size: 21px;
    line-height: 32px;
  }
  .lembrete .pink-banner ul {
    max-width: 78%;
  }
  .lembrete .pink-banner .sino {
    position: absolute;
    right: -50px;
    -webkit-animation: tilt-shaking 0.8s infinite;
            animation: tilt-shaking 0.8s infinite;
  }
  @-webkit-keyframes tilt-shaking {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes tilt-shaking {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .lembrete .white-banner {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .lembrete .white-banner p {
    font-size: 21px;
    line-height: 32px;
  }
  .lembrete .white-banner h2 {
    font-size: 35px;
    line-height: 43px;
  }
  .lembrete .white-banner .btns-wrapper {
    justify-content: center;
    display: flex;
    align-items: baseline;
    margin-top: 45px;
  }
  .lembrete .white-banner .btns-wrapper .btn-purple + .btn-purple {
    margin-left: 40px;
  }
  .lembrete .white-banner .btns-wrapper .btn-purple,
.lembrete .white-banner .btns-wrapper a {
    width: 530px;
    margin-top: 0 !important;
  }
  .lembrete .white-banner .btns-wrapper a {
    padding: 10px 20px !important;
    transition: transform 0.2s ease-in-out !important;
  }
  .lembrete .white-banner .btns-wrapper a:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease-in-out;
  }
}
@media (min-width: 1920px) {
  .intro-banner {
    height: 900px;
  }
  .intro-banner .container {
    bottom: 121px;
    right: 120px;
  }
}
@media (width: 1680px) {
  .intro-banner {
    height: 800px;
  }
  .intro-banner .container {
    bottom: 101px;
    right: 100px;
  }
}
@media (width: 1024px), (width: 1180px) {
  .intro-banner {
    height: 520px;
  }
  .intro-banner .container {
    bottom: 40px;
  }
  .lembrete .pink-banner p,
.lembrete .pink-banner ul {
    max-width: 70%;
  }
  .lembrete .white-banner .btns-wrapper .btn-purple,
.lembrete .white-banner .btns-wrapper a {
    width: 400px !important;
  }
}
@media (width: 768px), (width: 820px) {
  .beneficios {
    padding: 50px 0;
  }
  .beneficios .wrapper-b-carousel .item {
    max-width: 90%;
  }
  .veja-como {
    padding-bottom: 40px;
  }
  .veja-como .box-veja {
    padding: 60px 100px;
  }
  .veja-como .box-veja iframe {
    width: 100%;
    min-height: 260px;
  }
  .lembrete .pink-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lembrete .white-banner {
    padding-top: 40px;
  }
}/*# sourceMappingURL=main.css.map */