@charset "UTF-8";
/**
* Structure
*/
body::-webkit-scrollbar {
  width: 6px;
  min-height: 10px;
}

body::-webkit-scrollbar-track {
  background-color: #d07537;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  position: absolute;
  content: "";
  background: #d07537;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 5px !important;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: #d07537;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.table-responsive::-webkit-scrollbar-thumb {
  position: absolute;
  content: "";
  background: #d07537;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbox::-webkit-scrollbar {
  width: 6px;
  min-height: 10px;
  height: 10px;
}

.scrollbox::-webkit-scrollbar-track {
  background-color: #d07537;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.scrollbox::-webkit-scrollbar-thumb {
  position: absolute;
  content: "";
  background: #d07537;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbox::-webkit-scrollbar-button {
  display: none;
}

label {
  font-weight: 300;
}

span.divider {
  display: table;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: rgb(127, 127, 127);
  position: relative;
  text-align: center;
  width: 100%;
}
span.divider::before, span.divider::after {
  border-top: 1px solid rgb(204, 204, 204);
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 42%;
}

.modal-body {
  overflow-y: auto;
}

/* Aparece apenas quando há conteúdo rolável */
.modal-body::-webkit-scrollbar {
  width: 1px !important; /* Largura do scrollbar */
  min-height: 10px;
}

/* Personalizando o fundo do scrollbar */
.modal-body::-webkit-scrollbar-thumb {
  position: absolute;
  content: "";
  background: #d07537;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* Personalizando o fundo da área do scrollbar */
.modal-body::-webkit-scrollbar-track {
  background-color: #d07537;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito";
  background: rgb(18, 18, 18) !important;
  color: white;
}

h2 {
  font-family: Sen;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: left;
  color: rgb(234, 119, 48);
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  top: 20%;
  z-index: 10;
}
.carousel-caption h1 {
  color: #fff;
  font-family: Inter;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
.carousel-caption p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 15rem;
}

.card {
  background: transparent;
  border-radius: 5;
  border: 1px solid rgba(247, 247, 247, 0.2705882353);
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.card-img {
  height: 352px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-img {
  height: 352px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-blog {
  margin-top: 1rem;
  gap: 16px;
}
.card-blog small {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #a1a1a1;
}
.card-blog h3 {
  font-family: Sen;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
  color: #ea7730;
}
.card-blog p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #f7f7f7;
}

.card-two {
  margin-left: 20px;
  background: transparent;
  border-radius: 5;
  border-bottom: 1px solid rgba(247, 247, 247, 0.2705882353);
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.card-two a {
  color: inherit;
  text-decoration: inherit;
}

.card-two:last-child {
  border-bottom: none;
}

.card-two-body {
  gap: 16px;
}
.card-two-body small {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #a1a1a1;
}
.card-two-body h3 {
  font-family: Sen;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
  color: #ea7730;
}
.card-two-body p {
  font-family: Sen;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
}

.post-card {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  color: #f7f7f7;
}

.post-card img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.post-content {
  gap: 8px;
}
.post-content h2 {
  font-family: Sen;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: left;
}
.post-content h4 {
  color: #ff7518;
}
.post-content h6 {
  color: #a1a1a1;
}
.post-content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.btn-read {
  background-color: #ff7518;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-read:hover {
  background-color: #e66000;
}

#show-blog h1 {
  color: #f7f7f7 !important;
}
#show-blog .container {
  max-width: 1047px !important;
}

.blog-time {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #a1a1a1;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
}

ul li::marker {
  color: white; /* Define a cor da bolinha como branco */
}

@media (max-width: 767.98px) {
  .bd-placeholder-img {
    display: none;
  }
  .card-two {
    margin-left: 0px;
    margin-right: 0px;
  }
  .post-content {
    margin-left: 0px;
  }
  .post-content h2 {
    font-size: 24px;
  }
  .post-content p {
    font-size: 12px;
  }
  .img-blog {
    max-width: 100%;
  }
}
