html,
body {
  scroll-behavior: smooth;
}

.franchise * {
  box-sizing: border-box;
}

.franchise__show-desktop {
  display: block;
}
.franchise__show-mobile {
  display: none;
}

.franchise .__container {
  max-width: 1180px;
  margin: 0 auto;
}


/* banner form */
.franchise .franchise__banner-form {
  background-color: #F3F3F3;
  background-image: url('/arquivos/franchise-banner-form.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;

}

.franchise .franchise__banner-form .__container {
  display: flex;
}

.franchise .franchise__banner-form .franchise__banner-form {
  background-color: #fbaf18;
  background-image: none;
  max-width: 500px;
  padding: 50px;
}
.franchise .franchise__banner-form .franchise__banner-form .franchise__banner-form-response {
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.franchise .franchise__banner-form .franchise__banner-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.franchise .franchise__banner-form .franchise__banner-form p {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 2);
  color: white;
  font-weight: 400;
  margin: 0;
}

.franchise .franchise__banner-form .franchise__banner-form p.error label {
  color: red;
}

.franchise .franchise__banner-form .franchise__banner-form p.error input,
.franchise .franchise__banner-form .franchise__banner-form p.error select,
.franchise .franchise__banner-form .franchise__banner-form p.error textarea {
  border: 1px solid red;
}

.franchise .franchise__banner-form .franchise__banner-form label {
  font-weight: 400;
}

.franchise .franchise__banner-form .franchise__banner-form input,
.franchise .franchise__banner-form .franchise__banner-form select,
.franchise .franchise__banner-form .franchise__banner-form textarea {
  border: none;
  box-shadow: none;
  height: 39px;
  background-color: white;
  border-radius: 6px;
  padding-left: 10px;
}

.franchise .franchise__banner-form .franchise__banner-form textarea {
  min-height: 120px;
}

.franchise .franchise__banner-form .franchise__banner-form p:last-child,
.franchise .franchise__banner-form .franchise__banner-form p:nth-last-child(2),
.franchise .franchise__banner-form .franchise__banner-form p:nth-last-child(3) {
  width: 100%;
}

.franchise .franchise__banner-form .franchise__banner-form button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  height: 40px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}

.franchise .franchise__banner-form .franchise__banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.franchise .franchise__banner-form .franchise__banner-content-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  color: #6D6E71;
  max-width: 360px;
  height: 100%;
}

.franchise .franchise__banner-form .franchise__banner-content-top h1 {
  font-size: 40px;
}
.franchise .franchise__banner-form .franchise__banner-content-top h2 {
  font-size: 20px;
  font-weight: 400;
}

.franchise .franchise__banner-form .franchise__banner-content-bottom {
  background-color: #756F68;
  padding: 70px;
  padding-left: 0;
  color: white;
  font-size: 20px;
  position: relative;
}

.franchise .franchise__banner-form .franchise__banner-content-bottom::before {
  content: '';
  height: 100%;
  width: 1000px;
  background-color: #756F68;
  position: absolute;
  top: 0;
  left: -1000px;
}

/* choices */

.franchise .franchise__choices {
  padding: 40px 0;
}

.franchise .franchise__choices .franchise__choices-content {
  display: flex;
  gap: 10px;
}

.franchise .franchise__choices .franchise__choices-item {
  padding: 40px 20px;
  color: white;
  flex-shrink: 0;
  width: calc(100% / 3);
  position: relative;
  padding-bottom: 60px;
}

.franchise .franchise__choices .franchise__choices-item:nth-child(1) {
  background-color: rgba(117, 111, 104, 0.6);

}
.franchise .franchise__choices .franchise__choices-item:nth-child(2) {
  background-color: rgba(117, 111, 104, 0.75);
}
.franchise .franchise__choices .franchise__choices-item:nth-child(3) {
  background-color: rgba(117, 111, 104, 0.9);
}

.franchise .franchise__choices .franchise__choices-item h2 {
  text-align: center;
}

.franchise .franchise__choices .franchise__choices-item h3 {
  margin: 0;
  text-transform: uppercase;

}

.franchise .franchise__choices .franchise__choices-item h3 strong {
  display: block;
}
.franchise .franchise__choices .franchise__choices-item img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.franchise .franchise__choices .franchise__choices-item a {
  display: flex;
  text-decoration: none;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  height: 35px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  font-weight: bold;
}

.franchise .franchise__choices .franchise__choices-item ul {
  padding-left: 20px;
  list-style: circle;
}

.franchise .franchise__choices .franchise__choices-item ul li {
  margin-bottom: 10px;
}


/* middle banner */
.franchise .franchise__middleBanner {
  background-color: #756F68;
  padding: 20px;
}

.franchise .franchise__middleBanner ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.franchise .franchise__middleBanner-content h3 {
  text-transform: uppercase;
}

.franchise .franchise__middleBanner-content a {
  display: flex;
  text-decoration: none;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 260px;
  font-weight: bold;
  margin-top: 80px;
  
}

.franchise .franchise__middleBanner-content a.franchise__show-mobile {
  display: none;
}
.franchise .franchise__middleBanner-content:nth-child(1) {
  max-width: 250px;
}
.franchise .franchise__middleBanner-content:nth-child(2) {
  max-width: 250px;
}

/* return */

.franchise .franchise__return {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.franchise .franchise__return table {
  width: 100%;
}
.franchise .franchise__return table thead {
  background-color: #fbaf18;
  color: white;
}
.franchise .franchise__return table thead th{
  padding: 20px;
}


.franchise .franchise__return-title {
  text-align: center;
  color: #fbaf18;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300;
}



.franchise .franchise__return table tbody tr:nth-of-type(odd){
  background-color: #eee;
}
.franchise .franchise__return table tbody td{
  padding: 20px;
  border: 1px solid white;
}

/* motivation */

.franchise .franchise__motivation {
  padding: 40px 0;
  background-image: url('/arquivos/franchise-banner-motivos.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.franchise .franchise__motivation-title {
      text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 300;
}

.franchise .franchise__motaivation-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.franchise .franchise__motivation-item {
  background-color: rgba(248, 175, 0, 0.7);
  color: white;
  width: calc((100% - 10px) / 3);
  padding: 30px 20px;
  text-align: center;
  font-size: 20px;
}

.franchise .franchise__motivation-item h2 {
  font-size: 50px;
  font-weight: 600;
}

.franchise  .franchise__offer {
  background-color: #F5F5F5;
  position: relative;
  color: #756F68;
}

.franchise  .franchise__offer .__container {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.franchise  .franchise__offer .franchise__offer-left {
  padding: 0 150px;
}

.franchise  .franchise__offer .franchise__offer-left h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.franchise  .franchise__offer .franchise__offer-left ul {
  list-style: circle;
  padding: 20px;
  max-width: 440px;

}
.franchise  .franchise__offer .franchise__offer-left li {
  margin-bottom: 10px;
}


.franchise  .franchise__video {
  padding: 40px 0;
  background-image: url('/arquivos/franchise-video-background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.franchise  .franchise__video h2 {
  text-align: center;
  color: #6D6E71;
  margin-bottom: 30px;
  text-transform: uppercase;

}

.franchise  .franchise__video iframe {
  width: 100%;
  aspect-ratio: 560/315;
  height: auto;
}

.franchise  .franchise__reviews {
  padding: 40px 0;
  background-color: #F5F5F5;
  color: #756F68;
}

.franchise  .franchise__reviews h2 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.franchise__reviews-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.franchise  .franchise__reviews article {
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  max-width: 70%;
  font-weight: 300;
}
.franchise  .franchise__reviews article strong{
  color: #F8AF00;
  font-size: 16px;
}

.franchise  .franchise__reviews article::after {
  content: '';
  display: block;
  width: 70%;
  height: 1px;
  background-color: #fbaf18;
  margin: 20px auto 0;
}

.franchise  .franchise__reviews article:last-child::after {
  display: none;
}

.franchise .franchise__values {
  /* padding: 40px 0; */
  color: #756F68;
}


.franchise .franchise__values h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}


.franchise  .franchise__values .__container {
  display: flex;
  max-width: 100%;
  width: 100%;
}

.franchise .franchise__values .franchise__values-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.franchise .franchise__values .franchise__values-text {
  padding: 0 150px;
}
.franchise .franchise__values .franchise__values-text li {
  margin-bottom: 15px;
  font-size: 18px;
}
.franchise .franchise__values .franchise__values-text span {
  color: #F8AF00;
  font-weight: bold;
}

.franchise .franchise__steps {
  background-color: #756F68;
  padding: 40px 0;
  color: white;
}


.franchise .franchise__steps-title {
      text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 300;
}


.franchise .franchise__steps .franchise__steps-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.franchise .franchise__steps article {
  width: calc((100% - 60px) / 3);
  border: 1px solid white;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;

}

.franchise .franchise__steps article span {
  background-color: #F8AF00;
  color: white;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
}

.franchise .franchise__steps article strong {
  max-width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
}

.franchise .franchise__steps .franchise__steps-cta {
  padding: 30px 0 ;
}

.franchise .franchise__steps .franchise__steps-cta ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.franchise .franchise__steps .franchise__steps-cta p {
  max-width: 50%;
  font-weight: bold;
  font-size: 18px;
}

.franchise .franchise__steps .franchise__steps-cta a {
    display: flex;
    text-decoration: none;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 40px;
    font-weight: bold;
}

@media (max-width: 959px) {
  .franchise__show-desktop {
    display: none;
  }
  .franchise__show-mobile {
    display: block;
  }

  .franchise img {
    max-width: 100%;
    height: auto;
  }

  .franchise .franchise__banner-form {
    background-size: cover;
    background-position: center;
  }
  .franchise .franchise__banner-form .__container {
    flex-direction: column;
  }

  .franchise .franchise__banner-form .franchise__banner-content-top {
    color: white;
    padding: 80px 30px;
    gap: 0;
    max-width: 100%;
  }

  .franchise .franchise__banner-form  .franchise__banner-content-bottom {
    width: 100%;
    padding: 70px 30px;
    text-align: center;
    font-size: 16px;
  }

  .franchise .franchise__choices {
    padding: 10px 0;
  }
  
  .franchise .franchise__middleBanner-content a.franchise__show-mobile {
   	display: flex; 
    width: 100%;
  }

  

  .franchise .franchise__choices .franchise__choices-content {
    flex-direction: column;
  }

  .franchise .franchise__middleBanner ._flex {
    flex-direction: column;
    gap: 15px;
  }

  .franchise .franchise__middleBanner-content:nth-child(1) {
    max-width: 100%;
    order: 1;
  }
  .franchise .franchise__middleBanner-content:nth-child(2) {
    max-width: 100%;
    order: 3;
  }
  .franchise .franchise__middleBanner-content:nth-child(3) {
    max-width: 100%;
    order: 2;
  }

  .franchise .franchise__middleBanner-content a {
    margin-top: 20px;
  }

  .franchise .franchise__middleBanner-content a.franchise__show-desktop {
    display: none;
  }

  .franchise .franchise__return table {
    margin-top: 30px;
  }

  .franchise .franchise__return small {
    display: block;
    text-align: right;
    padding: 5px;
  }

  .franchise .franchise__return table th,
  .franchise .franchise__return table td {
    padding: 20px;
    width: 50%;
  }

  .franchise .franchise__return table td:first-child {
    color: white;
    background-color: #fbaf18;
    font-weight: bold;
  }

  .franchise .franchise__return-title {
    font-size: 24px;
    padding: 0 20px;
  }


  .franchise .franchise__return table td:last-child {
    background-color: white;
    color: #333;
  }

  .franchise .franchise__return table tbody tr:nth-of-type(odd) td:last-child {
    background-color: #eee;
  }

  .franchise .franchise__return table thead td:last-child {
    background-color: white;
  }


  .franchise .franchise__motivation {
    padding: 50px;
    background-position: center;
  }

  .franchise .franchise__motaivation-content {
    flex-direction: column;
    gap: 30px;
  }

  .franchise .franchise__offer .franchise__offer-left {
    padding: 50px;
  }

  .franchise .franchise__values .franchise__values-text {
    padding: 50px;
  }

  .franchise .franchise__offer .__container {
    flex-direction: column;
  }

  .franchise .franchise__values .franchise__values-content {
    flex-direction: column;
  }

  .franchise .franchise__steps .franchise__steps-content {
    flex-direction: column;
  }

  .franchise .franchise__steps .franchise__steps-cta ._flex {
    flex-direction: column;
  }

  .franchise .franchise__banner-form .franchise__banner-form p {
    width: 100%;
  }

  .franchise .franchise__choices .franchise__choices-item {
    width: 100%;
  }

  .franchise .franchise__reviews article {
    max-width: 100%;
  }

  .franchise .franchise__motivation-item {
    width: 100%;
    font-size: 14px;
  }

  .franchise .franchise__steps {
    padding: 50px;
  }

  .franchise .franchise__steps article {
    width: 100%;
  }

  .franchise .franchise__steps article strong {
    font-size: 16px;
  }

  .franchise .franchise__steps .franchise__steps-cta p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

