*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html{
    background-color: rgba(255, 255, 255, 0.8);
   
}
 
.s-nav{
    position: relative;
    height: 140px;
}


/* --- 1. CONFIGURAÇÕES GERAIS DE NAV --- */
.nav-pc {
    display: none; /* Esconde a nav de PC no celular */
}

/* --- 2. WRAPPER MOBILE (Pai) --- */
#mobile-wrapper {
    display: flex;
    position: fixed;
    top: 20px;
    left: 2%;
    width: 96%;
    height: 80px;
    z-index: 2000;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; /* Permite clicar através dos espaços vazios */
}

/* --- 3. CÁPSULA (Logo + Contato) --- */
.mobile-capsule {
    width: 75%;
    max-width: 370px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 80px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    pointer-events: auto;
}

.m-logo img {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-left: 10px;
}

.btn-m-contato {
    background-color: #155DFC;
    color: white;
    text-decoration: none;
    padding: 23px 25px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    border: none;
    outline: none;
    display: block;
    transition: ease-in-out .3s;
}

.btn-m-contato:hover {
    transform: scale(1.07);
}

/* --- 4. BOTÃO HAMBÚRGUER --- */
#btn-lateral-solto {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: ease-in-out .3s;
}

#btn-lateral-solto:hover {
    transform: scale(1.07);
}

/* Ícone Risco e Animação */
.risco {
    width: 25px;
    height: 2px;
    background: white;
    position: relative;
    display: block;
    transition: 0.3s;
}

.risco::before, .risco::after {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background: white;
    transition: 0.3s;
}

.risco::before { top: -8px; }
.risco::after { top: 8px; }

/* Estado Ativo (Aberto) */
#mobile-wrapper.ativa #btn-lateral-solto { background-color: #155DFC; }
#mobile-wrapper.ativa .risco { background: transparent; }
#mobile-wrapper.ativa .risco::before { transform: rotate(45deg); top: 0; }
#mobile-wrapper.ativa .risco::after { transform: rotate(-45deg); top: 0; }

/* --- 5. MENU FLOAT (Lista de Links) --- */
.menu-card-float {
    position: absolute;
    top: 90px;
    right: 0;
    width: 250px;
    background: rgba(18, 18, 20, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

#mobile-wrapper.ativa .menu-card-float {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.m-link {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 1.1rem;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.m-link:last-child { border-bottom: none; }



.s1, h1{
    font-weight: 100;
    font-size: 2.6rem;
    font-family: sans-serif;
    color: #155DFC;
}


.titulo-sec{
    width: 100%;
   
}

.titulo-sec > h1{
    text-align: center;
}

.content{
    
    display: flex;
    flex-direction: column;

}

.bloco-content{
    
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    height: 750px;
}


.img-content{
    background-image: url('/imagens/tecnologia/onixsat\ img.png');
    width: 94%;
    height: 270px;
    border-radius: 30px;
}

.text-content{
    padding: 20px;
    width: 94%;
    height: 350px;
    margin-bottom: 30px;
}

.text-content > h2{
    color: #155DFC;
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.text-content > p{

    margin-top: 30px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    text-indent: 15px;
    text-align: justify;
}


#img-2{
    background-image: url('img-tec/460.png');
    background-size: cover;
}

#img-3{
    background-image: url('img-tec/T4S\ 460.png');
    background-size: cover;
}

#img-4{
    background-image: url('img-tec/3S\ 460.png');
    background-size: cover;
    background-position: center center;
}

#img-1 {
    background-image: url('img-tec/_ONIX\ SAT\ 460.png');
    background-size: cover;
    order: 2;
}

#img-3 {
    order: 2;
}

/* --- 2. TÍTULO (Intro Automática) --- */
.hero-anim {
    opacity: 0;
    animation: slideInLeft 1s forwards 0.3s;
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* --- 3. SCROLL REVEAL (Convergência) --- */
.animar {
    opacity: 0;
    visibility: hidden;
    /* 1.5s para um movimento técnico e suave */
    transition: all 1.5s cubic-bezier(0.2, 0.8, 0.2, 1); 
    will-change: transform, opacity;
}

/* Estado Final */
.animar.ativo-reveal {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

/* Direções */
.vem-da-esquerda {
    transform: translateX(-100px);
}

.vem-da-direita {
    transform: translateX(100px);
}