.uv-title {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 2.118125em;
  text-align: left;
  color: #043463;
}

.uv-section {
  width: 100%;
  padding: 40px 0 40px 0;
}

.uv-container {
  max-width: 1142px;
  margin: 0 auto;
}

button,
input[type="submit"],
input[type="reset"] {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.uv-button {
  height: 48px;
  border-radius: 60px;

  font-size: 1em;
  font-weight: 600;
  line-height: 1.21em;
  text-align: center;

  color: #ffffff;
  background-color: #0d7cce;
}

.uv-course-section {
  background-color: #ffffff;
  text-align: center;
}

.uv-program-section {
  background-color: #e9eef5;
  text-align: center;
}

/* info */

.uv-info-section {
  background-color: #ffffff;
  text-align: center;
  padding-top: 40px;

  .box {
      margin: 4em;
  }

  img {
      width: auto;
      height: 100px;
      margin-bottom: 20px;
  }

  h5 {
      font-size: 1.25em;
      font-weight: 600;
      line-height: 1.5125em;
      text-align: center;
      color: #0a0a0a;
  }

  p {
      font-size: 1em;
      font-weight: 400;
      line-height: 1.5em;
      text-align: center;
  }
}

/* partners */

.uv-partners-section {
  min-height: 200px;

  display: flex;
  align-items: center;
  justify-content: center;

  img {
      width: auto;
      height: 100px;
      margin: 2em;
  }
}

/* Card */

.uv-card {
  width: 100%;
  min-height: 380px;
  border-radius: 32px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.uv-card-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.21em;
  color: #0a0a0a;
}

.uv-card-subtitle {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 0.9075em;
  color: #0a0a0a;
}

.uv-card-img {
  width: 100%;
  height: 147.984px;
  object-fit: cover;
  background-color: #e2efff;
  border-radius: 32px 32px 0 0;
}

.uv-card-body {
  display: grid;
  grid-template: [subtitle-left] "title title" auto [subtitle-right] [title-left] "info button" auto [title-right] / 1fr max-content;

  align-content: space-between;
  align-items: center;
}

.uv-card-titles {
  grid-area: title;
}

.uv-card-info {
  grid-area: info;
}

.uv-card-content-info {
  display: flex;
}

.uv-card-content-info i,
.uv-card-content-info p {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 0.9075em;
  color: #0a0a0a;
}

.uv-card-content-info i {
  margin-right: 8px;
}

.uv-card-content-info p {
  margin-bottom: 8px;
}

.content-info:last-child p {
  margin-bottom: 0;
}

.uv-card-user-info {
  text-align: justify;
  color: #757575;
  text-decoration: none;
}

.uv-card-user-info:hover {
  text-decoration: none;
}

.uv-card-user-info p {
  color: #757575;
}

.uv-card-user-info:hover p {
  color: #757575;
}

.uv-card-button {
  width: 144px;
  grid-area: button;
}

.uv-button:hover {
  color: #ffffff;
  background-color: #043463;
}

/* Course page */

.uv-course-title {
  font-size: 2em;
  font-weight: 600;
  color: #043463;
  margin-bottom: 1em;
}

.uv-course-subtitle {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5125em;
  color: #043463;
}

.uv-course-info-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.uv-course-img {
  max-width: 1142px;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.accordion-item,
.accordion-button {
  background-color: #f3f3f9;
}

.accordion-item {
  margin-top: 20px;
}

.accordion-header {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5125em;
  text-align: left;
  background-color: #f3f3f9;
  color: #0a0a0a;
  border: none;
}

.accordion-button {
  font-weight: 600;
}

.accordion {
  border: none;
  box-shadow: none;
}

.accordion-body {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5125em;
  text-align: left;
  color: #0a0a0a;
}

/* Course card info section */

.uv-course-info {
  margin-top: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.uv-course-info-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.uv-vertical {
  border-left: 1px solid #c2c2c2;
  height: 32px;
  padding: 0;
}

.uv-course-content-info {
  text-align: center;
}

.uv-course-content-info p {
  font-weight: 700;
  margin-bottom: 0.2em;
}

.uv-course-content-info p,
.uv-course-content-info span {
  font-size: 1em;
  color: #0a0a0a;
}

.uv-course-info-buton {
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  justify-content: center;
}

/* Horizontal card */

.uv-card-horizontal {
  height: 200px;
  width: 100%;

  border-radius: 32px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: row;

  text-align: left;
}

.uv-card-horizontal-img {
  width: 200px;
  height: 200px;

  border-radius: 32px 0 0 32px;

  object-fit: cover;
  object-position: center;

  background-color: #e2efff;
}

@media (max-width: 576px) {
  .uv-card-horizontal {
      height: max-content;
      max-width: 360px;
      min-height: 380px;
      flex-direction: column;
  }

  .uv-card-horizontal-img {
      width: 100%;
      height: auto;
      border-radius: 32px 32px 0 0;
  }
}

/* Accordion program */

.uv-accordion-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 32px;
}

.uv-card-accordion {
  width: 100%;
  height: max-content;

  max-width: unset;

  display: flex;

  border-radius: 32px 32px 0 32px;
  border-bottom-color: #e0e5eb;
  border-bottom-width: 1px;
  border-bottom-style: solid;

  text-align: left;
}

.uv-accordion-content {
  height: 280px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uv-card-accordion-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.uv-card-accordion-img {
  width: 320px;
  height: 320px;

  border-radius: 32px 0 0 32px;

  object-fit: cover;
  object-position: center;

  background-color: #e2efff;
}

@media (max-width: 992px) {
  .uv-card-accordion {
      flex-direction: column;
  }

  .uv-card-accordion-img {
      width: 100%;
      height: auto;
      border-radius: 32px 32px 0 0;
  }
}

.uv-accordion-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.815625em;
  text-align: left;
  color: #0a0a0a;
}

.uv-accordion-subtitle {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.21em;
  text-align: left;
  color: #0a0a0a;
}

.uv-accordion-button {
  display: flex;
  gap: 10px;
  width: fit-content;
  font-size: 1em;
  font-weight: 600;
  color: #043463;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  margin-right: 20px;
}

.uv-accordion-button:hover {
  color: #043463;
  background-color: #ffffff;
}

.uv-accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23043463' stroke='%23043463' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-size: 16px;
  background-position: center;
  transition: transform 0.2s ease-in-out;
}

.uv-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23043463' stroke='%23043463' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

/* Top bar */
.footer {
  margin: 0;
  padding: 0;
  position: unset;

  display: flex;
  flex-direction: column;
  background-color: #0d7cce;
  margin: 0;

  color: white;
  max-width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;

  .footer-links {
      .terms-link {
          padding: 0 10px;
          color: white;
      }
  }
}

.carousel-item {
  height: 500px;
}

.carousel-caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.carousel-img {
  width: 40vw;
  height: auto;
}

@media (max-width: 992px) {
  .carousel-item {
      min-height: 715px;
  }

  .carousel-caption {
      display: flex;
      flex-direction: column-reverse;
  }

  .carousel-img {
      width: 80%;
      height: auto;
  }
}

.carousel-title {
  font-size: 2.125em;
  font-weight: 600;
  text-align: left;
  color: #043463;
}

.carousel-subtitle {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  color: #0a0a0a;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 10px;
  height: 0px;
  padding: 30px;
  border-radius: 40px;

  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(32,73,99,1)'%3E%3Cpath d='M11.8284 12.0005L14.6569 14.8289L13.2426 16.2431L9 12.0005L13.2426 7.75781L14.6569 9.17203L11.8284 12.0005Z'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(32,73,99,1)'%3E%3Cpath d='M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%;
  margin: 5px;
}

.carousel .carousel-indicators button {
  background-color: #ffffff;
}

.carousel .carousel-indicators button.active {
  background-color: #043463;
}

.uv-student-title {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 2.118125em;
  text-align: left;
  color: #043463;
}

/* TOPBAR */

.uv-container {
  max-width: 1440px;
  margin-left: 32px;
  margin-right: 32px;
}

.staticpage-title {
  background-color: #eff5ff;

  padding: 1.5em;

  h2 {
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 47px;

      color: #043463;
  }
}

.staticpage-content {
  padding: 1em 0;
  text-align: justify;

  p {
      padding: 0.5em 0;
      font-size: 16px;
  }

  h1 {
      font-style: normal;
      font-weight: bold;
      font-size: 28px;
      line-height: 37px;
  }

  h2 {
      padding: 0.4em 0;
      font-size: 1.5em;
      font-weight: bold;

      line-height: 37px;
      color: #043463;
  }

  h3 {
      font-weight: bold;
      padding: 1em 0em;
      line-height: 28px;
  }

  .highlight-list {
      background-color: #d1eeff;
      border-radius: 10px;
      padding: 1em 2em;
      margin: 0 2em 0 2em;
      list-style-type: disc;
  }

  ul {
      li {
          padding-left: 1em;
          font-size: 16px;

          a {
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              line-height: 29px;
              display: flex;
              align-items: center;

              color: #249ee7;
          }
      }
  }

  blockquote {
      background: #d1eeff;
      border-radius: 10px;
      padding: 1em;
      margin: 0 2em 0 2em;

      p {
          padding: 0;
      }

      ul {
          margin-left: 1em;
          list-style-type: disc;

          li {
              padding: 0.2em 0;
              line-height: initial;

              a {
                  font-style: initial;
                  font-weight: initial;
                  font-size: initial;
                  line-height: initial;
                  display: initial;
                  align-items: initial;
              }
          }
      }
  }
}

.dark-mode {
  .staticpage-content {
      h2 {
          color: #fff;
      }

      ul {
          li {
              a {
                  color: #fff;
              }
          }
      }
  }

  .highlight-list {
      background-color: #fff;

      li,
      p,
      a {
          color: #000;
      }

      li {
          a {
              color: #000 !important;
          }
      }
  }
}
/*Redirect buttom*/
.redirect-button {
  width: 400px;
  font-weight: 500;
  line-height: 10px;
  font-size: 15px;
  color: white;
  border-radius: 30px;
  background-color: #043463;
  padding: 20px;

  a {
      color: #043463;
  }
}

.uv-redirect-btn-position {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uv-redirect-text {
  font-size: 25px;
  font-weight: 600;
  line-height: 2.118125em;
  text-align: center;
  color: #043463;
}

.uv-matriculado {
  color: #23713e !important;
  font-weight: bold;
}

.uv-btn-matriculado {
  background-color: #23713e;
}
