/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/fleet/fleet.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.fleet_page__Q5Ul9 {
  width: 100%;
  min-height: 100vh;
  background-color: #f0f0f0;
  padding: 2rem;
  text-align: center;
}

.fleet_title__9AXaK {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #000000;
}

.fleet_carousel__QLnwM {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.fleet_arrowButton__wU4us {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.fleet_arrowButton__wU4us img {
  width: 32px;
  height: 32px;
}

.fleet_cardsContainer__maItZ {
  display: flex;
  gap: 2rem;
  margin: 90px 0;
}

.fleet_card__p_XEa {
  width: 200px;
  text-align: center;
}
.fleet_card__p_XEa h2 {
  margin: 0.5rem 0;
}

.fleet_p__zsZdv {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}

.fleet_h2__xBQCB {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}

.fleet_busImage__DC5Oc {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Botão flutuante do WhatsApp */
.fleet_whatsappButton__fP_Xj {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 999; /* para ficar acima de outros elementos */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); /* Cor de fundo (pode remover se quiser só o ícone) */
}

/* Ajuste o ícone dentro do botão */
.fleet_whatsappIcon__1ikjQ {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.fleet_alugueButton__BKZ0h {
  display: inline-block;
  margin-top: 1rem;
  background-color: #0937ec; /* cor do botão */
  color: #fff; /* letra branca */
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s;
}
.fleet_alugueButton__BKZ0h:hover {
  background-color: #082bbb;
}
