html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  /* Valores padrão (desktop) */
  --spacing-sm: 8px;
  --spacing-2sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 54px;
  --spacing-4xl: 64px;
  --spacing-4-5xl: 72px;
  --spacing-5xl: 96px;
  --spacing-6xl: 128px;
  --spacing-7xl: 160px;
  --spacing-8xl: 192px;
  --spacing-9xl: 256px;
  --spacing-10xl: 320px;

  --title-mg: 45px;

  --white-text: #fff;
  --yellow-text: #fbbf24;
  --black-text: #000;
}

/* Tablets */
@media (max-width: 768px) {
  :root {
    --spacing-sm: 6px;
    --spacing-2sm: 10px;
    --spacing-md: 12px;
    --spacing-lg: 18px;
    --spacing-xl: 24px;
    --spacing-2xl: 36px;
    --spacing-3xl: 48px;
    --spacing-4xl: 48px;
    --spacing-4-5xl: 48px;
    --spacing-5xl: 48px;
    --spacing-6xl: 48px;
    --spacing-7xl: 48px;
    --spacing-8xl: 48px;
    --spacing-9xl: 48px;
  }

  html {
    font-size: 11px; /* Ajuste o tamanho da fonte para tablets */
  }
}

/* Celulares */
@media (max-width: 480px) {
  :root {
    --spacing-sm: 4px;
    --spacing-2sm: 6px;
    --spacing-md: 8px;
    --spacing-lg: 12px;
    --spacing-xl: 16px;
    --spacing-2xl: 24px;
    --spacing-3xl: 36px;
    --spacing-4xl: 48px;
    --spacing-5xl: 64px;
  }

  html {
    font-size: 10px; /* Ajuste o tamanho da fonte para celulares */
  }
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-black {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.instrument-sans-regular {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.main-content {
  background: linear-gradient(
    135deg,
    #0a1628 0%,
    #0d1b35 7.14%,
    #0f2042 14.29%,
    #122550 21.43%,
    #152a5e 28.57%,
    #18306c 35.71%,
    #1b357b 42.86%,
    #1e3a8a 50%,
    #1c357b 57.14%,
    #1a306d 64.29%,
    #182b5f 71.43%,
    #152651 78.57%,
    #132144 85.71%,
    #111c37 92.86%,
    #0f172a 100%
  );
}

.fl {
  display: flex;
}

.first-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--spacing-2sm) var(--spacing-4xl) var(--spacing-5xl)
    var(--spacing-4xl);
  background-image: url(../utils/img/background-section-1.png);
  background-size: cover;
  background-position: center;
}

.intro-logo {
  width: 100%;
  display: flex;
  justify-content: left;
}

.logo {
  width: 166px;
  height: 166px;
}

.intro-title {
  color: var(--white-text);
  font-size: 4.875rem;
  line-height: 6.06rem;
  letter-spacing: 0.264px;
  margin-bottom: var(--title-mg);
}

.intro-title i {
  color: var(--yellow-text);
}

.intro-subtitle {
  color: var(--white-text);
  font-size: 1.875rem;
  max-width: 820px;
  line-height: 2.6rem; /* 143.333% */
  letter-spacing: -0.449px;
  margin-bottom: var(--spacing-xl);
}

.intro-subtitle i {
  color: var(--yellow-text);
}

.intro-description {
  color: var(--white-text);
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.449px;
  margin-bottom: var(--spacing-xl);
}

/* Estilo para o botão de link */
.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 20px;
  padding: 14px 28px;
  color: var(--white-text);
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(90deg, #d39a08 0%, #fbbf24 100%);
  box-shadow:
    0 10px 15px -3px rgba(251, 191, 36, 0.3),
    0 4px 6px -4px rgba(251, 191, 36, 0.3);
}

.cta-btn img {
  width: 32px;
  height: 32px;
}

.fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 1000;
}

.fixed-button img {
  width: 90px;
  height: 90px;
}

.second-section {
  background-image: url(../utils/img/background-section-2.png);
  background-size: cover;
  background-position: center;
  padding: var(--spacing-2xl) var(--spacing-4xl) var(--spacing-2xl)
    var(--spacing-4xl);
}

.who-title {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 30px; /* 83.333% */
  letter-spacing: -0.449px;
}

.who-itens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--spacing-4-5xl);
  padding: 0 var(--spacing-2xl);
}

.who-item {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 20%;
  margin-bottom: var(--spacing-2xl);
}

.who-icon {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.41);
  padding: 25px;
  margin-bottom: var(--spacing-lg);
}

.who-item-title {
  color: var(--white-text);
  font-size: 1.5rem;
  line-height: 1.93rem; /* 83.333% */
  letter-spacing: -0.312px;
  text-align: center;
  margin-bottom: var(--spacing-sm);
}

.who-item-description {
  color: var(--black-text);
  font-size: 0.875rem;
  line-height: 1.25rem; /* 110% */
  letter-spacing: -0.15px;
  text-align: center;
}

.third-section-container {
  background-image: url(../utils/img/background-section-3.png);
  background-size: cover;
  background-position: center;
}

.third-section {
  padding-top: var(--spacing-5xl);
  padding-left: var(--spacing-4xl);
  padding-right: var(--spacing-4xl);
  padding-bottom: var(--spacing-5xl);
}

.third-section-title {
  color: var(--white-text);
  font-size: 3rem;
  line-height: 3rem; /* 83.333% */
  letter-spacing: -0.449px;
  text-align: center;
}

.third-section-title i {
  color: var(--yellow-text);
}

.presentation-itens {
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-4-5xl);
  flex-wrap: wrap;
  padding-left: var(--spacing-3xl);
  padding-right: var(--spacing-3xl);
}

.presentation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.666%;
  max-width: 160px;
  max-height: 160px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: var(--spacing-2xl);
  padding: var(--spacing-lg);
}

.presentation-icon {
  width: 100%;
  height: 100%;
}

.presentation-description {
  color: var(--white-text);
  font-size: 1.5rem;
  line-height: 2rem; /* 110% */
  letter-spacing: -0.15px;
  text-align: center;
  margin-top: var(--spacing-md);
}

.yellow-text {
  color: var(--yellow-text);
}

.fourth-section {
  padding: var(--spacing-2xl) var(--spacing-7xl) var(--spacing-5xl)
    var(--spacing-7xl);
}

.fourth-section-title {
  color: var(--white-text);
  font-size: 3rem;
  line-height: 30px; /* 83.333% */
  letter-spacing: -0.449px;
  text-align: center;
}

.deliverys-itens {
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-4-5xl);
  flex-wrap: wrap;
  padding-left: var(--spacing-3xl);
  padding-right: var(--spacing-3xl);
}

.delivery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 45%;
  max-width: 400px;
  margin-bottom: var(--spacing-xl);
  margin-top: var(--spacing-2xl);
}

.delivery-icon-container {
  width: 104px;
  height: 104px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  background: rgba(59, 130, 246, 0.2);
  padding: 22px;
}

.delivery-icon {
  width: 100%;
  height: 100%;
}

.delivery-item-description {
  text-align: center;
  font-size: 1rem;
  color: var(--white-text);
  line-height: 1.5rem;
  letter-spacing: -0.312px;
}

.delivery-monitoring {
  display: flex;
  border-radius: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 24px 24px 24px;
  margin-top: var(--spacing-4-5xl);
  margin-left: var(--spacing-7xl);
  margin-right: var(--spacing-7xl);
}

.monitoring-icon-container {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  background: rgba(251, 191, 36, 0.2);
  padding: 17px;
  display: flex;
  align-items: center;
  margin-right: 36px;
  justify-content: center;
}

.monitoring-icon {
  width: 100%;
  height: 100%;
}

.monitoring-description {
  color: var(--white-text);
  font-size: 1.75rem;
  line-height: 2.3125rem; /* 110% */
  letter-spacing: -0.312px;
}

.fifth-section {
  padding: var(--spacing-2xl) var(--spacing-7xl) var(--spacing-5xl)
    var(--spacing-7xl);
}

.fifth-section-title {
  color: var(--white-text);
  font-size: 3rem;
  line-height: 30px; /* 83.333% */
  letter-spacing: -0.449px;
  text-align: center;
}

.expectation-itens {
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-4-5xl);
  flex-wrap: wrap;
  padding-left: var(--spacing-2xl);
  padding-right: var(--spacing-2xl);
}

.expectation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
  max-width: 400px;
  margin-bottom: var(--spacing-xl);
  margin-top: var(--spacing-2xl);
}

.expectation-icon-container {
  display: flex;
  width: 97px;
  height: 97px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  background: rgba(251, 191, 36, 0.2);
}

.expectation-description {
  text-align: center;
  color: var(--white-text);
  line-height: 1.5rem;
  letter-spacing: -0.312px;
  margin-top: var(--spacing-md);
}

.expectation-description-title {
  color: var(--white-text);
  font-size: 1.5rem;
  line-height: 27px; /* 110% */
  letter-spacing: -0.439px;
  margin-top: var(--spacing-lg);
}

.sixth-section {
  padding: var(--spacing-5xl) var(--spacing-7xl) var(--spacing-xl)
    var(--spacing-7xl);
  background: linear-gradient(
    173deg,
    rgba(24, 64, 156, 0) -2.95%,
    #081636 94.86%
  );
}

.sixth-section-title {
  color: var(--white-text);
  font-size: 3rem;
  line-height: 4.0625rem; /* 83.333% */
  letter-spacing: -0.449px;
  text-align: center;
}

.sixth-section-description {
  color: var(--white-text);
  font-size: 1.25rem;
  line-height: 1.875rem; /* 110% */
  letter-spacing: -0.312px;
  text-align: center;
  margin-top: var(--spacing-xl);
}

.sixth-section-cta-container {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-4-5xl);
}

.sixth-section-cta {
  border-radius: 54px;
  border: 1px solid #fbbf24;
  background: rgba(251, 191, 36, 0.42);
  text-decoration: none;
  color: var(--white-text);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  font-size: 1.25rem;
  box-shadow: 0 25px 50px -12px rgba(251, 191, 36, 0.3);
}

.sixth-section-cta img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--spacing-4xl);
}

.footer-cta {
  width: 32px;
  height: 32px;
  margin-right: var(--spacing-md);
}

.footer-cta img {
  width: 100%;
  height: 100%;
}

.footer-logo-text {
  color: var(--white-text);
  font-size: 1rem;
  line-height: 30px; /* 110% */
  letter-spacing: -0.312px;
}

.footer-logo-brand {
  color: var(--white-text);
  font-size: 1rem;
  line-height: 18px; /* 110% */
  letter-spacing: -0.312px;
  text-align: center;
  margin-top: var(--spacing-2xl);
}

@media (max-width: 1600px) {
  .presentation-item{
    max-width: 120px;
    max-height: 120px;
  }

  .fifth-section{
    padding: var(--spacing-2xl) var(--spacing-4xl) var(--spacing-5xl)
      var(--spacing-4xl);
  }

  .delivery-monitoring{
    margin-left: var(--spacing-4xl);
    margin-right: var(--spacing-4xl);
  }

  .delivery-item{
    width: 33%;
  }

  .monitoring-description{
    font-size: 1.5rem;
  }
  
  .monitoring-icon-container{
    min-width: 90px;
    height: 90px;
  }
  .monitoring-description .hide-mobile{
    display: none;
  }
}

@media (max-width: 768px) {
  .intro-title {
    font-size: 4.2rem; /* 83.333% */
  }
  .second-section {
    padding: var(--spacing-2xl) var(--spacing-md) var(--spacing-2xl)
      var(--spacing-md);
  }

  .who-title {
    font-size: 2.7rem; /* 83.333% */
  }
  .who-item {
    width: 45%;
  }

  .who-item-title {
    text-align: center;
  }

  .who-item-description {
    font-size: 0.975rem;
  }
  
  .third-section-title {
    font-size: 2.7rem; /* 83.333% */
  }

  .presentation-itens {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
  }

  .presentation-item {
    width: 30%;
  }

  .presentation-icon {
    width: 78px;
    height: 78px;
  }

  .fourth-section-title {
    font-size: 2.7rem; /* 83.333% */
  }

  .fourth-section {
    padding: var(--spacing-3xl) var(--spacing-sm) var(--spacing-5xl)
      var(--spacing-sm);
  }

  .delivery-item {
    width: 45%;
  }

  .delivery-icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .delivery-item-description {
    font-size: 1.2rem;
  }

  .delivery-monitoring {
    flex-direction: column;
  }

  .monitoring-icon-container {
    display: none;
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .hide-mobile {
    display: none;
  }

  .fifth-section {
    padding: var(--spacing-2xl) var(--spacing-7xl) var(--spacing-5xl)
      var(--spacing-7xl);
  }

  .fifth-section-title {
    line-height: 3.3rem; /* 83.333% */
    font-size: 2.7rem; /* 83.333% */
  }

  .expectation-item {
    width: 100%;
  }

  .expectation-description-title {
    font-size: 1.7rem;
  }

  .expectation-description {
    font-size: 1.5rem;
  }

  .sixth-section {
    padding: var(--spacing-5xl) var(--spacing-2xl) var(--spacing-xl)
      var(--spacing-2xl);
  }

  .sixth-section-title {
    line-height: 3.5rem; /* 83.333% */
    font-size: 2.7rem; /* 83.333% */
  }

  .sixth-section-cta {
    padding: 4px 20px;
  }

  .fixed-button img {
    width: 70px;
    height: 70px;
  }
}
