/* --------------------------------
   FONTES
----------------------------------*/
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts/gt-walsheim-pro/GTWalsheimProRegular.woff') format('woff');
  font-weight: 100; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts//gt-walsheim-pro/GTWalsheimProBlack.woff') format('woff');
  font-weight: 800; /* Bold */
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts//gt-walsheim-pro/GTWalsheimProUltraBold.woff') format('woff');
  font-weight: 900; /* Bold */
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts/gt-walsheim/GTWalsheim-Regular.woff') format('woff');
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts/gt-walsheim/GTWalsheim-Regular-Oblique.woff') format('woff');
  font-weight: 400; /* Regular */
  font-style: italic;
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts/gt-walsheim/GTWalsheim-Bold.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: 'GT-Walsheim';
  src: url('../fonts/gt-walsheim/GTWalsheim-Bold-Oblique.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: italic;
}


@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-book-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-medium-italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-semibold-italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-bold-italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-extrabold-italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/copernicus/copernicus-heavy-italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* --------------------------------
   RESET & BASE
----------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'GT-Walsheim';
  color: white;
  zoom: unset !important;
}

h2 {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

p {
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
}

.c-grid {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  gap: 40px;
}
a {
  color: #A79053;
  text-decoration: none;
  transition: text-shadow 0.3s ease; 
}
a:hover,
button:hover {
  cursor: pointer;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

section{
  background-size: cover;
}

.c-grid-col {
  max-width: 530px;
}


/**/
.first-section{
  height: 1150px;
  background: linear-gradient(90deg,rgba(52, 1, 1, 1) 0%, rgba(0, 23, 68, 1) 40%);
  position: relative;
  padding-top: 100px;
}
.first-section:before{
  content: "";
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-image: url('./images/ecad-2026-institucional-hero.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.first-section-content {
  padding-bottom: 100px;
  justify-content: center;
}
.first-section-logo{
  width:120px;
  height:130px;
}
.first-section-title {
  font-size: 72px;
  font-weight: 800;
  font-family: 'GT-Walsheim';
  text-transform: uppercase;
  line-height: 110%;
  margin-top: 70px;
  margin-bottom: 30px;
}
.first-section-subtitle {
  font-size: 40px;
  font-weight: 900;
  font-family: 'GT-Walsheim';
  line-height: 100%;
  margin-bottom: 40px;
}
.first-section-text > p, .second-section-text > p,
.third-section-text > p, .fourth-section-text > p,
.fifth-section-text > p, .sixth-section-text > p {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Copernicus';
  margin-bottom: 20px;
}

.second-section{
  height: 800px;
  background: linear-gradient(90deg,rgba(52, 1, 1, 1) 0%, rgba(0, 23, 68, 1) 40%);
  position: relative;  
  padding-top: 80px;
  padding-bottom: 80px;
}
.second-section:before{
  content: "";
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-image: url('./images/ecad-2026-institucional-secao-2-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.second-section-title {
  color: #FC4D40;
  font-size: 47px;
  font-weight: 800;
  font-family: 'GT-Walsheim';
}

.third-section{
  background: #181a1f;
}
.third-section-content{
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 25px;
}
.third-section-image-desktop {
  display: block;
}
.third-section-image-mobile {
  display: none;
}
.fourth-section{
  height: 1200px;
  background-image: url('./images/ecad-2026-institucional-secao-4-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 60px;
  position:relative;
}
.fourth-section:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-4-top.svg');
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
}
.fourth-section:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-4-bottom.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
.fourth-section-title, .sixth-section-title {
  color: #BFA563;
  font-size: 40px;
  font-weight: 900;
  font-family: 'GT-Walsheim';
  max-width: 400px;
  margin-bottom: 55px;
  line-height:110%;
}
.fourth-section-divider{
  margin-top: 100px;
  margin-bottom: 100px;
  float: left;
  max-width: 1440px;
}

.fifth-section{
  padding-top:80px;
  padding-bottom:120px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #F7F7F2;
}
.fifth-section-title{
  color: #0057FF;
  font-size: 40px;
  font-weight: 900;
  font-family: "GT-Walsheim";
  text-transform: uppercase;
  margin-bottom: 75px;
}
.fifth-section-item {
  gap: 85px;
  flex-direction: row-reverse;
}
.fifth-section-icon{
  display: flex;
  background: #F7F7F2;
  box-shadow: 0 67px 69px rgba(71, 69, 52, .07), 0 27.991px 28.8265px rgba(71, 69, 52, .0503198), 0 14.9653px 15.4121px rgba(71, 69, 52, .0417275), 0 8.38944px 8.63987px rgba(71, 69, 52, .035), 0 4.45557px 4.58857px rgba(71, 69, 52, .0282725), 0 1.85406px 1.90941px rgba(71, 69, 52, .0196802);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
}
.fifth-section-icon img{
  width: 95px;
}
.fifth-section-text{
  color: #181A1F;
}
.fifth-section-separator{
  background: #C8C8C880;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 1700px;
}

.sixth-section{
  height: 1200px;
  background-image: url('./images/ecad-2026-institucional-secao-6-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
}
.sixth-section:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-6-top.svg');
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
}
.sixth-section:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-6-bottom.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
.sixth-section-divider {
  margin-top: 70px;
  margin-bottom: 70px;
  float: right;
}

.seventh-section{
  padding-top: 100px;
  padding-bottom: 130px;
  background: #181a1f;
}
.seventh-section-title {
  color: #FC4D40;
  font-size: 40px;
  font-weight: 900;
  font-family: "GT-Walsheim";
  text-transform: uppercase;
}
.seventh-section-subtitle {
  color: #A89157;
  font-size: 40px;
  font-weight: 800;
  font-family: "Copernicus";
  font-style: italic;
  margin-bottom: 60px;
}
.seventh-section-step, .seventh-section-step > p{
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  font-family: "Copernicus";
  padding-bottom: 50px;
  padding-top: 40px;
  padding-left: 60px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.seventh-section-step > p {
  padding: 0px;
}
.seventh-section-step:before {
  content:"";
  position: absolute;
  left: 0;
  transform: translate(-50%);
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;  
  border-left: 60px solid #A89157;
}
.seventh-section-button {
  color: #FFFFFF;
  background: #A89157;
  border-radius: 15px;
  font-weight: bold;
  font-size: 25px;
  font-family: 'GT-Walsheim';
  padding: 15px 40px;
  text-align: center;
}
.seventh-section-step.with-button {
  gap: 20px;
}
.seventh-section-step.with-button span {
  max-width: 400px;
} 

.eighth-section{
  height: 1150px;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #181a1f;
  position: relative;
  background-image: url('./images/ecad-2026-institucional-secao-8-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.eighth-section:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-8-top.svg');
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
}
.eighth-section:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('./images/section-8-bottom.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
}
.eighth-section-title{
  color: #FFFFFF;
  font-size: 72px;
  font-weight: 800;
  font-family: 'GT-Walsheim';
  text-transform: uppercase;
  line-height: 110%;
  max-width: 635px;
  margin-bottom: 30px;
}
.eighth-section-subtitle{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  font-family: 'GT-Walsheim';
  line-height: 100%;
  margin-bottom: 45px;
  max-width: 635px;
}
.eighth-section-item, .eighth-section-item > p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  font-family: "Copernicus";
  position:relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.eighth-section-item > p{
  margin: 0;
  padding: 0;
}
.eighth-section-item:before{
  content:"";
  position: absolute;
  left: 0;
  width: 26px; 
  height: 26px;
  border-radius: 50%;
  background-image: url('./images/icon-check.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.nineth-section{
  padding-top: 100px;
  padding-bottom: 155px;  
  padding-left: 100px;
  padding-right: 100px;
  background-color: #F7F7F2;
}
.nineth-section .flex {
  gap: 30px;
}
.nineth-section-text-golden{
  color: #A89157;
  font-size: 40px;
  font-weight: 700;
  font-family: 'GT-Walsheim';
  line-height: 100%;
}
.nineth-section-text-black{
  color: #181A1F;
  font-size: 40px;
  font-weight: 900;
  font-family: 'GT-Walsheim';
  max-width: 600px;
  line-height: 100%;
}
.nineth-section-separator{
  background: #C8C8C880;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1700px;
}
.nineth-section .with-button {
  gap: 30px;
}
.nineth-section-icon {
  width:86px;
  height:86px;
}
.nineth-section form {
  background: #363A3E;
  border-radius: 16px;
  padding: 40px 60px;
  min-height: 700px;
}
.nineth-section form .form-control {
  margin-bottom: 20px;
}
.nineth-section form .form-control label {
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'GT-Walsheim';
  font-size: 20px;
}
.nineth-section form .form-control input {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  padding: 8px;
  height: unset;
}
.nineth-section form button {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 16px;
  background: #FFFFFF;
  color: #A79053;
  font-size: 30px;
  font-weight: 700;
  font-family: 'GT-Walsheim';
  text-align: center;
  padding: 20px 20px;
  line-height: 100%;
  display: block;
}
.nineth-section-message {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

.footer-section{
  height: 250px;
  background: #181a1f;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-section .c-grid {
  flex-direction: row-reverse;
}
.footer-section-logo {
  width:125px;
  height:125px;
}
.footer-section-text{
  color: #FFFFFF;
  font-size:25px;
  font-weight:800;
  font-family: 'GT-Walsheim';
}
.footer-section .social{
  display: flex;
  gap: 30px;
}
.footer-section .social li svg{
  fill: white;
}

.form-loader {
  display: none;
  margin: 0 auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #A89157 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #A89157);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

@media screen and (max-width: 968px) {
  .c-grid {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    gap: 20px;
  }
  .c-grid-col {
    max-width: 100%;
  }
  
  .first-section{
    height: unset;
    min-height: 764px;
    background: linear-gradient(90deg,rgba(52, 1, 1, 1) 0%, rgba(0, 23, 68, 1) 40%);
    padding-top: 30px;
  }
  .first-section:before{
    background-image: url('./images/ecad-2026-institucional-hero-mobile.webp');
    background-position: bottom;
  }
  .first-section-content {
    padding-bottom: 55px;
  }
  .first-section-logo{
    width:60px;
    height:70px;
  }
  .first-section-title {
    font-size: 26px;
    font-weight: 900;
    margin-top: 100px;
    margin-bottom: 15px;
    max-width: 60%;
  }
  .first-section-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 60%;
  }
  .first-section-text, .second-section-text,
  .third-section-text, .fourth-section-text,
  .fifth-section-text, .sixth-section-text {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 85%;
  }
  .second-section{
    height: unset;
    background: linear-gradient(90deg,rgba(52, 1, 1, 1) 0%, rgba(0, 23, 68, 1) 40%);
    padding-top: 340px;
    padding-bottom: 180px;
  }
  .second-section:before{
    background-image: url('./images/ecad-2026-institucional-secao-2-bg-mobile.webp');
    background-position: top;
  }
  .second-section-content img {
    display: none;
  }
  .second-section-title {
    font-size: 26px;
    line-height:110%;
  }

  .third-section-image-desktop {
    display: none;
  }
  .third-section-image-mobile {
    display: block;
  }

  .fourth-section{
    height: unset;
    min-height: 880px;
    background-image: url('./images/ecad-2026-institucional-secao-4-bg-mobile.webp');
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .fourth-section:before{
    background-size: contain;
  }
  .fourth-section:after{
    background-size: contain;
  }
  .fourth-section-title, .sixth-section-title {
    font-size: 26px;
    max-width: 60%;
    margin-bottom: 20px;
  }
  .fourth-section-divider{
    margin-top: 40px;
    margin-bottom: 40px;
    float: unset;
  }

  .fifth-section{
    padding-top: 55px;
    padding-bottom: 65px;
    padding-left: unset;
    padding-right: unset;
  }
  .fifth-section-title{
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 35px;
    text-align: left;
  }
  .fifth-section-item {
    gap: 30px;
    align-items: flex-start;
  }
  .fifth-section-icon{
    width: 140px;
    height: 140px;
  }
  .fifth-section-icon img{
    width: 80px;
  }
  .fifth-section-separator{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 90%;
  }
  
  .sixth-section{
    height: unset;
    background-image: url('./images/ecad-2026-institucional-secao-6-bg-mobile.webp');
    padding-top: 225px;
    padding-bottom: 40px;
  }
  .sixth-section:before {
    background-size: contain;
  }
  .sixth-section:after {
    background-size: contain;
  }
  .sixth-section-divider {
    margin-top: 30px;
    margin-bottom: 25px;
    float: unset;
  }

  .seventh-section{
    height: unset;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .seventh-section-title {
    font-size: 26px;
    line-height: 110%;
    text-align: left;
    margin-bottom: 20px;
  }
  .seventh-section-subtitle {
    font-size: 20px;
    line-height: 110%;
    text-align: left;
    margin-bottom: 40px;
  }
  .seventh-section-step, .seventh-section-step > p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    position: relative;
  }
  .seventh-section-step:before {
    transform: translate(0%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;  
    border-left: 30px solid #A89157;
  }
  .seventh-section-button {
    font-size: 20px;
    padding: 10px 25px;
  }
  .seventh-section-step.with-button {
    gap: 20px;       
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .seventh-section-step.with-button span {
    max-width: 400px;
  } 

  .eighth-section{
    height: unset;
    padding-top: 65px;
    padding-bottom: 240px;
    background-image: url('./images/ecad-2026-institucional-secao-8-bg-mobile.webp');
  }
  .eighth-section:before{
    background-size: contain;
  }
  .eighth-section:after{
    background-size: contain;
  }
  .eighth-section-title{
    font-size: 22px;
    line-height: 105%;
    max-width: 60%;
    margin-bottom: 15px;
  }
  .eighth-section-subtitle{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 40px;
    max-width: 60%;
  }
  .eighth-section-item{
    font-size: 14px;
    padding-left: 34px;
  }
  .eighth-section-item:before{
    width: 20px; 
    height: 20px;
  }
  
  .nineth-section{
    height: unset;
    padding-top: 30px;
    padding-bottom: 30px;  
    padding-left: 0px;
    padding-right: 0px;
  }
  .nineth-section .flex {
    gap: 0;
  }
  .nineth-section-text-golden{
    font-size: 24px;
    line-height: 110%;
  }
  .nineth-section-text-black{
    font-size: 20px;
    line-height: 110%;
  }
  .nineth-section-separator{
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 90%;
  }
  .nineth-section-button {
    font-size: 16px;
    padding: 10px 30px;
  }
  .nineth-section .with-button {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
  .nineth-section-icon {
    width:50px;
    height:50px;
  }
  
  .nineth-section form {
    padding: 20px 25px;
    margin-top: 20px;
    min-height: 350px;
  }
  .nineth-section form .form-control {
    margin-bottom: 15px;
  }
  .nineth-section form .form-control label {
    font-size: 16px;
  }
  .nineth-section form .form-control input {
    padding: 4px;
  }
  .nineth-section form button {
    margin-top: 25px;
    font-size: 20px;
    padding: 10px 10px;
  }

  .footer-section{
    height: unset;
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .footer-section .c-grid {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
  .footer-section-logo {
    width:110px;
    height:110px;
  }
  .footer-section-text{
    display: none;
  }
  .footer-section .social{
    display: flex;
    gap: 25px;
  }
  .footer-section .social li svg{
    fill: white;
    font-size: 20px;
  }
}