@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.body-um {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f4f4f4;
    padding: 0 160px 0px 160px;
}

.header-um {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#menu nav {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    background-color: #222;
    padding: 0 40px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #444;

}

#menu nav a:hover {
    background-color: #333;
}

#menu nav a {
    font-size: large;
    color: white;
    text-decoration: none;
    padding: 18px 40px;
}

.titulo-sobrenos {
    font-family: "Poppins", sans-serif;
    font-size: 200%;
    justify-content: center;
    text-align: center;
    padding-bottom: 100px;
}

#sobre {
    padding-top: 244px;
}

#sobre .container {
    gap: 20px;
    align-items: flex-start;
}

#sobre .texto {
    flex: 1 1 60%;
    font-family: "Poppins", sans-serif;
    font-size: large;
    min-width: 300px;
}

p {
    text-align: justify;
    text-indent: 35px;
    margin-bottom: 10px;
    font-size: 20px;
}

.imagem img {
    margin: 0 20px 20px 20px;
    float: right;
    position: static;
    height: 222px;
    width: 333px;
    border-radius: 2%;
}

#catalogo {
    padding-top: 200px;
}

#titulo-catalogo {
    margin: 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 200%;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
}

#catalogo {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card a {
    display: grid;
    text-decoration: none;
    color: rgb(236, 236, 236);
    background-color: #444;
    text-align: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 40px 350px 40px 350px;
    font-family: "Poppins", sans-serif;
    font-size: 125%;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
}

.sub-tc {
    margin: 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 200%;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
}

#dw {
    padding-top: 200px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#ia {
    padding-top: 200px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#si {
    padding-top: 200px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#cd {
    padding-top: 200px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.curso {
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.curso p {
    color: #444;
    line-height: 1.6;
}

.materia-index {
    padding: 20px 0px;
    margin: 10px 390px;
    color: #ddd;
    border: #222;
    border-radius: 10px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    background-color: #5c5c5c;

}

#entrar {
    padding-top: 200px;
}

#titulo-entrar {
    margin: 0 0 70px 0;
    font-family: "Poppins", sans-serif;
    font-size: 200%;
    justify-content: center;
    text-align: center;
}

form {
    display: block;
    max-width: 400px;
    margin: auto;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

input {
    display: block;
    margin: 5px 0;
    padding: 10px;
    width: 300px;
}

button.login {
    background-color: #444;
    color: rgb(236, 236, 236);
    width: 300px;
    margin: 5px 0;
    padding: 10px;
}

button:hover {
    cursor: pointer;
    background-color: #333;
}

.div-rodape {
    text-align: center;
    margin-top: 100px;
    height: 250px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
}

.div-rodape nav ul li {
    justify-content: space-around;
    list-style: none;
}

.div-rodape nav ul li a {
    float: left;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: white;
}

footer {
    margin-top: 300px;
    background-color: #333;
    color: #ddd;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    text-align: left;
}

.footer-section {
    width: 30%;
}

.footer-section h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

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

ul {
    list-style: none;
    padding: 0;
}

/* -------------------------------------------------------------------Segundapg.html---------------------------------------------------------------*/
#header-dois {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

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

.sidebar {
    display: flex;
    flex-direction: column;
    font-size: large;
    color: white;
    text-decoration: none;
    width: 220px;
    background-color: #333;
    color: white;
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.sidebar h2 {
    text-align: center;
    margin-bottom: 30px;
}

.sidebar nav {
    list-style: none;
}

.sidebar nav a {
    display: block;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: large;
    color: white;
    text-decoration: none;
}

.sidebar nav :hover {
    background-color: #1f1f1f;
}

.buttonsp {
  background-color: #333;
  color: rgb(236, 236, 236);
  margin: auto 0 20px 0; /* empurra pra baixo com margem de 20px no fundo */
  padding: 10px;
  border-radius: 5px;
  font-size: large;
  width: 180px;
  align-self: center; /* opcional, centraliza horizontalmente */
}

.buttonsp:hover {
    background-color: #1f1f1f;
    cursor: pointer;
}

.main-content {
    margin-left: 220px;
    padding: 30px;
    flex: 1;
    background-color: #ecf0f1;
    min-height: 100vh;
}

.main-content h1 {
    margin-bottom: 20px;
}

#container-perfil {
    padding: 83px 160px 0px 240px;
}

#formulario {
    margin-top: 100px;
}

label {
    display: block;
    margin: 10px 0;
}

button.sp {
    margin-top: 20px;
    padding: 10px 30px;
    background: #333;
    color: white;
    border: none;
    display: block;
}

.opcaocursos {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.opcaocursos input {
    margin-right: 8px;
}

#container-perfil {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fefefe;
}

#dados-usuario {
    margin-bottom: 20px;
}

.opcaocursos {
    margin-bottom: 10px;
}

#escolhacurso button {
    margin-top: 15px;
    padding: 10px;
    background-color: #333;
    ;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#escolhacurso button:hover {
    background-color: #333;
}



#container-perfil {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#dados-usuario {
    margin-bottom: 20px;
}

.opcaocursos {
    margin-bottom: 10px;
}

#escolhacurso button {
    margin-top: 15px;
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#escolhacurso button:hover {
    background-color: #333;
}

/* --------------------------------------------------------------------boletim.html--------------------------------------------------------*/
.header-boletim {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

section.materia {
    padding: 20px;
    margin: 20px 200px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 2px 2px 8px black;
}

.semestre {
    background-color: #9c9c9c;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 40px;
}

.sair {
    display: flex;
    text-decoration: none;
    color: white;
    top: 0;
    position: absolute;
    padding: 20px 20px 20px 20px;
}

.sair:hover {
    background-color: #424242;
    transition: 0.5s;
    border-radius: 5px;
}

/* -----------------------------------------------------------------grade.html--------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 80%;
    text-align: center;
    margin: 100px auto;
    box-shadow: 2px 2px 8px rgb(107, 107, 107);
}

th,
td {
    border: 1px solid #999;
    padding: 8px;
}

thead {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* ---------------------------------------------elemetos/materias.html---------------------------------------------------------------------------------*/
.header-ci {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

.header-ds {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

.header-ia {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

.header-si {
    font-family: "Chakra Petch", sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

#ciencia {
    font-family: sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

#desenvolvimento {
    font-family: sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

#Inteligência {
    font-family: sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

#Sistemas {
    font-family: sans-serif;
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    display: block;
}

.info {
    color: rgb(255, 255, 255);
    padding: 20px;
    margin: 20px 200px;
    background-color: #686262;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #fffefe;
}

/* ---------------------------------------------elemetos/perfil.html---------------------------------------------------------------------------------*/

body#perfil-body {
    background-color: #222;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(120deg, #1e1e1e, #4d4d4d);
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
    position: relative;
}

body#perfil-body::before,
body#perfil-body::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    animation: float 15s infinite ease-in-out alternate;
}

.header-perfil {
    display: flex;
    font-family: "Chakra Petch", sans-serif;
    color: white;
    padding: 20px;
    font-size: 24px;
    justify-content: space-between;
}

.sair-perfil {

    text-decoration: none;
    color: white;
    padding: 0px 20px 20px 20px;
}

.perfil-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px;
    background-color: #cecece;
    margin: 50px auto 10px auto;
    height: auto;
    width: 45%;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(206, 206, 206, 0.4);
}

.perfil-container li {
    margin: 10px 0 10px 0;
    border-radius: 10px;
    background-color: #acacac;
    padding: 15px;
    text-decoration: none;
    list-style: none;
    font-size: 16px;

}