* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #050505 !important;
}
header {
  /* position:-webkit-sticky; position:sticky; top:0; */
}
.header-container {
  width: 100%;
  height: 91px;
  background-color: #050505;
}
.header-container li a.active {
  color: #F54F59 !important;
}
.header-container .navbar-nav li{
  padding-left: 15px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next::after {
  color: #000000;
}

.swiper-button-prev::after {
  color: #000000;
}

.container-title-link {
  width: 40%;
  position: absolute;
  transform: translateX(160px) translateY(130px);
}
.container-title-link p {
  width: 50%;
  font-size: 20px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  color: #C0C0C0;
}
.title-link h1 {
  font-size: 60px;
  font-family: 'Oxanium', sans-serif;
  color: #fff;
  font-weight: 700;
}

a.button-banner {
  background: #F54F59;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
}
.mySwiper h1{
  font-size: 60px;
  font-family: 'Oxanium', sans-serif;
  color: #fff;
  font-weight: 700;
}
.footer-section {
    background-color: #050505 !important;
}
.about-section p{
  /* font-size: 20px; */
}
.about-title {
  font-size: 60px;
  font-family: 'Oxanium', sans-serif;
}

#about-me p {
  font-size: 1rem;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  /* color: #C0C0C0; */
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 36px;
  }
}

#about-me .about-paragraph {
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  /* color: #C0C0C0; */
}

#help-container .help-card {
  min-width: 280px;
  width: 100%;
  height: 479px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.help-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.help-card .card-content {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-content .card-number {
  font-size: 200px;
  font-weight: bold;
}

.card-content .card-title {
  max-width: 291px;
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.card-content .card-button {
  background-color: #F54F59;
  color: white;
  width: 291px;
  font-size: 24px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.testmonials .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Oxanium', sans-serif;
}
.testimonial-box {
  background-color: #1E1E1E; /* preto fosco */
  color: white;
  position: relative;
  border-radius: 16px;
}

.testimonial-box .quote-icon img {
  position: absolute;
  top: -20px;
  left: -20px;
}

.testimonial-text {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
}
.testimonial-image {
  height: 100%;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.testimonial-author {
  font-size: 1rem;
  color: #c0c0c0;
  font-family: Helvetica, sans-serif;
}
.carousel-indicators {
    position: relative!important;
}

.carousel-indicators [data-bs-target] {
  width: 10px!important;
  height: 10px!important;
  border-radius: 50%;
  margin: 0 4px;
  border: none;
  background-color: #ddd;
}

.carousel-indicators .active {
  background-color: #F54F59 !important;
}
.cta-footer {
  background: #050505 url('../assets/images/bg-cta.jpeg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  position: relative
}
.cta-footer h1 {
  font-size: 40px;
  font-family: 'Oxanium', sans-serif;
  text-transform: uppercase;
}
.cta-footer h5 {
  text-transform: uppercase;
  letter-spacing: 6px;
}
footer {
  color: #ffffff ;
}
footer a{
  color: #ffffff!important;
  text-decoration: none;
}
footer li{
  padding: 5px 8px;
}
footer li i{
  font-size: 1.5rem;
  margin-right: 10px;
}
.contato {
  color: #ffffff;
}
.contato button {
  background-color: #F54F59;
  color: white;
  font-size: 24px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.contato button:hover {
  background-color: #330505;
}
.area-restrita {
  color: #ffffff;
}
.area-restrita h2 {
  font-size: 40px;
  font-family: 'Oxanium', sans-serif;
  text-transform: uppercase;
}
.area-restrita p {
  color: #ffffff;
}

.area-restrita .login-box {
  background-color: #2b2b2b;
  border-radius: 10px;
  margin: auto;
  margin-top: 50px;
  box-shadow: 0px 5px 15px rgba(72, 72, 72, 0.1);
  transition: 0.5s;
}
.area-restrita form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.area-restrita input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background-color: #424242;
  color: white;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  transition: 0.5s;
}
.area-restrita form button {
  border: none;
  background-color: #F54F59;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  transition: 0.5s;
}

.header-result {
  background: url('../assets/images/bg-resultados.jpg');
  background-size: cover;
  color: #ffffff;
  font-family: 'Oxanium', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
}
section.resultados{
  color: #c0c0c0;
}
@media (min-width: 240px) and (max-width: 575.9px) {
  .container-title-link {
      width: 50%;
      position: absolute;
      transform: translateX(25px) translateY(15px);
  }
  .mySwiper h1 {
    font-size: 20px;
    font-family: 'Oxanium', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  a.button-banner {
    padding: 10px 22px;
    border: none;
    border-radius: 10px;
    font-size: 12px;
  }
  .about-section ul>li{
    text-align: justify;
  }
}