@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");

@font-face {
  font-family: "Prelo Book";
  src: url(../fonts/Prelo-Book.ttf) format("truetype");
}

@font-face {
  font-family: "Prelo Bold";
  src: url(../fonts/Prelo-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Oleo Script";
  src: url(../fonts/OleoScript-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto_Condensed-Bold.ttf);
}

body {
  font-family: "Prelo Book", sans-serif;
  margin: 0;
  color: #fff;
  font-size: 18px !important;
  letter-spacing: 1px;
}

h1,
h2,
h3 {
  font-family: "Prelo Bold";
}

.header {
  padding: 30px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  min-height: 500px;
  overflow: hidden;
  background: linear-gradient(#3c1b33, #783566);
}

.header-shape-left {
  position: absolute;
  max-height: 50%;
  max-width: 50%;
  top: 0;
  left: 0;
}

.header-shape-right {
  position: absolute;
  max-height: 60%;
  max-width: 60%;
  top: 0;
  right: 0;
}

.illustration {
  width: 38%;
  height: auto;
}

.header-text {
  max-width: 600px;
}

.header h1 {
  font-size: 48px;
  margin: 0;
  line-height: 1.2;
  font-family: "Oleo Script" !important;
}

.header h2 {
  font-size: 24px;
  margin: 10px 0;
  font-style: italic;
}

.content {
  padding: 40px 18%;
  text-align: center;
  background: linear-gradient(#783566, #3c1b33);
}

.menu-list {
  padding: 0 !important;
}

.video-placeholder {
  background: #ddd;
  width: 80%;
  max-width: 800px;
  height: 450px;
  margin: auto;
}

.decorative-flowers {
  display: block;
  margin: auto;
}

.course-structure {
  padding: 0px 18%;
  background: linear-gradient(#3c1b33, #8d3a76);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 40px;
}

.icon {
  text-align: center;
}

.icon img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px;
}

.modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.module {
  padding: 20px;
  margin: 10px;
  width: calc(33% - 40px);
  max-width: 320px;
  max-height: auto;
  border: 1px dashed #fff;
  position: relative;
}

.module-text {
  font-family: "Prelo Bold", sans-serif;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: start !important;
}

.soon-tag {
  background: #c04caf;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.coming-soon {
  background: rgba(255, 255, 255, 0.1);
}

.module img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.start-button {
  display: flex;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #c04caf;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 40px;
}

.centro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.footer {
  padding: 20px;
  text-align: center;
}

.footer img {
  width: 240px;
  margin: 10px;
}

.modal-content {
  padding: 1rem 3rem;
  color: black;
}

.modal-header .close {
  padding: 1rem;
  margin: -2rem -4rem -1rem auto;
}

.modal-footer button {
  background-color: #c04caf;
}

#modalCreditos {
  #botaoComecar {
    border: none;
  }

  #botaoComecar:hover {
    background-color: #783566;
  }
}

@media (max-width: 980px) {
  .accordion {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .header-text {
    padding-left: 0;
    max-width: none;
  }

  .header h1 {
    font-size: 36px;
    text-align: center;
  }

  .header h2 {
    font-size: 18px;
    text-align: center;
  }

  .illustration {
    width: 50%;
    max-width: 200px;
    margin-top: 20px;
  }

  .header-shape-left {
    max-height: 40%;
    max-width: 40%;
  }

  .header-shape-right {
    max-height: 60%;
    max-width: 60%;
  }

  .decorative-flowers {
    margin-top: 50px;
  }
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

@media (max-width: 600px) {
  .module,
  .icons {
    flex-direction: column;
    align-items: center;
  }

  .module {
    width: calc(100% - 40px);
  }

  .header-shape-left {
    max-height: 40%;
    max-width: 40%;
  }

  .header-shape-right {
    max-height: 40%;
    max-width: 40%;
  }
}

.sectionTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
}

li {
  list-style: none;
}

li:nth-child(1) {
  margin-right: 12px;
}

a.tituloLista {
  padding-top: 22px;
  margin: 0px;
  font-weight: bold;
  color: white;
}

.sectionTitle i {
  margin: 5px;
}

/* Accordions */
.card {
  border: 0px;
  position: relative;
}

.card-header a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.card-header {
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: white;
}

.card-header p {
  color: #c04caf;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.accordion {
  padding: 1rem 3rem;
  margin-bottom: 30px;
}

.card-body ul li {
  list-style: none;
}

.accordionMenu .collapsed i:before {
  content: "\f0d7";
}

.accordion .collapsed i::before {
  content: "\f067";
}

.imagem .accordion .collapsed i::before {
  content: "\f078";
}

#modalReferencias {
  h1 {
    font-size: 18px;
  }
  .modal-content {
    padding: 0 !important;
  }
}
