/* Configurações Gerais */

/* Importação das fontes Jakarta */
@font-face {
  font-family: "Jakarta-ExtraBold";
  src: url("../fonts/jakarta/PlusJakartaSans-ExtraBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Bold";
  src: url("../fonts/jakarta/PlusJakartaSans-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-SemiBold";
  src: url("../fonts/jakarta/PlusJakartaSans-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Medium";
  src: url("../fonts/jakarta/PlusJakartaSans-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Light";
  src: url("../fonts/jakarta/PlusJakartaSans-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Jakarta-Regular";
  src: url("../fonts/jakarta/PlusJakartaSans-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url("../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

#dark-theme {
  background-color: #111111;
}

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
  font-family: "Jakarta-Regular";
  -ms-overflow-style: none;
  color: #000;
}
*::selection {
  background: #232323;
  color: #fff;
}
*::-webkit-scrollbar {
  display: none;
}
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  outline: 0px;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: 0.4s;
  scroll-behavior: smooth;
}
ul {
  list-style: none;
}
b {
  font-weight: bold !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.lozad {
  margin-top: 12px;
}

h3 > span {
  font-size: 28px;
}

@media (max-width: 768px) {
  h3 > span {
    font-size: 22px;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.ob-fadeScale {
  opacity: 0;
  transform: scale(0.8);
  animation: fadeScale 0.5s ease-in 1 forwards;
}

@keyframes fadeScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-out {
  opacity: 1;
  animation: fadeOut 0.5s ease-in 1 forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

/* ESTILO PADRÃO PARA PÁGINA + RESPONSIVIDADE */
.n24-page {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  margin-top: 24px;
}

/* Define quantidades de linha para o grid não vazar */
.limiteLinhas {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mw-shadow1 {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.mw-shadow2 {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mw-shadow3 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mw-shadow4 {
  -webkit-box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 4%);
  box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 20%);
}

.mw-shadow5 {
  -webkit-box-shadow: 0px 0px 7px 6px rgb(137 137 137 / 4%);
  box-shadow: 0px 0px 6px 2px rgb(137 137 137 / 14%);
}

.mw-shadow6 {
  -webkit-box-shadow: inset -3px -50px 11px -2px rgb(0 0 0 / 39%);
  box-shadow: inset -3px -384px 1px -2px rgb(0 0 0 / 39%);
}

.mw-shadow7 {
  -webkit-box-shadow: inset -1px -12px 29px 20px rgb(0 0 0 / 70%);
  box-shadow: inset -1px -12px 29px 20px rgb(0 0 0 / 70%);
}

/* Cores Principais */
:root {
  --verdePadrao: #00861f;
  --verdeEscuro: #26603c;
  --verdeClaro: #20c634;
  --roxoPadrao: #812ccb;
  --cinzaPadrao: #909090;
  --cinzaClaro: #efefef;
  --azulPadrao: #1462a3;
  --cinzaEscuro: #4e4e4e;
  --douradoPadrao: #b79116;
  --douradoEscuro: #937100;
  --vinho: #67161e;
  --pretoPadrao: #1c1c1d;
  --branco: #fcfcfc;
  --vermelhoPadrao: #d5150b;
  --laranjaEscuro: #ba5c0f;
}
