.program .container-fluid {
  max-width: 1465px;
  border-radius: 8px;
  overflow: hidden;
}
.program .container-fluid .d-flex {
  padding: 0;
  border-radius: 8px;
}
.program .container-fluid .col-lg-7 {
  padding: 115px 140px 115px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.program .container-fluid .col-lg-7 span {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 16px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--GT-Walsheim);
}
.program .container-fluid .col-lg-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 8px 0;
}
.program-content > img, .program-content picture > img {
  margin-bottom: 24px;
  max-width: 200px;
}
.program-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #abb5c2;
  margin-block: 24px;
  font-family: var(--GT-Walsheim);
}
.program-content a {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.program-content a svg {
  transition: 0.3s ease-in-out;
}
.loop-program {
  padding: 0;
  margin-top: 24px;
  display: grid;
  grid-gap: 72px;
  grid-template-columns: auto auto;
}
.card-program img {
  height: 565px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.card-program > a > img:hover {
  filter: opacity(0.5);
} 
.content-program {
  padding-left: 10%;
  margin-top: -16px;
  z-index: 2;
  position: relative;
}
.content-program > span {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--branco);
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--preto-3, #212020);
  width: fit-content;
  font-family: var(--GT-Walsheim);
}
.content-program h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.72px;
  color: var(--vermelho);
  margin-block: 24px;
}
.content-program p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: var(--preto-3);
  max-width: 520px;
  font-family: var(--GT-Walsheim);
}
.program-btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 1550px) {
  .container-fluid {
    max-width: 1300px;
  }
  #banner-simple .container-fluid {
    max-width: calc(1300px - 1.5rem);
  }
  .program .container-fluid {
    max-width: calc(1300px - 1.5rem);
  }
  .program .container-fluid .col-lg-7 {
    padding: 100px;
  }
  .content-program {
    padding-left: 0;
  }
  .content-program span {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  #banner-simple {
    margin-inline: 15px;
  }
  .program {
    margin-inline: 15px;
  }
  .loop-program {
    grid-gap: 25px;
  }
}
@media (max-width: 991px) {
  .program .container-fluid .d-flex {
    flex-direction: column;
  }
  .program .container-fluid .col-lg-5 img {
    max-height: 500px;
    object-fit: cover;
  }
  .loop-program {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .program .container-fluid .col-lg-7 {
    padding: 60px;
  }
  .btn-programs {
    margin: 80px auto 80px;
  }
}
@media (max-width: 450px) {
  .program .container-fluid .col-lg-7 {
    padding: 30px;
  }
  .program-content a {
    padding: 20px 0;
    font-size: 20px;
  }
  .program .container-fluid .col-lg-5 img,
  .card-program img {
    max-height: 350px;
  }
  .loop-program {
    display: block;
  }
  .card-program {
    margin-bottom: 30px;
  }
  .program-btns {
    flex-direction: column;
    align-items: center;
  }
}
