/*
    Theme Name: Skeleton
    Theme URI: 
    Author: NamBBU
    Author URI: https://nambbu.com.br
    Description: Skeleton
    Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body,
input,
textarea,
button {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight:700;
  
}
button {
  cursor: pointer;
}
[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
a {
  text-decoration: none;
}

nav.menu-main-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#menu-main-menu {
  display: flex;
  text-align: center;
}

#menu-main-menu li {
  display: flex;
  margin-right: 1.5rem;
}

#menu-main-menu li:last-child {
  margin-right: 2rem;
}

#menu-main-menu li a {
  display: flex;
  justify-content: flex-end;
}

.accordion-active {
  display: flex;
}

.accordion-content,
.accordion-text {
  display: none;
}

.mobile-menu {
  width: 0px;
}
.mobile-menu-active {
  width: 290px !important;
}

.slideshow-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .slideshow-mobile {
    display: flex !important;
  }

  .slideshow-desktop {
    display: none !important;
  }
}
/*ESTILO DO PARAGRAFO PARA OS BLOCOS DO GUTEMBERG*/
.entry-content p {
  /* Adicione estilos para parágrafos aqui */
  /* Por exemplo: */
  margin-top: 1em;
  margin-bottom: 1.5em;
}

/*ESTILO DO PARAGRAFO PARA OS BLOCOS DOS CARDS INDICADORES*/

.accordion-text p {
  margin-top: 1em;
  margin-bottom: 1.5em;
}


