/*---------- Resets --- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
  list-style: none;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

* {
  outline: none;
}

a,
a:active,
a:visited,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

header,
nav,
section,
article,
main,
aside,
footer {
  display: block;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* html element 62.5% font-size for REM use */
article {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  height: 1%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* print */
@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif;
  }

  h1 {
    font-size: 19pt;
  }

  h2 {
    font-size: 17pt;
  }

  h3 {
    font-size: 15pt;
  }

  h4,
  h5,
  h6 {
    font-size: 12pt;
  }

  code {
    font: 10pt Courier, monospace;
  }

  blockquote {
    margin: 1.3em;
    padding: 1em;
  }

  img {
    display: block;
    margin: 1em 0;
  }

  a img {
    border: none;
  }

  table {
    margin: 1px;
    text-align: left;
  }

  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }

  td {
    border-bottom: 1px solid #333;
  }

  th,
  td {
    padding: 4px 10px 4px 0;
  }

  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  a {
    text-decoration: none;
    color: black;
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2?7d18a001dd0b6e04c2393") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff?7d18a001dd0b6e04c2393") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.woff2?7d18a001dd0b6e04c2322") format("woff2"),
    url("../fonts/HelveticaNeue-Roman.woff?7d18a001dd0b6e04c2321") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --Neutras-01: #000;
  --Primarias-01: #ff2a05;
}

/* -- Textos -- */
/* paragraph */
p {}

/* bold */
b,
strong {
  font-weight: bold;
}

/* Italic */
i,
em {
  font-style: italic;
}

.t2s {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrapper {
  width: 100%;
  max-width: 1372px;
  margin: 0 auto;
}

.btn {
  width: 256px;
  display: block;
  padding: 16px 24px;
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
}

.btn:hover {
  background: #a60023 !important;
}

header {
  width: 100%;
  background: var(--Neutras-01);
}

header .wrapper {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav {}

header nav ul {
  width: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul li {}

header nav ul li a {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header nav ul li a:hover {
  color: #ff2a05;
}

.menu-anchor {
  display: none;
}

main {}

.banner {
  min-height: 807px;
  display: flex;
  justify-content: space-between;
  background: url(../images/banner-bg.webp) no-repeat center center / cover;
}

.banner .wrapper {
  padding: 170px 0 48px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.banner .content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.banner .content .box {
  max-width: 560px;
}

.banner .btn {
  width: 256px;
  margin-top: 65px;
  padding: 16px 24px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00f;
}

.vantagens {
  padding: 64px 0;
  text-align: center;
}

.vantagens .data {
  margin: 0 auto;
  display: inline-block;
  padding: 8px 16px;
  align-items: flex-start;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #00f;
}

.vantagens .dheader {
  max-width: 790px;
  margin: 24px auto 48px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.vantagens .dheader .title {
  margin-bottom: 16px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vantagens ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vantagens li {
  width: 328px;
  height: 268px;
  padding: 24px 16px;
  margin: 0 10px 20px;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vantagens li b {
  color: var(--Neutras-01, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.vantagens li p {
  color: #949494;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.vantagens .btn {
  width: 318px;
  height: 57px;
  padding: 16px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff2a05;
}

.curadoria {
  padding: 64px 0 115px;
  background: #00f;
}

.curadoria .wrapper {
  max-width: 974px;
  text-align: center;
}

.curadoria .title {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #ff2a05;
}

.curadoria h2 {
  margin: 24px auto 56px;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.curadoria ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.curadoria ul li {
  text-align: left;
}

.curadoria ul li img {}

.curadoria ul li .name {
  padding-top: 32px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.curadoria ul li p {
  margin: 4px 0 0;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.curadoria ul li .social {
  width: 162px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.curadoria ul li .social a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
}

.curadoria ul li .social a:hover {
  background: #ff2a05;
}

.curadoria ul li .social a:hover path {}

.form-box {}

.form-box .container {
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-box .container .content {
  width: 676px;
  text-align: center;
}

.form-box .content .title {
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #ff2a05;
}

.form-box .content h2 {
  margin: 24px 0 48px;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-box .content form {
  width: 100%;
  text-align: left;
}

.form-box .content form .form-group {
  margin-bottom: 18px;
}

.form-box .content form .form-group:nth-child(4) {
  margin-bottom: 21px;
}

.form-box .content form .form-group:nth-child(5) {
  margin-bottom: 24px;
}

.form-box .content form .form-group label {
  display: inline-block;
  margin-bottom: 8px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-box .content form .form-group input {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: unset;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.form-box .content form .form-group textarea {
  width: 100%;
  height: 96px;
  padding: 10px;
  border: unset;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 18px;
  resize: unset;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.form-box .content form .form-group .d-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-box .content form .form-group .d-flex input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 19px;
  border: 1px solid #000;
}

.form-box .content form .form-group .d-flex label {
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.form-box .content form .form-group .optin {
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-box .content form .form-group .optin div {
  display: flex;
  align-items: center;
}

.form-box .content form .form-group .optin input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0 15px 0 0;
  border: 1px solid #000;
}

.form-box .content form .form-group .optin label {
  margin: 0 24px 0 0;
  cursor: pointer;
}

.form-box .content form .form-group-politica {
  margin: 24px 0 32px;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form-box .content form .form-group-politica a {
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  text-decoration-line: underline;
}

.form-box .content form .form-group-send .btn {
  margin: 0 auto;
  border: unset;
  cursor: pointer;
  background: #ff2a05;
}

.apoio {
  padding: 48px 0;
  background: #ff2a05;
}

.apoio .title {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.apoio ul {
  margin-top: 33px;
  display: flex;
  justify-content: center;
}

.apoio ul li {
  margin: 0 20px;
}

footer {
  background: #000;
}

footer .wrapper {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .wrapper .social {
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .wrapper .social a path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .wrapper .social a:hover path {
  fill: #a60023;
}

.footer {
  padding: 60px 0 20px;
}

.footer-content {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer-nav {
  display: flex;
  gap: 30px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #ccc;
}

.footer-social {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: auto;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ccc;
}

.footer-social svg {
  width: 32px;
  height: auto;
  fill: currentColor;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #333;
  margin: 20px 0;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.footer-info {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  justify-self: start;
}

.footer-info p {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #313131;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
}

.footer-logo svg {
  width: 200px;
  height: auto;
  fill: #fff;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-top .footer-social {
    order: -1;
  }

  .footer-top .footer-nav {
    order: 1;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
  }

  .footer-content {
    padding: 0 40px !important;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .footer-info {
    text-align: center;
    justify-self: center;
  }

  .footer-logo {
    grid-column: 1;
    text-align: center;
  }
}

/* Responsivo ############################################################################################################## */
@media (max-width: 1450px) {
  header .wrapper {
    padding: 28px 25px;
  }

  .banner .wrapper {
    padding: 170px 25px 48px;
  }

  .curadoria {
    padding: 40px 25px;
  }

  footer .wrapper {
    padding: 52.5px 69px 46.5px;
  }
}

@media (max-width: 1050px) {
  .curadoria ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .curadoria ul li:first-child {
    margin-bottom: 31px;
  }
}

@media (max-width: 1000px) {
  header .wrapper {
    padding: 30px 25px;
  }

  nav {
    display: none;
  }

  .menu-anchor {
    display: block;
  }

  .form-box {
    flex-direction: column;
  }

  .form-box .content h2 {
    margin-bottom: 40px;
    text-align: center;
  }

  .form-box .content form {
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .curadoria ul li .social {
    width: 162px;
  }

  .curadoria ul li .social a {
    width: 46px;
    height: 46px;
  }

  .curadoria ul li .social a svg {
    width: 30px;
    height: 30px;
  }

  .curadoria ul li .social a:first-child svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 850px) {
  footer .wrapper {
    flex-direction: column;
  }

  footer .wrapper>svg {
    width: 194px;
  }

  footer .wrapper .social {
    margin-top: 56px;
  }
}

@media (max-width: 730px) {
  .form-box .container {
    padding: 40px 25px 56px;
  }
}

@media (max-width: 700px) {
  .banner {
    flex-direction: column;
  }

  .banner .wrapper {
    align-items: center;
  }

  .banner .img {
    width: 100%;
    height: 356px;
  }

  .banner .content .box h2 {
    margin: 24px 0;
  }

  .banner .btn {
    margin: 52px auto 126px;
  }
}

@media (max-width: 650px) {}

@media (max-width: 600px) {
  header .wrapper .logo svg {
    width: 161px;
  }
}

@media (max-width: 500px) {
  .banner {
    min-height: auto;
    display: flex;
    justify-content: space-between;
    background: url(../images/banner-bg-mobile.webp) no-repeat center center / cover;
  }

  .banner .wrapper {
    padding: 264px 25px 51px;
    align-items: center;
  }

  .banner .btn {
    margin: 52px auto 126px;
  }

  .vantagens {
    padding: 70px 25px 56px;
  }

  .vantagens .dheader {
    margin: 24px auto 40px;
  }

  .vantagens li {
    margin: 0 0 20px;
  }

  .vantagens .btn {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }

  .curadoria .title {
    padding: 4px 8px;
    font-size: 14px;
  }

  .curadoria h2 {
    margin: 16px auto 40px;
    font-size: 32px;
    line-height: 125%;
  }

  .form-box .content .title {
    padding: 4px 8px;
  }

  .form-box .content h2 {
    margin: 16px auto 32px;
    text-align: center;
    font-size: 32px;
  }

  .form-box .content form .form-group-send .btn {
    margin: 0 auto;
  }

  .apoio {
    padding: 32px 0;
  }

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

  .apoio ul li:first-child {
    margin-bottom: 24px;
  }
}

@media (max-width: 430px) {
  .curadoria h2 {
    font-size: 34px;
  }

  .form-box .container {
    padding: 40px 20px;
  }

  .form-box .content form .form-group .optin {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .form-box .content form .form-group .optin div {
    margin-bottom: 10px;
  }

  .form-box .content form .form-group .optin input {
    margin: 0 10px 0 0;
  }

  .form-box .content form .form-group .optin label {
    margin: 0 20px 0 0;
  }
}

/* Form Validation Styles */
.form-box .content form .form-group input.error,
.form-box .content form .form-group textarea.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  font-family: Roboto;
  font-weight: 400;
}

#msg_resposta {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  text-align: center;
  display: none;
}

#msg_resposta.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#msg_resposta.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Loading indicator */
#loading {
  display: none;
  text-align: center;
  margin: 20px 0;
}

#loading::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff2a05;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}