root {
  --color-gray-500: #1c1d1f;
  --color-gray-400: #3e4143;
  --color-gray-300: #6a6f73;
  --color-gray-200: #d1d7dc;
  --color-gray-100: #f7f9fa;
  --color-red-500: #612012;
  --color-red-400: #b32d0f;
  --color-red-300: #e25d3f;
  --color-red-200: #fcaea0;
  --color-red-100: #fbece9;
  --color-indigo-500: #180a3d;
  --color-indigo-400: #371783;
  --color-indigo-300: #5624d0;
  --color-indigo-200: #cec0fc;
  --color-indigo-100: #f3f0fa;
  --color-orange-500: #4d3105;
  --color-orange-400: #b4690e;
  --color-orange-300: #e59819;
  --color-orange-200: #f3ca8c;
  --color-orange-100: #fcf5e8;
  --color-yellow-500: #3d3c0a;
  --color-yellow-400: #98961b;
  --color-yellow-300: #dddb36;
  --color-yellow-200: #eceb98;
  --color-yellow-100: #f9f9d7;
  --color-green-500: #113731;
  --color-green-400: #1e6055;
  --color-green-300: #2d907f;
  --color-green-200: #acd2cc;
  --color-green-100: #f2f7f6;
  --color-purple-500: #350c50;
  --color-purple-400: #7325a3;
  --color-purple-300: #a435f0;
  --color-purple-200: #e1b8fc;
  --color-purple-100: #f6eefc;
  --color-white: #fff;
}

body {
  background: var(--color-white);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

h1 {
  font-size: 37px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

h3 {
  font-size: 35px;
  font-weight: 500;
}

h4 {
  font-size: 30px;
  font-weight: 500;
}

h5 {
  font-size: 25px;
  font-weight: 500;
}

.btn-login {
  background-color: #e9cb0b;
}

.sem-borda {
  border: none;
}

.borda-principal {
  border: solid 1px #fddd12;
}

.fundo-principal {
  background-color: rgb(165, 134, 47);
}

.fundo-principal:hover {
  background-color: #2a6a97;
  color: #fddd12;
}

.cor-principal {
  color: #fddd12;
}

.cor-secundaria {
  color: #fddd12;
}

.nav-link {
  color: #fddd12;
}

.nav-link.active {
  background-color: #fddd12;
  border-radius: 10px;
}

.navbar-scrolled {
  background-color: #fff !important;
}

.nav-link:hover {
  color: #fddd12 !important;
}

.underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fddd12;
}

.underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #fddd12;
  transition: width 0.3s ease;
  transform: translateX(-50%);
}

.underline:hover::after {
  width: 100%;
  color: #fddd12 !important;
}

.menu_btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}

.menu_btn .line {
  width: 28px;
  height: 2px;
  background-color: black;
  transform-origin: left;
  transition: transform 0.5s ease, opacity 0.2s ease;
}


/* ESTATISTICAS */

.estatisticas {
  background: #fff;
  /* max-width: 960px;
  width: 90%; */
  padding: 30px 0;
  margin: -40px auto 0 auto;
  text-align: center;

  display: flex;
  display: --webkit-flex;
  align-items: center;

  --webkit-border-radius: 10px;
  border-radius: 10px;
  --webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.estatisticas-item span {
  font-size: 33px;
  color: #fddd12;
}

.estatisticas-item .num_alunos {
font-weight: bold;
}

.estatisticas-item p {
  font-size: 20px;
}

@font-face {
  font-family: 'CambriaFormare';
  /* Escolha um nome para a sua fonte */
  src: url('../assets/fonts/Cambria-Font-For-Windows.ttf') format('truetype');
  /* Caminho para o arquivo de fonte TrueType (.ttf) */
}

body {
  font-family: 'CambriaFormare';
}



@media (max-width: 767.9px) {
  .estatisticas {
    flex-direction: column;
  }

  .estatisticas-item {
    min-width: 90%;
  }

  .estatisticas-item:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

}

@media (min-width: 768px) {

  .estatisticas-item {
    text-align: center;
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .estatisticas-item:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }

  

}

/* .bg-blur {
  backdrop-filter: blur(10px);
} */

@media (max-width: 991px) {
  .sidebar {
	-webkit-backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 51%);
    backdrop-filter: blur(10px);
  }

  .nav-link {
	color: white;
}

.nav-link:hover {
	color: #266695!important;
}	

}


footer ul {
  list-style: none;
}

.footer {
  background-color: #24262b;
  padding: 40px 0 10px;
  
}

.footer-col {
  width: 25%; 
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #DBBE81;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
} 

.footer-col .social-links {
  display: flex;
}

.footer-col .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

@media (max-width: 767.9px) {
  .footer-col {
    width: 100%; 
    padding: 15px;
  }
  }