body{
font-family:Arial, sans-serif;
margin:0;
background:#f4f4f4;
}

header{
background:#6b8e5a;
color:white;
text-align:center;
padding:30px 0;
}

header p{
margin:0;
font-size:18px;
}

header p{
margin:0;
}

nav{
background:#4e6f40;
display:flex;
justify-content:center;
align-items:center;
gap:30px;
padding:14px 0;
position:sticky;
top:0;
z-index:1000;
font-size:18px;
}

nav a{
color:white;
text-decoration:none;
font-weight:bold;
}

nav a:hover{
color:#dfead7;
}

.banner{
position:relative;
}

.banner img{
width:100%;
height:550px;
object-fit:cover;
object-position:center 40%;
display:block;
}

.contact-banner img{
object-position:center 55%;
}

.banner-text{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
color:white;
text-align:center;
text-shadow:0 2px 4px rgba(0,0,0,0.6);
background:rgba(0,0,0,0.25);
padding:20px 40px;
border-radius:10px;
}

.banner-text p{
margin-top:8px;
font-size:16px;
}

section{
max-width:900px;
margin:40px auto;
padding:20px;
text-align:center;
}

section ul{
list-style-position:inside;
padding:0;
}

.logo-bar{
background:white;
text-align:center;
padding:10px;
}

.logo-bar img{
width:160px;
display:block;
margin:auto;
}

.logo-bar{
background:white;
text-align:center;
padding:10px;
}

.logo-bar img{
width:160px;
}

form{
max-width:500px;
margin:40px auto;
text-align:left;
padding:20px;
}

input, textarea{
width:100%;
padding:12px;
margin-top:6px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:6px;
font-size:16px;
box-sizing:border-box;
}

button{
background:#4e6f40;
color:white;
padding:10px 20px;
border:none;
border-radius:5px;
cursor:pointer;
}

button:hover{
background:#6b8e5a;
}

.gallery{
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
margin-top:20px;
}

.gallery img{
width:280px;
height:280px;
object-fit:cover;
border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
transition:transform 0.3s ease;
}

.gallery img:hover{
transform:scale(1.05);
}

footer{
background:#4e6f40;
color:white;
text-align:center;
padding:15px 0;
margin-top:40px;
font-size:14px;
}

footer p{
margin:0;
}

form{
max-width:500px;
margin:40px auto;
text-align:left;
}

label{
display:block;
margin-top:15px;
font-weight:bold;
}

input, textarea{
width:100%;
padding:10px;
margin-top:5px;
border:1px solid #ccc;
border-radius:5px;
font-size:16px;
box-sizing:border-box;
}

button{
display:block;
margin:20px auto;
padding:10px 20px;
background:#4e6f40;
color:white;
border:none;
border-radius:5px;
font-size:16px;
cursor:pointer;
}

button{
display:block;
margin:20px auto;
}

.stud-profile{
display:flex;
gap:30px;
align-items:flex-start;
margin-top:40px;
padding:25px;
background:white;
border-radius:12px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
border:1px solid #eee;
flex-wrap:wrap;
}

.stud-profile img{
width:100%;
max-width:280px;
height:auto;
border-radius:10px;
display:block;
margin:0 auto 20px auto;
}

.stud-info{
max-width:520px;
text-align:left;
}

.stud-info h3{
font-size:22px;
margin-top:0;
margin-bottom:5px;
}

.stud-info h3{
font-size:22px;
margin-top:0;
margin-bottom:10px;
padding-bottom:8px;
border-bottom:3px solid #4e6f40;
display:inline-block;
}

.stud-info h4{
margin-top:20px;
}

.stud-awards{
margin-top:15px;
padding-left:18px;
}

.stud-awards li{
margin-bottom:6px;
}

.stud-profile:hover{
transform:translateY(-3px);
transition:0.2s;
}

.stud-profile{
transition:0.2s ease;
}

.instagram-gallery{
display:flex;
gap:20px;
justify-content:center;
margin-top:20px;
flex-wrap:wrap;
}

.instagram-gallery img{
width:200px;
height:200px;
object-fit:cover;
border-radius:10px;
}

.instagram-section{
text-align:center;
margin-top:40px;
}

.instagram-section a{
color:#4e6f40;
font-weight:bold;
text-decoration:none;
}

.instagram-section a:hover{
text-decoration:underline;
}

.instagram-section h2{
text-align:center;
}

.instagram-gallery img{
transition: transform 0.3s ease;
}

.instagram-gallery img:hover{
transform: scale(1.05);
}

.instagram-section p{
margin-top:15px;
font-size:18px;
}

.cria-gallery{
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
margin-top:20px;
}

.cria-gallery img{
width:250px;
height:250px;
object-fit:cover;
border-radius:10px;
}

.cria-section{
text-align:center;
margin-top:40px;
}
