@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:ital,wght@0,600;1,600&display=swap");

.banner-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.banner-slide {
  min-width: 100%;
  height: 100%;
}

.banner-slide img {
  width: 200%;
  height: 200%;
  object-fit: cover;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 10;
}

.banner-arrow img {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.banner-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.banner-prev {
  left: 20px;
}

.banner-next {
  right: 20px;
}

.banner-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.3s;
}

.banner-dot.active {
  background: #fff;
}

.banner-secundario {
  padding: 2rem 8.75rem;
  background: #ededed;
}

.banner-cards {
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
}

.banner-icon img {
  padding: 10px;
  background: #001c85;
  border-radius: 100px;
}

.banner-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.banner-card h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #121212;
  margin: 0.75rem 0 1rem;
  min-height: 4rem; /* ajuste fino aqui */
}

.banner-card p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.ofertas,
.compromisso,
.diferencial,
.clube,
.unidades,
.depoimento{
  padding: 7.5rem 8.75rem;
}

.ofertas,
.compromisso {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.depoimento {
  background: #ededed;
}

.banner-arrow,
.ofertas-icon,
.compromisso-icon,
.diferencial-icon,
.unidades-icon,
.depoimento-icon {
  flex-shrink: 0;
}

.ofertas-subTitulo,
.compromisso-subTitulo,
.diferencial-subTitulo,
.unidades-subTitulo,
.depoimento-subTitulo {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #001c85;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.oferta-informacoes p,
.compromisso-informacoes p,
.diferencial-informacoes p,
.unidades-informacoes p {
  margin: 2rem 0 1.5rem;
}

.oferta-btn{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  background: #001c85;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  border-radius: 100px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-self: start;

  transition:
    transform 0.3s ease,
    box-shadow 0.2s ease;
}

.oferta-btn:hover {
  transform: scale(1.05); /* aumenta 5% */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.oferta-img img,
.compromisso-img img,
.diferencial-card img {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.compromisso li {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #2e2e2e;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.compromisso-informacoes ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.compromisso-informacoes ul li {
  margin-bottom: 0.5rem;
}

.diferencial {
  background: #dedede;
}

.diferencial-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.diferencial-card {
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.diferencial-card h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #121212;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 1rem 0 1.5rem;
}

.diferencial-card p {
  font-size: 1rem;
  line-height: 1.25rem;
}

.clube {
  background: #001c85;
  position: relative;
  overflow: hidden;
}

.clube-informacoes {
  max-width: 50%;
}

.cluble-subTitulo h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #f81b22;
}

.clube-informacoes h2 {
  color: #f7f7f7;
  margin: 1rem 0 2rem;
}

.clube-informacoes p {
  color: #c5d0ff;
}

.clube-btn {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}

.clube-googlePlay-icon,
.clube-appStore-icon {
  align-self: center;
}

.clube-btn-googlePlay,
.clube-btn-appStore {
  background: #000;
  border: 1px solid #cdcdcd;
  color: #fff;
  display: flex;
  gap: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.2s ease;
}

.clube-btn-googlePlay:hover,
.clube-btn-appStore:hover {
  transform: scale(1.05); /* aumenta 5% */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.clube-googlePlay-texto h5,
.clube-appStore-texto h5 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1.2px;
  color: #ededed;
}

.clube-googlePlay-texto h4,
.clube-appStore-texto h4 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 1.2px;
  color: #fff;
}

.clube-img {
  position: absolute;
  top: -20%;
  right: -13%;
  max-width: 65rem;
}

.unidades-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.unidades-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}

.unidades-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.unidades-card img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.unidades-card-texto {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.unidades-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.unidades-card p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  margin-bottom: 0.5rem;
}

.depoimento-wrapper {
  position: relative;
  margin-top: 3.75rem;
  overflow: hidden;
}

.depoimento-cards {
  display: flex;
  gap: 2.5rem;
  transition: transform 0.6s ease;
  will-change: transform;
}

.depoimento-card {
  background: #dedede;
  padding: 1.25rem;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc((100% - 5rem) / 2);
  flex-shrink: 0;

  display: flex;
  flex-direction: column; /* IMPORTANTE */
}

.depoimento-pessoa {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.depoimento-pessoa img {
  max-width: 5rem;
}

.depoimento-nome {
  align-self: center;
}

.depoimento-nome h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #121212;
}

.depoimento-pessoa p {
  font-size: 1rem;
  line-height: 1.25rem;
}

.depoimento-card-icon {
  margin-top: auto;
  padding-top: 1.5rem;
  display: flex;
}

.depoimento-google {
  margin-left: auto;
}

body.campestre-mode .banner,
body.campestre-mode .ofertas,
body.campestre-mode .compromisso,
body.campestre-mode .diferencial,
body.campestre-mode .clube,
body.campestre-mode .unidades,
body.campestre-mode .depoimento,
body.campestre-mode .bannerSecundario {
  display: none !important;
}

#campestreContainer {
  display: none;
}

body.campestre-mode #campestreContainer {
  display: block;
}

@media (max-width: 1300px) {
  .banner-secundario {
    padding: 2rem 5.75rem;
  }

  .ofertas,
  .compromisso,
  .diferencial,
  .clube,
  .unidades,
  .depoimento {
    padding: 4.5rem 5.75rem;
  }

  .clube-img {
    top: -20%;
    right: -20%;
    max-width: 55rem;
  }
}

@media (max-width: 1190px) {
  .banner-secundario {
    padding: 2.5rem 3rem;
  }

  .banner-card h5 {
    min-height: 6.5rem; /* ajuste fino aqui */
  }

  .ofertas,
  .compromisso,
  .diferencial,
  .clube,
  .unidades,
  .depoimento {
    padding: 2.5rem 3rem;
  }

  .ofertas-subTitulo,
  .compromisso-subTitulo,
  .cluble-subTitulo,
  .unidades-subTitulo,
  .depoimento-subTitulo {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
  }

  .oferta-informacoes p,
  .compromisso-informacoes p,
  .unidades-informacoes p {
    margin: 1rem 0 0.75rem;
  }

  .oferta-btn {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0rem 0.75rem;
    gap: 0.5rem;
  }

  .diferencial-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }

  .diferencial-card {
    padding: 1.5rem;
  }

  .diferencial-card h4 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0.75rem 0 1rem;
  }

  .diferencial-card p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .clube-informacoes {
    max-width: 80%;
  }

  .clube-btn {
    gap: 1.5rem;
  }

  .clube-btn-googlePlay,
  .clube-btn-appStore {
    gap: 0.75rem;
    padding: 0.5rem 1rem;
  }

  .clube-img {
    top: -20%;
    right: -45%;
    max-width: 45rem;
  }

  .unidades-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin-top: 2rem;
  }

  .depoimento-wrapper {
    margin-top: 2rem;
  }

  .depoimento-cards {
    gap: 2rem;
  }

  .depoimento-card {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}

@media (max-width: 766px) {
  .banner-secundario {
    padding: 2.5rem 2rem;
  }

  .banner-cards {
    flex-direction: column;
    gap: 2.5rem;
  }

  .banner-card h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #121212;
    margin: 0.75rem 0 1rem;
    min-height: 0; /* ajuste fino aqui */
  }

  .ofertas,
  .compromisso,
  .diferencial,
  .clube,
  .unidades,
  .depoimento {
    padding: 2.5rem 2rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ofertas-subTitulo,
  .compromisso-subTitulo,
  .diferencial-subTitulo,
  .cluble-subTitulo,
  .unidades-subTitulo,
  .depoimento-subTitulo {
    font-size: 0.75rem;
    line-height: 1rem;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .oferta-informacoes p,
  .compromisso-informacoes p,
  .diferencial-informacoes p {
    margin: 1.5rem 0 1rem;
  }

  .oferta-btn{
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.1rem 1rem;
    border-radius: 100px;
    gap: 0.25rem;
    align-items: center;
    justify-self: start;
  }

  .oferta-img,
  .compromisso-img {
    order: -1;
  }

  .diferencial-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .diferencial-card {
    padding: 1.25rem;
  }

  .clube-informacoes {
    max-width: 100%;
  }

  .clube-btn {
    gap: 1rem;
    flex-direction: column;
    justify-self: center;
  }

  .clube-btn-googlePlay,
  .clube-btn-appStore {
    gap: 0.75rem;
    padding: 0.5rem 1rem;
  }

  .clube-googlePlay-texto h5,
  .clube-appStore-texto h5 {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 1.2px;
  }

  .clube-googlePlay-texto h4,
  .clube-appStore-texto h4 {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 1.25px;
  }

  .clube-img {
    display: none;
  }

  .unidades-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.75rem;
    margin-top: 2rem;
  }

  .depoimento-wrapper {
    margin-top: 1.5rem;
  }

  .depoimento-card {
    flex: 0 0 100%;
  }

  .depoimento-pessoa img {
    max-width: 4rem;
  }

  .depoimento-nome h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #121212;
  }

  .depoimento-pessoa p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .depoimento-card-icon {
    margin-top: 1.5rem;
    display: flex;
  }

  .depoimento-google {
    margin-left: auto;
  }
}
