body{
  font-family: "Asap", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-right: 50px;
}

h2:not(.carousel-item h2) {
  font-size: 2.5rem;
}

header img {
  width: 112.93px;
  height: 52.52px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}

ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 20px;
}

ul li a:hover {
  color: #2687ab;
}

#carouselExampleIndicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
}

.carousel-fixed-image img {
  width: 300px;
  height: auto;
  object-fit: contain;
}

.carousel-content {
  position: relative;
  max-width: 600px;
}

.carousel-item h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.carousel-item p {
  font-size: 1rem;
  color: #333;
}

.carousel-indicators {
  position: static;
  margin-bottom: 20px;
}

.carousel-indicators [data-bs-target] {
  background-color: #666666 !important;
}

.carousel-indicators .active {
  background-color: #2687ab !important;
}

.cursos-container {
  text-align: center;
  margin: 60px 0;
  font-family: "Asap", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.titulo-cursos {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.cursos-linha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.quantidade-cursos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quantidade-cursos .numero {
  font-size: 4rem;
  color: #2687ab;
  margin: 0;
  line-height: 0.9;
}

.quantidade-cursos .texto {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}

.lista-cursos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  gap: 25px 50px;
}

.lista-cursos li {
  margin: 0;
  padding: 0;
}

.lista-cursos li a {
  font-weight: 500;
  color: #333;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  text-decoration: none;
  display: block;
}

.lista-cursos li:nth-child(1) a {
  font-size: 1.6rem;
  color: #2a9d8f;
}

.lista-cursos li:nth-child(2) a {
  font-size: 1.4rem;
  color: #e76f51;
}

.lista-cursos li:nth-child(3) a {
  font-size: 1.8rem;
  color: #264653;
}

.lista-cursos li:nth-child(4) a {
  font-size: 1.3rem;
  color: #f4a261;
}

.lista-cursos li:nth-child(5) a {
  font-size: 1.7rem;
  color: #6a4c93;
}

.lista-cursos li:nth-child(6) a {
  font-size: 1.5rem;
  color: #43aa8b;
}

.lista-cursos li:nth-child(7) a {
  font-size: 1.4rem;
  color: #e9c46a;
}

.lista-cursos li:nth-child(8) a {
  font-size: 1.6rem;
  color: #457b9d;
}

.lista-cursos li:nth-child(9) a {
  font-size: 1.5rem;
  color: #d62828;
}

.lista-cursos li {
  font-weight: bold;
}

.lista-cursos li:hover {
  transform: scale(1.1);
  color: #000;
}

.historico img {
  max-width: 100%;
  height: auto;
}

footer {
    background: #f5f5f5;
    border-top: 4px solid #2687ab;

    padding: 0px 40px 1px;

    font-family: "Asap", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

    flex-wrap: wrap;
}

.footer-conteudo {
  font-style: normal;
  flex: 1;
}

.footer-conteudo h2 {
  font-size: 1.5rem;
  color: #2687ab;
  margin-bottom: 10px;
}

.footer-conteudo p {
  margin: 5px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-imagens {
  display: flex;
  align-items: center;
  gap: 25px;
}


.logo-puc,
.logo-beiralinha {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.logo-instagram {
  width: 38px;
  height: 38px;
  transition: transform 0.3s ease;
}

.logo-instagram:hover {
  transform: scale(1.15);
}

.depoimentos {
  background-color: #2687ab;
  width: 100%;
  height: 800px;
  color: white;
  overflow: hidden;
}

.depoimentos-cabine {
  width: 310px;
  height: 465px;
  margin-right: 20px;
  vertical-align: top;
}

.final {
  width: 310px;
  height: 465px;
  margin-right: 300px;
  vertical-align: top;
}

.monitores {
  height: 465px;
  width: 258px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  border: none;
  background: transparent;
  padding: 0;
}

.monitores img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.monitores:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.monitores img:hover {
  transform: scale(1.05);
}

.depoimentos-section {
  background-color: #2687ab;
  padding: 40px;
  color: white;
}

.depoimentos-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: mover 100s linear infinite;
}

@keyframes mover {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.card {
  width: 260px;
  height: 460px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.87);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: white;
  width: 850px;
  max-width: 95%;
  padding: 30px;
  border-radius: 12px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  gap: 30px;
  position: relative;
}

.close-modal {
  position: absolute;
  right: 13px;
  top: 2px;
  cursor: pointer;
  font-size: 22px;
  color: #333;
  background: none;
  border: none;
}

.info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#modalNome {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

#modalCargo {
  margin: 0;
  font-size: 15px;
  color: #d47a00;
  font-weight: bold;
}

#modalTexto {
  font-size: 14px;
  line-height: 1.45;
  color: #444;
}

.foto {
  width: 230px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

#modalFoto {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;

  display: block;
}

@media (max-width: 768px) {
  header {
    height: auto;
    padding: 15px 20px;
    margin-right: 0;
  }

  header img {
    width: 90px;
    height: auto;
  }

  header ul {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 80px;
    align-items: center;
    justify-content: flex-start;
    transition: right 0.3s ease-in-out;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  ul li a {
    font-size: 22px;
  }

  ul.menu-open {
    right: 0;
  }

  .menu-toggle {
    display: block;
    font-size: 32px;
    cursor: pointer;
    user-select: none;
    z-index: 1000;
    background: transparent;
    border: none;
  }
}

@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  #carouselExampleIndicators {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }

  .carousel-fixed-image img {
    width: 70%;
    max-width: 260px;
  }

  .carousel-content {
    max-width: 90%;
  }

  .carousel-item h1 {
    font-size: 1.4rem;
  }

  .carousel-item p {
    font-size: 0.95rem;
  }

  .carousel-indicators {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  #carouselExampleIndicators {
    padding: 10px;
    gap: 15px;
  }

  .carousel-fixed-image img {
    width: 80%;
    max-width: 220px;
  }

  .carousel-item h1 {
    font-size: 1.2rem;
  }

  .carousel-item p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .cursos-container {
    margin: 40px 0;
  }

  .titulo-cursos {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .cursos-linha {
    flex-direction: column;
    gap: 30px;
  }

  .quantidade-cursos .numero {
    font-size: 2.4rem;
  }

  .quantidade-cursos .texto {
    font-size: 1rem;
  }

  @media (max-width: 768px) {
    .titulo-cursos {
      font-size: 1.6rem;
      margin-bottom: 30px;
    }

    .cursos-linha {
      flex-direction: column;
      gap: 40px;
    }

    .quantidade-cursos .numero {
      font-size: 3.2rem;
    }

    .quantidade-cursos .texto {
      font-size: 1.2rem;
    }

    .lista-cursos {
      max-width: 500px;
      gap: 20px 30px;
    }

    .lista-cursos li {
      font-size: 1.2rem !important;
    }
  }

  @media (max-width: 480px) {
    .titulo-cursos {
      font-size: 1.4rem;
    }

    .quantidade-cursos .numero {
      font-size: 2.6rem;
    }

    .quantidade-cursos .texto {
      font-size: 1rem;
    }

    .lista-cursos {
      max-width: 90%;
      gap: 15px 20px;
    }

    .lista-cursos li {
      font-size: 1rem !important;
    }
  }

  @media (max-width: 480px) {
    .depoimentos {
      height: auto;
      padding: 30px 0;
    }

    .track {
      gap: 12px;
    }

    .card {
      width: 180px;
      height: 300px;
    }

    .modal-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 95%;
      padding: 20px;
      gap: 20px;
    }

    #modalNome {
      font-size: 18px;
    }

    #modalCargo {
      font-size: 14px;
    }

    #modalTexto {
      font-size: 13px;
      max-height: 180px;
      overflow-y: auto;
    }

    .foto {
      width: 160px;
    }

    #modalFoto {
      width: 100%;
      height: auto;
    }

    .depoimentos-cabine,
    .monitores,
    .final {
      width: 180px !important;
      height: auto;
      margin-right: 0;
    }

    .monitores img {
      height: auto;
      object-fit: contain;
    }

    .depoimentos-section {
      padding: 25px 15px;
    }
  }

  @media (max-width: 768px) {
    footer {
      flex-direction: column;
      text-align: center;
      padding: 25px 15px;
    }

    .footer-imagens {
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }

    .logo-puc,
    .logo-beiralinha {
      width: 70px;
    }

    .footer-conteudo h2 {
      font-size: 1.3rem;
    }

    .footer-conteudo p {
      font-size: 0.9rem;
    }
  }
}
