/* Hide scrollbar for Chrome, Safari and Opera */
.page-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.page-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

html, body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 100vw;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  background-color: #ce3045;
}

h1 {
  font-size: 8rem;
  text-align: center;
  font-weight: 800;
  font-family: 'Big Shoulders Display', sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 10px) and (max-width: 600px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 1rem;
  }
  h4 {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
}

h2 {
  font-size: 6rem;
  text-align: center;
  font-weight: 800;
  font-family: 'Big Shoulders Display', sans-serif;
  line-height: 5rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.1rem;
  text-align: left;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-top: 0rem;
  border-style: none none groove none;
  border-width: 2px;
}

h4 {
  font-size: 4rem;
  text-align: left;
  font-weight: 700;
  font-family: 'Big Shoulders Display', sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h5 {
  font-size: 1rem;
  text-align: left;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.tit {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  line-height: 1.4rem;
  text-transform: uppercase;
}

h6 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}

h7 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6rem;
}

p {
  font-size: 1.5rem;
  text-align: left;
  font-weight:500;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  float: none;
  margin-bottom: 1.5rem;
}

li {
  font-size: 1.5rem;
  text-align: left;
  font-weight:500;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  float: none;
  margin-bottom: 1.5rem;
}

@media (min-width: 10px) and (max-width: 600px) {
  li {
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}

a {
    color: #333;
}

.page-wrapper {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
}

.events-wrapper {
  min-width: 80vw;
  max-width: 100vw;
  height: auto;
  padding: 0px 30px 0px 30px;
}

@media only screen and (max-width: 600px) {
  .events-wrapper {
    padding: 0px 10px 0px 10px;
  }
}

.news-container {
  text-align: left !important;
  border-radius: 1rem;
  border-width: medium;
  border-style: solid;
  border-width: 3px;
  border-color: #7B1C29;
  padding: 10px 30px 30px 30px;
  word-wrap: break-word !important;
  white-space: normal;
  display: block;
  width: 100%;
  margin-top: 25px;
  background: #fcfcfc;
}

.text-white {
	color:#ffffff;
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jumbotron {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 40vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/www/investiga-acao-2025/imgs/img-site.png");
  background-size: auto 80%;
  background-color: #ce3045;
}

@media (min-width: 10px) and (max-width: 900px) {
  .jumbotron {
    background-size: 100% auto;
    min-height: 30vh;
  }
}

.image-container-in-wrapper {
  display: block;
  width: 100%;
  max-height: 300px;
  min-height: auto;
  border-radius: 10px 10px 10px 10px;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 1px 4px 10px rgb(0 0 0 / 0.3);
}

@media (min-width: 10px) and (max-width: 900px) {
  .image-container-in-wrapper {
    max-height: 180px;
    min-height: 100px;
    margin-bottom: 1rem;
  }
}

.image-in-wrapper {
  transform-origin: 50% 50%;
  min-width: 100%;
  max-width: 80%;
  height: auto;
  min-height: 100%;
  max-height: 120%;

}

.inline-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-bottom: solid;
  border-width: 2px;
  border-color: #00000;
  margin: 0px 0px 20px 0px;
}

.inline-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.inline-tags {
  font-size: 0.8rem;
  text-align: left;
  font-weight:400;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  float: none;
  margin-bottom: 1.5rem;
  margin-top: 20px;
  word-wrap: break-word;
}

.invisible-button {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.margin-below {
  margin-bottom: 5rem;
}

.margin-topping {
  margin-top: 5rem;
}

.btn-default {
  border-radius: 10px;
  border-width: medium;
  border-style: solid;
  border-color: #191919;
  padding: 0px 20px;
  word-wrap: break-word !important;
  white-space: normal;
  margin: 0px 0px;
  display: block;
  width: 100%;
  text-decoration: none !important;
}

.btn {
  text-decoration: none !important;
}

.btn-default:hover {
  border-color: #191919;
  background-color: #E0E0E0;
}

.btn-default-small {
  border-radius: 10px;
  border-width: thin;
  border-style: solid;
  border-color: #191919;
  padding: 15px 15px;
  word-wrap: break-word !important;
  white-space: normal;
  margin: 15px 0px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}

.btn-default-small:hover {
  border-color: #191919;
  background-color: #E0E0E0;
}

@media only screen and (max-width: 453px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}


@media (min-width: 454px) and (max-width: 1199px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .btn-light {
    padding: 10px 10px 10px 10px;
  }
  .margin-below {
    margin-bottom: 2.5rem;
  }
  .margin-topping {
    margin-bottom: 2.5rem;
  }
}
