/* Estilos Globais ↑ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

:root {
  --red: #E80537;
  --orange: #FF7500;
}

body::-webkit-scrollbar-thumb {
  background-color: #E80537;
  border-radius: 6px;
  border: 0px solid #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 12px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 6px;
  border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

.max__width {
  max-width: 1000px;
  width: calc(100% - 200px);
  margin: auto
}

body {
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}

.button__red {
  color: white;
  padding: 12px 16px;
  font-weight: 700;
  border-radius: 16px;
  background: var(--red);
  border: none;
  width: max-content;
  text-decoration: none;
}

.caju__grafismo {
  object-fit: contain;
  height: 50px;
  width: 50px;
}

/* Estilos Globais ↑ */

/* Formulário ↓ */
.banner__colummn--1 {
  display: flex;
  justify-content: center;
  position: relative;
}

/*FORM*/
.banner__colummn--1 {
  display: flex;
  justify-content: center;
  position: relative;
}

form {
  width: 351px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  padding: 32px 35px;
  border-radius: 20px;
  border: 1px solid var(--neutral-color-medium-700, #E0E0E0);
  z-index: 9;
  position: relative;
}

.forms-button {
  border-radius: 16px;
  background: #59D359;
  width: 100%;
  height: 44px;
  color: black;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: none;
  margin-top: 8px;
}

.forms__disclaimer {
  color: var(--neutral-color-medium-400, #767676);
  text-align: center;
  font-family: Poppins;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 0;
}

.forms__disclaimer a {
  color: #999;
  text-decoration: underline;
}

label {
  color: var(--neutral-color-dark-100, #000);
  font-feature-settings: 'ss01' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 12px 0 5px 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 280px;
  height: 36px;
  border-radius: 5.83px;
  border: 1.166px solid #E0E0E0;
  background: #FFF;
  outline: none;
  padding-left: 10px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
select {
  color: #D0D0D0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.input_titles {
  color: var(--neutral-color-dark-100, var(--Labels-Primary, #000));
  font-feature-settings: 'ss01' on;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 6px;
}

.container {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  user-select: none;
}

.title-clienteCaju {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 9px 0;
}

.container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-input {
  width: 100%;
  color: var(--neutral-color-dark-100, #000);
  font-feature-settings: 'ss01' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* Formulário ↑ */

/* Banner */
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  padding: 114px 0 40px 0;
  margin: auto;
}

.banner__container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  gap: 80px;
  z-index: 3;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}

.banner__header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 64px;
  width: calc(100% - 200px);
  background: white;
  z-index: 2;
  top: 20px;
  border-radius: 14px;
}

.banner__logo {
  object-fit: contain;
}

.banner__grafismos--1,
.banner__grafismos--2 {
  position: absolute;
}

.banner__grafismos--1 {
  left: -2px;
  top: -2px;
  width: 400px;
}

.banner__grafismos--2 {
  right: 0;
  bottom: 0;
  height: 70%;
}

.banner__column--1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  color: white;
}

.banner__ebook {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  font-weight: 700;
  background: #FFAB66;
  padding: 10px 20px;
  color: #74031C;
  font-size: 14px;
  border-radius: 14px;
  border: none;
  width: max-content;
  cursor: pointer;
  transition: .2s;
}

.banner__ebook p {
  margin: 0;
}

.banner__ebook:hover {
  background: #ff821d;
  transition: .2s;
}

.banner__ebook img {
  display: flex;
  gap: 10px;
  object-fit: contain;
}

.banner__p {
  font-size: 22px;
  font-weight: 600;
}

.banner__text {
  font-weight: 400;
  font-size: 18px;
}

.banner__column--2 {}

.formulario {
  height: 500px;
  width: 100%;
  background: white;
}

/* PAT */
.pat h2 {
  color: var(--red);
  font-size: 36px;
  font-weight: 600;
}

.pat__column--1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pat_column--2 {
  display: flex;
  align-items: center;
}

.pat__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 100px 0;
}

/* BOOK */
.book {
  background: var(--orange);
  padding: 60px 0;
  color: white;
}

.book__title {
  margin: auto;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.book__width {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.book__container {
  max-width: 800px
}

.book__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.book__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.book__description {
  font-size: 18px;
}

.vertical {
  background: #FFAB66;
  width: 1px;
  height: 160px;
}

/* GARANTA */
.garanta__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 100px 0;
  max-width: 800px;
}

.garanta__column--1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.garanta__column--2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.garanta__title {
  font-size: 36px;
  line-height: 40px;
  color: var(--red);
  font-weight: 600;
}


/* FOOTER ↓ */
footer {
  border-radius: 20px 20px 0px 0px;
  background: #FF7500;
  margin: 0 88px;
}

.blog_title {
  display: flex;
  height: 48px;
  padding: 10px 20px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 1277.184px;
  background: var(--Backgrounds-Primary, #FFF);
  color: #E80537;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  width: 192px;
}

.container_redes {
  display: flex;
  justify-content: space-between;
  padding: 4vh 5vw;

}

.border {
  background-color: #FFF;
  height: 2px;
  width: 90%;
  margin-left: 5%;
  border: none !important;
}

.container_redes_mob {
  display: flex;
  gap: 16px;
}

.icons {
  display: flex;
  gap: 16px;
}

.direitos_title {
  color: var(--Backgrounds-Primary, #FFF);
  font-feature-settings: 'ss01' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.termos {
  display: flex;
  gap: 32px;
}

.termos a {
  color: var(--Backgrounds-Primary, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}

.termos p {
  color: var(--Backgrounds-Primary, #FFF);
  font-feature-settings: 'ss01' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.container_termos {
  display: flex;
  justify-content: space-between;
  padding: 4vh 5vw;
}

/* FOOTER ↑ */


@media screen and (max-width: 1087px) {

  /* FOOTER ↓ */
  .container_redes {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .container_blog {
    margin: 20px 0;
  }

  .container_redes_mob {
    gap: 10px;
    display: flex;
  }

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

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

  .termos {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  /* FOOTER ↑ */
}

@media screen and (max-width: 1000px) {

  /* Estilos Global ↓ */
  .max__width {
    width: calc(100% - 60px);
  }

  p:not(form p) {
    text-align: center;
  }

  /* Estilos Globais ↑ */

  /* BANNER ↓ */
  .banner {
    padding: 60px 0 40px 0;
  }

  .banner__container {
    flex-direction: column;
    gap: 0;
  }

  .banner__grafismos--1 {
    width: 200px;
  }

  .banner__column--responsive {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .banner__ebook {
    margin: auto;
  }

  .banner__p {
    font-size: 18px;
  }

  .banner__column--1 {
    padding: 30px;
    padding-top: 50px;
  }

  /* BANNER ↑ */

  /* PAT ↓ */
  .pat__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  /* PAT ↑ */

  /* GARANTA ↓*/
  .garanta__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .garanta__title {
    font-size: 32px;
  }

  .garanta__column--2 {
    align-items: center;
  }

  .garanta__container {
    padding: 40px 0;
  }

  /* BOOK ↓ */
  .book__grid {
    display: flex;
    flex-direction: column;
    margin: 0 40px;
    gap: 10px;
  }

  .book {
    padding: 10px 0 30px 0;
  }

  /* BOOK ↑ */

  /* BANNER ↓*/
  .caju__grafismo {
    margin: auto;
    height: 30px;
    width: 30px;
  }

  .pat h2 {
    font-size: 24px;
    text-align: center;
  }

  /* BANNER */

  /* BOOK ↓*/
  .vertical {
    width: 100%;
    height: 1px;
  }

  .book__card {
    align-items: center;
  }

  /* BOOK ↑ */

  /* FOOTER ↓ */
  footer {
    margin: 0 20px;
  }

  .conhece_logos_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 32px 0;
  }

  .conhece_logos {
    display: none;
  }

  /* FOOTER ↑ */
}