@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/impact');
h1,h2{
    font-family: 'Impact', sans-serif !important;
    font-weight: 100 !important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";h1,h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
    max-width: 100%;
}
:root {
    --primary: #F17316 !important;
    --secondary: #062037 !important;
    --terciary: #fafafa !important;
    --text: rgb(34, 34, 34) !important;
  }
html{
    scroll-behavior: smooth;
}
body{
    overflow: hidden;
}
html::-webkit-scrollbar{
    width: 5px;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background-color: var(--primary);
    border-radius: 5rem;
}

.background{
    height: 100vh;
    background-image: url(/img/fundo-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: right;
}

body{
    background-color: #ececec;
}
:root {
  --glow: #00f0ff;
}

body {
  margin: 0;
}

.logistics-tech {
  background: linear-gradient(180deg, #0a0f1a 0%, #0e1629 100%);
  padding: 80px 20px;

  box-shadow: 0 0 15px rgba(255, 94, 0, 0.774);
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  animation: pulse 4s infinite;
}

.logistics-tech::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgb(114, 240, 245) 10%,
    transparent 25%,
    transparent 100%
  );
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0.04;
  border-radius: 50%;
  animation: orbit-glow 12s linear infinite;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-family: sans-serif;  
  font-size: 2.6em;
  margin-bottom: 10px;
  color: #f3f2f2;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2em;
  margin-bottom: 60px;
  color: #a0aebb;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.grid-hubs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
  margin-left: 48px;
}

/* .hub-card {
  background: rgba(255, 0, 0, 0.02);
  border: 1px solid rgba(0, 180, 255, 0.3);
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 0 15px rgba(255, 94, 0, 0.774);
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  animation: pulse 4s infinite;
}

.hub-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    var(--glow) 10%,
    transparent 25%,
    transparent 100%
  );
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0.04;
  border-radius: 50%;
  animation: orbit-glow 12s linear infinite;
  pointer-events: none;
}

.hub-name {
  font-size: 1.4em;
  font-weight: bold;
  color: #e1f3ff;
}

.hub-code {
  font-size: 1em;
  color: var(--primary);
  margin-top: 5px;
  font-weight: bold;
}

.hub-card:hover {
  border-color: var(--primary);
  box-shadow: 0 0 25px rgba(0, 180, 255, 0.5);
  transform: translateY(-5px);
}                            Descontinuado  */

.hub-container {
  display: flex;
  gap: 20px;
  padding: 10px;
}

#espacamento {
  padding-top: 25px;
  padding-bottom: 40px;
}

.hub-circle {
  width: 69px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: var(--primary);
  font-weight: bold;
  align-items: center;
  font-size: 34px;
  flex-shrink: 0;
}

.hub-texts{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.hub-text1{
  font-size: 20px;
  color: white;
}

.hub-text2{
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.cta-glitch {
  display: inline-block;
  padding: 14px 28px;
  background-color: var(--primary);
  color: white;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.cta-glitch::before,
.cta-glitch::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary);
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
}

.cta-glitch:hover {
  background-color: #009fd1;
  box-shadow: 0 0 15px var(--glow);
  transform: scale(1.03);
}

/* Animações */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 15px rgba(0, 180, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 180, 255, 0.3);
  }
}

@keyframes orbit-glow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.04;
  }
  50% {
    opacity: 0.06;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.03;
  }
}

.container{
    max-width: 1280px;
    margin: auto;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    width: 100%;
    padding: 20px 4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    transition: 0.5s;
}

/*header{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 1.5rem;
    align-items: center;
}                               antigo */
i{
    overflow: hidden;
      }
header.rolagem{
    background-color: var(--secondary);
    padding: 10px 4%;
}

.logo img{
    width: 80px;
}

header ul{
    list-style: none;
    display: flex;
    gap: 3rem;
}

header ul li{
    display: inline block;
}

header ul li a{
    text-decoration: none;
    color: var(--terciary);
    transition: 0.3s;
    font-weight: 300;
}

ul li a:hover{
    text-transform: capitalize;
    color: var(--primary);
    border-bottom: solid 1px;
    font-weight: 700;
}

.C-icon ion-icon{
    color: var(--terciary);
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
}

.C-icon ion-icon:hover{
    color: var(--primary);
    border-bottom: solid 1px;
}

ul li ul.dropdown li{
    display: block;
}

ul li ul.dropdown{
    position: absolute;
    z-index: 999;
    display: none;
}

ul li:hover ul.dropdown{
    display: block;
    background-color: var(--secondary);
}

.background .C-title{
    margin-right: 20px;
    float: right;
    display: flex;
    margin-top: 200px;
}
.title{
    margin: 75px;
}
.C-title h1{
    color: var(--terciary);
    font-size: 4.8rem;
    font-weight: 800;
    width: 100%;
}

.C-title img{
    width: 300px;
}

.C-title p{
    color: var(--terciary);
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.botao-sobre {
    display: inline-block;
    border-radius: 20px;
    border: 2.5px;
    background: var(--primary);
    color: var(--terciary);
    font-family: "Montserrat";
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 14px 56px -11px var(--primary);
    width: 10em;
    padding: 1em;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 1rem;
    font-weight: 700;
}

.botao-sobre:hover{
    border-radius: 10px;
    letter-spacing: 2px;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

.um{
    background-color: #ececec;
}

footer{
    background-color: #050e16;
}

.logo-footer img{
    width: 75px;
}

footer{
    padding: 60px 4%;
    box-shadow: 0 0 40px 10px #050e16;
}

footer .borda{
    padding: 20px 0;
    border-top: 2px solid var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line-footer p{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.line-footer p:hover, .line-footer p a:hover, .line-footer ion-icon:hover {
    text-decoration: dotted;
    color: #F17316;
    transform:scale(1.1);
    transition: 1s;
    margin: 0px 20px;
}
footer .line-footer p ion-icon{
    color: var(--terciary);
    font-size: 22px;
    margin: 0px 10px;
    align-items: center;
}

footer .line-footer p a{
    color: var(--terciary);
    align-items: center;
    justify-content: center;
    text-decoration: none;
}