html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  color: white;
}

.navbar-nav {
  margin: 0 0 0 auto;
}

.nav-item {
  font-family: 'Poppins';
  font-size: large;
}

.btn-large {
  background-color: white;
  color: black;

}

.center-align {
  text-align: center;
}

.card {
  padding: 4px;
  background-color: #B8CDEB;
}


@media screen and (max-width: 600px) {
  .hide_mobile {
    display: none;
  }
  .sandeco-text {
    padding: 0 40px; /* Adiciona espaçamento nas laterais */
  }


}

.cor_dominante{
  color: #f25022;
  font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';

}

p {
  font-family: 'Open Sans';
}


h1{
  font-size: 2.5em;
}

h1,
h2 {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

h4,
h5 {
  font-weight: 500;
}

.volume{
  font-size: 0.5em;
  color: #797979;
}

.chamada{
  font-size: 1em;
  color: #b9b9b9;
}
.btn-san {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease;

  --bs-btn-color: #1a1a1a;
  --bs-btn-bg: #f25022;
  --bs-btn-border-color: #f25022;
  --bs-btn-hover-color: #1a1a1a;
  --bs-btn-hover-bg: #31d9a2;
  --bs-btn-hover-border-color: #31d9a2;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #1a1a1a;
  --bs-btn-active-bg: #31d9a2;
  --bs-btn-active-border-color: #31d9a2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1a1a1a;
  --bs-btn-disabled-bg: #f25022;
  --bs-btn-disabled-border-color: #f25022;
}

.btn-san:hover {
  transform: translateY(-2px);
  background-color: #31d9a2 !important;
  border-color: #31d9a2 !important;
  box-shadow: 0 8px 25px rgba(55, 239, 179, 0.4);
}

.border-san {
  --bs-border-opacity: 1;
  border-color: rgb(14 64 113) !important;
}


@media screen and (max-width: 600px) {
  .btn-san {
    font-size: 15px;
  }
}


.btn-san-icon {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;

  --bs-btn-color: #fff;
  --bs-btn-bg: #00267C;
  --bs-btn-border-color: #00267C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00267C;
  --bs-btn-hover-border-color: #00267C;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00267C;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;

}




.accordion-button:not(.collapsed) {
  background-color: #041232;
  color: #fff;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #398AFF40;
}

.accordion-button {
  font-family: 'Poppins';
}

.accordion-body {
  font-family: 'Open Sans';
}

#logo {
  max-height: 35px;
}

/* SECTION 01 */

.hero-div {
  background-color: #242424;
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.hero-container {
  height: calc(80vh - 56px);
}

.highlight-text{
  color: #f25022;
  padding-left: 30px;
}


.hero-container li {
  font-size: 1.1em;

  display: flex;
  align-items: center;
  margin: 10px 0;

  line-height: 30px;

  list-style: none;
  font-family: 'Poppins';
  color: #babbbc;
}

.hero-container li::before {
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;

  background: url('check_lista.png');
  background-size: contain;
  content: '';
}

@media screen and (max-width: 600px) {
  .hero-container {
    height: auto;
    align-content: baseline !important;
  }
}

.hero-div .mainimg {
  max-width: 100%;
  max-height: 600px;
}

.sect {
  min-height: 600px;
  padding: 100px 0;
}

@media screen and (max-width: 600px) {
  .sect {
    min-height: 600px;
    padding: 60px 0;
  }
}



.sect img {
  padding: 12px;
}

.sect .card img {
  padding: 2px;
}


/* SECTION 02 */

.sect2 {
  background-color: #0b0b0b;
}

.sect2 h2 {
  font-size: 5em;
}

.sect2 .flex-container {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
}

@media screen and (max-width: 600px) {
  .sect2 h2 {
    font-size: 2.2em;
    text-align: left !important;
  }
}

/* SECTION 03 */

.sect3 {
  background-color: #242424;
  background-image: url('../img/sect3_background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.sect3 .card {
  border-radius: 39px;
}

.sect3 li {
  font-size: x-large;

  display: flex;
  align-items: center;
  margin: 10px 0;

  line-height: 30px;

  list-style: none;
  font-family: 'Poppins';
  font-size: 18px;
}

.sect3 li::before {
  display: block;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  margin-right: 10px;

  background: url('../img/check-lista.png');
  background-size: contain;
  content: '';
}

.sect3 img {
  width: 100%;
  border-radius: 39px;
}

.sect3 .mainbook {
  max-height: 400px;
  width: fit-content;
  rotate: -10deg;
}

@media screen and (max-width: 900px) {
  .sect3 h2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 600px) {
  .sect3 h2 {
    font-size: 2em;
  }
}

/* SECTION 04 */
.sect4 {
  background-color: white;
  color: black;
}

.sect4 .flex-container {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}

.sect4 img {
  width: 100%;
  border-radius: 39px;
}

.sect4 .especialista h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 76.36px;
}

@media screen and (max-width: 600px) {
  .sect4 .especialista h2 {
    font-size: 40px;
    line-height: unset;
  }
}

/* SECTION 05 */

.sect5 {
  padding: 0 0;
  background-color: #041232;
  min-height: auto;

}


/* FOOTER */

.footer {
  background-color: #020A1E;
  width: 100%;
  height: 60px;
  align-content: center;
}

.footer a {
  background: -webkit-linear-gradient(white, gray);
  background-clip: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CUSTOMIZAÇÃO */

.text-guardrails {
  color: #f25022;
  font-weight: 500;
  font-size: 1.15em;
}

.gratis-label {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  color: #f25022;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .gratis-label {
    font-size: 1.5em;
  }
}





.gratuitas{ 
  color: #f25022;
}


.aula-img {
  max-width: 100%;
  height: auto;

}

@media screen and (max-width: 768px) {
  .row.align-items-center {
    flex-direction: column-reverse; /* Para que a imagem fique abaixo do texto em telas menores */
  }

  .col-12.col-md-5 {
    text-align: center;
    margin-top: 20px;
  }

  .aula-img {
    max-width: 80%;
  }
}



.about-section {
  background: url('../img/hero_background_old.jpg') no-repeat center center/cover;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.profile-img {
  width: 100%;
  max-width: 280px;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.about-text {
  text-align: left;
  padding: 20px;
}

.about-text h2 {
  font-size: 2.5em;
  font-weight: bold;
}

.highlight {
  color: #f25022;
}

.subtitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #b9b9b9;
}

.about-text p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about-logos {
  text-align: center;
  margin-top: 40px;
}

.about-logos img {
  width: 80%;
  max-width: 900px;
}

/* Responsividade */
@media screen and (max-width: 768px) {
  .about-section {
      padding: 50px 20px;
  }

  .about-text {
      text-align: center;
  }

  .about-text h2 {
      font-size: 2em;
  }

  .profile-img {
      max-width: 220px;
  }

  .about-logos img {
      width: 90%;
  }
}



/* Testimonials */
.testimonials {
  background-color: #111;
  padding: 30px 0;
}

.testimonials h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

.highlight {
  color: #398AFF;
}

.testimonial-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-style: italic;
  color: #bbb;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.testimonial-role {
  font-size: 0.9em;
  color: #888;
}

/* Responsividade */
@media screen and (max-width: 768px) {

  .testimonials{
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials .row {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-img {
    max-width: 200px;
  }
}


.logo_crew_pequena {
  max-width: 180px; /* Ajuste aqui o tamanho máximo horizontal */
  height: auto;     /* Mantém a proporção */
  margin-bottom: 10px; /* Se quiser um espaçamento extra */
}

.logo_crew_grande{
  max-width: 500px; /* Ajuste aqui o tamanho máximo horizontal */
  height: auto;     /* Mantém a proporção */
  margin-bottom: 10px; /* Se quiser um espaçamento extra */
}

.sobre_livro{
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .logo_crew_pequena {
    max-width: 120px;
  }
}

.todos-livros {
  padding: 80px 0;
  background-color: #2b2b2b !important;
  width: 100%;
  position: relative;
}

.todos-livros h2 {
  font-size: 4em;
  color: white;
}

.livros {
  color: #f25022;
}

.books-grid {
  margin-top: 40px;
}

.book-item {
  margin-bottom: 30px;
  padding: 15px;
  transition: all 0.3s ease;
}

.book-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.book-cover {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.book-link:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px #f25022;
}

.book-link:hover .book-cover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .book-item {
    padding: 10px;
  }
  
  .book-link:hover {
    transform: translateY(-5px);
  }
  
  .todos-livros h2 {
    font-size: 2.2em;
  }
}
