
.btn-primary {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-primary:hover {
  background-color: #ff9800cc !important;
  border-color: #ff9800cc !important;
  color: #fff !important;
}
.custom-slider-container:after {
  display: none;
}
.bg-cinza {
  background-color: #eef0f4 !important;
}
footer .text-color-secondary {
  color: #000000a6 !important;
}
.first-letter-uppercase {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f7931e;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
    border-radius: 50%;
    font-weight: bold;
}
.user {
  margin-top: 45px;
}
a.hello {
    color: #ff9800;
    text-decoration: none !important;
    font-weight: bold;
}
.user-dd {

  margin: 12px 0px 0px 0px !important;
  right: 0 !important;
}
.btn-login {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  background-color: #FF9800 !important;
  border-color: #FF9800;
}

.btn-login:hover {
  background-color: #ff9800cc !important;
  border-color: #ff9800cc !important;
  color: #ffffff;
  text-decoration: none !important;
}
.dropdown-toggle::after {
  display: none;
}
.bg-slide {
  width: 100%;
  background-color: #191d87;
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 100px;
  opacity: 0.4;
}
.banner {
  width: 100%;
  /* background: linear-gradient(45deg, #fbac7f, #e5658a); */
  /* background: linear-gradient(45deg, #e5658a, #e05e14); */
  background-image: url(/assets/img/banner-4.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.cards-container {
  margin: -100px auto 0 !important;
}
.text-color-white {
  color: #fff;
}
.text-white {
  color: #fff;
}
.appear-animation i {
  font-size: 32px;
  color: #fd7e14;
  margin-bottom: 10px;
}
.our-services {
  background-image: url(/assets/img/about.jpg);
}
a:hover {
  color: #173f71 !important;
}
.banner .btn {
  color: #fff !important;
  border-color: #fff;
}
.banner .btn-iniciar-teste {
  animation: zoomInOut 1s linear infinite; /* Add animation */
  margin-right: 5%;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Start at normal size */
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Return to normal size */
  }
}
#header .header-body {
  background-color: #eef0f4 !important;
}
.alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1050;
}
.chat-icon {
    position: fixed; /* Fixa o ícone na página */
    bottom: 50px; /* Define a distância da parte inferior */
    right: 20px; /* Define a distância da direita */
    background-color: #f7931e;
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    z-index: 100;
}

.chat-icon:hover {
    background-color: #e67e22;
    color: #fff;
}
.hidden {
  display: none !important;
}
.custom-page-header {
  margin-top: -35px;
}
.max-w-180 {
  max-width: 180px !important;
}