.header-institucional {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 513px;
  padding: 70px 0;
  margin: 0 auto;
  background-image: url(https://storage.googleapis.com/fotos_multicoisas/multilovers/cabecalho.png);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #5c1ca6;
  background-size: 2220px;
  background-position: center;
}
@media (max-width: 280px) {
  .header-institucional {
    padding: 15px 0;
  }
}
@media (max-width: 968px) {
  .header-institucional {
    height: 418px;
    padding: 13px 0;
    background-size: 1830px;
  }
}
.header-institucional .spacing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 auto;
  max-width: 1072px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 488px;
}
.header-institucional .spacing-header .textConteiner span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.header-institucional .spacing-header .textConteiner img.logoMultilovers {
  width: 264px;
}
.header-institucional .spacing-header .textConteiner h1 {
  max-width: 391px;
  margin: 40px 0 22px;
  font-weight: bolder;
  font-size: 21px;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .textConteiner h1 {
    max-width: 392px;
    margin: 17px 0 24px;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header .textConteiner h1 {
    margin-bottom: 16px;
    text-align: center;
    max-width: 311px;
  }
}
.header-institucional .spacing-header .textConteiner p {
  max-width: 335px;
  font-weight: 450;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .header-institucional .spacing-header .textConteiner p {
    max-width: 55vw;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header .textConteiner p {
    max-width: 303px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .header-institucional .spacing-header .textConteiner {
    margin-left: 25px;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header .textConteiner {
    margin-left: 0;
    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;
  }
}
@media (min-width: 968px) {
  .header-institucional .spacing-header .btns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header .btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-institucional .spacing-header .btns .btnbase {
  color: #fff;
  border: 1.5px solid #f4454a;
  padding: 8px 32px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background-color: #f4454a;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.header-institucional .spacing-header .btns .btnbase:hover {
  background-color: #fff;
  border-color: #f4454a;
  color: #f4454a;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .btns .btnbase {
    margin-top: 8px;
    width: 238px;
    text-align: center;
    padding: 8px;
  }
}
.header-institucional .spacing-header .btns .linkExt {
  line-height: 24px;
  text-decoration: none;
  text-underline-position: unset;
  color: #fff;
  border: 2px solid #f4454a;
  padding: 8px 52px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.header-institucional .spacing-header .btns .linkExt:hover {
  background-color: #f4454a;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .btns .linkExt {
    padding: 7px 52px;
  }
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-institucional .spacing-header .imgConteiner {
  max-width: 611px;
}
.header-institucional .spacing-header .imgConteiner .img {
  width: 499px;
  max-width: 611px;
  vertical-align: middle;
}
@media (max-width: 968px) {
  .header-institucional .spacing-header .imgConteiner {
    display: none;
  }
}
@media (max-width: 698px) {
  .header-institucional .spacing-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-institucional .triangle {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0%);
          clip-path: polygon(100% 100%, 0 100%, 100% 0%);
  height: 123px;
  width: 100%;
}
@media (max-width: 698px) {
  .header-institucional .triangle {
    display: none;
  }
}
@media (max-width: 870px) {
  .header-institucional {
    background-image: none;
    background-image: linear-gradient(49deg, #5c1ca6, #5c1ca6, #f4454a);
  }
}
@media (max-width: 698px) {
  .header-institucional {
    height: 455px;
  }
}

.content-fidelidade {
  max-width: 1072px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.content-fidelidade .info-left {
  max-width: 447px;
  width: 447px;
}
.content-fidelidade .info-left h4 {
  color: #f4454a;
}
.content-fidelidade .info-left .descricao {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #595857;
}
.content-fidelidade .info-left .btnbutton {
  margin-top: 24px;
}
.content-fidelidade .info-left .btnsecundario {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f4454a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  color: #f4454a;
  padding: 8px 32px;
  white-space: nowrap;
  background-color: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.content-fidelidade .info-left .btnsecundario:hover {
  background-color: #f4454a;
  color: #fff;
}
.content-fidelidade .info-left .steps-fidelidade {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-fidelidade .info-left .steps-fidelidade .step {
  max-width: 322px;
  margin-top: 25px;
}
.content-fidelidade .info-left .steps-fidelidade .step .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -7px;
}
.content-fidelidade .info-left .steps-fidelidade .step .step-header .step-header-number {
  height: 32px;
  width: 32px;
  background: #5c1ca6;
  border-radius: 50%;
  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;
  color: #ebeced;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
}
.content-fidelidade .info-left .steps-fidelidade .step .step-header .step-header-description {
  color: #5c1ca6;
  margin-left: 8px;
  font-weight: bold;
}
.content-fidelidade .info-left .steps-fidelidade .step .step-body {
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
  color: #858482;
  margin-left: 41px;
}
@media (max-width: 968px) {
  .content-fidelidade .info-left .steps-fidelidade .step {
    width: 40vw;
    max-width: 40vw;
  }
}
@media (max-width: 698px) {
  .content-fidelidade .info-left .steps-fidelidade .step {
    width: 72vw;
    max-width: 65vw;
  }
}
@media (max-width: 968px) {
  .content-fidelidade .info-left .steps-fidelidade {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90vw;
  }
}
@media (max-width: 968px) {
  .content-fidelidade .info-left {
    max-width: 100vw;
    width: 47vw;
  }
}
@media (max-width: 698px) {
  .content-fidelidade .info-left {
    max-width: 100vw;
    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;
  }
}
@media (max-width: 968px) {
  .content-fidelidade {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .content-fidelidade {
    margin: 25px 0 0 25px;
  }
}

.texto {
  max-width: 1072px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.texto h4 {
  font-weight: 600;
  color: #f4454a;
}
@media (max-width: 1100px) {
  .texto {
    margin-left: 25px;
  }
}
@media (max-width: 968px) {
  .texto {
    max-width: 90vw;
    width: 90vw;
    margin: 50px 0 0 25px;
  }
}

.info-right img {
  width: 750px;
  margin-top: -14px;
}
@media (max-width: 968px) {
  .info-right img {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    margin-top: 50px;
  }
}

.section-line {
  border: 1.5px solid #ff9f1a;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 72.56px;
  margin: 0 0 16px;
  height: 2px;
}

#maincontent {
  margin-top: 167px !important;
}
@media (max-width: 992px) {
  #maincontent {
    margin-top: 198px !important;
  }
}
@media (max-width: 768px) {
  #maincontent {
    margin-top: 109px !important;
  }
}
@media (max-width: 576px) {
  #maincontent {
    margin-top: 152px !important;
  }
}
@media (max-width: 440px) {
  #maincontent {
    margin-top: 152px !important;
  }
}