﻿* {
    list-style: none;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 :root{
    --color-s: #081a2c;
    --color-p:#127afd;
    --color-t:#2899b3;
    --c-r: #373737;
    --s-c:#000000;
    --bordas: 2PX solid var(--color-p);
    
}



.one-type{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    margin: auto;
    padding-bottom: 16%;
    
    
}

.bloco{
    text-decoration: none;
    text-align:center;
    line-height: none;
    padding-top: 10% ;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.texto-type-1{
    align-items: center;
    font-weight: 1;
    font-size: 100%;
    color:#c7c7c7;

   
}

.texto-type-2{
    text-align: center;
    font-weight: 500;
    font-size: 500%;
    color: var(--color-p);
    position: relative;
    display: inline-block;
    animation: floatWelcome 6s ease-in-out infinite;
}

@keyframes floatWelcome {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        text-shadow: 0 0 0 rgba(18, 122, 253, 0.3);
    }
    25% {
        transform: translateY(-10px) rotate(-1deg);
        text-shadow: 0 15px 30px rgba(18, 122, 253, 0.15);
    }
    50% {
        transform: translateY(4px) rotate(1deg);
        text-shadow: 0 20px 40px rgba(18, 122, 253, 0.2);
    }
    75% {
        transform: translateY(-6px) rotate(-0.5deg);
        text-shadow: 0 18px 35px rgba(18, 122, 253, 0.18);
    }
}

.bloco-1{
    padding-bottom: 10px;
    color: var(--color-t);
    padding: 20px 10px;
}

.btn-bloco{
    position: relative;
}

#setion-s{
    text-align: center;
    padding: 10%;
    line-height: 2;
}




.services-detailed.part-1{
        text-align: center;
        padding: 2rem;
        border-radius: 12px;
        background:var(--s-c);
        transition: all 0.3s;
        border: 1px solid var(--color-p);
        padding-top: 2rem;
        margin-top: 7.2rem;
        
}













.btn-bloco-1{
    background-color: var(--color-p);
    border:none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 12px;
    transition: 1s;
    color: #fff;
    font-weight: 500;  
}

/* Quando for hover */
.btn-bloco-1:hover{
    color: #ffffff;
    background-color: transparent;
    border: 2px solid var(--color-p);
}

.bloco-s{
    color:rgb(255, 255, 255);
}






/*css reutilizaveis*/
section{
    padding: 4.5rem 0 1.5rem;
    max-width: 1400px;
    margin-left:auto ;
    margin-right: auto;   
}

/*css reutilizaveis*/
img{
    width: 100%;
}




/* Corpo total  */
body{
    background-image: url(../img/logo.png-p1.jpeg);
    background-size: auto;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 90px;
}

/* Cabacalho */
.cabecalho{
    align-items: center;
    width: 100%;
    padding: 1.1%;
    box-shadow:3% 4% 9% rgb(0, 0, 0, 0.1); 
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    background-color: var(--c-r);
    z-index: 100; 
    flex-wrap: wrap;
    max-width: 100%;   
    
}

/* =======Navegador======= */
.nav-bar{
    text-align: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0.2%;
}

/*Nave lista*/
.nav-lista{
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 19%;
    margin-right: 10px;
}

/*Nave-Item*/
.nav-item{
    display:flex;
    margin-left:10px;
    margin-right: 20px;
    align-items: center;
} 

/*css reutilizaveis*/
.nav-item a{
    color: #ffffff;
    text-decoration: none;
    transition: .4s;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    gap: 10%;
    padding: 10px 14px;
    border-radius: 90px; 
    max-width: 100%;
    min-width: 100%;
}

.nav-item a:hover{
    color: #d6dde7;
    background-color:#555
    
}

#nav-logo{
    color: var(--color-p);
    font-size: 200%;
    font-weight: bolder;
    max-width: 12%;
}

.nav-toggle{
    display: none;
    font-size: 2.4rem;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    align-items: center;
}

.nav-toggle:hover{
    background-color: rgba(255,255,255,0.08);
}

.nav-botao{
    background-color: #5dd0da;
    border:none;
    padding: 6% 14px;
    cursor: pointer;
    border-radius: 12px;
    transition: 1s ;
    color: #fff;
    font-weight: 500;
    max-width: 78%;
}
.nav-botao:hover{
    color: #fff9f9;
    background-color: transparent;
    border: 2px solid var(--color-p) ;
}
.nav-botao-2{
    background-color: transparent;
    border:none;
    padding: 6% 14px;
    cursor: pointer;
    border-radius: 12px;
    transition: 1s ;
    color: #95f8ffe1;
    font-weight: 500;
    border: 2px solid var(--color-p);
    max-width: 78%;
}

.nav-botao-2:hover{
    color: #fff;
    background-color:#5dd0da;
    border: none;
}
.nav-btn{
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Responsive mobile navigation */
@media (max-width: 900px) {
    body {
        padding-top: 6rem;
    }

    .cabecalho {
        padding: 1rem 1rem 0.8rem;
    }

    .nav-bar {
        width: 100%;
        padding: 0;
        margin: 0;
        justify-content: space-between;
        gap: 1rem;
        position: relative;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        z-index: 220;
    }

    .nav-lista {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 260px;
        max-width: 80vw;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        margin: 0;
        padding: 1rem 0.75rem;
        background-color: rgba(39, 34, 34, 0.98);
        border: 3px solid var(--color-p);
        border-right: none;
        border-bottom-right-radius: 18px;
        border-top-right-radius: 18px;
        box-shadow: 4px 0 25px rgba(0,0,0,0.35);
        transition: left 0.3s ease, opacity 0.3s ease;
        gap: 0.5rem;
        z-index: 200;
        overflow: hidden;
    }

    .nav-lista.open {
        display: flex;
    }

    .nav-item {
        margin: 0 0 0.8rem;
        width: 100%;
    }

    .nav-item a {
        display: block;
        width: 100%;
        padding: 0.95rem 1rem;
        border-radius: 12px;
        min-width: auto;
    }

    .nav-lista::before {
        content: 'MENU';
        color: #ffffff;
        font-size: 1rem;
        letter-spacing: 0.15em;
        margin-bottom: 0.8rem;
        text-transform: uppercase;
    }
}

@media (max-width: 600px) {
    .nav-lista {
        width: 220px;
    }

    #nav-logo {
        font-size: 180%;
    }
}

.rodape{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--c-r);
    padding: 0.9rem 1rem;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
    z-index: 100;
}

.rodape-btns{
    display: flex;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.btn-footer {
    background-color: #5dd0da;
    border: none;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.btn-footer i {
    font-size: 1rem;
}

.btn-footer:hover {
    color: #fff9f9;
    background-color: transparent;
    border: 2px solid var(--color-p);
    transform: translateY(-2px);
}

.btn-footer.btn-apoiar {
    background-color: transparent;
    border: 2px solid var(--color-p);
    color: #95f8ffe1;
}

.btn-footer.btn-apoiar:hover {
    color: #fff;
    background-color: #5dd0da;
    border: none;
    transform: translateY(-2px);
}

.section-apoiar {
    margin: 2rem auto;
    max-width: 1200px;
    text-align: center;
}

.apoiar-card {
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.apoiar-card h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.apoiar-card p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.apoiar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.apoiar-item {
    background-color:var(--color-s);
    border: var(--bordas);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.apoiar-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(18, 122, 253, 0.12);
}

.apoiar-item h3 {
    color: var(--color-p);
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.apoiar-item p {
    color: #faf6f6;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.btn-apoiar-link {
    background-color: var(--color-p);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.btn-apoiar-link:hover {
    background-color: #0052cc;
}

body{
    padding-bottom: 100px;
}

.register-page{
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background-color: #f2f4f7;
}

.register-card{
    width: 100%;
    max-width: 520px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.register-card h1{
    margin-bottom: 1rem;
    font-size: 2.2rem;
    color: #121212;
}

.register-card p{
    margin-bottom: 2rem;
    color: #495057;
    line-height: 1.6;
}

.form-group{
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group input{
    padding: 1rem 1rem;
    border: 1px solid #c7c7c7;
    border-radius: 14px;
    font-size: 1rem;
    background-color: #fafafa;
}

.register-card button{
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.register-card button:hover{
    transform: translateY(-1px);
}

.register-card button[type="submit"]{
    background-color: var(--color-p);
    color: #ffffff;
    margin-bottom: 1rem;
}

#google-signup{
    background-color: #ea4335;
    color: #ffffff;
}

#form-message{
    margin-top: 1rem;
    min-height: 1.4rem;
    font-size: 0.95rem;
}

#form-message.success{
    color: #1a7f37;
}

#form-message.error{
    color: #c92f1f;
}

/*=== Section-1 ===*/

.section-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
    margin: 2rem auto;
}

.cards-area{
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 1rem;
}

.card{
    background-color: #000000;
    border-radius: 24px;
    padding: 1.8rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(18, 122, 253, 0.12);
    border: 2PX solid var(--color-p);

}
.card img{
    width: 60px;
    margin-bottom: 1rem;

}

.card h3{
    margin-bottom: 0.75rem;
    color: var(--color-p);
    font-size: 1.6rem;
}

.card p{
    margin-bottom: 0.9rem;
    line-height: 1.75;
    color: #ffffff;
    font-size: 1rem;
}

.card p:last-child{
    margin-bottom: 0;
}

/* Responsividade para cards-area */
@media (max-width: 768px) {
    .cards-area {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.section-titulo{
    color: var(--color-p);
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.section-subtitulo{
    font-size: 40px;
    font-weight: 400;
    margin-bottom:10px;
}


.section-subtitulo span{
    color: var(--color-p);
}
.section-descrital{
    margin-bottom:1.5rem;
    max-width: 500px;
    font-size: 20px;
    
}
.section-image img{
    width: 350px;
}

.section-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-image-2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-image-2 img{
    width: 100%;
    border-radius: 9%;

}

.net{
    color: #f3b94669;
}

/*=== Botão-1 ===*/
.section-btn-1{
    background-color: var(--color-p);
    border:none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 12px;
    transition: 1s ;
    color: #fff;
    font-weight: 500;  
}

/* Quando for hover */
.section-btn-1:hover{
    color: #000000;
    background-color: transparent;
    border: 2px solid;
}

.section-titulo-2{
    color: var(--color-p);
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 600;

}

.subtitulo-2{
    font-size: 40px;
    font-weight: 400;
    margin-bottom:10px;
}

#Descrital{
    margin-bottom:1.5rem;
    max-width: 500px;
    font-size: 20px;
}

.section-image-sites{
    width: 80%;
    height: 10%;
}

.section-texto-png{
    padding-top: 10%;
}

.section-image-sites{
    margin-top: 10%;
    padding: 2%;
    height: 9%;
    width: 80%;
}

.nav-bar.par{
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

.nav-btn.par{
    margin-left: 6%;

}

.cabecalho.par{
    justify-content: space-between;
    display: flex;
    gap: 12%;
    padding: 1%;
}



.nav-botao-2.par{
    color:#074452;
}



.titulo-par-s{
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 50px 300px 280px var(--color-p);
}

.contactos-c{
    align-items: center;
    justify-content: space-around;
    display:flex ;

}

.tel-c-f{
   align-items: center;
   display: flex;  
}

.oi{
    display: flex;
    margin-left: 2%;
    margin-right: 4%;
    justify-items: center;
}

.section-grid.sites{
    top: 12%;
}

@media screen and (min-width: 901px) and (max-width: 1199.98px){
    .cabecalho{
        width: auto;
    }
    #nav-logo{
        width: auto;
    }
    .nav-lista{
        list-style: none;
        align-items: center;
        margin-left: 19%;
        margin-right: 17%;
    }
} 

/* === Página de Inscrição === */
.section-inscricao {
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    max-width: 100%;
    margin: 2rem auto;
    background: linear-gradient(135deg, rgba(18, 122, 253, 0.05) 0%, rgba(40, 153, 179, 0.05) 100%);
}

.inscricao-card {
    text-align: center;
    margin-bottom: 3rem;
    animation: slideDown 0.6s ease-out;
}

.inscricao-icon {
    font-size: 4rem;
    background: linear-gradient(135deg, var(--color-p) 0%, var(--color-t) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.inscricao-card h1 {
    font-size: 2.8rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(18, 122, 253, 0.2);
}

.inscricao-card p {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.inscricao-form {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(135deg, var(--color-s) 0%, #0a2337 100%);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 25px 80px rgba(18, 122, 253, 0.15), 0 0 1px rgba(18, 122, 253, 0.3);
    border: 1px solid rgba(18, 122, 253, 0.1);
    animation: slideUp 0.6s ease-out;
    backdrop-filter: blur(10px);
}

.form-group {
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.form-group label {
    font-weight: 600;
    color: #e8eef5;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.form-group input {
    padding: 1.1rem 1.3rem;
    border: 2px solid rgba(18, 122, 253, 0.2);
    border-radius: 12px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.93);
    transition: all 0.3s ease;
    color: #333;
    font-weight: 500;
}

.form-group input::placeholder {
    color: #aaa;
    font-weight: 400;
}

.form-group input:focus {
    outline: none;
    border-color: var(--color-p);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(18, 122, 253, 0.1);
    transform: translateY(-2px);
}

.form-group input:valid {
    border-color: #4caf50;
}

.btn-register {
    width: 100%;
    padding: 1.3rem;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(18, 122, 253, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-register::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-register:hover::before {
    width: 300px;
    height: 300px;
}

.btn-register:hover {
    background: linear-gradient(135deg, #0052cc 0%, var(--color-p) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(18, 122, 253, 0.4);
}

.btn-register:active {
    transform: translateY(-1px);
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    color: #888;
    font-size: 0.9rem;
    font-weight: 500;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(18, 122, 253, 0.3), transparent);
}

.btn-google {
    width: 100%;
    padding: 1.1rem;
    background-color: #ffffff;
    color: #333;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.btn-google:hover {
    background-color: #f9f9f9;
    border-color: var(--color-p);
    box-shadow: 0 8px 25px rgba(18, 122, 253, 0.15);
    transform: translateY(-2px);
}

.login-link {
    text-align: center;
    color: #888;
    font-size: 0.95rem;
}

.login-link a {
    color: var(--color-p);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-link a:hover {
    color: #0052cc;
    text-decoration: underline;
}

.form-message {
    margin-top: 1.5rem;
    padding: 1.2rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    display: none;
    animation: slideInUp 0.4s ease-out;
    border-left: 4px solid transparent;
}

.form-message.success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
    border-left-color: #4caf50;
    display: block;
}

.form-message.error {
    background-color: rgba(244, 67, 54, 0.1);
    color: #f44336;
    border-left-color: #f44336;
    display: block;
}

/* ===== MENU DE PERFIL NO HEADER ===== */
.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 110;
}

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-p) 0%, var(--color-t) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(18, 122, 253, 0.3);
}

.profile-avatar:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(18, 122, 253, 0.4);
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 280px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    z-index: 120;
    overflow: hidden;
    animation: dropdownSlide 0.3s ease-out;
}

.profile-header {
    background: linear-gradient(135deg, var(--color-p) 0%, var(--color-t) 100%);
    padding: 1.5rem;
    color: #ffffff;
    text-align: center;
}

.profile-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.profile-header p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.9;
    word-break: break-word;
}

.profile-menu-items {
    padding: 0.8rem 0;
}

.profile-menu-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1.2rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
}

.profile-menu-item:hover {
    background-color: rgba(18, 122, 253, 0.08);
    color: var(--color-p);
    padding-left: 1.4rem;
}

.profile-menu-item.logout {
    color: #f44336;
}

.profile-menu-item.logout:hover {
    background-color: rgba(244, 67, 54, 0.1);
    color: #d32f2f;
}

.profile-menu-items hr {
    margin: 0.5rem 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

/* ===== ANIMAÇÕES ===== */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .inscricao-card h1 {
        font-size: 1.8rem;
    }

    .inscricao-form {
        padding: 1.5rem;
        max-width: 95%;
    }
    
    .profile-dropdown {
        width: 250px;
        right: -10px;
    }
    
    .form-group input {
        padding: 0.9rem 1rem;
        font-size: 16px; /* Previne zoom em iOS */
    }
    
    .btn-register {
        padding: 1.2rem;
        font-size: 0.95rem;
    }

/* ===== ESTILOS PARA MOTORES DE BUSCA ===== */

.section-search {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
}

.search-header {
    text-align: center;
    margin-bottom: 3rem;
}

.search-header h2 {
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 1rem;
}

.search-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.search-engine {
    background: var(--color-s);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-engine h3 {
    font-size: 1.5rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-engine p {
    color: #fffafa;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.search-form {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.search-input {
    flex: 1;
    min-width: 250px;
    padding: 0.75rem 1rem;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.search-input:focus {
    outline: none;
    border-color: var(--color-p);
}

.search-btn {
    background: var(--color-p);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background: #0052cc;
}

.search-results {
    margin-top: 1.5rem;
}

.search-results-list {
    display: grid;
    gap: 1rem;
}

.search-result-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--color-p);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-result-item h4 {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.search-result-item p {
    color: #666;
    margin-bottom: 1rem;
}

.result-link {
    color: var(--color-p);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.result-link:hover {
    color: #0052cc;
}

.search-message {
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.search-message.loading {
    background: #e3f2fd;
    color: #1976d2;
}

.search-message.error {
    background: #ffebee;
    color: #d32f2f;
}

.official-link {
    background: linear-gradient(135deg, var(--color-p), #0052cc);
    color: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.official-link h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.official-btn {
    display: inline-block;
    background: white;
    color: var(--color-p);
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 1rem 0;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.official-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.link-description {
    font-size: 0.95rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-search {
        padding: 1rem;
    }

    .search-header h2 {
        font-size: 2rem;
    }

    .search-engine {
        padding: 1.5rem;
    }

    .search-form {
        flex-direction: column;
    }

    .search-input {
        min-width: auto;
    }

    .official-link {
        padding: 1.5rem;
    }

    .official-link h3 {
        font-size: 1.5rem;
    }
}

/* Melhorias para telas maiores na página de busca */
@media (min-width: 1200px) {
    .section-search {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
    }

    .search-header {
        grid-column: 1 / -1;
    }

    .official-link {
        grid-column: 1 / -1;
        margin-top: 2rem;
    }

    .search-engine {
        margin-bottom: 1rem;
    }
}

    .form-group input {
        padding: 0.9rem 1rem;
    }
}

/* === Informações de Inscrição === */
.inscricao-info {
    margin-top: 3rem;
    padding: 2rem;
    background-color:var(--s-c);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    max-width: 480px;
    border-left: 4px solid var(--color-p);
}

.inscricao-info p {
    color: var(--color-p);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: var(--color-p);
}

.inscricao-info ul {
    list-style: none;
    padding: 0;
}

.inscricao-info li {
    padding: 0.6rem 0;
    color: #fffdfd;
    font-size: 0.95rem;
    line-height: 1.6;
}

.inscricao-info li:before {
    content: "✓ ";
    color: var(--color-p);
    font-weight: bold;
    margin-right: 0.5rem;
}

@media (max-width: 600px) {
    .inscricao-info {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    .inscricao-info p {
        font-size: 0.9rem;
    }

    .inscricao-info li {
        font-size: 0.85rem;
        padding: 0.5rem 0;
    }
}

/* ========== SERVIÇOS SECTION ========== */
.section-services {
    padding: 4rem 2rem;
    background:var(--s-c);
    margin: 2rem auto;
    border: var(--bordas);
    border-radius: 20px;
    transition: .5s;
}


.services-header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-header h2 {
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.services-header p {
    font-size: 1.1rem;
    color: #d4d4d4;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: var(--color-s);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(18, 122, 253, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 4px solid var(--color-p);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(18, 122, 253, 0.2);
}

.service-icon {
   font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.service-card h3 {
    color: var(--color-p);
 font-size: 1.6rem;
 margin-bottom: 1rem;
 font-weight: 700;
}

.service-card p {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-list {
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0;
}

.service-list li {
    color: #ffffff;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-btn {
    display: inline-block;
    background-color: var(--color-p);
    color: white;
    padding: 0.9rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    border: 2px solid var(--color-p);
}

.service-btn:hover {
    background-color: transparent;
    color: var(--color-p);
}

/* ========== PORQUÊ AIRNET SECTION ========== */
.section-reasons {
    padding: 4rem 2rem;
    background-color:var(--s-c);
    margin: 2rem auto;
    border: var(--bordas);
    border-radius: 20px;
}

.section-reasons h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 3rem;
    font-weight: 700;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-item {
    padding: 2rem;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #081a2c 0%, #081a2c 100%);
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
}

.reason-item:hover {
    background:var(--s-c);
    border-color: var(--color-p);
    box-shadow: 0 10px 30px rgba(18, 122, 253, 0.15);
}

.reason-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-p);
    margin-bottom: 0.5rem;
}

.reason-item h3 {
    color: #fffefe;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.reason-item p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ========== CALL TO ACTION SECTION ========== */
.section-cta {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    text-align: center;
    color: white;
    margin: 2rem auto;
    border-radius: 16px;
    max-width: 1000px;
}

.section-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 1.1rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 2px solid white;
}

.cta-btn i {
    font-size: 1.2rem;
}

.cta-btn.primary {
    background-color: white;
    color: var(--color-p);
}

.cta-btn.primary:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-3px);
}

.cta-btn.secondary {
    background-color: transparent;
    color: white;
}

.cta-btn.secondary:hover {
    background-color: white;
    color: var(--color-p);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .services-header h2 {
        font-size: 1.8rem;
    }

    .section-reasons h2 {
        font-size: 1.8rem;
    }

    .section-cta h2 {
        font-size: 1.8rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 0.8rem;
    }

    .cta-btn {
        padding: 1rem 2rem;
    }
}

/* ========== PORTFOLIO SITES ========== */
.section-portfolio {
    padding: 4rem 2rem;
    background-color: var(--s-c);
    margin: 2rem auto;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 3rem;
}

.portfolio-header h2 {
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.portfolio-header p {
    font-size: 1.1rem;
    color: #ffffff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.portfolio-item {
    background: var(--color-s);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(18, 122, 253, 0.15);
}

.portfolio-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-content {
    padding: 1.5rem;
}

.portfolio-content h3 {
    color: var(--color-p);
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.portfolio-content p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tech-tags span {
    background-color: #e7f3ff;
    color: var(--color-p);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.portfolio-link {
    color: var(--color-p);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.portfolio-link:hover {
    color: #0052cc;
}

.portfolio-cta {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    border-radius: 12px;
    color: white;
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-cta p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.cta-link {
    display: inline-block;
    background-color: white;
    color: var(--color-p);
    padding: 0.9rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-link:hover {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

/* ========== PORTFOLIO RESPONSIVO ========== */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .section-portfolio {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .portfolio-image {
        height: 250px;
    }
    
    .portfolio-header h2 {
        font-size: 2rem;
    }
    
    .portfolio-header p {
        font-size: 1rem;
    }
    
    .section-portfolio {
        padding: 2rem 1rem;
        margin: 1rem auto;
    }
    
    .portfolio-content h3 {
        font-size: 1.2rem;
    }
    
    .portfolio-cta {
        padding: 1.5rem 1rem;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .portfolio-item {
        border-radius: 8px;
    }
    
    .portfolio-image {
        height: 200px;
    }
    
    .portfolio-header h2 {
        font-size: 1.5rem;
    }
    
    .portfolio-header p {
        font-size: 0.95rem;
    }
    
    .section-portfolio {
        padding: 1.5rem 1rem;
        margin: 1rem auto;
    }
    
    .portfolio-content {
        padding: 1rem;
    }
    
    .portfolio-content h3 {
        font-size: 1.1rem;
    }
    
    .portfolio-content p {
        font-size: 0.95rem;
    }
    
    .tech-tags span {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    .portfolio-cta {
        padding: 1.2rem 0.8rem;
    }
    
    .cta-link {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ========== SERVIÇOS DETALHADOS ========== */
.services-detailed {
    padding: 3rem 2rem;
    background-color: var(--s-c);
    max-width: 1200px;
    margin: 2rem auto; 
}

.services-detailed h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 3rem;
    font-weight: 700;
}

.service-detail-item {
    background: var(--color-s);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--color-p);
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    background-color: var(--color-s);
}

.service-detail-item:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(18, 122, 253, 0.15);
}

.detail-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-detail-item h3 {
    color: var(--color-p);
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.service-detail-item p {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.service-detail-item ul {
    list-style: none;
    padding: 0;
}

.service-detail-item li {
    color: #c9c8c8;
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-detail-item li:before {
    content: "✓";
    color: var(--color-p);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ========== DIVULGAÇÕES/NOTÍCIAS ========== */
.divulgaciones-section {
    padding: 4rem 2rem;
    background:var(--s-c);
    margin: 2rem auto;
    border: var(--bordas);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divulgaciones-header {
    text-align: center;
    margin-bottom: 3rem;
}

.divulgaciones-header h1 {
    font-size: 2.8rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
    margin-top: 4rem;
}

.divulgaciones-header p {
    font-size: 1.1rem;
    color: #666;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.news-card {
    background:var(--color-s);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.news-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 15px 40px rgba(18, 122, 253, 0.15);
    background: linear-gradient(135deg, #000000 0%, #52747685 100%);
}

.news-date {
    color: var(--color-p);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    display: inline-block;
    background-color: #dbdbdb;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

.news-card h3 {
    color:var(--color-p);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.news-card p {
    color:#ffffff;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.news-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.category {
    background-color: #e7f3ff;
    color: var(--color-p);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

.read-time {
    color: #999;
    font-size: 0.85rem;
}

.read-more {
    color: var(--color-p);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.read-more:hover {
    color: #0052cc;
}

@media (max-width: 900px) {
    .divulgaciones-section {
        padding: 3rem 1rem;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .news-card {
        padding: 1.6rem;
    }
}

/* ========== LER MAIS / ARTIGOS COMPLETOS ========== */
.ler-mais-page {
    padding-top: 80px;
    background-color: #f9f9f9;
}

.article-content {
    max-width: 1000px;
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full-article {
    background:var(--s-c);
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
    width: 100%;
    max-width: 100%;
}

.article-header {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.article-header h1 {
    font-size: 2.5rem;
    color:var(--color-p);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.article-date {
    color: #ecf1f6;
    font-weight: 600;
    font-size: 1rem;
    border:var(--bordas);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

.article-category {
    background-color: #e7f3ff;
    color: var(--color-p);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
}

.article-read-time {
    color: #999;
    font-size: 0.95rem;
}

.article-body {
    color: #d0cdcd;
    font-size: 1.05rem;
}

.article-body p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.article-body h2 {
    color:var(--color-p);
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.article-body h3 {
    color:var(--color-p);
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.article-body ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    list-style: disc;
}

.article-body ul li {
    margin-bottom: 0.8rem;
    color: #dcd7d7;
}

.article-body ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    list-style: decimal;
}

.article-body ol li {
    margin-bottom: 0.8rem;
    color: #555;
}

.article-body a {
    color: var(--color-p);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.article-body a:hover {
    color: #0052cc;
    text-decoration: underline;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: rgb(226, 224, 224);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.results-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.results-table tr:last-child {
    border-bottom: none;
}

.results-table td {
    padding: 1.2rem;
    text-align: left;
    color: #555;
}

.results-table tr:first-child {
    background-color:var(--color-p);
}

.results-table tr:first-child td {
    color: white;
    font-weight: 700;
}

.results-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.article-footer {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.btn-voltar {
    display: inline-block;
    background-color: var(--color-p);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-voltar:hover {
    background-color: #0052cc;
    transform: translateX(-5px);
}

.article-separator {
    height: 2px;
    background-color: #e0e0e0;
    border: none;
    margin: 3rem 0;
}

@media (max-width: 768px) {
    .full-article {
        padding: 1.5rem;
    }
    
    .article-content {
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    .article-header h1 {
        font-size: 1.8rem !important;
    }
    
    .article-body {
        font-size: 0.95rem;
    }
}

.article-header h1 {
    font-size: 1.8rem;
}

    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .article-body {
        font-size: 1rem;
    }

    .article-body h2 {
        font-size: 1.5rem;
    }

    .results-table td {
        padding: 0.8rem;
        font-size: 0.9rem;
    }

/* ========== CONTACTOS ========== */
.contact-section {
    min-height: calc(100vh - 140px);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-header h1 {
    font-size: 2.8rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-header p {
    font-size: 1.1rem;
    color: #666;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-info h2,
.contact-form h2 {
    color: var(--color-p);
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.info-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    font-size: 2.5rem;
    min-width: 70px;
    text-align: center;
}

.info-content h3 {
    color: var(--color-p);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.info-content p {
    color: var(--color-t);
    margin-bottom: 0.5rem;
}

.info-content a {
    color: var(--color-p);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.info-content a:hover {
    color: #0052cc;
}

.contact-form {
    background: var(--color-s);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 0.9rem 1rem;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--color-p);
    box-shadow: 0 0 10px rgba(18, 122, 253, 0.2);
}

.submit-btn {
    background-color: var(--color-p);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    background-color: #0052cc;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ========== PARCEIROS ========== */
.partners-section {
    padding: 4rem 2rem;
    background-color: var(--s-c);
    max-width: 1200px;
    margin: 2rem auto;
}

.partners-header {
    text-align: center;
    margin-bottom: 3rem;
}

.partners-header h2 {
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.partners-header p {
    font-size: 1.1rem;
    color: #666;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.partner-card {
    background: var(--color-s);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(18, 122, 253, 0.15);
}

.partner-logo {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.partner-card h3 {
    color: var(--color-p);
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.partner-card p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.partner-btn {
    display: inline-block;
    background-color: var(--color-p);
    color: white;
    padding: 0.8rem 1.6rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid var(--color-p);
}

.partner-btn:hover {
    background-color: transparent;
    color: var(--color-p);
}

.partnership-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    border-radius: 12px;
    color: white;
}

.partnership-cta h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.partnership-cta p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.partnership-btn {
    display: inline-block;
    background-color: white;
    color: var(--color-p);
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid white;
}

.partnership-btn:hover {
    background-color: transparent;
    color: white;
}

@media (max-width: 768px) {
    .services-header h2,
    .section-reasons h2,
    .contact-header h1,
    .portfolio-header h2,
    .partners-header h2 {
        font-size: 1.8rem;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .partnership-cta h3 {
        font-size: 1.5rem;
    }
}

.card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(18, 122, 253, 0.15);
    background-color: #081a2c;


}

/* ========== BOTÃO FLUTUANTE WHATSAPP ========== */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.7);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-float img {
        width: 25px;
        height: 25px;
    }
}

/* ========== AIRNET SECTION ========== */
.airnet-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: 2rem 0;
    border-radius: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.airnet-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--color-p);
    margin-bottom: 3rem;
    font-weight: 700;
}

.airnet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.airnet-item {
    padding: 2rem;
    text-align: center;
    background: var(--color-s);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.airnet-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(18, 122, 253, 0.2);
    border-color: var(--color-p);
}

.airnet-item h3 {
    color: var(--color-p);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.airnet-item p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 1rem;
}

.airnet-cta {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    border-radius: 12px;
    color: white;
}

.airnet-cta p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.cta-link {
    display: inline-block;
    padding: 1rem 2rem;
    background: white;
    color: var(--color-p);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.cta-link:hover {
    background: var(--color-p);
    color: white;
    border-color: white;
}

/* ========== RESPONSIVE AIRNET SECTION ========== */
@media (max-width: 768px) {
    .airnet-section {
        padding: 2rem 1rem;
        margin: 1rem 0;
    }

    .airnet-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .airnet-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .airnet-item {
        padding: 1.5rem;
    }

    .airnet-item h3 {
        font-size: 1.2rem;
    }

    .airnet-item p {
        font-size: 0.95rem;
    }

    .airnet-cta {
        padding: 1.5rem;
    }

    .airnet-cta p {
        font-size: 1rem;
    }

    .cta-link {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* ========== AIRIA CHATBOT ========== */
#airia-chatbot {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
}

.airia-button {
    background:transparent;
    border: none;
    border-radius: 50px;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(18, 122, 253, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    color: white;
    width: 60px;
    height: 60px;
}

.airia-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(18, 122, 253, 0.4);
}

.airia-logo {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../img/Ia-logo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.airia-text {
    display: none;
}

.airia-meta {
    font-size: 0.75rem;
    color: #9ba7c0;
    margin-top: 0.4rem;
    text-align: right;
}

.airia-status {
    justify-content: flex-end;
}

.airia-status .airia-bubble {
    background: rgba(18, 122, 253, 0.12);
    color: #0f2f66;
    font-style: italic;
}

.airia-chat-window {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 350px;
    height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.airia-header {
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

#airia-close {
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
}

.airia-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: var(--s-c);
}

.airia-message {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    gap: 10px;
}

.airia-avatar {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.airia-bubble {
    background: white;
    padding: 10px 15px;
    border-radius: 18px;
    max-width: 250px;
    word-wrap: break-word;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.airia-bot .airia-bubble {
    background: var(--color-p);
    color: white;
}

.airia-user {
    flex-direction: row-reverse;
}

.airia-user .airia-bubble {
    background: #e3f2fd;
    color: #333;
}

.airia-input-area {
    display: flex;
    padding: 15px;
    background: rgb(29, 21, 21);
    border-top: 1px solid #e0e0e0;
}

#airia-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 0.9rem;
}

#airia-input:focus {
    border-color: var(--color-p);
}

#airia-send {
    background: var(--color-p);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

#airia-send:hover {
    background: #0052cc;
}

/* ========== RESPONSIVE AIRIA ========== */
@media (max-width: 768px) {
    #airia-chatbot {
        left: 15px;
        bottom: 15px;
    }

    .airia-chat-window {
        width: 300px;
        height: 400px;
        left: 0;
        bottom: 80px;
    }

    .airia-button {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .airia-logo {
        font-size: 1.5rem;
    }
}

.a-logo{
    background: url(../img/Logo-oficial.psd);
    position: cover;
}


.section-airnet{
    text-align: center;
    margin-bottom: 12px;
}

.airnet-header{
    max-height: max-content;
    
}

.airnet-header h2{
    padding-bottom: 10px; 
    color: var(--color-p);
    font-size: 2.4rem;
}
.airnet-header p{
    color: #ffffff;
    padding-bottom: 20px;

}


/* Footer */
.footer {
    background: var(--color-s);
    color:#ffffff;
    padding: 3rem 20px 1rem;
    margin-top: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color:#ffffff;
    font-size: x-large;
}
.footer-section span{
    color: #127afd;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #d5d5d5;
    text-decoration: none;
    transition: color 0.3s;
    animation: in;
}

.footer-section a:hover {
    color: var(--color-t);
}

.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--color-p);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;

}

.social-links a:hover {
    background: #000000;
    transform: translateY(-3px);
    
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-p);
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .one-type {
        padding-bottom: 5%;
    }
    .texto-type-1 {
        font-size: 86%;
    }
    .texto-type-2 {
        font-size: 690%;
    }
    .bloco-1 {
        font-size: 95%;
    }
/* ========== PROFILE MENU STYLES ========== */
.profile-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    z-index: 150;
}

.profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(18, 122, 253, 0.3);
}

.profile-avatar:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(18, 122, 253, 0.5);
}

.profile-dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 1001;
}

.profile-dropdown.active {
    display: flex;
}

.profile-header {
    background: linear-gradient(135deg, var(--color-p) 0%, #0052cc 100%);
    padding: 1.5rem;
    color: white;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
}

.profile-header h3 {
    margin: 0.5rem 0 0 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-header p {
    margin: 0.3rem 0 0 0;
    font-size: 0.85rem;
    opacity: 0.9;
}

.profile-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.profile-menu-item {
    padding: 1rem 1.5rem;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.profile-menu-item:last-child {
    border-bottom: none;
}

.profile-menu-item:hover {
    background-color: #f5f5f5;
    color: var(--color-p);
}

.profile-menu-item.logout {
    color: #d32f2f;
}

.profile-menu-item.logout:hover {
    background-color: #ffebee;
    color: #c92f1f;
}

.profile-menu-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-menu-item.meu-perfil::before {
    content: '👤';
}

.profile-menu-item.adicionar::before {
    content: '➕';
}

.profile-menu-item.config::before {
    content: '⚙️';
}

.profile-menu-item.logout::before {
    content: '🚪';
}

/* Responsive Profile Menu */
@media (max-width: 768px) {
    .profile-dropdown {
        width: 250px;
        top: 45px;
        right: -5px;
    }
    
    .profile-menu-item {
        padding: 0.9rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .profile-header {
        padding: 1.2rem;
    }
    
    .profile-header h3 {
        font-size: 1rem;
    }
    
    .profile-header p {
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .profile-dropdown {
        width: 220px;
    }
    
    .profile-avatar {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

    .services-grid {
        grid-template-columns: 1fr;
    }
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .section-cta h2 {
        font-size: 1.5rem;
    }
    .section-cta p {
        font-size: 0.9rem;
    }
    .footer {
        text-align: center;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .one-type {
        padding-bottom: 3%;
    }
    .texto-type-2 {
        font-size: 250%;
    }
    .btn-bloco-1 {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    .section-services h2 {
        font-size: 1.5rem;
    }
    .service-card h3 {
        font-size: 1rem;
    }
    .section-reasons h2 {
        font-size: 1.5rem;
    }
    .reason-item h3 {
        font-size: 1rem;
    }
    .social-links {
        gap: 0.5rem;
    }
}


/* .section-search{
     display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    margin: auto;
    padding-bottom: 16%;

} */