/* Swiper ajustes */
.treinamentos-swiper{
  padding-bottom: 60px;
}

.treinamentos-swiper .swiper-slide{
  height: auto;
}

.treinamentos-swiper .swiper-button-prev,
.treinamentos-swiper .swiper-button-next{
  color: var(--bs-primary);
}

.treinamentos-swiper .swiper-button-prev::after,
.treinamentos-swiper .swiper-button-next::after{
  font-size: 22px;
  font-weight: bold;
}
/* FULL WIDTH */
.treinamentos-swiper-wrap{
  position: relative;
  width: 100%;
  padding: 0 70px; /* espaço para as setas */
}

/* Swiper */
.treinamentos-swiper{
  width: 100%;
}

/* Setas custom */
.swiper-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--bs-primary);
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  z-index: 10;
  transition: .2s;
}

.swiper-btn:hover{
  background: var(--bs-primary);
  color: #fff;
}

.swiper-btn-prev{ left: 15px; }
.swiper-btn-next{ right: 15px; }

/* Evita setas sobre cards no mobile */
@media (max-width: 767px){
  .treinamentos-swiper-wrap{ padding: 0 40px; }
  .swiper-btn{ width: 38px; height: 38px; font-size: 22px; }
}

/* =========================================================
   ABOUT – INSTITUCIONAL
========================================================= */

.about-institutional {
  padding: 100px 0;
  background: #f8f9fb;
}

.about-image-wrapper {
  position: relative;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bs-primary), #1f2937);
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
}

/* detalhe decorativo */
.about-image-wrapper::after {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 80px;
  height: 80px;
  border: 3px solid var(--bs-primary);
  border-radius: 12px;
  z-index: -1;
}

/* ✅ botão invisível pra deixar a imagem clicável sem quebrar layout */
.about-img-btn{
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  display: block;
  cursor: zoom-in; /* 🔍 lupinha */
  text-align: left;
}
	
.about-subtitle {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 12px;
}

.about-title {
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 18px;
  color: #111827;
  line-height: 1.25;
}

.about-title strong { color: var(--bs-primary); }

.about-text {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .about-institutional { padding: 80px 0; }
  .about-image-wrapper { margin-bottom: 30px; }
}

@media (max-width: 575px) {
  .about-institutional { padding: 70px 0; }
}

/* =========================================================
   WHY CHOOSE
========================================================= */

.why-choose {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.why-choose-image {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.why-choose-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.35), rgba(0,0,0,.15));
}

.why-choose-content {
  background-color: #ccc;
  padding: 90px 80px;
}

.why-subtitle {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 12px;
}

.why-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 26px;
  color: #111827;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--bs-primary);
  font-weight: 700;
  font-size: .95rem;
}

@media (max-width: 991px) {
  .why-choose-image { min-height: 360px; }
  .why-choose-content { padding: 60px 30px; }
}

@media (max-width: 575px) {
  .why-choose-content { padding: 50px 24px; }
}
.about-img-btn img{
  cursor: zoom-in;
}
