html {
  scroll-behavior: smooth;
}

b, strong {
  font-weight: 600 !important;
}

.site-header {
  padding-top: 8px !important;
}
.site-header .custom-logo {
  width: 160px !important;
}

.site-header.dsn-hamburger .dsn-back svg {
  fill: #FF0000 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
  border: 1px solid #FF0000;
  min-width: 120px;
  text-align: center;
  color: #FF0000;
  font-size: 18px;
  height: 50px;
  line-height: 50px !important;
}
.rounded-pill.cursor {
  cursor: pointer !important;
}

.rounded-pill-red {
  border-radius: 50rem !important;
  width: 160px;
  text-align: center;
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.accordion__answer {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
}
.accordion__answer .list-modules {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
.accordion__answer .list-modules.text-dark {
  color: #000000 !important;
}

.titleRed {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: #FF0000;
}
.titleRed.small {
  font-size: 18px;
}

.textCourses {
  position: relative;
  font-size: 18px;
  color: black;
}
.textCourses.bold {
  font-weight: 600;
}

.bg-gray {
  background-color: #b0afaf;
}

.g-1 {
  gap: 12px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0; /* Hide the default checkbox */
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

/* When the switch is checked */
input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
.button{
  position: relative;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 30px;
  cursor: pointer;
  z-index: 9;
  width: fit-content;
  background-color: #FF0000!important;
}
/*# sourceMappingURL=custom.css.map */
