/*---------- 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: 600;
  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: #0A0A0A;
}

.btn:hover {
  background: #000 !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 {
}

.hero {
  min-height: 636px;
  background: #FF2A05;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
.hero .hero-gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: 54vw;
  height: 100%;
}

.hero-logo {
  width: 100%;
  max-width: 340px;
  height: auto;
}

.hero-tagline {
  margin-top: 24px;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.hero-tagline strong {
  font-weight: 700;
}

.hero-btn {
  width: 100%;
  max-width: 300px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: none;
}

.hero-btn svg path {
  fill: #fff;
}

.hero-gallery {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.hero-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-gallery .mobile {
  display: none;
}

.vantagens {
  background: #0A0A0A;
  text-align: center;
}

.vantagens .wrapper {
  padding-top: 96px;
  border-top: 1px solid #151515;
  border-left: 1px solid #151515;
  border-right: 1px solid #151515;
}

.vantagens .data {
  margin: 0 auto;
  display: inline-block;
  color: #ff2a05;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 140%;
}

.vantagens .dheader {
  max-width: 790px;
  margin: 16px auto 40px;
  color: #949494;
  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: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vantagens .dheader p {
  color: white;
}

.vantagens .dheader .btn {
  width: auto;
  margin: 16px auto 0;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ff2a05;
}

.vantagens .dheader .btn svg path {
  fill: #fff;
}

.vantagens-list {
  margin-top: 64px;
  text-align: left;
  border-top: solid 1px #151515;
}

.vantagens-list li {
  display: grid;
  grid-template-columns:1fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px 0 28px 32px;
  border-bottom: 1px solid #151515;
  border-left: solid 3px transparent;
  transition: all 0.3s ease;
}
.vantagens-list li:hover {
  border-left: solid 3px #ff2a05;
  background-color: #1e1e1e;

}
.vantagens-list li:last-child {
  border-bottom: 0;
}
.vantagens-list li div {
  display: flex;
  gap: 140px;
}

@media (max-width: 768px) {
  .vantagens-list li {
    display: block;
  }
  .vantagens-list li div {
    gap: 16px;
    align-items: center;
  }


}

.vantagens-list .num {
  color: #ff2a05;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 700;
}

.vantagens-list b {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.vantagens-list p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 85%;
}

.curadoria {
  border-bottom: solid 1px #151515;
  background-color: #0A0A0A;
  background-image: url('../images/lines.png');
}
.curadoria .wrapper {
  padding: 72px 0 96px 0;
  border-left: solid 1px #151515;
  border-right: solid 1px #151515;
}

.curadoria .data {
  color: #ff2a05;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}

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

}

.curadoria ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}

.curadoria ul li {
  max-width: 350px;
  text-align: left;
}

.curadoria ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.curadoria ul li .name {
  margin-top: 24px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.curadoria ul li p {
  margin: 6px 0 0;
  color: #7E7E7E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.curadoria ul li p.role {
  color: #ff2a05;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.curadoria ul li .social {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.curadoria ul li .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161616;
  border-radius: 4px;
  background-color: #111111;
}

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

.curadoria ul li .social a:hover {
  background: #ff2a05;
  border-color: #ff2a05;
}
.curadoria ul li .social a:hover svg {
  fill: white;
}
.form-box {
   min-height: 636px;
  background: #0A0A0A;
  position: relative;
  display: flex;
  align-items: center;
}

.form-box-content {
  max-width: 50%;
  padding: 80px 0;  
}

.form-box-content .data {
  color: #ff2a05;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
}

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

.form-box-content .subtitle {
  margin: 0 0 32px;
  color: #7E7E7E;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.form-box-content .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.form-box-content .form-group label {
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.form-box-content .form-group input,
.form-box-content .form-group textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #161616;
}

.form-box-content .form-group input::placeholder,
.form-box-content .form-group textarea::placeholder {
  color: #6b6b6b;
}

.form-box-content .form-group textarea {
  height: 96px;
  padding: 12px 16px;
  resize: none;
}

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

.form-box-content .form-group .d-flex input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  margin-right: 12px;
  accent-color: #ff2a05;
}

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

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

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

.form-box-content .form-group .optin input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0 8px 0 0;
  accent-color: #ff2a05;
}

.form-box-content .form-group .optin label {
  margin: 0;
  color: #b3b3b3;
  font-size: 14px;
  cursor: pointer;
}

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

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

.form-box-content .form-group-send .btn {
  width: auto;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: unset;
  cursor: pointer;
  background: #ff2a05;
}

.form-box-content .form-group-send .btn svg path {
  fill: #fff;
}

.form-box-gallery {
 position: absolute;
  top: 0;
  right: 0;
  width: 46vw;
  height: 100%;
}

.form-box-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.form-box-gallery .mobile {
  display: none;
}

.apoio {
  padding: 76px 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;
  }

  .hero-content {
    padding: 48px 40px;
  }

  .vantagens .wrapper,
  .curadoria .wrapper {
    padding: 0 25px;
  }

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

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

  .curadoria ul li .social {
    justify-content: start;
  }
}

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

  nav {
    display: none;
  }

  .menu-anchor {
    display: block;
  }

  .vantagens .wrapper {
    border-top: 0;
  }

  .hero .hero-gallery {
    position: relative;
    width: 100vw;
    height: auto;
  }

  .curadoria {
    background-image: url('../images/lines-mobile.png');
    padding: 72px 0;
  }


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

  .form-box-content {
    max-width: none;
    padding: 48px 25px;
  }

  .form-box-gallery {
    height: auto;
    position: relative;
    width: 100vw;
  }

  .form-box-gallery .desktop {
    display: none;
  }

  .form-box-gallery .mobile {
    display: block;
  }
}

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

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

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

@media (max-width: 900px) {
  .vantagens-list li {
    grid-template-columns: 48px 1fr;
  }

  .vantagens-list p {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .hero {
    flex-direction: column;
    min-height: auto;
  }

  .hero-content {
    max-width: none;
    padding: 48px 25px 40px;
    align-items: center;
    text-align: center;
  }

  .hero-tagline {
    max-width: none;
    text-align: left;
  }

  .hero-gallery {
    height: 343px;
  }

  .hero-gallery .desktop {
    display: none;
  }

  .hero-gallery .mobile {
    display: block;
  }
}

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

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

@media (max-width: 500px) {
  .hero-btn {
    width: 100%;
    max-width: 328px;
    justify-content: center;
  }

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

  .vantagens .dheader {
    margin: 16px auto 32px;
  }

  .vantagens .dheader .title {
    font-size: 32px;
    line-height: 125%;
  }

  .vantagens .dheader .btn {
    width: 100%;
    max-width: 328px;
    justify-content: center;
  }

  .vantagens-list {
    margin-top: 40px;
  }

  .vantagens-list li {
    padding: 20px 0;
  }

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

  .form-box-content .data {
    font-size: 13px;
  }

  .form-box-content h2 {
    font-size: 28px;
  }

  .form-box-content .form-row {
    grid-template-columns: 1fr;
  }

  .form-box-content .form-group-send .btn {
    width: 100%;
    justify-content: center;
  }

  .apoio {
    padding: 32px 0;
  }
}

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

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

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

/* Form Validation Styles */
.form-box-content .form-group input.error,
.form-box-content .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);
  }
}
