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

@font-face {
  font-family: 'Copernicus';
  src: url('./fonts//Copernicus-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('ass.ets/fonts/Copernicus-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Copernicus';
  src: url('./fonts/Copernicus-HeavyItalic.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;
}

h2 {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

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

.grid {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
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;
}
/* --------------------------------
   FIRST SECTION
----------------------------------*/
#first-section {
  background-image: url(./images/bg-first.png);
  padding-top: 250px;
  padding-bottom: 50px;
}

#first-section .grid:first-child {
  display: flex;
  align-items: center;
  padding-bottom: 133px;
}

#first-section .grid:first-child figure {
  width: auto;
  margin-right: 34px;
}

#first-section .grid:first-child .logo img {
  max-width: 220px;
  max-height: 220px;
}

#first-section .grid:first-child .waves img {
  max-height: 175px;
  max-width: 446px;
}

#first-section h1 {
  max-width: 630px;
  font-size: 62px;
  line-height: 100%;
  font-weight: 800;
}

#first-section span {
  display: block;
  font-size: 33px;
  line-height: 120%;
  font-weight: 700;
  margin: 70px auto 30px;
}

#first-section .text {
  font-family: 'Copernicus';
  font-weight: 400;
}

#first-section .card {
  background: #005EFF;
  padding: 50px;
  border-radius: 16px;
  margin-top: 50px;
}

#first-section .card p {
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}

#first-section .card a {
  position: relative;
  display: block;
  width: fit-content;
  padding: 35px 50px;
  background: white;
  border-radius: 16px;
  color: #A79053;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  margin-top: 45px;
  text-transform: uppercase;
  text-decoration: none;
}

#first-section .card a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -77px;
    width: 62px;
    height: 100%;
    background-image: url(./images/right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#first-section .card a::after{
    content: "";
    position: absolute;
    top: 0;
    right: -77px;
    width: 62px;
    height: 100%;
    background-image: url(./images/left.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* --------------------------------
   SECOND SECTION
----------------------------------*/
#second-section .video {
  background: black;
  background-image: url(./images/waves.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

#second-section .video img {
  width: 100%;
}

/* --------------------------------
   THIRD SECTION
----------------------------------*/
#third-section {
  background-image: url(./images/bg-third.png);
  background-size: cover 100%;
  padding-block: 90px;
  border-bottom: 40px solid black;
}

#third-section .card {
  width: 100%;
  max-width: 750px;
  padding: 48px;
  border-radius: 16px;
  background: #A89157;
  justify-self: right;
  letter-spacing: -0.3px;
}

#third-section .card p {
  font-family: 'Copernicus';
  line-height: 150%;
  font-size: 22px;
}

#third-section .card h2 {
  font-family: 'GT-Walsheim';
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
}

#third-section .card img {
  width: 100%;
  margin: 30px auto;
}

/* --------------------------------
   FOURTH SECTION
----------------------------------*/
#fourth-section {
  background: #005EFF;
  padding-block: 85px;
}

#fourth-section h2 {
  font-family: 'GT-Walsheim';
  display: flex;
  align-items: center;
  gap: 52px;
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 72px;
}

#fourth-section .text {
  border-bottom: 2px dashed white;
  padding-bottom: 30px;
  font-family: 'Copernicus';
}

#fourth-section .text-2{
  margin-top: 20px;
}

/* --------------------------------
   FIFTH SECTION
----------------------------------*/
#fifth-section {
  background: black;
  padding-block: 50px;
}

#fifth-section .card {
  display: flex;
  gap: 80px;
  padding-block: 45px;
}

#fifth-section .card figure {
  max-width: 120px;
  width: 100%;
}

#fifth-section .card figure img {
  width: 100%;
}

#fifth-section .card h2 {
  font-family: 'Copernicus';
  font-style: italic;
  margin-bottom: 60px;
  position: relative;
  font-size: 33px;
  line-height: 120%;
  max-width: 650px;
}

#fifth-section .card p {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
}

/* --------------------------------
   SIXTH SECTION
----------------------------------*/
#sixth-section {
  background: #FC4D40;
  padding-block: 37px;
  background-image: url(./images/waves-2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
}

#sixth-section .grid {
  display: flex;
  gap: 20px;
}

#sixth-section .info {
  width: calc(100% - 658px);
}

#sixth-section .info h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.3px;
}

#sixth-section .info p {
  font-size: 24px;
  line-height: 150%;
  font-family: 'Copernicus';
  font-style: italic;
}

#sixth-section .form {
  max-width: 658px;
  width: 100%;
  background: #363A3E;
  border-radius: 16px;
  padding: 66px 46px 81px;
}

#sixth-section .form label {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: block;
}

#sixth-section .form input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #818181;
  min-height: 51px;
  background: #363A3E;
  padding: 20px;
  margin-bottom: 25px;
  color: white;
}

#sixth-section .form button {
  display: block;
  width: fit-content;
  padding: 40px 50px;
  background: white;
  border-radius: 16px;
  color: #A79053;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  margin-top: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

/* --------------------------------
   SEVENTH SECTION
----------------------------------*/
#seventh-section {
  background: #005EFF;
  padding-block: 80px;
}

#seventh-section .quetions {
  border-radius: 16px;
  border: 3px solid white;
  padding: 26px 32px;
}

#seventh-section .quetions h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.3px;
  cursor: pointer;
}
#seventh-section .quetions h2:hover img{
  filter: brightness(0) invert(1);
}
#seventh-section .quetions h2 img{
  width: 96px;
}
#seventh-section .quetions .quetions-content {
  display: none;
}
#seventh-section .quetions .quetions-content strong{
    font-family: 'Copernicus';
    font-size: 32px;
    font-style: italic;
    font-weight: 675;
    line-height: 50px;
    margin-top: 50px;
    display: block;
}

/* --------------------------------
   EIGHTH SECTION
----------------------------------*/
#eighth-section {
  background: black;
  padding-block: 145px;
}

#eighth-section .grid {
  display: flex;
  justify-content: space-between;
}

#eighth-section h2 {
  font-size: 35px;
  line-height: 120%;
  font-family: 'Copernicus';
  font-style: italic;
  color: #A89157;
  max-width: 866px;
}

#eighth-section h2 span {
  width: 100%;
  display: flex;
  color: white;
}

#eighth-section .left .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-bottom: 92px;
}

#eighth-section .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 50px;
  height: 100px;
  background: white;
  border-radius: 16px;
  color: #A79053;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-top: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

#eighth-section .left .fale-com {
  background: #A79053;
  color: white;
  width: 456px;
  font-size: 42px;
}

#eighth-section .left .consulte {
  background: white;
  color: #A79053;
  font-size: 32px;
  width: 461px;
}

#eighth-section .left strong {
  font-size: 30px;
  font-family: 'Copernicus';
  font-style: italic;
}

#eighth-section .left ul {
  display: flex;
  gap: 53px;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}

#eighth-section .left li {
  list-style: none;
  max-width: 83px;
  max-height: 83px;
}

#eighth-section .right {
  align-self: end;
}

#eighth-section .right .logo {
  margin-right: -130px;
}
html {
  zoom: 1; /* base 1920px */
}

/* até 1600px */
@media (max-width: 1600px) {
  html { zoom: 0.85; }
}

/* até 1440px */
@media (max-width: 1440px) {
  html { zoom: 0.80; }
}

/* até 1280px */
@media (max-width: 1280px) {
  html { zoom: 0.75; }
}

/* até 1024px */
@media (max-width: 1024px) {
  html { zoom: 0.70; }
}
@media (max-width: 768px) {
    html {
      zoom: 1; /* base 1920px */
    }
    #first-section{
        padding-top: 80px;
    }
    #first-section h1{
        max-width: 100%;
    }
    #third-section .card{
        max-width: 100%;
    }
    #fourth-section h2{
      flex-wrap: wrap;
    }
    #fifth-section .card{
      flex-wrap: wrap;
    }
    #sixth-section .grid{
        flex-wrap: wrap;
    }
    #sixth-section .info{
        width: 100%;
    }
    #sixth-section .form{
        max-width: 100%;
    }
    #seventh-section .quetions h2{
      font-size: 32px;
    }
    #seventh-section .quetions h2 img{
          width: 30px;
    }
    #eighth-section .grid{
        flex-wrap: wrap;
    }
    #eighth-section .left .buttons{
        justify-content: left;
    }
    #eighth-section .grid .left,
    #eighth-section .grid .right{
        width: 100%;
    }
    #eighth-section .right .logo{
        margin: 30px auto;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #eighth-section .left .fale-com,
    #eighth-section .left .consulte{
        font-size: 20px;
    }
}
.s-footer .main-content{
  background: black;
}

#popup-sucesso {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #007bff;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
  }
  .popup-content p{
    font-size: 30px;
  }
  .popup-content button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
  }

  .popup-content button:hover {
    background-color: #0056b3;
  }