@charset "UTF-8";
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../assets/fonts/NeueHaasDisplayXThin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
  user-select: none;
}

input,
button,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #f8c30f;
  border-radius: 8px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body {
  scrollbar-face-color: #f8c30f;
  scrollbar-track-color: #fff;
}

.cta {
  background: #f8c30f;
  border: none;
  border-radius: 50px;
  color: #1e2764;
  display: inline-block;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  padding: 0.9em 2.8em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
.cta:hover {
  background: #cea106;
}

.course {
  align-items: center;
  border: 2px solid #1e2764;
  border-radius: 40px;
  background-color: #fff;
  color: #1e2764;
  display: flex;
  flex-direction: column;
  min-height: 780px;
}
@media (max-width: 840px) {
  .course {
    min-height: 700px;
  }
}
@media (max-width: 320px) {
  .course {
    min-height: 700px;
  }
}
.course__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 60px 40px 50px;
}
@media (max-width: 1500px) {
  .course__content {
    padding: 30px 42px 30px 42px;
  }
}
@media (max-width: 480px) {
  .course__content {
    padding: 30px 48px 40px 48px;
  }
}
.course__title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.course__title::before {
  content: "º";
  font-size: 1em;
  left: -0.5em;
  top: 0;
  position: absolute;
}
.course__title strong {
  display: block;
  font-size: 20px;
}
.course__infos {
  padding-left: 20px;
}
.course__infos li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
}
.course__infos li:last-of-type {
  border: solid #f8c30f 1px;
  border-radius: 16px;
  padding: 8px;
  margin-left: -10px;
}
.course__infos li img {
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.course__image {
  border-radius: 36px 36px 0 0;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.course__cta {
  color: #fff;
  font-size: calc(clamp(14px, 1vw, 18px) - 1px);
  margin-top: auto;
  padding: 15px 25px;
}

.slide-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
  padding: 0 40px;
}

.pagination {
  width: fit-content !important;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #f8c30f;
  height: 20px;
  opacity: 1;
  margin: 0 6px !important;
  width: 20px;
}

.swiper-pagination-bullet-active {
  border: 3px solid #1e2764;
}

.prev,
.next {
  cursor: pointer;
  flex-shrink: 0;
  color: #f8c30f;
  font-weight: 900;
  font-size: 28px;
  height: 39px;
  user-select: none;
}

.courses {
  overflow: hidden;
  padding-top: 6rem;
}
.courses__slide {
  margin: 0 auto;
  overflow: hidden;
}
.courses__title {
  color: #1e2764;
  font-size: clamp(18px, 3vw, 24px);
  margin: 20px auto 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  padding: 0 30px;
}

ul {
  margin: 0 !important;
}

/*# sourceMappingURL=home.css.map */
