@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

:root {
  --color-primary: #ff39c7;
  --color-second: #561089;
}
@font-face {
  font-family: HeyMagnolia;
  src: url(../font/HeyMagnolia.ttf);
}
* {
  padding: 0;
  margin: 0;
}
body {
  background-image: url(../img/bg.png);
}
header {
  background-color: #fff;
  padding: 30px 50px;
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#linkcategoria{
  position: relative;
}
#setacategoria{
  position: absolute;
  top: 0;
  right: -80px;
  color: #ff39c7;
}
#setacategoria p{
  margin-top: -10px;
  margin-right: -100px;
  line-height: 10px;
  font-weight: bolder;
}
#setacategoria img{
  width: 100px;
  animation: fadeInOut 2s infinite;
}
#setacategoria{
  display: none;
}
@keyframes fadeInOut {
  0% {
    opacity: 0; /* Começa invisível */
  }
  50% {
    opacity: 1; /* Fica totalmente visível */
  }
  100% {
    opacity: 0; /* Volta a ficar invisível */
  }
}
header .navbar .menu ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 0 20px;
}
header .navbar .menu ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bolder;
}
header .navbar .menu ul li a {
  text-decoration: none;
  color: var(--color-second);
}
header .navbar .menu ul li a:hover {
  text-decoration: underline;
}
.menu-mobile {
  display: none;
}
header .minha-conta {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 7px;
}
header .minha-conta:hover {
  background-color: var(--color-second);
}
header .minha-conta {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .minha-conta img {
  width: 30px;
}
header .minha-conta a {
  color: #fff !important;
}
header .minha-conta a:hover {
  text-decoration: none !important;
}
.section-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
}
.section-1-div {
  width: 100%;
  text-align: left;
}
.section-1-div-box {
  background-image: url(../img/bg-gradiente.png);
  border-radius: 50px;
  padding: 70px;
}
.section-1-div2 {
  width: 40%;
}
.section-1 img {
  width: 100%;
}
.section-1 p {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: var(--color-second);
}
.section-1-div-a {
  text-align: center;
  margin-top: 50px;
}
.section-1 a {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background-color: #0acc7e;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
  font-weight: bolder;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.section-1 p span {
  font-weight: bolder;
}

.section-2 {
  background-image: url(../img/bg-purple.png);
  color: #fff;
  display: flex;
  gap: 10px;
  padding: 100px;
}
.section-2 .section-2-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-2 .section-2-box h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
}
.section-2 .section-2-box a {
  text-align: center;
}
.section-2 .section-2-box2 {
  width: 40%;
}
.section-2 .section-2-box-inter {
  border: 7px solid var(--color-primary);
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.section-2 .section-2-box-inter h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: normal;
}
.section-2 .section-2-box-inter .section-2-box-grid h3 {
  font-weight: bolder;
}
.section-2 .section-2-box-inter .section-2-box-grid h3 span {
  color: #ff39c7;
}
.section-2 .section-2-box-inter .section-2-box-grid div:nth-child(3) p {
  font-size: 30px;
}
.section-2 .section-2-box-inter img {
  width: 100px;
  margin-bottom: 20px;
}
.section-2-box-inter .section-2-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
}
.section-2 .section-2-box-inter p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.section-2 .section-2-box-inter span {
  font-weight: bolder;
}
.section-2 .section-2-box a {
  background: radial-gradient(circle at 50% 50%, #0acc7e, #0acc7e);
  padding: 20px 20px;
  border-radius: 30px;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.section-3 {
  color: #fff;
  display: flex;
  gap: 10px;
  margin: 100px auto;
  width: 80%;
}
.section-3-div1 {
  width: 50%;
  background-image: url(../img/bg-purple.png);
  background-position: center;
  padding: 50px 50px 30px 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-3-div2 {
  width: 50%;
}
.section-3 .sextion-3-content {
}

.section-3 h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
  color: #ff39c7;
}
.section-3 p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
}
.section-3 p span {
  font-weight: bolder;
}
.section-3 .p-bottom {
  text-align: center;
  font-style: italic;
  text-decoration: underline;
  font-size: 16px;
}
.imagem-pc {
  width: 50%;
}
.section-3-div2 {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 30px;
  align-items: center;
  text-align: center;
  margin: 30px 0;
}
.section-3-div2 a {
  background: radial-gradient(circle at 50% 50%, #0acc7e, #0acc7e);
  padding: 20px 20px;
  border-radius: 30px;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.section-4 {
  margin: 50px auto;
  background-image: url(../img/bg-purple.png);
  background-position: center;
  color: #fff;
  padding: 50px;
  height: 550px;
}
.section-4 a {
  text-align: center;
  font-weight: bolder;
}
.section-4 p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
}
.section-4 p span {
  font-weight: bolder;
}
.section-4-imgs {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 80%;
  margin: 30px auto;
}
.section-4-imgs > img {
  width: 100%;
}
.section-4-imgs div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: -30px;
}
.section-4 .superior p {
  margin: 20px 0;
}
.section-4-imgs-left img {
  width: 100%;
}
.section-4-imgs-right img {
  width: 200px;
}
.section-4-imgs-right img:first-child {
  margin-top: -20px;
  width: 50px;
  margin-bottom: 30px;
}
.section-4 a {
  margin: 0 auto;
  display: block;
  width: fit-content;
  background: radial-gradient(circle at 50% 50%, #ff91e0, #ff39c7);
  padding: 20px 50px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  cursor: pointer;
}

.section-5 {
}
.section-5-box {
  /* width: 80%;
  margin: 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; */
  background-image: url(../img/bg-purple.png);
  color: #fff;
  padding: 100px;
}
.section-5-box .section-5-div {
  display: flex;
  align-items: center;
}
.section-5-box .section-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.section-5-box .planos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}
.section-5-box .planos hr {
  background: radial-gradient(circle at 50% 50%, #b863f6, #561089);
  width: 80%;
  margin: 0 auto;
}
.section-5-box .planos h3 {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 20px 0 0 0;
}
.section-5-box .planos h3 span {
  font-weight: bolder;
}
.section-5-box .planos .plano {
  background-color: #fff;
  color: #561089;
  text-align: center;
  border-radius: 17px;
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}
.section-5-box .planos .plano:first-child p {
  margin-top: 15px;
}
.infobox-section-5 {
  text-align: center;
  margin-top: 20px;
}
.infobox-section-5 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
}
.infobox-section-5 p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  font-style: italic;
}
.section-5-box .planos .plano h2 {
  font-size: 18.5px;
  font-weight: bolder;
  font-style: italic;
  padding: 0 0 20px 0;
}
.section-5-box .planos .plano div {
  position: relative;
  margin: 20px 0;
}
.section-5-box .planos .plano div label {
  font-size: 17px;
  font-style: italic;
}
.section-5-box .planos .plano div p {
  font-size: 53px;
  color: #ff39c7;
  font-weight: bolder;
  font-style: italic;
}
.section-5-box .planos p span {
  font-weight: bolder;
}
.section-5-box .planos a {
  display: block;
  margin: 20px 0 0 0;
  background-color: #0acc7e;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bolder;
  padding: 10px;
  border-radius: 20px;
}
.section-5-box .planos .plano div p span {
  font-size: 23px;
}
.section-5-box .planos .plano div p sup {
  font-size: 25.8px;
}
.section-5-box .planos .plano div img {
  position: absolute;
  top: -35px;
  right: -10px;
}

.section-5-box .section-text p {
  background-color: #561089;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.section-5-box .section-5-text img {
  width: 100%;
}
.section-5-box .section-5-text p {
  text-align: center;
  background-color: #561089;
  padding: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: italic;
  width: fit-content;
}
.section-5-box .plano1 {
  background-color: var(--color-primary);
  border-radius: 50px;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  height: 400px;
}
.section-5-box .plano2 {
  background-color: var(--color-second);
  border-radius: 50px;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  height: 400px;
}
.section-6 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.section-6 .section-6-div h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
  color: #ff39c7;
}
.section-6-div-box {
  background-image: url(../img/bg-gradiente.png);
  border-radius: 50px;
  padding: 30px 70px;
}
.section-6-div-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-6-div-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #561089;
  font-weight: normal;
}
.section-6-div-box h4 {
  font-family: HeyMagnolia, sans-serif;
  font-size: 48px;
  color: #ff39c7;
}
.section-6-div-box p {
  font-family: "Montserrat", sans-serif;
  color: #561089;
  font-size: 27px;
  margin-bottom: 20px;
}
.ca-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: radial-gradient(circle at 50% 50%, #b863f6, #561089);
  color: #fff;
  padding: 0 50px;
  border-radius: 50px;
}
.carousel-control-next {
  background-color: transparent;
  border: none;
  top: auto;
  bottom: 34px;
  right: -34px;
  display: table;
  width: auto;
}
.carousel-control-next-icon {
  background-image: url(../img/seta1.png);
  width: 60px;
  height: 60px;
}
.modal-content h3 {
  font-family: HeyMagnolia, sans-serif;
  font-size: 66px;
}

.modal-content img.boneca-img {
  width: 400px !important;
}
.close {
  position: absolute;
  top: 30px;
  right: -30px;
}
.modal-content p {
  font-size: 28px;
  font-style: italic;
}
.modal-content p span {
  font-weight: bolder;
}
.modal-dialog {
  max-width: 70%;
}
footer {
  display: flex;
  justify-content: end;
  margin-bottom: 100px;
  margin-top: 100px;
}
.footer-box {
  background-color: #ff39c7;
  color: #fff;
  width: 50%;
  padding: 50px 0 50px 50px;
  border-radius: 20px 0 0 20px;
}
.footer-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
.footer-box ul {
  list-style: none;
}
.footer-box ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
}
.logar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logar-box {
  position: relative;
  border-radius: 30px;
  padding: 70px 50px 30px 50px;
  border: 7px solid var(--color-primary);
  background-color: #fff;
}
.color-purple {
  color: var(--color-second);
}
.text-dark.text-center.font-weight-bold {
  border: 3px solid var(--color-second);
  color: var(--color-second);
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}
.logar h1 {
  font-family: "League Spartan", sans-serif;
  font-size: 36px;
}
.logar a {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: bolder;
  text-decoration: none;
}
.logar a:hover {
  text-decoration: underline;
}
.logar .img-user {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logar .img-logo {
  margin: 0 auto;
  display: block;
}
.logar form.user {
  margin: 20px 0;
}
.logar input {
  background-color: #eaeaea;
  border: none;
  padding: 15px 15px 15px 60px;
  margin: 10px 0;
  border-radius: 50px;
  width: 230px;
}
.logar input:focus-visible {
  outline: 2px solid var(--color-primary);
}
.logar .form-group {
  position: relative;
}
.logar .form-group img {
  position: absolute;
  left: -5px;
  top: 8px;
  width: 50px;
}
.logar .btn-submit {
  font-family: "League Spartan", sans-serif;
  width: 100%;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  border: none;
  padding: 15px;
  margin: 10px 0;
  border-radius: 50px;
}
.logar .btn-submit:hover {
  background-color: var(--color-second);
}
.bg-gradient-primary {
  background: radial-gradient(circle at 50% 50%, #b863f6, #561089);
}
#wrapper #content-wrapper {
  background-color: transparent;
}
#accordionSidebar {
  padding: 50px 0;
  text-align: center;
}
#accordionSidebar .sidebar-divider {
  border-color: #fff;
}
#accordionSidebar .sidebar-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
  color: #fff;
}
.text-username {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: var(--color-second);
}
.bg-gradient-primary .nav-link {
  text-align: center !important;
}
.link-tag .tag-blank {
  background-image: url(../img/tag.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
.link-tag .tag-pink {
  background-image: url(../img/tag-pink.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}

.link-tag:hover .tag-blank {
  background-image: url(../img/tag-pink.png);
}
.nav-item.activated a i,
.nav-item.activated a span {
  color: var(--color-primary);
}
.bg-gradient-primary .nav-link i,
.bg-gradient-primary .nav-link img {
  display: block;
  margin: 10px auto !important;
  font-size: 25px !important;
}
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  display: none;
}

.search {
  background-image: url(../img/bg-purple.png);
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  border-radius: 50px;
  margin: 50px 0;
}
.search .form-input {
  position: relative;
}
.search .form-input input {
  padding: 12px 12px 12px 60px;
  border-radius: 50px;
}
.search .form-input img {
  position: absolute;
  top: 5%;
  left: 0;
  transform: translate(5%, 0%);
}
.search h3 {
  color: #fff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: bolder;
}
.sidebar-dark .nav-item .nav-link i {
  color: #fff !important;
}
.card-new .card-header h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #000 !important;
  font-weight: bolder;
}
.card-new .imgcard {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.card-new .card-body {
  padding-top: 0;
}
.card-new .card-header {
  background-color: #fff;
  border-bottom: none;
}
.card-new .group-textarea h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
  text-transform: uppercase;
}
.card-new textarea {
  height: 220px;
  margin-top: 0 !important;
  padding: 10px;
  border: none;
  background-color: #f3f3f3;
  min-height: 220px;
  max-height: 220px;
}
.card-new a.btn-download {
  background: radial-gradient(circle at 50% 50%, #ff91e0, #ff39c7);
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px !important;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 5px;
}
.card-new a.btn-download .text {
  padding: 0;
}
.card-new .btn-icon-split .icon {
  background-color: transparent;
}
.card-new .card-box {
  display: flex;
  gap: 10px;
}
.info-blank {
  background-image: url(../img/info.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
.grid-card {
  gap: 5px;
}
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
  .search {
    flex-direction: column;
    gap: 10px;
  }
  .ca-1 {
    flex-direction: column;
  }
  .modal-content img.boneca-img {
    width: 100% !important;
  }
  .modal-content h3 {
    font-size: 38px;
  }
  .modal-content p {
    font-size: 20px;
  }
  .logar {
    width: 80%;
  }
  .logar input {
    width: 80%;
  }
  header .logo {
    margin: 0 auto;
  }
  header .navbar .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--color-second);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-right: 4px solid var(--color-primary);
  }
  header .navbar .menu ul {
    display: flex;
    flex-direction: column;
  }
  header .navbar .menu ul li {
    padding: 20px;
    text-align: center;
  }
  header .navbar .menu ul a {
    color: #fff;
  }
  .footer-box {
    width: 80%;
  }
  .section-4-imgs div {
    display: none;
  }
  .section-6-div-box h4 {
    line-height: 60px;
    margin: 40px 0;
  }
  .section-3-div1 {
    width: 100%;
    padding: 50px 0;
  }
  .section-2 .section-2-box h2 {
    text-align: center;
  }
  .section-1 a {
    font-size: 15px;
  }
  .section-3-div2 {
    width: 100%;
  }
  .section-3-div2 a {
    padding: 20px 10px;
  }
  .section-2 {
    height: auto;
    padding: 50px 0;
    margin: 50px 0;
  }
  .section-2 .section-2-box {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
    width: 80%;
    margin: 0 auto;
  }
  .section-3 {
    flex-direction: column;
    text-align: center;
  }
  .section-3-div2 img {
    width: 100%;
  }
  .section-6 {
    width: 100%;
  }
  .section-5-box {
    padding: 0;
  }
  .section-6-div-block img {
    width: 100%;
  }
  .section-4-imgs {
    flex-direction: column;
  }
  .section-6-div-block {
    flex-direction: column;
  }
  .section-5-box .section-text img {
    width: 80%;
  }
  .section-5-box .section-5-div {
    flex-direction: column;
  }
  .section-5-box .planos {
    display: flex;
    flex-direction: column;
  }
  .section-4 a {
    text-align: center;
  }
  .section-5 .section-5-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin: 50px auto;
    padding: 50px 0;
  }
  .menu-mobile {
    display: block;
    font-size: 25px;
  }
}
