@charset "UTF-8";
/* CSS Document */
body {
  background: url("../img/juju.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 125px;
  width: 100%;
  min-height: 100vh; }

.darkness {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 45%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0; }

.eu {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 5; }

.eul {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6dc0ff;
  font-size: 16px;
  position: relative;
  z-index: 5;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
  cursor: pointer; }
  .eul:hover {
    color: #ffa200; }

.euh {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 5; }

.nav-item {
  text-align: right; }

.navbar-brand {
  padding: 0 !important; }

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  align-items: flex-start; }

.navbar-expand-lg .navbar-nav {
  flex-direction: column; }

.clear-link {
  text-decoration: inherit;
  color: inherit; }
  .clear-link:hover {
    text-decoration: inherit;
    color: inherit; }

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

#menu {
  padding: 0; }
  #menu .nav-item p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    margin: 0;
    text-align: right; }
  #menu .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    text-align: right;
    display: inline-block; }
    #menu .nav-link.active {
      color: #fff;
      position: relative; }
      #menu .nav-link.active:after {
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 7px;
        border-bottom: solid 1px #fff; }
    #menu .nav-link:hover {
      color: #fff;
      position: relative; }
      #menu .nav-link:hover:after {
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 7px;
        border-bottom: solid 1px #fff; }

@media (max-width: 768px) {
  .menu-icon {
    height: 30px;
    width: 40px;
    padding: 0 6px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color .25s ease-in-out; }
    .menu-icon:hover {
      background-color: none; }
    .menu-icon .icon-bar {
      display: block;
      width: 100%;
      height: 3px;
      background: #fff;
      transition: .3s;
      border-radius: 2px; }
    .menu-icon .icon-bar + .icon-bar {
      margin-top: 4px; }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(1) {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(2) {
      opacity: 0; }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(3) {
      transform: translate3d(0, -7px, 0) rotate(-45deg); }

  body {
    background: url("../img/juju2.jpg") no-repeat top right;
    background-size: cover;
    padding-top: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden; }

  header {
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 20px; }

  .texto {
    max-height: 223px;
    overflow-y: auto; }

  .bg {
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }

  .darkness {
    display: none; }

  .nav-link {
    display: block; }

  .eu {
    font-size: 13px; }

  .navbar-collapse {
    margin-top: -50px; } }
.dropdown-menu {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3); }
  .dropdown-menu.show {
    margin-bottom: 12px; }

.dropdown-item {
  text-align: end; }

.menu-576 {
  display: none !important; }

.menu-maisde576 {
  display: block !important; }

/* Ajuste para mobile: animação mais suave e menos deslocamento */
@media (max-width: 576px) {
  .menu-576 {
    display: block !important; }

  .menu-maisde576 {
    display: none !important; }

  .dropdown-menu {
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease; } }
