:root {
  --topbar-h: 40px;
  --navbar-h: 70px;
}

/* barra superior */
#topBar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--topbar-h);
  transform: translateY(-100%);
  transition: transform .3s ease;
  z-index: 50;
}

#topBar.show {
  transform: translateY(0);
}

/* navbar */
#mainNavbar {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  height: var(--navbar-h);
  transition: top .3s ease;
  z-index: 40;
}

#mainNavbar.shift {
  top: var(--topbar-h);
}

/* espaçamento do conteúdo */
body {
  padding-top: 0;
  transition: padding-top 0.3s ease;
}

/* Shape divider 495 */
.shapedividers_com-495 {
  overflow: hidden;
  position: relative;
}
.shapedividers_com-495::before { 
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.2vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 100% 90px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23004a9c"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23004a9c"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23004a9c"/></svg>');
}

@media (min-width:2100px) {
  .shapedividers_com-495::before {
    background-size: 100% calc(2vw + 90px);
  }
}

/* Shape divider 9722 */
.shapedividers_com-9722 {
  overflow: hidden;
  position: relative;
}
.shapedividers_com-9722::before { 
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 100% 90px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fac400"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fac400"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fac400"/></svg>');
}

@media (min-width:2100px) {
  .shapedividers_com-9722::before {
    background-size: 100% calc(2vw + 90px);
  }
}

/* Dropdown menu - controle via JS com classe hidden */
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white; /* para garantir visibilidade */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 0.5rem;
  margin-top: 0.75rem; /* mt-3 */
  padding: 0.5rem; /* p-2 */
  width: 13rem; /* w-52 */
  color: #4a5568; /* text-gray-700 */
}

/* Quando a classe hidden for removida, mostra o menu */
.dropdown-content:not(.hidden) {
  display: block;
}

/* Removendo o comportamento padrão do DaisyUI para dropdown */
.dropdown:focus-within .dropdown-content,
.dropdown:hover .dropdown-content {
  
}



.shapedividers_com-4275{
overflow:hidden;
position:relative;
}
.shapedividers_com-4275::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 104% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fac400"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fac400"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fac400"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-4275::before{
background-size: 104% calc(2vw + 90px);
}
}


.shapedividers_com-3505{
overflow:hidden;
position:relative;
}
.shapedividers_com-3505::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 104% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23004a9c"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23004a9c"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23004a9c"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-3505::before{
background-size: 104% calc(2vw + 90px);
}
}
 
 
.shapedividers_com-7816{
overflow:hidden;
position:relative;
}
.shapedividers_com-7816::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%231e40af"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%231e40af"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%231e40af"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-7816::before{
background-size: 100% calc(2vw + 90px);
}
}
 