body {
  background-color: #efefef;
}

* {
  letter-spacing: -0.025rem;
  transition: all 400ms ease;
}

#emptyState {
  text-align: center;
  background-color: #a6dc6e;
  border-radius: 24px;
  height: 100%;
  background-image: url(images/empty-state-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#emptyState div img {
  height: 24px;
  width: 24px;
}

#emptyState div span {
  font-size: 18px;
  font-weight: 500;
  color: #54565b;
}

h3 {
  color: #fff;
  font-weight: 400;
}

.filter-button {
  cursor: pointer;
  height: 64px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
  background-color: #a6dc6e;
  color: #54565b;
  outline: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: none;
  line-height: 100%;
}
.filter-button span {
  font-size: 14px;
  opacity: 0.65;
  margin: 8px;
}

.fb-start {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px 0px 0px 12px;
}

.fb-middle {
  border-width: 1px;
  border-left: none !important;
  border-right: none !important;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0px 0px 0px 0px;
}

.fb-end {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0px 12px 12px 0px;
}

.filter-button.active {
  background-color: #54565b;
  border-color: #54565b;
  color: #fff;
  font-weight: bold;
  outline: none !important;
}

.carousel-item,
.carousel-inner,
#vehicleCarousel {
  overflow: hidden;
  height: 100%;
  object-fit: contain;
}

.carousel-item {
  background-size: 45% !important;
  background-repeat: no-repeat !important;
}

.carousel-caption {
  color: #54565b;
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: left;
  padding: 0 !important;
  max-width: 340px;
  height: 30%;
}

.carousel-caption h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}

.carousel-caption p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1000px) {
  .carousel-caption {
    max-width: 100%;
    height: auto;
  }

  .carousel-caption h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
  }

  .carousel-caption p {
    font-size: 14px;
    line-height: 20px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.carousel-control-prev-icon {
  background: url(images/icon-arrow-left.svg) center no-repeat;
}

.carousel-control-next-icon {
  background: url(images/icon-arrow-right.svg) center no-repeat;
}

#vehicleCarousel {
  background-color: #fff;
  border-radius: 24px;
}

.drawer {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.btn-close-drawer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/icon-close.svg) center no-repeat;
}

#drawerBackdrop {
  position: fixed;
  top: 0;
  z-index: 108;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}

/* Full-screen loading spinner */
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  /* Backdrop */
  z-index: 100;
  /* Aparece acima do drawer */
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

#freteTitle,
#rangeTitle,
#freteValue {
  font-size: 16px;
  color: #54565b;
}

.btn-limpar {
  color: #54565b;
  font-size: 18px;
  font-weight: 500;
  border-radius: 500px;
  background-color: transparent;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-calcular {
  color: #0e2000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 500px;
  background-color: #a6dc6e;
  outline: none !important;
  border: none;
  height: 64px;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-wrap: nowrap;
}

/* Estilo quando o botÃ£o estÃ¡ desabilitado */
.btn-calcular:disabled {
  opacity: 0.3;
}

#freteContainer {
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #a6dc6e;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  color: #54565b;
  font-size: 14px;
  letter-spacing: -0.025rem;
  column-gap: 16px;
}

.btn-fullscreen {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: url(images/icon-expand.svg) center no-repeat;
  background-size: 24px;
  outline: none !important;
}

.btn-fullscreen:active,
.btn-fullscreen:focus {
  outline: none !important;
}

.freteCliente {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.freteCliente span,
.freteAddiante span {
  font-size: 14px;
  line-height: 14px;
}

.freteAddiante {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#comparativeFreightValue,
#definedFreightValue {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}

#comparativeFreightValue {
  font-weight: 600;
}

#freightComparisonText {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  border-radius: 500px;
  color: #54565b;
  line-height: 24px;
  background-color: rgba(166, 220, 110, 0.2);
}

#freightWarning {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #54565b;
  padding: 16px;
}

.form-group input {
  height: 56px;
  border-radius: 8px;
}

/* Estilo bÃ¡sico para os bullets de paginaÃ§Ã£o */
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
  width: 100%;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0.6);
  width: 8px;
  height: 8px;
}

/* Layout principal */
.main-container {
  height: 100vh;
  padding: 40px;
  row-gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header {
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
@media (min-width: 1001px) {
  .header {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}

.carousel-area {
  flex-grow: 1;
  min-height: calc(100vh - 304px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .carousel-area {
    flex-grow: 1;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .carousel-area {
    flex-grow: 1;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
}

.carousel-content{
  flex-grow: 1; 
  min-height: calc(100vh - 304px);
}
@media (max-width: 1000px) {
  .carousel-content{
    flex-grow: 1; 
    min-height: auto;
  }
}
@media (min-width: 1000px) {
  .carousel-content{
    flex-grow: 1; 
    min-height: auto !important;
  }
}

.empty-state {
  display: none;
}
.empty-state-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}

#vehicleCarousel {
  display: block;
}

.bottom-bar {
  min-height: 92px;
  column-gap: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .bottom-bar {
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
  }  
}
@media (min-width: 1000px) {
  .bottom-bar {
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
  }  
}

.range-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.range-container {
  display: flex;
  flex-direction: row;
}

.frete-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.frete-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .frete-container {
    display: flex;
  } 
}

.actions-block {
  display: flex;
  flex-direction: row;
  align-items: end;
  flex: 1;
  column-gap: 16px;
}

.loading-spinner {
  display: none;
}

.drawer-wrapper {
  padding: 40px;
  row-gap: 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.drawer-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}

.drawer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 40px;
}

.freight-comparison {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.freteAddiante,
.freteCliente {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  row-gap: 40px;
}
.frete-row {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}

.freight-warning {
  color: red;
  display: none;
}

.selected-vehicle-info {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.vehicle-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.vehicle-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.vehicle-info-row.no-border {
  border-bottom: none;
}

.drawer-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  column-gap: 24px;
}
.drawer-cta-text {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}
.drawer-cta-btn {
  min-width: 260px;
  flex: 1;
}

.proposta-form {
  display: none;
}
.agradecimento {
  display: none;
}

@media (max-width: 1000px) {
  .full-w{
    width: 100%;
  }
}

  .scale-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .scale-content {
    transform: scale(1); 
    transform-origin: top center;
    width: calc(100% / 1); 
    height: calc(100% / 1);
  }
@media (min-height: 1300px) {
  .scale-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .scale-content {
    transform: scale(2); 
    transform-origin: top center;
    width: calc(100% / 2); 
    height: calc(100% / 2);
  }
}
@media (max-height: 1300px) {
  .scale-content {
    transform: scale(1); 
    transform-origin: top center;
    width: calc(100% / 1); 
    height: calc(100% / 1);
  }
}

.carousel-item.active{
  background-position: center 80% !important;
}
.carousel-item{
  background-position: center 80% !important;
}

.carousel-item {
    background-size: 75% !important;
}

