.ig-box{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:1rem;
}
html{
  overflow-x: hidden !important;
}

iframe{
  margin-top: 1rem;
}
#scrollToTopBtn {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ce1b28; 
  color: white;
  border: none;
  border-radius: 50%; 
  cursor: pointer;
  z-index: 99; 
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, color 0.3s, transform 0.3s; 
}

#scrollToTopBtn:hover {
  background-color: #ce1b28; 
}

#scrollToTopBtn:focus {
  outline: none; 
}

#scrollToTopBtn i {
  font-size: 20px; 
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.camera {
  width: 20px;
  height: 20px;
  margin: 10px;
  background: rgb(52, 52, 52);
  border-radius: 50000px;
}
.camera_dentro {
  display: flex;
  position: relative;
  width: 5px;
  height: 5px;
  background: rgba(156, 156, 156, 0.633);
  border-radius: 50000px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: calc(-2.5px + 50%);
  left: calc(-2.5px + 50%);
}
.pdf_length_container_root {
  background: rgb(0, 0, 0);
  width: fit-content;
  border-radius: 25px;
  padding-bottom: 10px;
}
.pdf_length_container {
  width: auto;
  height: 85vh;
  padding: 0.5rem;
  background: rgba(252, 252, 252, 0.281);
  border-radius: 25px;
}
.direction-row {
  display: flex;
  flex-direction: row;
}
#pdf_next,
#pdf_previous {
  border: none;
  outline: none;
  font-size: 22px;
  background-color: transparent;
  background: transparent;
  color: #dc3545;
}

#pdf_next:hover,
#pdf_previous:hover {
  border: none;
  outline: none;
  font-size: 22px;
  background-color: transparent;
  background: transparent;
  color: #bb2d3b;
}
.pdf_numeric {
  color: white;
  font-weight: 500;
}

@media (max-width: 500px) {
  .pdf_length_container {
      height: 50vh;
  }
}

@media (max-width: 500px){
  .home_header {
    background-size: 100% 200% !important;
    height: 100vh !important;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 400px) {
    .navbar-nav {
      margin-left: 0%;
    }
    
}

/* Aplicando margem responsiva */
@media screen and (min-width: 500px) {
  .navbar-nav {
    margin-left: 0%;
  }
}
/* Aplicando margem responsiva */
@media screen and (min-width: 600px) {
  .navbar-nav {
    margin-left: 0%;
  }
}

/* Aplicando margem responsiva */
@media screen and (min-width: 700px) {
  .navbar-nav {
    margin-left: 0%;
  }
}

@media screen and (min-width: 800px) {
  .navbar-nav {
    margin-left: 0%;
  }
}

@media screen and (min-width: 820px) {
  .navbar-nav {
    margin-left: 0%;
  }
}

@media screen and (min-width: 900px) {
  .navbar-nav {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1000px) {
  .navbar-nav {
    margin-left: 10%;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav {
    margin-left: 5%;
  }
}