* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;

  overflow-y: auto;
 
}


header {
  background-color: #0041D9;
  padding: 10px 0;
  text-align: center;
  
}

header img {
  max-width: 200px;
}

main {
background-image: url('https://image.divulga.sebraepb.com.br/lib/fe3111727364047f741c76/m/1/6a966742-fcaa-49ba-8b97-35fd12eefe61.png'), url('https://image.divulga.sebraepb.com.br/lib/fe3111727364047f741c76/m/1/7d070a24-408a-44a3-ad7f-6e62352b1d9d.png');
  background-repeat: no-repeat, no-repeat; 
  background-position: top left, bottom right;
  background-size: auto, auto;

  margin: 34px 0 70px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1270px;
  margin: 0 auto;
  padding: 20px;           
  
}

.content {
  flex: 1;
  padding: 20px;
}

.content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;

  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); 
}

.form-container {
  flex: 1;
  min-width: 760px;
  padding: 30px;
}

.form-container h1 {
  color: #0041D9;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 34px;

  font-family: "Campuni Bold",'Roboto', Arial, sans-serif;
}

.form-container p {
  font-size: 20px;
  margin-bottom: 20px;

  font-family: 'Roboto', Arial, sans-serif;
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-container input[type="text"],
.form-container input[type="email"] {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;

  background-color: #F0F0F0;
}

.form-container input[type="checkbox"] {
  margin-right: 10px;
  width: 23px; 
  height: 23px; 
}

.form-container label {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.form-container button {
  color: #0041D9;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  cursor: pointer;
  text-transform: underline;
  font-weight: bold;

  padding-top: 40px; 
}

.ebook-title {
  display: flex;
  align-items: center; 
  font-size: 16px;

  text-align: left;
}

.ebook-title .icon {
  width: 20px; 
  height: 20px;
  margin-right: 10px;
}


/* Footer Styles */
.footer {
  background-color: #0041D9;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 20px 10px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-column {
  flex: 2;
  text-align: center;
  margin: 10px;
}

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

.contact-info a {
  text-decoration: none;
  color: inherit;

  
}

.whatsapp-icon {
  width: 80px;
  margin-right: 10px;
}

.contact-text p {
  margin: 0;
  font-size: 18px;

  text-align: left;
  font-family: "Campuni Bold",'Roboto', Arial, sans-serif;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand img {
  width: 100px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.brand a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;

  font-family: "Campuni Bold",'Roboto', Arial, sans-serif;
}

.logo-container {
  width: 100px;
}


.social-links a {
  margin: 0 10px;
}

.social-links img {
  width: 32px;
}

.footer-bottom {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  padding: 40px 10px; 
  margin: 0 auto; 

  font-family: "Campuni Bold",'Roboto', Arial, sans-serif;
}

.footer-left p {
  margin: 0;
  text-align: left;
}

.footer-right a {
  margin: 0;
  text-align: right;
  color: #fff;
  text-decoration: underline;
}


@media (max-width: 1024px) { 

  .form-container {
    flex: 1;
    min-width: 560px;
    padding: 30px;

    margin-bottom: 70px;
  }
}


@media (max-width: 768px) {
  div.container {
      flex-direction: column;
      min-width: 100%;
      width: 100%;
  }

  .form-container {
    min-width: 100%;
    width: 100%;
  }

  .form-container h1 {
    font-size: 25px;
  }

  .form-container p {
    font-size: 18px;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .contact-info {
    flex-direction: column;
  }

  .whatsapp-icon {
    margin-bottom: 10px;
  }

  .contact-text p {
    font-size: 14px;

    text-align: center;
  }

  .brand img {
    width: 80px;
  }

  .brand a {
    font-size: 14px;
  }

  .logo-container img {
    width: 100px;
  }

  .social-links img {
    width: 48px;

    margin: 40px 0;
  }

  .footer-bottom {
    display: inline;
    text-align: center;    
  }

  .footer-bottom p {
    font-size: 12px;
    text-align: center;
  }

  .footer-bottom a {
    font-size: 12px;

    text-align: center;
  }
}