@charset "UTF-8";
@font-face {
  font-family: "Open-Sauce-Sans";
  src: url("../fonts/Open-Sauce-Fonts/fonts/OpenSauceSans-Light.ttf"), url("../fonts/Open-Sauce-Fonts/fonts/OpenSauceSans-Black.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Neue Regrade';
  src: url("../fonts/neue-regrade-font-family-1734878178-0/Neue-Regrade-Regular-BF65af35d81f2ff.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Neue Regrade';
  src: url("../fonts/neue-regrade-font-family-1734878178-0/Neue-Regrade-Bold-BF65af35d84e111.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
* {
  color: #fff1eb;
  font-family: "Open-Sauce-Sans"; }

html,
body {
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
  color: #fff1eb; }

.navbar-custom {
  background-color: #1e1e1e;
  height: 80px; }

.header {
  font-size: 12px; }

#navItem {
  color: #fff1eb;
  margin-left: 0;
  background-color: transparent;
  border-radius: 25px;
  text-align: center; }
  #navItem:hover {
    background-color: #fff1eb;
    border-radius: 25px;
    color: #1e1e1e;
    width: 80px; }

.custom-outline.buttonB {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff1eb;
  background-color: #1e1e1e;
  border: solid 1px #fff1eb;
  width: 130px;
  height: 35px; }
  .custom-outline.buttonB:hover {
    color: #1e1e1e;
    background-color: #fff1eb; }

.custom-outline.buttonInsta {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35%;
  color: #fff1eb;
  background-color: #1e1e1e;
  border: solid 1px #fff1eb;
  margin-left: 1.5rem;
  height: 35px;
  width: 45px; }
  .custom-outline.buttonInsta svg {
    fill: #fff1eb;
    transition: fill 0.3s ease; }
  .custom-outline.buttonInsta:hover {
    color: #1e1e1e;
    background-color: #fff1eb; }
    .custom-outline.buttonInsta:hover svg {
      fill: #1e1e1e; }

.custom-outline.buttonB {
  color: #fff1eb;
  background-color: #1e1e1e;
  border: solid 1px #fff1eb;
  text-decoration: none;
  border-radius: 50px; }
  .custom-outline.buttonB:hover {
    color: #1e1e1e;
    background-color: #fff1eb; }

#logoSm {
  max-width: 100px;
  width: auto; }

.hero-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff1eb;
  padding: 40px 20px;
  gap: 30px;
  position: relative;
  text-align: center; }

.hero-section::before {
  content: 'ebook';
  position: absolute;
  font-size: 15vw;
  font-weight: 900;
  color: rgba(2, 1, 0, 0.637);
  z-index: 0;
  letter-spacing: 0.2em;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }

.hero-section::after {
  content: 'branding';
  position: absolute;
  font-size: 14vw;
  font-weight: 900;
  color: rgba(2, 1, 0, 0.637);
  z-index: 0;
  letter-spacing: 0.2em;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }

.ebook-cover {
  max-width: 300px;
  width: 100%;
  padding: 20px;
  z-index: 2;
  display: flex;
  justify-content: center; }

.ebook-img {
  width: 100%;
  height: auto;
  display: block; }

.ebook-title {
  z-index: 2;
  width: 100%;
  max-width: 860px; }
  .ebook-title h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #1e1e1e;
    text-transform: lowercase;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: start; }

.ebook-description {
  max-width: 900px;
  padding: 0 20px;
  z-index: 2;
  text-align: justify; }
  .ebook-description p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 1rem;
    text-transform: lowercase;
    letter-spacing: 0.02em; }

.ebook-button {
  z-index: 2;
  text-align: center;
  margin-top: -3%; }
  .ebook-button a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #1e1e1e;
    color: #fff1eb;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: lowercase;
    border: solid 1px #fff1eb;
    border-radius: 25px;
    transition: all 0.3s ease; }
    .ebook-button a:hover {
      background-color: #1e29fd;
      color: #fff1eb;
      transform: translateY(-2px); }

.newsletter-section {
  background-color: #452f2f;
  /* vermelho suave */
  padding: 60px 20px;
  text-align: center;
  color: #fff1eb; }

.newsletter-content {
  max-width: 800px;
  margin: 0 auto; }

.newsletter-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.03em; }

.newsletter-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #1e29fd;
  color: #fff1eb;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-transform: lowercase; }

.newsletter-button:hover {
  background-color: #fff1eb;
  color: #1e29fd; }

.sala-aula-section {
  background-color: #fff1eb;
  /* tom claro suave */
  padding: 80px 20px;
  color: #1e1e1e; }

.sala-title {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: lowercase;
  color: #1e1e1e;
  width: 800px;
  text-align: start;
  margin-left: 19%; }

.sala-subtitle {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: lowercase;
  color: #1e1e1e;
  width: 800px;
  text-align: start;
  margin-left: 19%; }

.sala-list {
  max-width: 800px;
  margin: 0 auto 30px;
  padding-left: 1.2rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #1e1e1e; }
  .sala-list li {
    margin-bottom: 12px;
    list-style-type: disc;
    color: #1e1e1e;
    text-align: start; }

.sala-video {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden; }

.resumo-capitulos-section {
  background: #29bb4e;
  padding: 80px 20px; }

.resumo-title {
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: lowercase;
  font-weight: 700; }

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px; }

.tab-button {
  background: transparent;
  border: 2px solid #fff1eb;
  padding: 12px 22px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: bold;
  text-transform: lowercase;
  transition: all 0.3s ease; }

.tab-button.active,
.tab-button:hover {
  background: #452f2f;
  color: white; }

.tab-content {
  display: none;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #333;
  text-align: justify;
  line-height: 1.6; }

.tab-content.active {
  display: block; }

.nova-section-visual {
  height: 75vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #1e1e1e;
  padding: 0;
  margin: 0;
  margin-bottom: -2px; }

.nova-section-visual .container-fluid {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0; }

.nova-section-visual .text-content {
  flex: 1;
  padding: 60px;
  text-align: left; }

.nova-section-visual .text-content .title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff1eb; }

.nova-section-visual .text-content .subtitle {
  font-size: 1.2rem;
  color: #fff1eb;
  line-height: 1.6; }

.nova-section-visual .image-content {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ebook/endImg.jpg"); }

.tab-button-two {
  background: #1e29fd;
  /* azul padrão */
  border: 2px solid #1e29fd;
  padding: 15px 40px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: bold;
  text-transform: lowercase;
  transition: all 0.3s ease;
  color: #fff1eb;
  text-decoration: none; }

.tab-button-two:hover,
.tab-button-two.active {
  background: #fff1eb;
  /* off-white */
  color: #1e29fd;
  /* texto escuro para contraste */
  border-color: #fff1eb; }

.bold-text {
  font-weight: bold;
  color: #1e1e1e; }

.underline-text {
  color: #1e1e1e; }

.footer {
  background-color: #1e1e1e;
  min-height: 10dvh;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .footer a {
    text-decoration: none;
    color: #fff1eb; }
  .footer .copyBSA {
    color: #fff1eb; }
  .footer .iconFooter {
    margin-bottom: 5px; }
  .footer svg {
    pointer-events: all; }

.footer {
  padding: 20px;
  background-color: #1e1e1e;
  color: #fff1eb;
  text-align: center; }

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; }

.developer-link {
  display: block;
  margin-top: 10px;
  color: #fff1eb;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease; }
  .developer-link:hover {
    color: #1e29fd;
    text-decoration: underline; }

@media (max-width: 992px) {
  .navbar-toggler {
    border: 1px solid #fff1eb !important;
    border-radius: 10px; }

  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 241, 235)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

  .navbar-collapse {
    display: flex;
    width: 100%;
    position: absolute;
    top: 80px;
    background: #1e1e1e; }

  .ebook-title h1 {
    font-size: 2.2rem;
    text-align: center; }

  .ebook-description {
    padding: 0 10px; }

  .sala-title,
  .sala-subtitle {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%; }

  .sala-list {
    padding-left: 20px; }

  .resumo-title {
    font-size: 2rem; }

  .tab-content {
    padding: 0 10px; }

  .nova-section-visual .text-content {
    padding: 40px 20px;
    text-align: center;
    align-items: center; }

  .nova-section-visual .text-content .title {
    font-size: 2.5rem; }

  .tab-button-two {
    padding: 12px 30px;
    font-size: 1rem; } }
@media (max-width: 768px) {
  .hero-section {
    padding: 20px 10px; }

  .ebook-title h1 {
    font-size: 1.8rem; }

  .ebook-description p {
    font-size: 1rem; }

  .newsletter-section h2 {
    font-size: 2rem; }

  .newsletter-button {
    padding: 10px 20px;
    font-size: 0.95rem; }

  .sala-video {
    padding: 0 10px; }

  .tab-button {
    font-size: 0.95rem;
    padding: 8px 16px; }

  .nova-section-visual {
    height: auto; }

  .nova-section-visual .container-fluid {
    flex-direction: column-reverse; }

  .nova-section-visual .text-content {
    padding: 40px 20px;
    text-align: center;
    align-items: center; }

  .nova-section-visual .image-content {
    height: 300px;
    width: 100%;
    min-height: 300px; } }
@media (max-width: 576px) {
  .ebook-title h1 {
    font-size: 1.5rem; }

  .ebook-description p {
    font-size: 0.9rem; }

  .newsletter-button {
    width: 100%; }

  .sala-title,
  .sala-subtitle {
    font-size: 1.3rem;
    padding: 0 10px; }

  .resumo-title {
    font-size: 1.6rem; }

  .tab-content p {
    font-size: 0.95rem; }

  .tab-button {
    padding: 6px 12px;
    font-size: 0.9rem; }

  .nova-section-visual .text-content .title {
    font-size: 2rem; }

  .tab-button-two {
    font-size: 0.95rem;
    width: 100%;
    text-align: center; }

  .footer a {
    font-size: 14px;
    text-decoration: none;
    color: #fff1eb; }
    .footer a:hover {
      color: #b9b9b9; }
  .footer i {
    color: #fff1eb; }
  .footer .iconFooter {
    text-align: center; }
  .footer .custom-icon {
    margin-right: 4px; }
  .footer .copyBSA {
    font-size: 14px;
    color: #fff1eb;
    text-align: center; } }

/*# sourceMappingURL=ebook.css.map */
