/* 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", sans-serif;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
  padding: 0;
}
:root {
  --red: #E80537;
  --red--dark: #74031C;
  --orange: #FF7500;
  --cinza--claro: rgba(211, 211, 211, 1);
  --cinza--escuro: rgba(77, 77, 77, 1);
  --roxo: rgba(165, 66, 229, 1);
}
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: 1280px;
  width: calc(100% - 100px);
  margin: auto
}
body {
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}
button, .button__red, .button__white {
  cursor: pointer;
  border: none;
  width: max-content;
  text-decoration: none;
}
.button__red, .button__white {
  display: flex;
  align-items: center;
  border-radius: 16px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 24px;
}
.button__red {
  background: var(--red);
  color: white;
}
.button__white {
  background: white;
  color: var(--red);
}
.button__red--dark {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 16px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  background: var(--red--dark);
  height: 34px;
  transition: .2s;
}
.button__red--dark:hover {
  transition: .2s;
  background: var(--red);
}
.sections__title {
  margin: 100px 0 70px 0;
  font-size: 44px;
  width: 100%;
  font-weight: 600;
  line-height: 54px;
}
[obligatory] {
  color: var(--red);
}
/* Estilos Globais ↑ */

/* Formulário ↓ */
.form__grafismo {
  position: absolute;
  height: 100%;
  left: 100px;
  max-height: 600px;
}
/*FORM*/
.banner__colummn--1 {
  display: flex;
  justify-content: center;
  position: relative;
}
form * {
  font-family: Poppins;
}
form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 351px;
  border-radius: 20px;
  background: #FFF;
  padding: 32px 35px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  z-index: 9;
}
.forms-button {
  border-radius: 16px;
  background: #59D359;
  width: 100%;
  height: 44px;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: none;
  margin-top: 8px;
}
.forms__disclaimer {
  color: #767676;
  text-align: center;
  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 {
  display: flex;
  color: #000;
  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: #000;
  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-input {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
select {
  cursor: pointer;
}
select:valid {
  color: black;
}
.radio-group {
  display: flex;
  flex-direction: column;
}
/* Formulário ↑ */
/* Banner ↓ */
.banner {
  position: relative;
  display: flex;
  gap: 40px;
  min-height: 600px;
  background: var(--orange);
  overflow: hidden;
}
.banner .max__width {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 24px 0 40px 0;
  margin: auto;
  min-height: 600px;
  background: var(--orange);
}
.banner__container {
  position: relative;
  display: flex;  
  align-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 3;
}
.banner__ctn {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banner__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  width: 100%;
  margin-bottom: 40px;
  background: white;
  z-index: 2;
  border-radius: 20px;
}
.banner__logo {
  object-fit: contain;
}
.banner__grid {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: min(8vw, 100px);
  max-width: 1080px;
}
.banner__col--1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banner__title {
  font-size: 56px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.banner__col--2 {
  position: relative;
}
.banner__description {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
/* Counter ↓ */
  
.counter__contador {
  border-radius: 18px;
  padding: 32px 20px 24px 20px;
  background: #FFAB66;
}
.counter__container {
  color: #333;
  margin: 0 auto;
  text-align: center;
}
.counter__p {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  text-wrap: wrap;
  white-space: wrap;
  color: var(--red--dark);
}
.counter__ul {
  display: flex;
  justify-content: center;
}
.counter__ul li, .counter__dots {
  display: inline-block;
  font-size: 54px;
  padding: 10px;
  color: #74031C;
  font-weight: 900;
}
.counter__span {
  display: block;
  font-size: 54px;
}
.counter__display {
  font-weight: initial;
  font-size: 16px;
}
.counter__emoji {
  display: none;
  padding: 1rem;
}
.counter__emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}
/* Formulário ↓ */

/* guia ↓ */
.guia {
  padding: 80px 0;
}
.guia .max__width {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guia__title {
  margin: auto;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  max-width: 760px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--orange);
}
.guia__card {
  display: flex;
  align-items: center;
  background: #FFAB66;
  color: #7A2818;
  padding: 36px;
  border-radius: 12px;
  gap: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.guia__card img {
  object-fit: cover;
}

.guia .button__red {
  margin: auto;
  margin-top: 50px;
}
/* Proteja ↓ */
.proteja {
  background: var(--orange);
  padding: 80px 0;
}
.proteja .max__width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proteja__title {
  line-height: 28px;
  color: white;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 60px;
}
.proteja__strong {
  font-size: 20px;
}
.proteja__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.proteja__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.projeta__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 28px;
  background: white;
  padding: 30px;
}
.projeta__img {
  object-fit: contain;
  margin-bottom: 10px;
}
.proteja .button__white {
  margin-top: 60px;
}

/* Rodape ↓ */
.rodape {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--red);
}
/* Cartao ↓ */
.cartao {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 126px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: white;
  margin: 100px 0;
}
.cartao__ctn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 40px;
  width: max-content;
}
.cartao__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 16px;
}
.cartao__img--mobile {
  display: none;
}
.cartao__img {
  max-width: 400px;
  height: max-content;
  width: 100%;
}
.cartao__texts {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.cartao__texts p {
  font-size: 20px;
}

/* Footer ↓ */
footer {
  border-radius: 32px;
  background: var(--orange);
  margin-bottom: 24px !important;
  padding: 48px 100px;
}
.footer__logo {
  object-fit: contain;
  object-position: left;
  height: 54px;
}
.foooter__blog--title {
  display: flex;
  height: 48px;
  padding: 10px 20px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 14px;
  background: #FFF;
  color: #E80537;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.footer__redes {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
.footer__border {
  background-color: #FFF;
  height: 2px;
  width: 100%;
  border: none !important;
}
.footer__mob img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.footer__icons, .footer__mob {
  display: flex;
  gap: 8px;
}
.foooter__direitos {
  color: var(--Backgrounds-Primary, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer__termos {
  display: flex;
  gap: 32px;
}
.footer__termos a {
  color: var(--Backgrounds-Primary, #FFF);
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
  text-decoration-line: underline;
}
.footer__termos p {
  color: var(--Backgrounds-Primary, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
/* FOOTER ↑ */

@media screen and (max-width: 1100px) {
  .banner__grid {
    gap: 50px;
  }
}

@media screen and (max-width: 1000px) {
  /*  */
  form, input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%;
  }
  .form__grafismo {
    display: none;
  }
  /*  */
  .proteja__grid, .guia .max__width, .banner__grid, .cartao {
    display: flex;
    flex-direction: column;
  }
  .max__width {
    width: calc(100% - 40px);
  }
  .banner__grid {
    width: initial;
    gap: 28px;
  }
  /* Banner ↓ */
  .banner__header {
    margin-bottom: 28px;
  }
  .banner__ctn {
    gap: 20px;
  }
  .banner__description {
    font-size: 16px;
  }
  .banner__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .banner__title {
    font-size: 28px;
  }
  .banner__col--1 {
    gap: 24px;
  }
  /* Counter ↓ */
  .counter__dots {
    padding: 0 2px;
  }
  .counter__span {
    font-size: 36px;
  }
  /* proteja ↓ */
  .proteja {
    padding: 24px 0;
  }
  .proteja__grid {
    gap: 20px;
  }
  .proteja__title {
    margin-bottom: 30px;
  }
  .proteja .button__white {
    margin-top: 36px;
    margin-bottom: 14px;
  }
  /* Guia ↓ */
  .guia__title, .proteja__title {
    text-align: start;
    font-size: 32px;
  }
  .guia {
    padding: 24px 0;
  }
  .guia__title {
    margin-bottom: 20px;
  }
  .guia .button__red{
    margin-top: 24px;
    margin-bottom: 14px;
  }
  .guia .max__width {
    gap: 10px;
  }
  /* Cartao ↓ */
  .cartao {
    gap: 40px;
    margin: 34px 0;
  }
  .cartao__ctn {
    padding: 0;
  }
  .cartao__ctn {
    display: flex;
    justify-self: center;
    width: 100%;
  }
  .cartao__img--mobile {
    display: block;
    max-width: 400px;
    width: 100%;
  }
  .cartao__img  {
    display: none;
  }
  .cartao__texts p {
    font-size: 16px;
    line-height: 160%;
  }
  /* Footer ↓ */
  footer * {
    text-align: center !important;
  }
  footer {
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 24px 40px 32px 40px;
  }
  .footer__redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .footer__logo {
    object-position: center;
    height: 48px;
  }
  .footer__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .footer__container, .footer__termos {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .footer__border {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .footer__container, .footer__redes {
    padding: 0;
  }
}

@media all and (max-width: 500px) {
  .counter__span {
    font-size: 28px;
  }
  .counter__ul li {
    padding: 4px;
  }
  .counter__display {
    font-size: 14px;
  }
  .counter__dots {
    font-size: 34px;
    padding-top: 4px;
  }
}