body {
  background-color: #ddd;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero-box {
  width: 100%;
  min-height: 115vh;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
  background-image: url('../img/sense-hero-image.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.hero-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.hero-box>* {
  position: relative;
  z-index: 1;
}

.hero-logo {
  width: 345px;
  display: block;
  margin: 0 auto 32px;
}

.hero-title {
  text-align: center;
  font-weight: 700;
  width: 300px;
  margin: 0 auto;
}

.border-right-white {
  border-right: none;
}


/* .hero-card {
  width: 40%;
  padding: 2rem;
} */

.txt-info {
  font-size: 1.2rem;
}

.vh-85 {
  height: 95vh;
}

.vh-65 {
  height: 65vh;
}

.w-100 {
  width: 100%;
}

/* .carousel-section {
  margin: 3rem 0;
  height: 900px;
} */

.card-avatar {
  height: 80px;
}

.avatar {
  width: 5rem;
  height: 5rem;
  padding: 0.3rem;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.carousel-section {
  height: 1865px;
}

.carousel-inner .row {
  margin-right: 0;
  margin-left: 0;
}

.avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url('../img/sense-especialista.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-button {
  color: #f8f9fa;
  background-color: #000 !important;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #111 !important;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.hero-footer {
    margin-bottom: 6rem;
}

/* 
X-Small 	None 	<576px
Small 	sm 	≥576px
Medium 	md 	≥768px
Large 	lg 	≥992px
Extra large 	xl 	≥1200px
Extra extra large 	xxl 	≥1400px */

@media (min-width: 768px) {
  .hero-box {
    min-height: 85vh;
    margin: 0 0 3rem 0;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .hero-title {
    width: 100%;
  }

  .border-right-white {
    border-right: 1px solid #ddd;
  }

  .carousel-section {
    height: 810px;
  }

  .sub-hero-box {
    border-radius: 1rem;
  }
}

/* lg ≥992px */
@media (min-width: 992px) {
  .carousel-section {
    height: 740px;
  }
}

/* xl ≥1200px */
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%;
  }

  .w-xl-50 {
    width: 50%;
  }

  .hero-footer {
    margin-bottom: 14rem;
  }
}

/* xxl ≥1400px */
@media (min-width: 1400px) {
  .carousel-section {
    height: 630px;
  }

  .w-xxl-25 {
    width: 25%;
  }
}