body {
    background: linear-gradient(135deg, #c399fc 0%, #dddddd 100%);
    background-attachment: fixed; 
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


.navbar-fixa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 45px;
    box-sizing: border-box;
    z-index: 100;
    pointer-events: none; 
}

#logo {
    width: 150px;
    height: auto;
    pointer-events: auto;
}

.pages {
    pointer-events: auto;
}

.pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.pages a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pages a:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.container-capa {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}

.capa img {
    width: 96%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.camsense { 
    width: 100%;
    display: block;
    margin-top: 50px; 
}

.container-cam {
    width: 96%;              
    margin: 0 auto;        
    font-size: 30px;
    font-weight: 300;      
    line-height: 1.6;
    color: #1a1a1a;
    text-align: justify;  
    box-sizing: border-box;
    
}

.prototipo {
    margin: 0 auto;
    width: 96%;
    margin-top: 50px;
}

.prototipo h1 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 40px;
}

.prototipo-container-jovihelp {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.jovihelp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    width: fit-content;
    padding: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.jovihelp:hover {
    transform: translateY(-7px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.imagemjovihelp img {
    width: 250px;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
}

.jovihelp-texto {
    width: 40%;
    font-size: 25px;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: justify;
}

.prototipo-containernoturno {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.jovimodonoturno {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    width: fit-content;
    padding: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.jovimodonoturno:hover {
    transform: translateY(-7px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagemmodonoturno img {
    width: 250px;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
}

.jovimodonoturno-texto {
    width: 40%;
    font-size: 25px;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: justify;
}

.prototipo-containerpet {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.jovimodopet {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    width: fit-content;
    padding: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.jovimodopet:hover {
    transform: translateY(-7px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagemmodopet img {
    width: 250px;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
}

.jovimodopet-texto {
    width: 40%;
    font-size: 25px;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: justify;
}

.prototipo-containerdocs {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.jovimododocs:hover {
    transform: translateY(-7px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.jovimododocs {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    width: fit-content;
    padding: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.imagemmododocs img {
    width: 250px;
    height: auto;
    border-radius: 12px;
    flex-shrink: 0;
}

.jovimododocs-texto {
    width: 40%;
    font-size: 25px;
    line-height: 1.6;
    color: #1a1a1a;
    text-align: justify;
}


/* ===== EQUIPE ===== */
.equipe {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-content: flex-start;
}

.equipe > h1 {
    margin: 0 auto;
    width: 97%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #1a1a1a;
    font-weight: bold;
}

.members {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 35px 32px;
    color: rgb(0, 0, 0);
    font-family: Roboto, Calibri, cursive;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    flex: 0 0 calc(25% - 22px);
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
}

.members:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

#felippetuma,
#diegorocha,
#renansilva,
#davitoyota {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.membro h1 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #c9a96e;
    margin-bottom: 10px;
    margin-top: 15px;
    margin: 0 auto;
}

.membro img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.membro p {
    flex-grow: 1;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.membro .links {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.links a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* sobre-nos */
.sobre-nos {
    width: 100%;
    margin-top: 60px;
}

.container-sobre {
    width: 96%;
    margin: 0 auto;
    padding: 40px;
    
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    box-sizing: border-box;
}

.container-sobre h1 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.container-sobre p {
    font-size: 20px;
    line-height: 1.7;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 18px;
    text-align: justify;
}