:root {
  --blue: #2D26A0 !important;
  --green: #3FBC7E !important;
  --red: #f8544a !important;
}


html,
body {
  font-family: 'Gotham', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
p,
button {
  font-family: 'Gotham', sans-serif;
}

h1 {
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
}

h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.75px;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.divisor {
  margin: 2.5rem 0 2.5rem 0;
}

.hide-sm {
  display: block;
}

label {
  color: #000;
  font-size: 1.2rem;
}

#form_container input {
  border-radius: 8px;
  border-color: #000;
}

header .container {
  display: flex !important;
  justify-content: space-between;
  padding: 1.4rem 0rem;
}

.destaque span {
  background-color: var(--blue);
  padding: 0 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 18px;
}

.msg_resposta h2 {
  font-size: 2rem;
  color: #339564;
}


@media (max-width: 800px) {
  header {
    max-width: 100%;
    padding: 0.75rem 1rem;
  }
}


header .button-header {
  background: var(--green);
  color: white;
  border: none;
  outline: none;
  border-radius: 14px;
  width: 14rem;
  height: 43px;
  border-radius: 21.7px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: filter 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

header .button-header:hover {
  cursor: pointer;
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}

section.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

section.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


section.heading {
  padding: 50px 20px 50px 20px;
  background-color: #F42339;
}

section.heading span {
  color: #fff;
  font-size: 14px;
}

section.heading h1 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}

section.heading p {
  margin-top: 13px;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.calculadora_form input {
  height: 3rem;
  background: transparent;
  border: 1px solid white;
  border-radius: 14px;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
}

.calculadora_form input:focus-visible {
  outline: none;
}

section.calculadora {
  background-color: #fff;
  color: #000;
  padding: 50px 0;
}

section.calculadora p {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

section.calculadora h2 {
  color: var(--blue);

}

.calculadora_form input::placeholder {
  color: #ccc;
}

.calculadora_form button {
  border-radius: 14px;
  border: none;
  outline: none;
  color: #fff;
  background: #3FBC7E;
  transition: filter 0.2s;
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 7px 22px;
  border-radius: 8px;
}

.calculadora_form button:hover {
  cursor: pointer;
  color: #fff;
  background: #339564;
}

section.support {
  padding: 50px 0px 50px 0px;
  margin: 0;
  color: #fff;
  background-color: #2D2C2B;
  background-position: bottom right;
  background-repeat: no-repeat;
}

section.support h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.75px;
}

section.support p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

section.benefits {
  margin: 0;
  color: #000;
  background-color: #fff;
}

section.benefits h2 {
  color: #F42339;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.75px;
}

section.benefits img {
  width: 100%;
  height: auto;
}

section.benefits p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

section.benefits ul {
  list-style: none;

}

section.benefits ul li {
  margin-bottom: 10px;
  list-style: none;
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

section.benefits ul li::before {
  content: "\2022";
  color: var(--blue);
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: 1em;
  font-size: 30px;
  line-height: 18px;
  vertical-align: text-top;
  margin-left: -1em;
  padding: 0px 0px;
}

section.socialproof {
  padding: 50px 50px;
  margin: 0;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

section.socialproof h2 {
  color: var(--red);
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.75px;
}

section.socialproof p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

section.socialproof .reviews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

section.socialproof .review {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  margin-bottom: 2rem;
}

section.socialproof .review .text {
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

section.socialproof .review .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

section.socialproof .review .profile>div {
  padding-right: 15px;
}

section.socialproof .review .profile img {
  max-width: 44px;
}


section.socialproof .review .profile .name {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

section.socialproof .review .profile .coments {
  color: #ABABAB;
  font-family: 'Gotham', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

section.socialproof .review .profile .rating {
  display: flex;
  flex-direction: row;
}

section.socialproof .review .profile .rating .stars {
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 10px;
}

section.socialproof .review .profile .rating .time {
  color: #ABABAB;
  font-family: 'Gotham', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-left: 5px;
}

footer {
  background-color: var(--blue);
  padding: 50px 50px 0;
}

footer p,
footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
  text-decoration: none;
}

footer .contato {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .contato>div {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

footer .icons {
  display: flex;
  color: white;
  background: var(--red-500);
  height: 7rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
}

footer .icons p {
  font-size: 1.125rem;

}

footer .icons a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.2s;
}

footer .icons a:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

footer .quater {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  gap: 5px;
}

footer .quater p {
  margin-top: 3px;
}

h1 {
  color: var(--blue-500);
}

@media (max-width: 800px) {

  section h1 {
    font-size: 33px;
    line-height: 33px;
  }

  section .container form {
    width: 100%;
  }

  .hide-sm {
    display: none;
  }
}

@media only screen and (min-width: 720px) {
  section.heading {
    padding: 100px 2rem 100px 2rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.heading h1 {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 73px;
  }

  section.heading span {
    color: #fff;
    font-size: 30px;
  }



  section.calculadora p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
  }

  section.calculadora h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.44px;
  }

  section.support {
    padding: 50px 0 50px 0;
    margin: 0;
    color: #fff;
    background-color: #2D2C2B;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;

  }

  section.support h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.75px;
  }

  section.support p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  section.benefits {
    padding: 50px 0rem 50px 0rem;
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  section.benefits h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.75px;
  }

  section.benefits p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  section.benefits ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    list-style: none;
    padding: 0;
  }

  section.benefits ul li {

    list-style: none;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 13px 25px;

  }

  section.benefits ul li::before {
    content: none;
  }

  .calculadora_form button {
    font-size: 20px;
    padding: 10px 25px;
  }

  section.socialproof {
    padding: 50px 0 50px 0;
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  section.socialproof h2 {
    color: var(--red);
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.75px;
  }

  section.socialproof p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }

  section.socialproof .reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  section.socialproof .review {
    border: 1px var(--blue) solid;
    border-radius: 30px;
    padding: 29px 23px 50px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: space-between;
  }

  section.socialproof .review .text {
    font-family: 'Gotham', sans-serif;
    font-size: 15 px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  section.socialproof .review .profile {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  section.socialproof .review .profile img {
    max-width: 126px;
  }

  section.socialproof .review .profile .photo {
    margin-bottom: 20px;
  }

  section.socialproof .review .profile .name {
    font-family: 'Gotham', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  section.socialproof .review .profile .coments {
    color: #ABABAB;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  section.socialproof .review .profile .rating {
    display: flex;
    flex-direction: row;
  }

  section.socialproof .review .profile .rating .stars {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  section.socialproof .review .profile .rating .time {
    color: #ABABAB;
    font-family: 'Gotham', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 5px;
  }

}