/********** index CSS **********/

/* Scrollable Containers */
.scrollable-container {
  height: 600px;
  width: 481px;
  overflow-y: auto;
}

.scrollable-container::-webkit-scrollbar {
  display: none;
}

.scrollable-card .card-body {
  width: 481px;
  height: 600px;
  padding: var(--numberspaddingmd) var(--spacingmd);
  gap: var(--numbersspacingmd);
  opacity: 0;
}

.title-scroll {
  font-size: 18px !important;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 25.2px;
}

.card-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin-top: 16px;
  color: #71717a;
}

/* Separators */
.separator-01 {
  width: 27px;
  height: 3px !important;
  gap: 10px;
  opacity: 1;
  background-color: #fdb009;
  border: none;
  margin: 0;
  margin-left: 0;
}

.separador-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
}

/* Carousel */
#carouselExampleControls {
  scroll-behavior: smooth;
}

.carousel-inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 5%;
}

.carousel-item {
  display: flex;
  margin-right: 0;
  flex: 0 0 calc(100% / 2);
}

.carousel-item {
  gap: 16px;
}

/* Mobile Styles */
@media (max-width: 767px) {
  .container-section-scrollbar .container {
    text-align: center;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .container-section-scrollbar .text-center,
  .container-section-scrollbar .text-md-end {
    text-align: center !important;
  }

  .container-section-scrollbar .scrollable-container {
    margin: 0 auto;
  }

  .container-section-0 .title-0 {
    text-align: center;
  }

  .title-h1 {
    font-size: 26px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 36.4px;
    text-align: center;
    padding-bottom: 8px !important;
  }

  .carousel-inner {
    margin-top: 32px;
  }

  .scrollable-container {
    height: 420px !important;
    width: 360px !important;
    margin-left: 0px;
  }

  .card-body {
    align-items: center !important;
    width: 360px !important;
    padding: none !important;
  }

  .title-scroll {
    font-size: 18px !important;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 36.4px;
  }

  .separador-2 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0px !important;
  }
}

/* tablet Styles ipad mini */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-container {
    max-height: 140px !important;
  }

  .separador-2 {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 15px;
  }

  .sc-2 {
    width: 740px;
  }

  .scrollable-title-table {
    width: 350px !important;
    margin-left: 0px !important;
  }

  .scrollable-container {
    width: 310px;
    height: 450px !important;
    margin-left: 20px;
  }

  .card-body {
    width: 300px;
    height: 200px;
  }

  .card-text-1 {
    width: 288px;
  }

  .title-h1 {
    line-height: 36.4px;
    font-size: 26px !important;
    font-family: "montserrat", sans-serif;
    padding-bottom: 8px;
  }

  .container-section-scrollbar {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .container-section-3 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

/* tablet Styles ipad pro até 1300*/
@media (min-width: 1024px) and (max-width: 1300px) {
  .title-h1 {
    line-height: 36.4px;
    font-size: 26px !important;
    font-family: "montserrat", sans-serif;
  }

  .title-scroll {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
  }

  .separador-2 {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 15px;
  }

  .card-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-top: 16px;
    color: #71717a;
  }

  .card-text-1 {
    width: 288px !important;
  }

  .scrollable-title-table {
    width: 350px;
    margin-left: 0;
  }

  .scrollable-container {
    width: 370px !important;
    height: 470px !important;
    padding-left: 30px !important;
  }

  .card-body {
    width: 325px;
  }

  .container-section-scrollbar {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1536px) {
  .scrollable-title-desk {
    width: 700px;
    height: 268px;
  }

  .scrollable-container {
    width: 481px !important;
    height: 600px !important;
    margin-left: 50px !important;
  }
}

/* Large Screen Styles */
@media (min-width: 1301px) {
  .title-h1 {
    font-family: "montserrat", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: 67.2px;
    padding-bottom: 8px !important;
  }

  .separador-2 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .card-body {
    width: 481px;
    height: 600px;
  }

  .card-text-1 {
    width: 417px;
  }

  .container-section-scrollbar {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .card-text-1 {
    width: 417px !important;
  }

  .scrollable-title-desk {
    width: 551px;
    height: 268px;
  }

  .scrollable-container {
    width: 481px !important;
    height: 600px !important;
    margin-left: 200px;
  }
}

/* Text Alignment */
/* .text-md-start {
  margin-top: 50px;
} */

/* Main Content Padding */
