.odometer {
  font-size: 48px;
  font-family: "Poppins" !important;
}

.tipos-de-franquias-carousel {
  max-width: 800px;
}

.tipos-de-franquias-carousel .owl-dots span {
  background-color: white !important;
}

.tipos-de-franquias-carousel .owl-dots .active span {
  background-color: #ba1a1a !important;
}

.porque-escolher-zamp-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: -50px;
  width: 108%;
  display: flex;
  justify-content: space-between;
}

.porque-escolher-zamp-carousel .owl-prev:hover {
  background: none !important;
  color: #040035;
}

.porque-escolher-zamp-carousel .owl-prev span:hover {
  background: none !important;
  color: #040035;
}

.porque-escolher-zamp-carousel .owl-next:hover {
  background: none !important;
  color: #040035;
}

.porque-escolher-zamp-carousel .owl-next span:hover {
  background: none !important;
  color: #040035;
}

.porque-escolher-zamp-carousel .owl-prev {
  font-size: 45px !important;
  color: #040035;
  outline: none;
}

.porque-escolher-zamp-carousel .owl-next {
  font-size: 45px !important;
  color: #040035;
  outline: none;
}

.porque-escolher-zamp-carousel .owl-dots {
  width: fit-content;
  margin: 20px auto;
  padding: 16px 24px;
  line-height: 13px;
  border-radius: 50px;
  background: #ff8732;
}

.porque-escolher-zamp-carousel .owl-dots button:focus {
  outline: none;
}

.porque-escolher-zamp-carousel .owl-dots span:focus {
  outline: none;
}

.porque-escolher-zamp-carousel .owl-dots .active span {
  width: 36px !important;
  border-radius: 8px !important;
}

.porque-escolher-zamp-carousel .owl-dots button span {
  background-color: #ebeadb !important;
  transition: width 0.5s ease !important; /* Add transition for width */
}

.porque-escolher-zamp-carousel .owl-dots button {
  transition: width 0.3s ease; /* Add transition for width */
}

#tipos-de-franquias {
  background-color: #ff897d;
  padding: 0;
}

.franquias-options-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 24px;
}

.franquias-options-responsive-wrapper {
  background-color: #ff373e;
  width: 100%;
  display: flex;
  align-items: end;
}

.franquia-option-responsive {
  width: 50%;
  height: 65px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #ebeadb;
  color: #bcbbaf;
  transition: height 0.3s ease;
}

.franquia-option-responsive span {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 19px;
  line-height: 18px;
}

.franquia-option-responsive img {
  display: block;
  width: 48px;
  height: 48px;
}

.franquia-option-responsive.active span {
  color: white;
}

.franquia-option-responsive.active {
  background: #ff897d;
  height: 85px;
}

.franquia-option {
  display: flex;
  width: 90%;
  align-items: center;
  gap: 30px;
  background: #f5ebdc;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: width 0.3s ease; /* Add transition for width */
}

.franquia-option span {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 28px;
  color: #bcbbaf;
}

.franquia-option.active span {
  color: white;
}

.franquia-option.active {
  width: 100%;
  background: #ff897d;
}

.franquia-card {
  max-width: 406px;
}

.franquia-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.franquia-card-description {
  background: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 32px 24px;
}

.franquia-card-description h3 {
  padding: 0;
  margin: 0;
  color: #fc7e24;
}

.franquia-card-description .sub-desc {
  color: #040035;
  font-weight: 500;
}

.business-model-price {
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 600;
  color: #040035;
  margin: 0;
}

.business-model-price-desc {
  font-size: 14px;
  color: #040035;
  margin-top: 8px;
}

.business-model-value {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  color: #000a64;
}

.business-model-table {
  border-collapse: collapse;
  margin-bottom: 32px;
}

.business-model-table tr {
  border: none;
}

.business-model-table td {
  padding: 8px 0;
}

.business-model-label {
  display: flex;
  gap: 8px;
  font-weight: bold;
  color: #040035;
}

.business-model-label img {
  width: 24px !important;
  height: 24px;
}

.tipos-selector-wrapper {
  background: #ff373e;
  min-height: 850px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

.tipos-franquias-icon {
  position: absolute;
  right: -20px;
  top: -100px;
}

.tipos-selector-inner-wrapper {
  position: relative;
  max-width: 400px;
}

.tipos-selector-inner-wrapper p {
  font-family: "Poppins";
  font-size: 18px;
  color: white;
  padding-right: 30px;
}

.tipos-selector-inner-wrapper h2 {
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  color: white;
  padding-right: 30px;
}

.tipos-cards-inner-wrapper {
  height: 100%;
  gap: 36px;
}

#porque-escolher-zamp,
#zamp-em-numeros {
  background-color: #ebeadb;
  padding: 120px 0;
}

#zamp-em-numeros {
  padding-top: 0;
}

#porque-escolher-zamp h1,
#zamp-em-numeros h1 {
  color: #040035;
  font-size: 51px;
}

#zamp-em-numeros p {
  font-size: 21px;
  color: #000000;
  max-width: 450px;
}

.zamp-card-numeros {
  padding: 21px 24px;
  display: flex;
  font-family: "Poppins";
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.zamp-card-numeros:nth-child(1) {
  background: #0028f8;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.zamp-card-numeros:nth-child(2) {
  background: #ff373e;
}

.zamp-card-numeros:nth-child(3) {
  background: #fc7e24;
}

.zamp-card-numeros:nth-child(4) {
  background: #b900f7;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.zamp-card-numeros h4 {
  font-size: 38px !important;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0px;
}

.zamp-card-numeros .percentage-sign {
  font-size: 38px;
  font-weight: bold;
  color: white;
}

.zamp-card-numeros .zamp-card-sub-desc {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

#hero-banner {
  background-image: url(../../../assets/images/franquias-banner.png);
  padding-bottom: 0;
}

#hero-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 51px;
  margin-bottom: 0;
}

#hero-banner p {
  color: #fff;
  font-size: 21px;
}

@media (max-width: 767px) {
  .tipos-franquias-icon {
    left: 130px;
    top: -30px;
    width: 97px;
    height: 87px;
  }

  .tipos-selector-wrapper {
    min-height: 536px;
  }

  .tipos-selector-inner-wrapper h2 {
    font-size: 38px;
    max-width: 300px;
  }

  #hero-banner h1 {
    font-size: 41px;
  }

  .zamp-card-numeros:nth-child(1) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
  }

  .zamp-card-numeros:nth-child(4) {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
  }
}
