:root {
  --bg-1: #141f2e;

  --orange-1: #ff6a3d;

  --blue-1: #2a278c;
  --blue-2: #250070;

  --gray-1: #f3f3f7;

  --purple-1: #300061;
}

* {
  font-family: "Amazon Ember", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 1440px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 1380px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

header small {
  font-size: 0.8rem;
}

header a.nav-link {
  padding-bottom: 0;
}

main {
  flex: 1;
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-blue {
  background-color: var(--blue-1);
}

.bg-blue2 {
  background-color: var(--blue-2);
}

.bg-blue3 {
  background: #511882;
}

.bg-orange {
  background-color: var(--orange-1);
}

.bg-gray {
  background-color: var(--gray-1);
}

.btn-orange {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: var(--orange-1);
  border: 1px solid var(--orange-1);
  padding: 0.75rem 2.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #ff4c0e;
  border-color: #ff4c0e;
  color: #fff;
  text-decoration: none;
}

.btn-outline-orange {
  display: inline-block;
  font-weight: 400;
  color: currentColor;
  background-color: transparent;
  border: 1px solid var(--orange-1);
  padding: 0.75rem 2.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

@media (max-width: 1380px) {
  .btn-orange,
  .btn-outline-orange {
    padding: 0.75rem 1.5rem;
    font-size: 0.98rem;
  }
}

@media (max-width: 991.98px) {
  .btn-orange,
  .btn-outline-orange {
    padding: 0.75rem 1.2rem;
    font-size: 0.9rem;
  }
}

.btn-outline-orange:hover,
.btn-outline-orange:focus {
  background-color: var(--orange-1); /* Fundo laranja no hover/focus */
  border-color: var(--orange-1);
  color: #fff;
  text-decoration: none;
}

.text-orange {
  color: var(--orange-1);
}

.text-blue2 {
  color: var(--blue-2);
}

.text-purple {
  color: var(--purple-1);
}

label {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .cl {
    min-height: 400px;
  }
}

[data-transform] {
  transform: translateY(-3.5rem);
  height: calc(100% - 308px);
}

.li-orange li::marker {
  color: var(--orange-1) !important;
}

#cards-aws .col-lg-6:nth-last-child(-n + 2) {
  transform: translateY(-2rem);
}

.rounded-6 {
  border-radius: 60px;
}

.ul-dot {
  width: 12px;
  height: 12px;
  background: #3b1e78;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .rounded-6 {
    border-radius: 24px;
  }
}

@media (max-width: 767.98px) {
  .rounded-6 {
    border-radius: 32px;
  }
}

.academy-card {
  background: linear-gradient(135deg, #f3e7ff 0%, #e3e8ff 100%);
}

#cards2 .card {
  border-color: #d2cfcf !important;
}

footer img {
  width: 100%;
}

footer .svg-footer {
  max-width: 2rem;
  max-height: 2rem;
}

footer .img-ingram-footer {
  max-width: 200px;
}

footer .img-aws-footer {
  max-width: 100px;
}
