html {
  scroll-behavior: smooth;
}

.video-section {
  background-color: #000;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 40%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-pitch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.content-pitch hr {
  width: 72.56px;
  border: 1.5px solid #ff9f1a;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 0 16px;
  margin-bottom: 20px;
}
.content-pitch h4 {
  color: #454443;
  font-weight: 500;
  margin: 22px 0;
  line-height: 3rem;
}
@media (max-width: 576px) {
  .content-pitch h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }
}
.content-pitch .body-description {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #595857;
}
@media (max-width: 576px) {
  .content-pitch .body-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.content-pitch .section-pitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-pitch .section-pitch .info-left {
  max-width: 400px;
  margin-top: 46px;
}
.content-pitch .section-pitch .info-left .img-credibilidade {
  max-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  .content-pitch .section-pitch .info-left {
    max-width: unset;
  }
}
.content-pitch .section-pitch .special-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-pitch .section-pitch .special-info h4 {
  padding: 0 0 1rem;
  width: 100%;
  border-bottom: 1px solid #e4e5e6;
  line-height: 1rem;
}
.content-pitch .section-pitch .special-info .btn-regular {
  margin-top: 46px;
  cursor: pointer;
  background: #fbba00;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9fafc;
  font-size: 16px;
  padding: 8px 32px;
  border: 1px solid #fbba00;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.content-pitch .section-pitch .special-info .btn-regular:hover {
  background: #f58f00;
  color: #ffb54d;
}
@media (max-width: 576px) {
  .content-pitch .section-pitch .special-info .btn-regular {
    font-size: 14px;
  }
}
.content-pitch .section-pitch .info-right {
  max-width: 600px;
  padding: 40px 0 56px 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
}
.content-pitch .section-pitch .info-right .title {
  margin: 22px 0;
}
.content-pitch .section-pitch .info-right .title h1 {
  color: #454443;
  font-weight: 500;
  font-size: 26px;
}
.content-pitch .section-pitch .info-right .form-franqueado {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  margin: 2rem 0;
  background-color: #f58f00;
}
.content-pitch .section-pitch .info-right .form-franqueado label {
  font-size: 12px;
  color: #fff;
}
.content-pitch .section-pitch .info-right .form-franqueado .cel {
  margin-right: 0.25rem;
}
.content-pitch .section-pitch .info-right .form-franqueado button {
  margin: 16px 0;
  width: 100%;
  background: #ffb54d;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9fafc;
  font-size: 16px;
  padding: 8px 32px;
  border: 1px solid #fbba00;
  white-space: nowrap;
}
.content-pitch .section-pitch .info-right .form-franqueado button:hover {
  background: #f58f00;
}
.content-pitch .section-pitch .info-right .form-franqueado button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .content-pitch .section-pitch .info-right {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .content-pitch .section-pitch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-pitch .ilustracao-selecao {
  width: 100%;
  margin: 48px 0 0;
  height: auto;
}
@media (max-width: 768px) {
  .content-pitch .ilustracao-selecao {
    max-width: 487px;
    width: 100%;
    margin: 48px auto 0;
  }
}
.content-pitch .section-features {
  padding: 46px 0;
  margin: auto;
  max-width: 1107px;
}
.content-pitch .section-features .title {
  word-break: break-word;
  text-align: center;
  color: #454443;
  margin-bottom: 32px;
}
.content-pitch .section-features .title h4 {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .content-pitch .section-features .title h4 {
    font-size: 16px;
    font-weight: 500;
  }
}
.content-pitch .section-features .circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f58f00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-pitch .section-features .circle i {
  color: #fff;
}
@media (max-width: 576px) {
  .content-pitch .section-features .circle {
    width: 36px;
    height: 36px;
  }
}
.content-pitch .section-features .features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
.content-pitch .section-features .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #e4e5e6;
}
.content-pitch .section-features .features .feature span {
  font-size: 22px;
  line-height: 30px;
  color: #595857;
  font-weight: bold;
  padding: 20px 0 8px;
}
@media (max-width: 576px) {
  .content-pitch .section-features .features .feature span {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0 8px;
  }
}
.content-pitch .section-features .features .feature p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #858482;
}
@media (max-width: 992px) {
  .content-pitch .section-features .features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .content-pitch .section-features .features {
    grid-template-columns: 1fr;
  }
}

.band {
  width: 100%;
  background-color: #ffeacd;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.band h4 {
  font-weight: 600;
  color: #454443;
}
.band .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595857;
}
.band .tel a {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.band .tel a i {
  margin: 0 0.125rem;
}
@media (max-width: 698px) {
  .band .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mail-sent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 50vh;
}
.mail-sent img {
  margin-bottom: 32px;
  max-width: 400px;
}
.mail-sent h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 3rem;
  color: #9e9d9b;
}

.form-control.is-invalid {
  background-image: none;
}

.alert-danger {
  font-weight: bold;
}
.alert-danger i {
  margin-left: 16px;
}

.alert-danger {
  top: 65px;
}
@media (max-width: 576px) {
  .alert-danger {
    top: 40px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px;
  }
}

.footercontent {
  margin-top: 220px;
}