* {
  font-family: "Inter", "Sora", sans-serif !important;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}
img {
  display: block;
}

.container {
  width: 100% !important;
  max-width: 1070px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn-filled-primary {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  background: #E66800;
  color: white;
}
.btn-filled-primary:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.btn-filled-primary span {
  z-index: 20;
}
.btn-filled-primary:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-filled-primary:hover {
  background: hsl(27, 100%, 40%);
}

body.active-menu {
  overflow: hidden;
}
body.active-menu .menu-mobile {
  pointer-events: all;
  opacity: 1;
  transform: translate(0, 0);
}

header {
  width: 100%;
  position: fixed;
  top: 32px;
  z-index: 2024;
}
header .content-wrapper {
  border-radius: 1000px;
  background: white;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  width: 100%;
  filter: drop-shadow(0px 8px 16px hsla(0, 0%, 0%, 0.24));
}
header .content-wrapper .logo-wrapper {
  width: 100%;
  max-width: 180px;
}
header .content-wrapper .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .content-wrapper .right {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
}
header .content-wrapper .right ul {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
}
header .content-wrapper .right ul li {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.6s;
}
header .content-wrapper .right ul li:before {
  content: "";
  width: 0px;
  height: 2px;
  bottom: 0;
  background-color: #E66800;
  transition: all 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
}
header .content-wrapper .right ul li:hover {
  color: #E66800;
}
header .content-wrapper .right ul li:hover:before {
  width: 100%;
  opacity: 1;
}
header .content-wrapper .right .open-menu-mobile {
  display: none;
}
@media (max-width: 576px) {
  header .content-wrapper .right ul, header .content-wrapper .right .btn-filled-primary {
    display: none;
  }
  header .content-wrapper .right .open-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #303030;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(141, 57, 147) 0%, rgb(97, 20, 102) 100%);
  width: 100%;
  height: 100vh;
  z-index: 2024;
  padding-top: 32px;
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, 0);
  transition: all 0.6s;
}
.menu-mobile .topo {
  border-radius: 1000px;
  background: #fff;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  width: 100%;
  margin-bottom: 48px;
  filter: drop-shadow(0px 8px 16px hsla(0, 0%, 0%, 0.24));
}
.menu-mobile .topo .logo-wrapper {
  width: 100%;
  max-width: 180px;
}
.menu-mobile .topo .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-mobile .topo .close-menu-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
}
.menu-mobile .bottom ul {
  display: flex;
  flex-flow: column;
  gap: 12px;
  margin-bottom: 32px;
  padding-left: 24px;
}
.menu-mobile .bottom ul li a {
  font-size: 32px;
  font-weight: 700;
  color: white;
}
.menu-mobile .bottom .btn-filled-primary {
  height: 64px;
  font-size: 32px;
  width: 100%;
}

body.modal-active {
  overflow: hidden;
}

.detalhe-topo {
  width: 64px;
  height: 64px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -32px;
  z-index: 6;
  filter: drop-shadow(0px 4px 8px hsla(0, 0%, 0%, 0.24));
}
.detalhe-topo img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: bounce2 2s ease infinite;
}

.s-hero {
  height: 100vh;
  max-height: 745px;
  min-height: 745px;
  background: linear-gradient(180deg, rgb(141, 57, 147) 0%, rgb(97, 20, 102) 100%);
  padding-top: 116px;
  position: relative;
}
.s-hero .content-wrapper .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  margin-bottom: 48px;
}
.s-hero .content-wrapper .text-wrapper h1 {
  margin-top: 80px;
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-align: center;
  width: 100%;
  line-height: 125%;
  position: relative;
  height: 120px;
  max-width: 744px;
  margin-bottom: 16px;
  width: 100%;
}
.s-hero .content-wrapper .text-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  max-width: 818px;
  width: 100%;
  text-align: center;
}
.s-hero .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
  position: relative;
}
.s-hero .cards-wrapper .card {
  height: 177px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.s-hero .cards-wrapper .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.s-hero .cards-wrapper .card:hover img {
  transform: scale(1.05);
}
.s-hero .cards-wrapper .detalhe {
  position: absolute;
  width: 140px;
  height: 120px;
  left: -140px;
  bottom: -54px;
}
.s-hero .cards-wrapper .detalhe .seta {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 24px;
  animation: bounce2 2000ms infinite;
}
.s-hero .cards-wrapper .detalhe .seta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-hero .cards-wrapper .detalhe .texto {
  width: 140px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-hero .cards-wrapper .detalhe .texto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .s-hero {
    height: auto;
    max-height: inherit;
    min-height: auto;
    padding: 116px 0;
  }
  .s-hero .content-wrapper .text-wrapper h1 {
    height: auto;
    font-size: 32px;
    margin-top: 48px;
  }
  .s-hero .cards-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .s-hero .cards-wrapper .detalhe {
    display: none;
  }
  .s-hero .cards-wrapper .card {
    height: 210px;
  }
}

.s-minha-gestao {
  width: 100%;
  background: white;
  -webkit-mask-image: url(../images/mascara-hero.svg);
  mask-image: url(../images/mascara-hero.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: top;
  mask-position: top;
  mask-repeat: no-repeat;
  margin-top: -40px;
  padding-top: 40px;
  position: relative;
  z-index: 5;
}
.s-minha-gestao .hero {
  padding: 113px 0;
  background-image: url(../images/fundo2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  margin-top: -40px;
}
.s-minha-gestao .hero .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}
.s-minha-gestao .hero .content-wrapper .left {
  width: 100%;
  max-width: 443px;
}
.s-minha-gestao .hero .content-wrapper .left h2 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  color: #E66800;
  margin-bottom: 16px;
  background: -webkit-linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-minha-gestao .hero .content-wrapper .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #303030;
  margin-bottom: 24px;
}
.s-minha-gestao .hero .content-wrapper .left .btn-filled-gestao {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  height: 56px;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  font-size: 20px;
}
.s-minha-gestao .hero .content-wrapper .left .btn-filled-gestao:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.s-minha-gestao .hero .content-wrapper .left .btn-filled-gestao span {
  z-index: 20;
}
.s-minha-gestao .hero .content-wrapper .left .btn-filled-gestao:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.s-minha-gestao .hero .content-wrapper .right {
  width: 100%;
  max-width: 507px;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper {
  width: 100%;
  height: 100%;
  height: 360px;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 8px;
  z-index: 2;
  background: url(../images/video-thumb.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper .content .iconWrapper {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 4;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper .content .iconWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper .content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  color: white;
  text-align: center;
  position: relative;
  z-index: 4;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper .content:before {
  content: "";
  background: hsla(0, 0%, 0%, 0.64);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper:hover {
  cursor: pointer;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper:hover .content {
  background: url(../images/novo-gif-dimas.gif);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper.paused video {
  opacity: 0;
  pointer-events: none;
  z-index: 2025;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper.paused .content {
  opacity: 1;
  pointer-events: all;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper.playing video {
  opacity: 1;
  pointer-events: all;
}
.s-minha-gestao .hero .content-wrapper .right .video-wrapper .video-content-wrapper.playing .content {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .s-minha-gestao {
    width: 100%;
    background: white;
    -webkit-mask-image: url(../images/mascara-hero-mobile.svg);
    mask-image: url(../images/mascara-hero-mobile.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
    mask-position: center;
    mask-repeat: no-repeat;
    margin-top: -40px;
    padding-top: 40px;
    position: relative;
    z-index: 5;
  }
  .s-minha-gestao .hero {
    padding: 32px 0;
  }
  .s-minha-gestao .hero .content-wrapper {
    flex-flow: column;
    gap: 24px;
  }
  .s-minha-gestao .hero .content-wrapper .left {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .s-minha-gestao .hero .content-wrapper .left h2, .s-minha-gestao .hero .content-wrapper .left p {
    text-align: center;
  }
}

.s-para-quem {
  width: 100%;
  height: 700px;
  background-image: url(../images/fundo-para-quem.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s-para-quem .container {
  height: 100%;
}
.s-para-quem .container .content-wrapper {
  width: 100%;
  max-width: 508px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.s-para-quem .container .content-wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s-para-quem .container .content-wrapper .accordions {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.s-para-quem .container .content-wrapper .accordions .accordion {
  background: white;
  border: 16px;
  overflow: hidden;
  border-radius: 16px;
  padding: 24px 32px;
  transition: all 0.6s;
  filter: drop-shadow(0px 4px 8px hsla(0, 0%, 0%, 0.24));
  cursor: pointer;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header .icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  color: #FF7900;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header .click {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}
.s-para-quem .container .content-wrapper .accordions .accordion .header .click img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-para-quem .container .content-wrapper .accordions .accordion .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #303030;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: all 0.6s;
}
.s-para-quem .container .content-wrapper .accordions .accordion.active .header {
  margin-bottom: 10px;
}
.s-para-quem .container .content-wrapper .accordions .accordion.active .info {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
@media (max-width: 576px) {
  .s-para-quem {
    height: auto;
    padding: 40px 0;
  }
  .s-para-quem .container .content-wrapper h2 {
    font-size: 40px;
    text-align: center;
  }
}

.s-passos {
  padding: 120px 0;
  width: 100%;
  position: relative;
  background-image: url(../images/fundo2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  margin-top: -40px;
}
.s-passos .content-wrapper {
  display: flex;
  flex-flow: column;
  gap: 48px;
  align-items: center;
}
.s-passos .content-wrapper .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.s-passos .content-wrapper .cards-wrapper .card {
  height: 216px;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-flow: column;
  background: white;
}
.s-passos .content-wrapper .cards-wrapper .card.info {
  border: 1px solid #B95D20;
  background: transparent;
}
.s-passos .content-wrapper .cards-wrapper .card.info h3 {
  padding-top: 16px;
  font-size: 24px;
  font-weight: 700;
  background: -webkit-linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 19%, 0.24);
  margin-bottom: 16px;
}
.s-passos .content-wrapper .cards-wrapper .card.info p {
  font-size: 13px;
  font-weight: 400;
  color: #303030;
}
.s-passos .content-wrapper .cards-wrapper .card .header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 19%, 0.16);
  margin-bottom: 8px;
}
.s-passos .content-wrapper .cards-wrapper .card .header .icon-wrapper {
  width: 48px;
  height: 48px;
  padding: 8px;
  background: linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  border-radius: 12px;
  overflow: hidden;
}
.s-passos .content-wrapper .cards-wrapper .card .header .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-passos .content-wrapper .cards-wrapper .card .header .infos h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FF7900;
  line-height: 125%;
  text-transform: uppercase;
}
.s-passos .content-wrapper .cards-wrapper .card .header .infos p {
  color: #303030;
  font-weight: 600;
  line-height: 125%;
  font-size: 12px;
}
.s-passos .content-wrapper .cards-wrapper .card .descricao {
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  color: #303030;
}
.s-passos .content-wrapper .btn-filled-gestao {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  height: 56px;
  background: linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.s-passos .content-wrapper .btn-filled-gestao:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.s-passos .content-wrapper .btn-filled-gestao span {
  z-index: 20;
}
.s-passos .content-wrapper .btn-filled-gestao:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 576px) {
  .s-passos {
    padding: 56px 0 116px;
    margin-top: 0;
  }
  .s-passos .content-wrapper {
    gap: 32px;
  }
  .s-passos .content-wrapper .cards-wrapper {
    grid-template-columns: 1fr;
  }
}

.e-book {
  width: 100%;
  -webkit-mask-image: url(../images/mascara-hero.svg);
  mask-image: url(../images/mascara-hero.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: top;
  mask-position: top;
  mask-repeat: no-repeat;
  margin-top: -40px;
  padding-top: 40px;
  position: relative;
  z-index: 5;
  background: white;
}
.e-book::after {
  width: 100%;
  height: 100%;
  background-image: url(../images/gradient-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.e-book .hero {
  padding: 113px 0;
  position: relative;
  z-index: 6;
}
.e-book .hero .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}
.e-book .hero .content-wrapper .left {
  width: 100%;
  max-width: 443px;
}
.e-book .hero .content-wrapper .left .pill {
  background: hsla(350, 59%, 50%, 0.24);
  margin-bottom: 16px;
  padding: 0 16px;
  height: 36px;
  color: #CA334E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.e-book .hero .content-wrapper .left h2 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  color: #303030;
  margin-bottom: 24px;
}
.e-book .hero .content-wrapper .left h2 strong {
  color: #CA334E;
  font-weight: 700;
}
.e-book .hero .content-wrapper .left .btn-filled-ebook {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  background: linear-gradient(60deg, rgb(196, 36, 87) 0%, rgb(227, 113, 46) 100%);
  color: white;
  height: 56px;
  font-size: 20px;
}
.e-book .hero .content-wrapper .left .btn-filled-ebook:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.e-book .hero .content-wrapper .left .btn-filled-ebook span {
  z-index: 20;
}
.e-book .hero .content-wrapper .left .btn-filled-ebook:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.e-book .hero .content-wrapper .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #303030;
  margin-bottom: 24px;
}
.e-book .hero .content-wrapper .left .btn-filled-gestao {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  height: 56px;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(60deg, rgb(139, 24, 10) 0%, rgb(245, 183, 60) 180%);
  font-size: 20px;
}
.e-book .hero .content-wrapper .left .btn-filled-gestao:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.e-book .hero .content-wrapper .left .btn-filled-gestao span {
  z-index: 20;
}
.e-book .hero .content-wrapper .left .btn-filled-gestao:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.e-book .hero .content-wrapper .right {
  width: 100%;
  max-width: 507px;
}
.e-book .hero .content-wrapper .right .video-wrapper {
  width: 100%;
  height: 100%;
  height: 360px;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 8px;
  z-index: 2;
  background: url(../images/thumb-video-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book .content .iconWrapper {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 4;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book .content .iconWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book .content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  color: white;
  text-align: center;
  position: relative;
  z-index: 4;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book .content:before {
  content: "";
  background: hsla(0, 0%, 0%, 0.64);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book:hover {
  cursor: pointer;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book:hover .content {
  background: url(../images/novo-gif-video-2.gif);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book.paused video {
  opacity: 0;
  pointer-events: none;
  z-index: 2025;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book.paused .content {
  opacity: 1;
  pointer-events: all;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book.playing video {
  opacity: 1;
  pointer-events: all;
}
.e-book .hero .content-wrapper .right .video-wrapper .video-content-wrapper-e-book.playing .content {
  opacity: 0;
  pointer-events: none;
}
.e-book .detalhes {
  padding: 80px 0 120px;
  position: relative;
  z-index: 6;
}
.e-book .detalhes .content-wrapper {
  display: grid;
  grid-template-columns: 295px 416px 242px;
  justify-content: space-between;
  align-items: center;
}
.e-book .detalhes .content-wrapper .text-wrapper {
  padding-top: 154px;
}
.e-book .detalhes .content-wrapper .text-wrapper h3 {
  color: #CA334E;
  font-weight: 700;
  line-height: 150%;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.e-book .detalhes .content-wrapper .text-wrapper p {
  color: #303030;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
}
.e-book .detalhes .content-wrapper .text-wrapper:nth-child(1) h3, .e-book .detalhes .content-wrapper .text-wrapper:nth-child(1) p {
  text-align: right;
}
.e-book .infos {
  padding-bottom: 120px;
  position: relative;
  z-index: 6;
}
.e-book .infos .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.e-book .infos .title {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.e-book .infos .title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  color: #CA334E;
  margin-bottom: 16px;
}
.e-book .infos .title p {
  font-size: 16px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 125%;
}
.e-book .infos .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 48px;
}
.e-book .infos .cards-wrapper .card {
  overflow: hidden;
  border-radius: 16px;
}
.e-book .infos .cards-wrapper .card .image-wrapper {
  width: 100%;
  height: 240px;
}
.e-book .infos .cards-wrapper .card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.e-book .infos .cards-wrapper .card .descricao {
  padding: 24px 16px 16px;
  background-color: white;
}
.e-book .infos .cards-wrapper .card .descricao h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  color: #CA334E;
  margin-bottom: 12px;
}
.e-book .infos .cards-wrapper .card .descricao p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #303030;
}
.e-book .infos .btn-filled-ebook {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  height: 56px;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(60deg, rgb(196, 36, 87) 0%, rgb(227, 113, 46) 100%);
  color: white;
  height: 56px;
  font-size: 20px;
}
.e-book .infos .btn-filled-ebook:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
.e-book .infos .btn-filled-ebook span {
  z-index: 20;
}
.e-book .infos .btn-filled-ebook:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 576px) {
  .e-book {
    -webkit-mask-image: url(../images/mascara-hero-mobile.svg);
    mask-image: url(../images/mascara-hero-mobile.svg);
  }
  .e-book .hero {
    padding: 32px 0;
  }
  .e-book .hero .content-wrapper {
    flex-flow: column;
    gap: 24px;
  }
  .e-book .hero .content-wrapper .left {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .e-book .hero .content-wrapper .left h2, .e-book .hero .content-wrapper .left p {
    text-align: center;
  }
  .e-book .detalhes {
    padding: 32px 0;
  }
  .e-book .detalhes .content-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .e-book .detalhes .content-wrapper .text-wrapper {
    padding-top: 0;
  }
  .e-book .detalhes .content-wrapper .text-wrapper:nth-child(1) {
    margin-bottom: 32px;
  }
  .e-book .detalhes .content-wrapper .text-wrapper:nth-child(1) h3, .e-book .detalhes .content-wrapper .text-wrapper:nth-child(1) p {
    text-align: center;
  }
  .e-book .detalhes .content-wrapper .text-wrapper:last-child {
    margin-top: 32px;
  }
  .e-book .detalhes .content-wrapper .text-wrapper h3, .e-book .detalhes .content-wrapper .text-wrapper p {
    text-align: center;
  }
  .e-book .infos .title {
    margin-bottom: 32px;
  }
  .e-book .infos .title h2, .e-book .infos .title p {
    text-align: center;
  }
  .e-book .infos .title h2 {
    font-size: 32px;
  }
  .e-book .infos .cards-wrapper {
    grid-template-columns: 1fr;
  }
}

footer.inicial {
  width: 100%;
  background: linear-gradient(180deg, rgb(141, 57, 147) 0%, rgb(97, 20, 102) 100%);
  -webkit-mask-image: url(../images/mascara-hero.svg);
  mask-image: url(../images/mascara-hero.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: top;
  mask-position: top;
  mask-repeat: no-repeat;
  margin-top: -40px;
  padding-top: 40px;
  position: relative;
  z-index: 5;
}
footer.inicial .content-wrapper {
  display: flex;
  flex-flow: column;
  padding: 32px 0;
}
footer.inicial .content-wrapper .top {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}
footer.inicial .content-wrapper .top .left .logo-wrapper {
  width: 100%;
  max-width: 180px;
}
footer.inicial .content-wrapper .top .left .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
footer.inicial .content-wrapper .top .right {
  display: flex;
  align-items: center;
}
footer.inicial .content-wrapper .top .right ul {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-right: 48px;
}
footer.inicial .content-wrapper .top .right ul li {
  position: relative;
}
footer.inicial .content-wrapper .top .right ul li a {
  font-size: 16px;
  color: white;
  font-weight: 600;
}
footer.inicial .content-wrapper .top .right ul li::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
footer.inicial .content-wrapper .top .right ul li:hover:after {
  width: 100%;
  opacity: 1;
}
footer.inicial .content-wrapper .top .right .btn-tutoriais {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  background: #FF7900;
  color: white;
  font-weight: 600;
}
footer.inicial .content-wrapper .top .right .btn-tutoriais:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}
footer.inicial .content-wrapper .top .right .btn-tutoriais span {
  z-index: 20;
}
footer.inicial .content-wrapper .top .right .btn-tutoriais:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer.inicial .content-wrapper .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}
footer.inicial .content-wrapper .copy p {
  font-size: 12px;
  font-weight: 700;
  color: white;
}
footer.inicial .content-wrapper .copy .logo-artemidas {
  width: 100%;
  max-width: 116px;
}
footer.inicial .content-wrapper .copy .logo-artemidas img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
@media (max-width: 576px) {
  footer {
    -webkit-mask-image: url(../images/mascara-hero-mobile.svg);
    mask-image: url(../images/mascara-hero-mobile.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
  }
  footer.inicial .content-wrapper .top {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  footer.inicial .content-wrapper .top .right {
    flex-flow: column;
    margin-top: 32px;
  }
  footer.inicial .content-wrapper .top .right ul {
    flex-flow: column;
    margin-right: 0;
    gap: 16px;
    margin-bottom: 24px;
  }
  footer.inicial .content-wrapper .top .right ul li a {
    font-size: 20px;
  }
  footer.inicial .content-wrapper .top .right .btn-tutoriais {
    font-size: 20px;
  }
}

.gestao-efetiva header {
  top: 0;
}
.gestao-efetiva .modal {
  transition: opacity 0.25s ease;
  z-index: 21474836478;
}
.gestao-efetiva .container {
  max-width: 1280px !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.gestao-efetiva .videoWrapper {
  margin-top: -225px;
  z-index: 2025;
  display: block;
  position: relative;
}
.gestao-efetiva .videoWrapper .container .content-wrapper {
  cursor: pointer;
  height: 450px;
  background-image: url(../assets/images/thumb-video.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  width: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.gestao-efetiva .videoWrapper .container .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.64);
  z-index: 2;
}
.gestao-efetiva .videoWrapper .container .content-wrapper:hover {
  background-image: url(../assets/images/novo-gif-dimas.gif);
}
.gestao-efetiva .videoWrapper .container .content-wrapper .content {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.gestao-efetiva .videoWrapper .container .content-wrapper .content .iconWrapper {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.gestao-efetiva .videoWrapper .container .content-wrapper .content p {
  font-size: 18px;
  line-height: 125%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  color: white;
}
.gestao-efetiva .videoWrapper .container .content-wrapper .videoContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -o-object-fit: cover;
     object-fit: cover;
}
.gestao-efetiva .videoWrapper .container .content-wrapper.playing .videoContainer {
  opacity: 100;
  pointer-events: all;
}
.gestao-efetiva .videoWrapper .container .content-wrapper.playing .content {
  opacity: 0;
  pointer-events: none;
}
.gestao-efetiva .videoWrapper .container .content-wrapper.paused .videoContainer {
  opacity: 0;
  pointer-events: none;
}
.gestao-efetiva .videoWrapper .container .content-wrapper.paused .content {
  opacity: 100;
  pointer-events: all;
}
@media (max-width: 576px) {
  .gestao-efetiva .videoWrapper .container .content-wrapper {
    width: 100%;
  }
}
.gestao-efetiva .s-modulos {
  background: white;
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.gestao-efetiva .s-modulos .swiperModulos {
  cursor: grab;
  position: relative;
}
.gestao-efetiva .s-modulos .swiperModulos:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(100deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 100%);
  z-index: 12;
  pointer-events: none;
}
.gestao-efetiva .s-modulos .buttonsWrapper {
  display: flex;
  grid-gap: 8px;
  margin-top: 24px;
  justify-content: center;
  width: 100%;
  max-width: 453px;
  margin: 32px auto 0;
}
.gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperPrev, .gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperNext {
  background: #FFD5B2;
  padding: 12px 32px;
  width: 100%;
  border-radius: 8px;
  color: #E66800;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperPrev:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../assets/images/seta.svg);
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);
}
.gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperNext::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../assets/images/seta.svg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .gestao-efetiva .s-modulos .buttonsWrapper {
    margin-top: 16px;
  }
  .gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperPrev, .gestao-efetiva .s-modulos .buttonsWrapper .btnSwiperNext {
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .gestao-efetiva .s-modulos {
    padding: 32px 0;
  }
  .gestao-efetiva .s-modulos .swiperModulos::after {
    display: none;
  }
}/*# sourceMappingURL=app.css.map */