.btn {
  text-transform: uppercase;
  background-color: #d31814;
  border-radius: 17px;
  padding: 7px 14px;
  font-family: 'Sora';
  font-weight: 600;
}

.btn:hover {
  background-color: #96110e;
}

.coluna {
  margin: auto 0px auto 0px;
}

.active {
  color: #c1bb09 !important;
  border: none;
}

.nav-link:hover, .nav-link:focus {
  border: none !important;
  color: #C1BB09 !important;
}

.nav-item {
  font-family: 'Sora';
}

.nav-item {
  font-size: 16px;
  padding: 5px 10px !important;
  font-weight: 400;
}


.navbar-toggler-icon, .navbar-toggler-icon::after, .navbar-toggler-icon::before {
  background-color: #ffffff !important;
}

.centralizar-coluna {
  /*align-items: center !important;*/
  /*display: flex !important;*/
  /*flex-direction: row !important;*/
  /*flex-wrap: wrap !important;*/
  justify-content: center !important;
}

.baixo-coluna {
  align-items: end !important;
  /*display: flex !important;*/
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: end !important;
}

.logo-cliente {
  width: 26%;
  display: flex;
  position: relative;
  padding-bottom: 21px;
}

.flex-column {
  flex-direction: column!important;
}

nav {
  color: white;
  padding: 25px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

nav ul {
  margin: 0;
  list-style-type: none;
}

nav ul li {
  cursor: pointer;
}

.sidenav {
  width: 250px;
  margin: 0;
  list-style-type: none;
  padding: 25px;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  background: #202020;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.sidenav li {
  padding: 20px 30px;
  transition: background 0.5s ease;
  cursor: pointer;
}

.sidenav li:hover {
  color: #c1bb09;
  /*background: darken(#EFEFEF, 10%);*/
}

.sidenav.expanded {
  transform: translateX(0);
  z-index: 11;
}

.overlay {
  transition: opacity 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.overlay:not(.visible) {
  opacity: 0;
}

.overlay.visible {
  background: black;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #d31814;
}

.titulo-process {
  font-family: Sora, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 27px;
  padding-left: 0px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 7px;
}

.box-texto {
  font-family: Sora, sans-serif;
  font-size: 18px;
  color: #bbbbbb;
  letter-spacing: 0px;
  line-height: 27px;
  padding-left: 0px;
}

.btn {
  border-style: none;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 17px;
  padding-left: 17px;
  background: rgb(193,187,9);
  color: rgb(23,23,23);
  border-radius: 8px;
}

p {
  font-family: Sora, sans-serif;
  font-size: 19px;
  color: #fff;
  position: relative;
}

.btn:hover {
  background-color: #046260;
}

a:hover {
  color: #c1bb09;
}

.bg-dollar{
  max-width: none;width: 100%;padding-top: 70px;padding-bottom: 80px;background: url('dollar-bg.jpg') center / cover;
}

/**
* LGPD
**/
@keyframes slide-top {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 10px;
  }
}
.banner-lgpd {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: -400px;
  z-index: 29999999;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s forwards;
}
.banner-lgpd__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  box-sizing: border-box;
  flex-direction: column;
}
@media (min-width: 561px) {
  .banner-lgpd__container {
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .banner-lgpd__column {
    width: 100%;
  }
}
.banner-lgpd__column p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: white;
  margin: 0;
  font-weight: 100;
  line-height: 20px;
}
.banner-lgpd__column p a {
  font-family: "Roboto", sans-serif;
  color: #e4032e;
  font-weight: 400;
}
.banner-lgpd__accept {
  font-family: "Roboto", sans-serif;
  background-color: #e4032e;
  color: #ffffff;
  border: 0;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
@media (max-width: 560px) {
  .banner-lgpd__accept {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.banner-lgpd.accept {
  display: none;
}
