html {
  scroll-behavior: smooth;
}

.link-secondary {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.paginator_active {
  z-index: 3;
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}

.paginator_active:hover {
  background-color: #2269eb !important;
}

.paginator_item {
  min-width: 17.25rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.3125rem;
  padding: 0.6rem 1rem;
  margin: 0 0.3rem;
}

.paginator_item:hover {
  background-color: #f8fafd;
  border-color: #e7eaf3;
}

.subtitle_post {
  border-bottom: 0.0625rem solid rgba(33,50,91,.1);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.text-primary.text-highlight-warning {
  background-image: linear-gradient(to bottom,#0ab3ae3d,#0ab3ae3d);
}

.cookie-container {
  position: fixed;
  display: flex;
  z-index: 9999999999;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  align-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  background: #ffffff;
  color: #333;
  font-size: 1rem;
  gap: 2rem;
  flex-wrap: wrap;
  color: #121212;
  box-shadow: 0 0 6px 0 #e4e4e4;
  transition: 600ms;
}

div.agree {
    flex: 1 150px;
    text-align: right;
}

p.cookie-text {
    flex: 8 768px;
    margin-bottom: 0;
    font-size: 15px;
    color: #525252;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #f5f6fa;
}

.cookie-btn {
    background: #387CFB;
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

#nav-menu-container {
  cursor: pointer;
}

#navbarNavDropdownNav {
  text-align: right;
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .cookie-container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #featuresSection {
    padding-bottom: 4rem;
  }
  #planos .p-10 {
    padding: 4rem 0.5rem !important;
  }
  #botao-cta-menu {
    margin-top: 10px;
  }
  ul#navbarNavDropdownNav {
    padding: 1rem 1rem 1rem 0rem
  }
}