.elementor-1564 .elementor-element.elementor-element-e377390{--display:flex;}/* Start custom CSS *//* Estilos para a Landing Page de E-book */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

/* Reset e estilos gerais */
.ebook-landing-container {
  font-family: 'Outfit', sans-serif;
  color: #333;
  line-height: 1.6;
}

.ebook-landing-container .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ebook-landing-container h1, 
.ebook-landing-container h2, 
.ebook-landing-container h3 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.ebook-landing-container p {
  margin-bottom: 20px;
}

.ebook-landing-container img {
  max-width: 100%;
  height: auto;
}

/* Seção Hero */
.ebook-landing-container .hero-section {
  padding: 80px 0;
  background-color: #fff;
}

.ebook-landing-container .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media (min-width: 768px) {
  .ebook-landing-container .hero-section .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.ebook-landing-container .content-wrapper {
  flex: 1;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .ebook-landing-container .content-wrapper {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.ebook-landing-container .content-wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

@media (min-width: 768px) {
  .ebook-landing-container .content-wrapper h1 {
    font-size: 48px;
  }
}

.ebook-landing-container .hero-description {
  font-size: 18px;
  color: #666;
}

.ebook-landing-container .download-button {
  display: inline-flex;
  align-items: center;
  background-color: #FF6B00;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.ebook-landing-container .download-button:hover {
  background-color: #E66000;
  color: white;
}

.ebook-landing-container .button-icon {
  margin-left: 8px;
}

.ebook-landing-container .image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ebook-landing-container .ebook-cover {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.ebook-landing-container .ebook-cover:hover {
  transform: scale(1.03);
}

.ebook-landing-container .full-width .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ebook-landing-container .hero-section {
  background-color: #fff;
}

.ebook-landing-container .content-form-section {
  background-color: #F9FAFB;
}

.ebook-landing-container .about-section {
  background-color: #001F3F;
}

.ebook-landing-container .cta-section {
  background-color: #F9FAFB;
}

.ebook-landing-container .ebook-footer {
  background-color: #fff;
}
/* Seção de Conteúdo e Formulário */
.ebook-landing-container .content-form-section {
  background-color: #F9FAFB;
  padding: 60px 0;
}

.ebook-landing-container .content-form-grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ebook-landing-container .content-form-grid {
    flex-direction: row;
    gap: 40px;
  }
}

.ebook-landing-container .content-column {
  flex: 1;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .ebook-landing-container .content-column {
    margin-bottom: 0;
  }
}

.ebook-landing-container .content-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.ebook-landing-container .content-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
}

.ebook-landing-container .content-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.ebook-landing-container .content-list li {
  margin-bottom: 10px;
}

.ebook-landing-container .highlight {
  font-weight: 600;
}

.ebook-landing-container .highlight-text {
  color: #FF6B00;
  font-weight: 500;
}

.ebook-landing-container .ceo-quote {
  position: relative;
  background-color: white;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 24px;
  margin-top: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.ebook-landing-container .quote-mark {
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 60px;
  font-weight: 700;
  color: #5EFF00;
}

.ebook-landing-container .ceo-quote blockquote {
  font-style: italic;
  color: #4B5563;
}

.ebook-landing-container .ceo-quote footer {
  text-align: right;
  font-weight: 500;
  margin-top: 10px;
}

.ebook-landing-container .form-column {
  flex: 1;
}

.ebook-landing-container .form-header {
  text-align: center;
  margin-bottom: 20px;
}

.ebook-landing-container .form-header h2 {
  font-size: 28px;
  font-weight: 600;
}

.ebook-landing-container .form-header p {
  color: #6B7280;
}

.ebook-landing-container .form-container {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 450px;
}

/* Seção Sobre a NVX */
.ebook-landing-container .about-section {
  background-color: #001F3F;
  color: white;
  padding: 80px 0;
}

.ebook-landing-container .about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ebook-landing-container .about-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.ebook-landing-container .about-logo img {
  width: 15%;
  min-width: 100px;
}

.ebook-landing-container .about-content h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ebook-landing-container .about-button {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #5EFF00;
  border: 1px solid #5EFF00;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.ebook-landing-container .about-button:hover {
  background-color: rgba(94, 255, 0, 0.1);
  color: #5EFF00;
}

/* Seção CTA Final */
.ebook-landing-container .cta-section {
  background-color: #F9FAFB;
  padding: 80px 0;
}

.ebook-landing-container .cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ebook-landing-container .cta-content h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ebook-landing-container .cta-content p {
  font-size: 18px;
  color: #6B7280;
  margin-bottom: 30px;
}

.ebook-landing-container .cta-button {
  display: inline-flex;
  align-items: center;
  background-color: #0052CC;
  color: white;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.ebook-landing-container .cta-button:hover {
  background-color: #003D99;
  color: white;
}

/* Rodapé */
.ebook-landing-container .ebook-footer {
  background-color: white;
  border-top: 1px solid #E5E7EB;
  padding: 30px 0;
  position: relative;
}

.ebook-landing-container .ebook-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #5EFF00;
}

.ebook-landing-container .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .ebook-landing-container .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ebook-landing-container .footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .ebook-landing-container .footer-logos {
    margin-bottom: 0;
  }
}

.ebook-landing-container .partner-logo {
  height: 40px;
  width: auto;
}

.ebook-landing-container .nvx-logo {
  height: 30px;
  width: auto;
}

.ebook-landing-container .copyright {
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

/* Remover padding padrão do Elementor */
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-element {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ebook-landing-container .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Alterando o peso da fonte dos títulos para normal */
.ebook-landing-container h1,
.ebook-landing-container h2,
.ebook-landing-container h3,
.ebook-landing-container .content-title,
.ebook-landing-container .form-header h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 400 !important; /* Normal em vez de bold */
}

/* Especificamente para o título principal */
.ebook-landing-container .content-wrapper h1 {
  font-weight: 400 !important;
}

/* Para outros títulos que possam ter font-weight definido */
.ebook-landing-container .about-content h2,
.ebook-landing-container .cta-content h2 {
  font-weight: 400 !important;
}

/* Para subtítulos */
.ebook-landing-container .content-subtitle {
  font-weight: 400 !important;
}

/* Para destaques na lista que possam estar em bold */
.ebook-landing-container .highlight {
  font-weight: 400 !important;
}

/* Estilos para o formulário HubSpot */
.ebook-landing-container .hs-form-frame {
  width: 100%;
  min-height: 400px;
}/* End custom CSS */