@import url("base.css");
@import url("carrossel.css");
@import url("login.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css");

* {
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  position: relative;
  background-color: #ffffff;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

nav {
  background-color: var(--cor-menu);
  padding: 10px;
  text-align: center;
}

nav a {
  color: var(--cor-texto-claro);
  text-decoration: none;
  margin: 0 20px;
  font-weight: bold;
  text-align: center;
}

nav ul {
  text-align: center;
}

.nav-custom {
  background-color: var(--cor-menu);
}
.div-label {
  text-shadow: 0px 0px 60px #ffffff;
  color: black;
}

.div-menu {
  background-color: var(--cor-menu);
}

.div-menu a {
  display: list-item;
  text-decoration: none;
  border-radius: 2px;
  color: rgb(255, 255, 255);
}
.div-menu h5 {
  font-style: bold;
  color: white;
}
.div-menu a:hover {
  background-color: #00ffff;
  color: black;
}

.nav-link {
  color: var(--cor-texto-claro);
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.5s ease;
}

.nav-link:hover {
  font-weight: bold;
  color: #ff5100;
  border-radius: 0px;
  transform: translateY(-1px);
}

.nav-link.ativo {
  border-bottom: 3px solid #ff5100;
  font-weight: bold;
  color: rgb(255, 255, 255);
  border-radius: 0px;
}

.pesquisas {
  display: flex;
  align-items: center;
}

.pesquisas input[type="text"] {
  flex: 1;
  max-width: 500px;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  background-color: #ff5c00;
  font-style: italic;
  font-weight: bold;
  margin: 0 auto;
  color: #ffffff;
  margin-left: 37%;
}

.acessoRestrito {
  background-color: #ff5c00;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  white-space: nowrap;
}

.lenguaDecolonialofc {
  text-align: center;
  border-radius: 25px;
}
main {
  width: 98%;
  margin: 10px auto;
  padding: 10px;
}

section {
  margin: 30px 0;
  padding: 30px;
  background: linear-gradient(30deg, #eef9ffed, #eaecffe0);
  border-radius: 5px;
}

section h2 {
  text-align: center;
  border-bottom: 2px solid black;
  font-family: var(--font-secundaria);
}

section .msn {
  display: flex;
  gap: 10px;
  align-items: center;
}

section .msn img {
  width: 40%;
  height: auto;
}

section p {
  font-size: 20px;
  font-family: var(--font-secundaria);
}

.pointer {
  cursor: pointer;
}

.icon-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.icon-link:visited,
.icon-link:hover,
.icon-link:active {
  color: inherit;
}

.item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 0;
  padding: 0;
}

.item-link:hover .item {
  cursor: pointer;
}
